 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "Aeonik", sans-serif;
    font-size: 1rem; /* Base font size (16px) */
    line-height: 1.6;
    color: #000;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Aeonik", sans-serif;
    font-weight: 600;
  }

  p, a, span, button {
    font-family: "Aeonik", sans-serif;
  }

  /* Optional: Responsive font scaling */
  html {
    font-size: 100%; /* 16px base */

    /* Responsive font-size with clamp */
    font-size: clamp(14px, 1.2vw, 16px);
  } 
 
 

header .hero-btn {
	margin: 0 !important;
}
   .nav-link {
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -2%;
text-align: center;
vertical-align: middle;

	color: #fff;
}


#compare-section a {
	position: relative;
	z-index: 999;
}
#stepTab li button {
	padding: 10px 35px;
	border-radius: 50px;
	margin: 0 8px;
	color: #fff;
	background: #0d2da2;
}

#stepTab li button:hover {
	background: #211f59;
	color: #fff;

	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 192.42deg at 48.42% 61.76%, #FFFFFF -40.63deg, rgba(0, 0, 0, 0) 56.77deg, rgba(255, 255, 255, 0) 260.58deg, #FFFFFF 319.37deg, rgba(0, 0, 0, 0) 416.77deg) !important;
}
#stepTab li button.active {
	background: #211f59;
	color: #fff;
	padding: 10px 35px;
	border-radius: 50px;
	margin: 0 8px;
	border: 1px solid #5d5d6a;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 192.42deg at 48.42% 61.76%, #FFFFFF -40.63deg, rgba(0, 0, 0, 0) 56.77deg, rgba(255, 255, 255, 0) 260.58deg, #FFFFFF 319.37deg, rgba(0, 0, 0, 0) 416.77deg) !important;
}
.step-tabs {
      display: flex;
      justify-content: space-around;
      padding: 20px 10px;
      border-radius: 10px;
	    border: none !important;
      margin-bottom: 30px;
    }

    .step-tabs .nav-link {
      color: #bbb;
      font-weight: 500;
      text-align: center;
    }

    .step-tabs .nav-link.active {
      color: #fff;
      border-bottom: 2px solid #0d6efd;
    }
.tab-content {
	background: transparent;
	padding: 0;
	border-radius: 10px;
}
    .nav-link:hover {
      text-decoration: underline;
    }
.faq-answer img {
	width: 50px;
	border-radius: 50px;
}
.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent !important;
	position: absolute;
	width: 100% !important;
	top: 0;
	border: none !important;
}

.ml-5{margin-right: 50px;}
#navbarContent a {
	text-decoration: none !important;
}
   html body main a {
	text-decoration: none !important;
}


html body .hero-btn:hover {
	background: #472682;
}
.status-text {
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 0px;
	color: #fff;
}
.status-dot {
	width: 15px;
	height: 15px;
	background: #66BE74;
	display: block;
	border-radius: 50px;
}
.tab-content img {
	margin: 0 auto !important;
	display: flex;
	box-shadow: 0 0 30px 5px rgba(23, 32, 102, 0.59);
}
.hero-heading {
font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 80px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: center;

    margin: 30px 0;
	margin-top: 14px;
	color: #fff;
}

.green{color: #7E51CC !important;}

.subtext {
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: #fff;
}

.btn-group-custom {
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 9px 10px 11px;
	border-radius: 50px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	display: inline-flex;
	align-items: center;
	background: #193473;
	border: 1px solid #626161;
	width: 33%;
	justify-content: space-between;
}
.cta-btn:focus {
	outline: unset;
	box-shadow: none;
}
 .cta-btn:focus-visible {
	outline: unset;
	box-shadow: none;
}
.cta-btn:active{
	outline: unset;
	box-shadow: none;
}

.btn-gradient-text {
      background: linear-gradient(90deg, #ffffff, #dfeeff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 500;
    }

    .btn-solid {
      background: linear-gradient(90deg, #1a3189, #082063);
      color: white;
      border-radius: 30px;
      padding: 8px 20px;
    }

   .btn-group-custom .btn {
	border: none;
	border-radius: 30px;
	padding: 14px 20px;
	background: #064e8e;
}
.cta-btn {
	background: transparent;
	color: #fff;
	border: none;
	padding: 0px 15px;
	position: relative;
	z-index: 999999;
	cursor: unset !important;
}
    .text-info-line {
      margin-top: 10px;
      color: white;
      font-size: 14px;
      display: flex;
      justify-content: center;
      gap: 10px;
      align-items: center;
    }

    .text-info-line span {
      font-weight: 400;
    }

.hero-section {
	padding: 100px 0;
	background: url(../image/sdffdsafadsfasd.png);
	background-size: cover;
	background-position: center;
	padding-top: 200px;
	padding-bottom: 20px;
}
.dropdown-menu {
	padding: 0;
}
.dropdown-menu a:hover{background: transparent !important;}
.dropdown-menu li:hover{background: #7E51CC;}
.dropdown-menu li:hover a{color: #fff  !important;}

.dropdown-menu li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.right-content{
	gap: 0 !important;
  white-space: unset;
  flex-direction: unset !important;
  flex-wrap: wrap !important;
  justify-content: start !important;
  overflow: hidden;
  padding-top: 11px !important;
  padding-right: 10px !important;
}
  .right-content > div{
	width: 100% !important;
}


.dropdown-menu li:last-child{border-bottom: none;}


.dropdown-menu li:last-child{border-bottom: none;}

.videos > div{

	padding-top: 50px;
  padding-bottom: 50px;
}

.custom-footer::after {
	content: "";
	background: #000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	z-index: 1;
}
.custom-footer > div {
	position: relative;
	z-index: 2;
}
.slider-two .crypto-list li {
	display: block !important;
}
.crypto-section p.mb-0 {
	font-size: 20px;
	font-weight: 500;
}
.custom-footer .btn {
	opacity: 1;
	padding-top: 12px !important;
	padding-right: 8px !important;
	padding-bottom: 12px !important;
	padding-left: 12px !important;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  color: #fff !important;
  border: none;
}


.finacial {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: start;
	background: #ccc;
	padding: 15px;
	border-radius: 10px;
	margin-left: auto;
	gap: 0px;
	angle: 0 deg;
	opacity: 1;
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 32px;
	padding-left: 40px;
	border-radius: 32px;
	border-width: 2px;
	background: radial-gradient(254.38% 143.37% at -76.18% -24.5%, rgba(143, 143, 143, 0) 0%, rgba(5, 5, 5, 0.64) 56.59%);
	border: 2px solid;
	border-image-source: linear-gradient(171.62deg, rgba(255, 255, 255, 0.12) 2.72%, rgba(153, 153, 153, 0.12) 108.44%);
	background: radial-gradient(254.38% 143.37% at -76.18% -24.5%, rgba(13, 45, 162, 0) 0%, rgba(0, 0, 0, 0.64) 56.59%);
	border: 2px solid #0f0e0e;
}
footer .col-md-6.mb-4.mb-md-0 {
	width: 65%;
}

footer .col-md-6.text-md-end {
	width: 35%;
}
.custom-footer .list-unstyled p {
	line-height: 1.5;
	border-bottom: none;
	width: fit-content;
	font-size: 20px;
	font-weight: 300;
	color: #ccc !important;
}

body.portfolio-page .banner-content h1 {
	font-size: 91px;
	text-wrap: wrap;
	width: 100%;
	display: block;
}
.finacial p {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 1.3;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
}
.custom-footer .list-unstyled a, .custom-footer .list-unstyled p {
	color: #fff;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 15px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.finacial h5 {
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 27px;
	line-height: 150%;
	letter-spacing: -2%;
}
.custom-footer h2 {
	font-family: Inter;
	font-weight: 600 !important;
	font-style: Semi Bold;
	font-size: 47px;
	leading-trim: NONE;
	line-height: 100%;
}
.finacial img {
	width: 92%;
}
.second-colums {
	color: #4d4848;
	line-height: 1.5 !important;
}
.custom-footer .btn i {
	margin-left: 5px;
	padding: 10px;
	background: #fff !important;
	border-radius: 5px;
	color: #000 !important;
}

.finacial .mt-2 {
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.finacial .mt-2 i {
	color: #fff;
}
.custom-footer h3 {
font-family: Inter;
font-weight: 800;
font-style: Extra Bold;
font-size: 80px;
leading-trim: CAP_HEIGHT;
line-height: 150%;
letter-spacing: -2%;
text-transform: uppercase;
background: linear-gradient(89.87deg, #0D2DA2 0.1%, rgba(132, 156, 245, 0.4) 75.01%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-footer {
	background: url(../image/sdflkhgsfdljkghsdfjkl.png);
	background-size: cover;
	background-position: center;
	position: relative;
}
.videos h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
}
.videos p {
	color: #fff !important;
}
.videos {
	background: #000;
}


.videos .hero-btn {
	margin-top: 55px !important;
	width: auto;
	height: auto;
	angle: 0 deg;
	opacity: 1;
	border-radius: 9px;
	border-width: 1px !important;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 24px;
	border: 1px solid #646161;
	/* background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%); */
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 192.42deg at 48.42% 61.76%, #FFFFFF -40.63deg, rgba(0, 0, 0, 0) 56.77deg, rgba(255, 255, 255, 0) 260.58deg, #FFFFFF 319.37deg, rgba(0, 0, 0, 0) 416.77deg);
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	gap: 20px;
	background: #222020;
}

body.portfolio-page .main-navbar , body.portfolio-page  .main-footer-area{
	display: none;
}
body.portfolio-page {
	overflow-x: hidden;
}
body p {
	font-family: "Aeonik", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
}

.video-wrapper {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      border-radius: 16px;
      overflow: hidden;
      background: #f1f1f1;
    }
    .video-thumbnail {
      width: 100%;
      display: block;
    }
   .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border: none;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 10;
	width: 100px;
	height: 100px;
}
    .play-button i {
      font-size: 42px;
      color: #7E51CC;
    }


	.play-button i {
	text-align: center;
	margin: 0 auto;
	width: fit-content !important;
}

#footer{background-color: #000314;}

#social{align-items: center;}

.navbar-expand-lg .navbar-nav {
	gap: 30px;
}

.testimonial-left{padding: 0  !important;}
.testimonial-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #2552D01F;
}
   .first-color > div{
	background: #F7C287;
	padding: 0 !important;
}

.buttons {
	background: linear-gradient(0deg, #0D2DA2, #0D2DA2), radial-gradient(107.5% 107.5% at 50% 50%, rgba(37, 99, 235, 0.16) 0%, rgba(37, 99, 235, 0) 100%);
	padding: 16px 50px;
	border-radius: 50px;
	color: #fff;
	margin: 0 auto;
	display: flex;
	width: fit-content;
	font-size: 21px;
}
   .testimonial-img {
	width: 100%;
	height: 320px;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	object-fit: cover;
}
    .logo-box img {
      width: 53px;
	  border-radius: 10px;
    }
    .tag {
	display: inline-block;
	padding: 8px 11px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 5px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
}
.right-content > div:last-child span {
	margin: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	float: left;
}

.right-content > div:last-child span.ecommerce > span {background: #2563EB;margin: 0;padding: 2px;height: 5px;width: 5px;display: block;border-radius: 50%;}
.right-content > div:last-child span.shopify > span {background: #cc0000;margin: 0;padding: 2px;height: 5px;width: 5px;display: block;border-radius: 50%;}
.right-content > div:last-child span.startup > span {background: #28a745;margin: 0;padding: 2px;height: 5px;width: 5px;display: block;border-radius: 50%;}


    .tag.ecommerce { background: #e6f0ff; color: #007bff; }
    .tag.shopify { background: #ffe6e6; color: #cc0000; }
    .tag.startup { background: #e6ffee; color: #28a745; }

	.testimonial_content {
	padding: 0 15px;
	padding-bottom: 15px;
	text-align: left;
}
.testimonial_content img {
	margin-bottom: 25px;
}
.video button i {
	font-size: 35px;
}
.video button{width:60px;height: 60px;}
.video {

    position: relative;
}
.testimonial_content p {
	text-align: left !important;
}

.testimonial_content p {
	text-align: left !important;
	font-size: 18px;
	margin-bottom: 25px !important;
}

.right-content p {
	text-align: left !important;
}
.right-content .text-success img {
	margin-bottom: 25px;
}

.second-color .testimonial-left > div{
	background: #AAA5E9;
}

.swiper {
  padding-bottom: 40px;
}
.swiper-slide {
  width: 600px;
}
.text-left {
	text-align: left;
}
.video {margin-top: 0 !important;}
.video iframe {
	width: 100%;
	
	height: 280px;
	border-radius: 10px;
}

.third-color .testimonial-left > div {
	background: #A5E9B0;
    height: 100%;
}


.fourth-color .testimonial-left > div {
	background: #A5C5E9;
    height: 100%;
}
.hero-btn {
	width: 109.19999694824219px;
	height: 40px;
	angle: 0 deg;
	opacity: 1;
	border-radius: 999px;
	border-width: 1px !important;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	border: 1px solid;
	background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%);
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 192.42deg at 48.42% 61.76%, #FFFFFF -40.63deg, rgba(0, 0, 0, 0) 56.77deg, rgba(255, 255, 255, 0) 260.58deg, #FFFFFF 319.37deg, rgba(0, 0, 0, 0) 416.77deg);
	color: #fff;
}
.clients-section {
	background-color: #000;
	padding: 40px 0;
	text-align: center;
	color: #fff;
}


.faq-item.active .buttons {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom: none;
}

.clients-section .owl-carousel {
	background: #fff !important;
}
.clients-section  .owl-dots{display: none !important;}
.clients-section h3 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
}
.clients-carousel .item img {
  margin: 0 auto;
  display: block;
  transition: 0.3s;
}
.clients-carousel .owl-stage {display: flex;align-items: center;}
.clients-carousel .item img:hover {
  transform: scale(1.1);
}

#our_features  .hero-btn {
	margin-top: 55px !important;
	width: auto;
	height: auto;
	angle: 0 deg;
	opacity: 1;
	border-radius: 9px;
	border-width: 1px !important;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 24px;
	border: 1px solid #646161;
	/* background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%); */
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 192.42deg at 48.42% 61.76%, #FFFFFF -40.63deg, rgba(0, 0, 0, 0) 56.77deg, rgba(255, 255, 255, 0) 260.58deg, #FFFFFF 319.37deg, rgba(0, 0, 0, 0) 416.77deg);
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	gap: 20px;
	background: #222020;
}


.testimonial-left > div{
	margin: 10px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}

/* .mySwiper .swiper-wrapper {
	
	margin-left: 10px;
} */
.second-colum > div {
	border: 2px solid;
	border-image-source: linear-gradient(89.85deg, rgba(158, 255, 62, 0.256) -27.03%, rgba(158, 255, 62, 0) 5.77%, rgba(158, 255, 62, 0) 77.97%, rgba(158, 255, 62, 0.256) 148.27%);
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
	background: linear-gradient(173.83deg, rgba(158, 255, 62, 0.2) 34.97%, rgba(158, 255, 62, 0) 92.66%);
}

.third-colum > div {
	border: 2px solid;

border-image-source: linear-gradient(89.85deg, rgba(229, 170, 65, 0.256) -27.03%, rgba(229, 170, 65, 0) 5.77%, rgba(229, 170, 65, 0) 77.97%, rgba(229, 170, 65, 0.256) 148.27%);

background: radial-gradient(35.86% 47.32% at 63.97% 52.15%, rgba(229, 170, 65, 0.12) 40.93%, rgba(0, 0, 0, 0) 100%, rgba(45, 46, 50, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
#our_features .card {
	background-color: unset !important;
	padding: 0 !important;
	overflow: hidden;
	border: 2px solid #2d2929 !important;
}
#our_features {
	background-color: #000 !important ;
}
.crypto_accounting p {
	color: #fff;
}
.crypto_accounting h1 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 64px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
}
#our_features .card > div{position: absolute; bottom: 0;padding: 15px;}
#our_features .card p{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: left;
	color: #fff !important;
}
#our_features .card h5 {
	font-family: Inter;
	font-weight: 600 !important;
	font-style: Semi Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: left;
}
#our_features .card img {
	margin-bottom: 0 !important;
}
#our_features .first-colum > div {
	
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 0 !important;
}
.study {
	/* background: #7E51CC1F; */
	width: fit-content;
	margin: 10px auto;
	padding: 5px 16px;
	border-radius: 50px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	color: #FBFBFB;
	margin-top: 0;
	background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%);
	text-transform: uppercase;
}

.testimonial h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}

.testimonial > p {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
	color: #000 !important;
}

.testimonial {
	padding: 80px 0;
	background: #F9F9F9 !important;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #000;
}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	top: 31px;
}


.testimonial .hero-btn.mt-5 {
	margin-top: 82px !important;
}

.pricing-section .badge {
	background: linear-gradient(90deg, rgba(176, 31, 57, 0.8) 0%, rgba(255, 255, 255, 0.8) 137.72%) !important;
	border-radius: 0 !important;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 10px !important;
}

.pricing-section .card {
	width: 100%;
	max-width: 95%;
	background: #000314 !important;
	border-radius: 30px !important;
	padding: 10px !important;
}
#buttons {
	padding: 34px 10px;
}
.pricing-section .card > div {
	border: 1px solid #777373;
	padding: 29px 15px;
	border-radius: 19px;
	background: #cccccc2e;
}

.pricing-section .card  h5 {
	font-family: Inter;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -2%;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 20px !important;
}
.pricing-section .card ul {
	margin-bottom: 25px !important;
}
.border-secondary {
	margin-bottom: 35px;
}
.pricing-section .card  h2 {
	font-family: Inter;
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	letter-spacing: -2%;
	vertical-align: middle;
	text-align: left;
}

.pricing-section .card > div > div:first-child img {
	margin-left: 0 !important;
	display: flex;
	width: 40px;
	height: 40px;
}
.bg-add {
	padding: 5px;
	background: #cccccc4f;
}
#card-2 {
	background: #fff !important;
}
.card-2{height: 100%;}
#buttons > div {
	width: 100%;
}
#card-2 #buttons > a:nth-child(3){border-color: #000314 !important;color: #000314 !important;}

#card-2 #buttons > a:nth-child(2) button{background: #000314 !important;color: #fff !important;}
.pricing-section #card-2 ul li img{filter: brightness(0%);}
#buttons {
	border: none;
	background: transparent !important;
}
.pricing-section .card ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -2%;
	margin-bottom: 20px !important;
	display: flex;
	align-items: start;
	gap: 9px;
}

.pricing-section  .text-warning {
	font-family: Inter;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	color: #FADB4C !important;
	margin-bottom: 30px;
}

.pricing-section div.d-flex .btn {
	padding: 14px 40px;
	width: 238px;
	font-size: 17px;
}

.pricing-section {
	background: #FAFAFA;
	border-bottom: 2px;
	border-top: 2px;
	border-style: dashed;
	border-left: none;
	border-right: none;
	border-color: #b3a9a9;
}


.pricing-section .container {
	padding: 70px 0;
	border: 2px solid #b3a9a9;
	border-top: none !important;
	border-bottom: none !important;
	border-style: dashed;
}

.pricing-section .container > p {
	margin-bottom: 50px !important;
	padding-bottom: 50px !important;
	border-bottom: 2px dashed #a6a6a6cc;
}

.pricing-section .container > h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}


.how-it-works .row > div{
  position: relative;
}



.how-it-works #second-colum > div.col-md-4:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 65%;
	right: 10%;
	height: 34px;
	background: url(../image/dsfgsdfgfdfd.png);
	z-index: 1;
	width: 72%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.crypto_accounting h1 {
	text-align: center;
}
.glow-img {
	width: 100%;
}
html body .cutome_button img {
	width: 35px;
}

.crypto_accounting {
	padding: 100px 0;
	background: #000;
}

html body #compare-section  .cutome_button {
	background: radial-gradient(105.44% 105.44% at 50% 50%, rgba(13, 45, 162, 0.56) 0%, rgba(13, 45, 162, 0) 100%);
border: 2px solid #464242;


}
#howit{position: relative;}
#howit::before {
	content: "";
	background: url(../image/asdfadsfasf.png);
	display: block;
	position: absolute;
	left: 0;
	top: 0%;
	width: 388px;
	height: 772px;
	background-repeat: no-repeat;
	background-size: cover;
}
#compare-section{position: relative;}
#compare-section::after {
	content: "";
	background: url(../image/safadsfasfdasf.png);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 280px;
	width: 100%;
}
html body .cutome_button{
	margin-top: 55px !important;
	width: auto;
	height: auto;
	angle: 0 deg;
	opacity: 1;
	border-radius: 9px;
	border-width: 1px !important;
	padding-top: 12px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 24px;
	border: 1px solid #646161;
	/* background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%); */
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 192.42deg at 48.42% 61.76%, #FFFFFF -40.63deg, rgba(0, 0, 0, 0) 56.77deg, rgba(255, 255, 255, 0) 260.58deg, #FFFFFF 319.37deg, rgba(0, 0, 0, 0) 416.77deg);
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	gap: 20px;
	background: #222020;
}

.how-it-works .row > div.col-md-4:first-child::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 65%;
	right: 10%;
	height: 42px;
	background: url(../image/fasdfsdfasfsf.png);
	z-index: 1;
	width: 72%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.how-it-works .row > div.col-md-4:nth-child(2)::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 65%;
	right: 10%;
	height: 42px;
	background: url(../image/sdfsdfsdff.png);
	z-index: 1;
	width: 72%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.how-it-works .row > div:last-child:before {
	content: "";
	display: none;
}

.how-it-works p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -2%;
	text-align: center;
	color: #fff !important;
}

#howit h5 {
	color: #fff;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: center;
}

.how-it-works img {
	width: 60px;
}

 .try-now  .badge.bg-light {
	margin-top: 25px !important;
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	padding: 8px 25px;
	border-radius: 50px;
	background-color: #FFFFFF3D !important;
	color: #fff !important;
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
	width: fit-content;
}

.try-now .btn.btn-success img {
	width: 25px;
}
.try-now h5{
	font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 32px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
margin-bottom: 35px;
}

.btn.btn-success {
	background: #7E51CC;
	border-color: #7E51CC;
	padding: 10px;
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	align-items: center;
	display: flex;
	width: fit-content;
	margin: 0 auto;
	gap:10px;
}
#howit h2 {
	color: #fff !important;
}
.try-now {
	background: url(../image/bg_img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#howit {
	background: #000 !important;
}
.how-it-works .container {
	padding: 70px 30px;
	
}
.footer_deatails{
	display: flex;
	justify-content: space-between;
}
.compare-section .compare-row > div:nth-child(2) {
	background-color: #ccc;
	z-index: 9;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: radial-gradient(105.44% 105.44% at 50% 50%, rgba(13, 45, 162, 0.56) 0%, rgba(13, 45, 162, 0) 100%);
}
.compare-list li:first-child img {
	width: 100%;
}
.compare-list li:first-child span {
	width: 45%;
	display: flex;
	float: right;
	margin-left: auto;
}
#Construction .testimonial-img {
	width: 100%;
	height: 437px;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	object-fit: cover;
	object-position: top center;
}
#read_more {
	display: flex;
	position: relative;
	width: 100%;
	height: auto !important;
	float: left;
	justify-content: start;
	margin-top: 25px;
}
#read_more  a{margin: 0  !important;}

.compare-col ul{position: relative;}
.compare-section {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #7E51CC14;
}

/* .compare-col ul:hover::before {
	content: "";
	background: #dfdfdf;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} */
    .compare-list {
      margin: 0;
      padding: 0;
      list-style: none;
      border-right: 1px solid #e0e0e0;
    }

    .compare-list:last-child {
      border-right: none;
    }

.compare-list li {
	padding: 16px 20px;
	border-bottom: 1px solid #3c3a3a;
	font-size: 14.5px;
	color: #333;
	height: 73px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	z-index: 9;
	position: relative;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: -2%;
	color: #fff !important;
	gap: 10px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.image-wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(165, 233, 176, 0.06) 0%, rgb(165, 233, 176) 100%);
	pointer-events: none;
}

    .compare-list li:first-child {
     font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: -2%;

    }

  .compare-row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background-color: #1c1c1c  !important;

}
.compare-col {
	background-color: #1c1c1c  !important;
}
  .compare-col {
	flex: 0 0 33.3%;
	max-width: 33.3%;
}
#compare-section h2 {
	color: #fff !important;
}
.faq-item {
	background-color: #000;
	border-radius: 12px;
	margin-bottom: 15px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: unset;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.why_founder .container {
	padding-bottom: 55px !important;
}
.why-choose {
	padding-top: 51px;
}
.why_founder .container > div.table{padding: 20px 30px;}
.why_founder h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}

.why_founder .container p {
	margin-bottom: 55px;
	padding-bottom: 35px;
	border-bottom: 2px dashed #ccc;
}

#try_now {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
}

#try_now {
	width: 100%;
	max-width: 95%;
	margin: 0 auto;
	background: #7E51CC !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#try_now .btn.btn-success {
	background: #fff !important;
	color: #7E51CC !important;
}

.great_founds h2 span {
	font-size: 31px;
	padding: 9px 11px !important;
	font-family: Inter;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: left !important;
	background: linear-gradient(90deg, rgba(126, 81, 204, 0.4) 0%, rgba(0, 0, 0, 0) 121.47%);
	border-left: 5px solid #7E51CC;
	background-color: unset !important;
}

.great_founds h2 {
	display: grid;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto;
	gap: 5px;
}

.great_founds h2 span:last-child {
	text-align: left;
	background: linear-gradient(90deg, rgba(228, 150, 131, 0.4) 0%, rgba(0, 0, 0, 0) 137.72%);
	border-left: 5px solid #E49683;
}

html body .great_founds .btn {
	border-radius: 25px;
	padding: 10px 25px;
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	text-transform: capitalize;
	background: #7E51CC !important;
	color: #fff;
}
.great_founds {
	background: #000314 !important;
	padding: 0 !important;
}
.great_founds > div {
	border-left: 2px dashed #d5d1d1;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-right: 2px dashed #d5d1d1;
	padding-top: 100px;
	padding-bottom: 100px;
}
.great_founds .bg-black.p-4.rounded.mb-4.border.border-secondary {
	border-top: 2px dashed #807c7c !important;
		border-bottom: 2px dashed #807c7c !important;
		border-left: none !important;
		border-right: none !important;

	background: #111320 !important;
}
html body .great_founds .btn.btn-outline-secondary {
	background: #94784B66 !important;	color: #fff;
}

.great_founds p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 200%;
	letter-spacing: -2%;
	text-align: left;
	margin-bottom: 0;
}






    .faq-item {
      padding: 15px 0;
    }

   

    .faq-answer {
      display: none;
      padding-top: 10px;
      color: #333;
    }

    .faq-answer.show {
      display: block;
      animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .faq-icon {
      transition: transform 0.3s ease;
    }

    .faq-icon.rotate {
      transform: rotate(45deg);
    }

	.faq-item .buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	padding: 30px 20px;
	background: #0F0F0F;
	color: #fff;
	width: 100%;
	margin-left: auto;
	border-radius: .75rem;
	border: 1px solid #FFFFFF0F;
	font-size: 21px;
	font-weight: 500;
}

.faq-item h6 {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	color: #fff;
	background: #FFFFFF0F !important;
}



.faq-item h6 .faq-icon {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 22px;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: transparent !important;
	background-color: transparent !important;
	position: absolute;
	right: 15px;
}

.faq-answer.show {
	display: block;
	width: 100%;
	background: #FFFFFF0F;
	max-width: 100% !important;
	padding: 20px;
	margin-top: 0 !important;
	align-items: start;
}
.faq-answer p {
	text-align: left;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: -2%;
	color: #fff;
}

.faq-answer.show{display: flex;align-items: end;gap:20px;}


.faq-section h2 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
}

.faq-section > div {
	
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0;
	padding-right: 0;
}

.faq-section > div .row{padding: 0 15px !important;	
}
.faq-section{
	border-bottom: 0;
	border-style: dashed;
	border-left: none;
	border-right: none;
	
	border-top: none;
	background: #000;
}

.faq-section > div > p {
	border-bottom: 2px dashed #b3a9a9;
	padding-bottom: 45px;
	margin-bottom: 10px !important;
}



#still_have #try_now {
	width: 100%;
	max-width: 101%;
	margin: 0 auto;
	background: #7E51CC !important;
	border-radius: 0 !important;
}

.form-container {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            padding: 40px;
            margin: 40px auto;
            max-width: 85%;
			box-shadow: 0px 4px 16px 0px #7E51CC14;
border: 1px solid #7E51CC14
        }
        #countryCode {
	color: #000 !important;
}

#timeDisplay {
	color: #a0a0a1 !important;
}
.form-container label {
	color: #000 !important;
	margin-bottom: 6px;
	font-size: 0.9rem;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
}
		.form-container input ,.form-container select , .form-container textarea{color:#1A1A1A66 ;}
        .form-title {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            text-align: center;
            margin-bottom: 8px;
        }
        
        .form-subtitle {
            color: #666;
            text-align: center;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }
        
        .form-label {
            font-weight: 500;
            color: #333;
            margin-bottom: 6px;
            font-size: 0.9rem;
        }
        
        .form-control, .form-select {
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 0.9rem;
            transition: border-color 0.2s ease;
            background-color: #fafbfc;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: #4a90e2;
            box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.1);
            background-color: white;
        }
        
        .form-control::placeholder {
            color: #adb5bd;
            font-size: 0.9rem;
        }
        
        /* Phone Input with Flag Selector */
        .phone-input-container {
            position: relative;
            display: flex;
        }
        
        .country-selector {
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            width: 100px;
            padding: 12px 8px;
            background-color: #fafbfc;
            font-size: 0.85rem;
        }
        
        .country-selector:focus {
            border-color: #4a90e2;
            box-shadow: none;
        }
        
        .phone-input {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            flex: 1;
        }
        
        .phone-input:focus {
            border-color: #4a90e2;
            box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.1);
        }
        
        /* Time Selector Styling */
        .time-selector-container {
            display: flex;
            gap: 8px;
        }
        
        .time-part {
            flex: 1;
        }
        
        .time-display {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 16px;
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            background-color: #fafbfc;
            cursor: pointer;
            transition: border-color 0.2s ease;
        }
        
        .time-display:hover {
            border-color: #4a90e2;
        }
        
        .time-display.active {
            border-color: #4a90e2;
            background-color: white;
        }
        
        .time-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            max-height: 200px;
            overflow-y: auto;
            display: none;
        }
        
        .time-dropdown.show {
            display: block;
        }
        
        .time-option {
            padding: 8px 16px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: background-color 0.2s ease;
        }
        
        .time-option:hover {
            background-color: #f8f9fa;
        }
        
        .time-option.selected {
            background-color: #4a90e2;
            color: white;
        }
        
        .submit-btn {
            background-color: #7E51CC;
            border: none;
            border-radius: 8px;
            padding: 14px 24px;
            font-weight: 600;
            font-size: 1rem;
            color: white;
            width: 100%;
            transition: background-color 0.2s ease;
        }
        
        .submit-btn:hover {
            background-color: #5718c6;
        }
        
        .required {
            color: #dc3545;
        }
        
        .row-gap {
            margin-bottom: 20px;
        }
        
        textarea.form-control {
            resize: vertical;
            min-height: 100px;
        }
        
        /* Custom scrollbar for time dropdown */
        .time-dropdown::-webkit-scrollbar {
            width: 6px;
        }
        
        .time-dropdown::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }
        
        .time-dropdown::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 3px;
        }
        
        .time-dropdown::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }


		#form_section > div {
	border-left: 2px dashed #d5d1d1;
	border-right: 2px dashed #d5d1d1;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0;
	padding-right: 0;
}


.form-subtitle {
	border-bottom: 2px dashed #b3a9a9;
	padding-bottom: 45px;
	margin-bottom: 10px !important;
}

#form_section {
	background: #FAFAFA !important;
}
.why_founder {
	background: #000;
}

.testimonial .right-content .text-success {
	margin-top: 85px;
}
#form_section h2 {
	font-family: Plus Jakarta Sans;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
}

.nav-link:focus, .nav-link:hover {
	color: #fff !important;
}









 .resources-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }
        
        /* Navigation Tabs Styling */
        .nav-tabs-container {
	margin-bottom: 40px;
	padding: 0 15px;
}
        
       .custom-nav-tabs {
	border: none;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	align-items: center;
	padding: 4px 7px;
	border-radius: 50px;
	width: 100%;
	margin: 0 auto;
}
        
      .custom-nav-tabs .nav-link {
	border: none;
	border-radius: 25px;
	padding: 10px 20px;
	background-color: white;
	color: #666;
	font-weight: 500;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	white-space: nowrap;
	margin-bottom: 8px;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -2%;
	vertical-align: middle;
	margin: 0;
}
        
        .custom-nav-tabs .nav-link:hover {
            background-color: #e8f5e8;
            color: #5a9b7a;
        }
        
        .custom-nav-tabs .nav-link.active {
            background-color: #5a9b7a;
            color: white;
            box-shadow: 0 2px 8px rgba(90, 155, 122, 0.3);
        }
        
        /* Resource Cards */
        .resource-cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            max-width: 100%;
            margin: 0 auto;
        }
        
        .resource-card {
            background: white;
            border-radius: 35px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
			padding-bottom: 15px !important;
        }

        
        .resource-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }
        
       .card-header {
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 15px 0;
}
        
        .ecommerce-header {
            background: linear-gradient(135deg, #4fc3f7 0%, #81c784 100%);
        }
        
        .cost-cutting-header {
            background: linear-gradient(135deg, #4fc3f7 0%, #29b6f6 100%);
        }
        
        .card-title-overlay {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            color: white;
            z-index: 2;
        }
        
        .card-category {
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 5px;
            opacity: 0.9;
        }
        
        .card-main-title {
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.2;
            margin: 0;
        }
        
        .card-subtitle {
            font-size: 0.8rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 5px;
            opacity: 0.8;
        }
        
        .card-illustration {
            position: absolute;
            bottom: -10px;
            right: 20px;
            font-size: 4rem;
            opacity: 0.3;
        }
        
        .signpost-illustration {
            width: 80px;
            height: 80px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="45" y="10" width="10" height="80" fill="%23654321"/><rect x="20" y="20" width="40" height="8" rx="4" fill="%23D2691E"/><rect x="25" y="35" width="35" height="8" rx="4" fill="%23CD853F"/><rect x="30" y="50" width="30" height="8" rx="4" fill="%23DEB887"/><rect x="35" y="65" width="25" height="8" rx="4" fill="%23F4A460"/><polygon points="60,24 65,20 65,28" fill="%23654321"/><polygon points="60,39 65,35 65,43" fill="%23654321"/><polygon points="60,54 65,50 65,58" fill="%23654321"/><polygon points="60,69 65,65 65,73" fill="%23654321"/></svg>') no-repeat center;
            background-size: contain;
        }
        
        .money-scissors-illustration {
            width: 80px;
            height: 80px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="20" y="40" width="40" height="20" rx="5" fill="%2381C784"/><text x="40" y="55" text-anchor="middle" fill="white" font-size="12" font-weight="bold">$</text><path d="M65 30 L75 20 L80 25 L70 35 Z" fill="%23FF5722"/><path d="M65 35 L75 45 L80 40 L70 30 Z" fill="%23FF5722"/><circle cx="77" cy="22" r="3" fill="%23424242"/><circle cx="77" cy="43" r="3" fill="%23424242"/></svg>') no-repeat center;
            background-size: contain;
        }
        
        .card-body {
            padding: 25px;
			padding-top: 0;
        }
        
        .card-title {
	color: #333;
	margin-bottom: 12px;
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -2%;
}
        
        .card-description {
	color: #666;
	margin-bottom: 20px;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: left;
}
        
       .expectations-section h6 {
	color: #03A03E;
	margin-bottom: 15px;
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -2%;
}
     

.expectations-list li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
}
        .expectations-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .expectations-list li {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 16px;
            color: #555;
        }
        
       .expectations-list li::before {
	content: "";
	margin-right: 10px;
	background: url(../image/lucide_check.png);
	width: 24px;
	height: 24px;
	display: block;
}
       .download-btn {
	border: none;
	border-radius: 50px;
	padding: 13px 25px;
	font-weight: 500;
	font-size: 18px;
	color: white;
	width: 100%;
	transition: background-color 0.3s ease;
	margin-top: 20px;
	background: #7E51CC;
}
        .download-btn:hover {
            background-color: #4a8566;
            color: white;
        }
        

		.resources-section > div {
	border-left: 2px dashed #979797;
	border-right: 2px dashed #979797;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0 !important;
  padding-right: 0 !important;
}


.resources-section {
	border-top: 2px dashed #979797;
	border-bottom: 2px dashed #979797;
	padding-top: 0;
	padding-bottom: 0;
}

.swiper-slide > div {
	height: 100%;
}
.swiper-slide {
	height: auto !important;
}
#resourceTabContent {
	padding: 15px;
}
.footer_deatails .text-success {
	margin-left: 47px;
}
.portfolio {
	padding: 0.8rem 2rem;
	position: absolute;
	z-index: 9;
	width: 100%;
}
   .portfolio .navbar{position: relative !important;}
    .portfolio .navbar-brand {
      display: flex;
      align-items: center;
      color: #fff;
      font-weight: 600;
      font-size: 1.25rem;
    }

   .portfolio .navbar-brand img {
	height: auto;
	margin-right: 10px;
	width: 240px;
}

    .portfolio .nav-link {
      color: #d8d8d8 !important;
      font-weight: 500;
      margin: 0 10px;
	    font-family: "Inter", sans-serif;

    }

    .portfolio .nav-link:hover {
      color: #fff !important;
    }

   .portfolio .btn-contact {
	color: #fff;
	border: none;
	padding: 9px 22px;
	border-radius: 50px;
	font-weight: 500;
	border: 1px solid #373636;
	background: #424242;
}

    .portfolio .btn-contact:hover {
      background: linear-gradient(90deg, #0047ff, #1530c0);
    }




.banner-section {
	background: url('../image/ea02d865bf649528a1b20cbc70c236c8d66e15b8.png') no-repeat center center/cover;
	padding: 350px 0 350px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

 .banner-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../image/asdasdfasdff.png);
	z-index: 2;
	width: 100%;
	top: 0;
	background-size: 86%;
	background-repeat: no-repeat;
	background-position: 50% -36%;
}


.banner-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../image/asdfasfasdfsdfs.png);
	z-index: 2;
	width: 100%;
	bottom: 0;
	background-size: 86%;
	background-repeat: no-repeat;
	background-position: 49% 133%;
}

  .banner-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
  }

.banner-content h1 {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	font-family: "Aeonik", sans-serif;
}

 .banner-content p {
	margin-top: 20px;
	font-size: 20px;
	color: #cfcfcf;
	text-align: left;
	font-family: "Aeonik", sans-serif;
}

  .banner-content a {
    color: #fff;
    text-decoration: underline;
	font-family: "Aeonik", sans-serif;
  }

  /* Logo slider */
  .logo-slider {
    position: relative;
    z-index: 1;
  }

  .logo-slider .owl-item img {
    max-height: 70px;
    object-fit: contain;
    transition: all 0.3s ease;
  }
.banner-section video{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;display: block;object-fit: cover;}
.banner-section{position: relative;}
.crypto-section {
      padding: 60px 20px;
    }
   .crypto-section .badge {
	background-color: #0D2DA2;
	color: #fff;
	border-radius: 20px;
	font-size: 13px;
	padding: 11px 12px;
	margin-bottom: 15px;
	display: inline-block;
	font-family: "Aeonik", sans-serif;
}
    .crypto-section h5 {
      font-weight: 500;
      margin-bottom: 20px;
      color: #000;
	  font-family: "Aeonik", sans-serif;
    }

	.fa-solid.fa-arrow-right {
	padding: 5px 10px;
	background: #fff;
	color: #000;
	border-radius: 2px;
}
.cryptos .container-fluid.crypto-section {
	padding-bottom: 0 !important;
}
.cryptoss .owl-stage {
	padding-left: 0 !important;
}

.crypto-reports .container-fluid.crypto-section {
	padding-top: 10px !important;
}
.crypto-section.position-relative p {
	font-weight: 500;
	font-size: 23px;
	letter-spacing: 0.2px;
	font-family: "Aeonik", sans-serif;
}
    .crypto-section p {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	margin-bottom: 11px;
	text-align: left;
	font-weight: 400;
	font-family: "Aeonik", sans-serif;
}
    .social-icons a {
      color: #000;
      font-size: 18px;
      margin-right: 15px;
      transition: color 0.3s;
	  font-family: "Aeonik", sans-serif;
    }
    .social-icons a:hover {
      color: #001aff;
    }
    .btn-blue {
      background-color: #0D2DA2;
      color: #fff;
      border-radius: 6px;
      padding: 10px 20px;
      font-weight: 500;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
	  font-family: "Aeonik", sans-serif;
    }
    .btn-blue i {
      margin-left: 8px;
    }
 .side-label {
	position: absolute;
	top: 50%;
	right: -54px;
	transform: rotate(-90deg);
	background-color: #0D2DA2;
	color: #fff;
	font-size: 13px;
	padding: 14px 15px;
	border-radius: 0px;
	letter-spacing: 1px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.podcasts  .owl-item{height: auto;}
.expertise-section {
      padding: 80px 20px;
	  background: #FAFAFA;
    }
    .expertise-section .badge {
	background-color: #0D2DA2;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	padding: 9px 14px;
	display: inline-block;
	margin-bottom: 15px;
	font-family: "Aeonik", sans-serif;
}
.podcasts h2 {
	font-size: 2.5rem !important;
	margin-bottom: 10px !important;
	font-family: "Aeonik", sans-serif;
	font-weight: 700;
}
    .expertise-section h3 {
      font-weight: 700;
      font-size: 39px;
      color: #000;
      margin-bottom: 15px;
	  font-family: "Aeonik", sans-serif;
    }
    .expertise-section ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
   .expertise-section ul li {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
	position: relative;
	padding-left: 18px;
	display: flex;
	align-items: center;
	overflow: hidden;
	font-family: "Aeonik", sans-serif;
}
   .expertise-section ul li::before {
	content: "▸";
	position: absolute;
	left: 0;
	color: #000;
	font-size: 24px;
	height: auto;
}
    .expertise-section .logo-wrapper {
      position: relative;
      text-align: center;
    }
   .expertise-section .logo-wrapper img {
	max-width: 100%;
}
    /* Floating icons */
    .floating-icon {
      position: absolute;
      background-color: #001aff;
      color: #fff;
      font-size: 12px;
      border-radius: 50%;
      width: 26px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    .icon-top {
      top: -40px;
      right: 50px;
    }
    .icon-center {
      bottom: 30px;
      left: 50px;
    }




	.resource-section {
      padding: 80px 20px;
      text-align: center;
	  background: #010101;
    }
  .resource-section h2 {
	margin-bottom: 15px;
font-family: "Aeonik", sans-serif;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -2%;
	text-align: center;
	color: #fff;
}
    .resource-section p {
      color: #fff;
      margin-bottom: 50px;
      font-family: "Aeonik", sans-serif;
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		leading-trim: NONE;
		line-height: 130%;
		letter-spacing: -2%;
		text-align: center;

    }
    .resource-section p a {
      color: #fff;
      text-decoration: underline;
    }
  .resource-card {
	border-radius: 0;
	padding: 0;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
	border-radius: 20px;
	border: 2px solid #025aa191;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
    .resource-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }
    .resource-card img {
      width: 100%;
      border-radius: 0;
      margin-bottom: 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
}
    .resource-card h5 {
      font-weight: 600;
      margin-bottom: 8px;
	  color: #fff;
    }
    .resource-card p , .resource-card small{
      font-size: 16px;
      color: #cfcfcf;
      margin-bottom: 5px;
    }
 .resource-section .btn-blue {
	color: #fff;
	border-radius: 8px;
	padding: 15px 19px;
	font-weight: 600;
	margin-top: 40px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	background: radial-gradient(105.44% 105.44% at 50% 50%, rgba(13, 45, 162, 0.56) 0%, rgba(13, 45, 162, 0) 100%);
	border: 2px solid #074384ad;
	font-size: 20px;
}
    .btn-blue i {
      margin-left: 8px;
    }

.resource-card > div {
	padding: 15px;
}
.podcast-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      text-align: left;
    }
    .podcast-card img {
      width: 100%;
      height: auto;
    }
    .podcast-body {
      padding: 15px;
    }
    .podcast-title {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 10px;
    }
.podcasts .owl-nav {
	display: none;
}
.podcasts > div {
	padding-bottom: 90px;
}

.podcast  .owl-stage-outer {
	padding: 5px;
}
	.podcasts {
	background: #FAFAFA;
}
    .podcast-date {
	font-size: 0.8rem;
	color: #6c757d;
	display: flex;
	justify-content: space-between;
}

.podcasts > div.container {
	padding-bottom: 0 !important;
}
    .listen-link {
      font-weight: bold;
      color: #0D2DA2;
      text-decoration: none;
    }
    .listen-link:hover {
      text-decoration: underline;
    }
.podcasts > div > p {
	text-align: left;
	margin-bottom: 30px;
	font-size: 18px !important;
}
.banner-section > div::before {
	content: "";
	background: url(../image/adlanlasdkfjasdqwerwero.png);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
}
.podcast-slider {
	padding-left: 114px;
}
.podcasts .item , .podcasts .item > div {
	height: 100%;
}
.podcasts .owl-carousel .owl-stage{padding-left: 0 !important;display: flex;}

  .business-section {
	background-color: #03040D !important;
	color: white;
	text-align: center;
	padding: 1px 20px;
	position: relative;
	font-family: sans-serif;
	background: url(../image/fgsdgfsdgsfdgdf.png);
	padding-top: 20px;
}

    .business-heading {
      font-size: 4rem;
      font-weight: 900;
      line-height: 1.1;
    }

    .business-heading span.in {
      color: #0047FF; /* Blue for 'IN BUSINESS' */
      display: block;
    }
.crypto-reports h2 {
	font-size: 40px;
}
    .tag-badge {
      font-size: 18px;
      font-weight: 600;
      padding: 6px 20px;
      border-radius:25px;
      white-space: nowrap;
      font-family: "Oswald", sans-serif;
      -webkit-border-radius:25px;
      -moz-border-radius:25px;
      -ms-border-radius:25px;
      -o-border-radius:25px;
}
.business-section .d-flex.aligne-center.center .tag-2 {
	background: #3560D8;
	
}
.crypto-list.mb-4
.crypto-reports h2 {
	font-size: 56px;
}
.cryptos h2 {
	font-size: 35px;
}
.tag-badge.tag-4 {
	background: #189C9B;
	width: fit-content;
	margin: 28px auto;
	margin-bottom: 5px;
}
.business-section .d-flex.aligne-center.center .tag-3 {
	background: #998AC3;
}
	.business-section .d-flex.aligne-center.center {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1103px;
	margin: 10px auto;
}
.heading-2 {
	color: #0D2DA2;
}
.business-section h2 {
	font-size: 200px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	line-height: 0.7;
		  	font-family: "Oswald", sans-serif;

}

.tag-1 {
	background: #FF8822;
	width: fit-content;
	margin: 10px auto;
}

.crypto-videos {
	height: 535px;
}
.crypto-reports .owl-dots {
	display: none;
}
.crypto-section {
      background-color: #fff;
      padding: 80px 20px;
      font-family: sans-serif;
    }

    .badge-blue {
      background-color: #2B62F1;
      font-size: 0.75rem;
      padding: 6px 12px;
      color: white;
      font-weight: 600;
      border-radius: 20px;
    }

header	#navbarSupportedContent ul {
	justify-content: end;
}
.banner-section.d-flex.align-items-center h1{color: #fff !important;}
   .crypto-list li {
	margin-bottom: 5px;
	list-style: none;
	font-size: 18px !important;
	padding-left: 10px;
	display: flex;
	justify-content: safe;
	gap:10px;
}
.crypto-list {
	padding-left: 5px !important;
}
.crypto-section .container .row .col-lg-6 {
	height: 100%;
	display: block;
}
.crypto-section .card {
	border-radius: 15px;
	overflow: hidden;
}
.crypto-section h5 {
	font-weight: 500;
	margin-bottom: 20px;
	color: #000;
}
.crypto-section .card-body {
	padding: 15px;
	padding-top: 0;
	text-align: left;
}
.cryptos > div {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 50px !important;
}

.crypto-incorporate {
	background: url(../image/fgsdgfsdgsfdgdf.png);
}
.cryptos , .crypto-reports {
	background-color: #FAFAFA !important;
	background: url(../image/fgsdgfsdgsfdgdf.png);
}

.crypto-section .container .row .col-lg-6 img {
	height: 100% !important;
	object-fit: cover;
	display: block;
}
    .crypto-list li::before {
      content: '\25B6'; /* Right-pointing triangle */
      color: #000;
      font-weight: bold;
      display: inline-block;
      width: 16px !important;
      margin-left: -1em;
    }
.btn-download i {
	padding: 7px 12px;
	background: #fff;
	color: #000;
	font-size: 13px;
	border-radius: 3px;
}
   .btn-download {
	background-color: #0D2DA2;
	color: white;
	font-weight: 600;
	border-radius: 6px;
	padding: 13px 20px;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
}

.cryptos .owl-theme .owl-dots .owl-dot.active span, .cryptos .owl-theme .owl-dots .owl-dot:hover span {
	background: #0d2da2 !important;
}

    .btn-download i {
      margin-left: 5px;
    }

    .crypto-image {
      max-width: 100%;
      height: auto;
    }

  .crypto  .owl-carousel .item {
      padding: 30px 0;
    }

  .crypto  .owl-dots {
      text-align: center;
      margin-top: 20px;
    }

   .crypto .owl-dot span {
      width: 10px;
      height: 10px;
      background: #ccc;
      display: inline-block;
      margin: 5px;
      border-radius: 50%;
    }

   .crypto .owl-dot.active span {
      background: #2B62F1;
    }

.crypto p {
	font-size: 18px !important;
	font-weight: 400;
}
.crypto  video {
	width: 100%;
	object-fit: contain;
}

.crypto-reports .crypto-section .container {
	border: 1px solid #01814E;
	border-radius: 15px;
	padding: 30px;
	background: #01814E;
}


.crypto-reports .crypto-section .container, .crypto-reports .crypto-section .container p, .crypto-reports .crypto-section .container li {
	color: #ffff !important;
}


.slider-two {
	background: #1F4993 !important;
}

.crypto-reports .crypto-list li::before {
	content: '\25B6';
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 16px !important;
	margin-left: -1em;
}
.crypto-reports .badge {
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	padding: 13px 24px;
	margin-bottom: 15px;
	display: inline-block;
	background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%);
}


 .crypto-incorporate > div, .crypto-incorporate .crypto-section {
	background-color: transparent !important;
}
.crypto-incorporate {
	background: url(../image/sdafasfadsfsfasdf.png);
	background-color: #03040D !important;
}
.crypto-incorporate .col-lg-6, .crypto-incorporate .col-lg-6 p, .crypto-incorporate .col-lg-6 li {
	color: #fff !important;
}

.crypto-incorporate li::before {
	content: '\25B6';
	color: #fff !important;
	font-weight: bold;
	display: inline-block;
	width: 16px !important;
	margin-left: -1em;
}

.crypto-incorporate .badge {
	color: #fff;
	border-radius: 20px;
	font-size: 15px;
	padding: 12px 21px;
	margin-bottom: 15px;
	display: inline-block;
	background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.1536) 0%, rgba(255, 255, 255, 0) 100%);
}

.crypto-incorporate .btn-download  i{ padding: 10px ; background: #fff; color: #000; border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px ; }
.crypto-incorporate .btn-download {
	color: white;
	font-weight: 600;
	border-radius: 6px;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}




:root {
        /* 3-5 color palette */
        --bg: #0b0f14;             /* background */
        --fg: #e7eaf0;             /* foreground text */
        --muted: #9aa3af;          /* muted text */
        --line: #202835;           /* arc/lines */
        --accent: #3b82f6;         /* blue accent */
        --radius: 0.75rem;
      }

	  .center-copy h3 {
	color: #fff;
}
#arc-stage {
	height: 578px !important;
	overflow: hidden;
}
   .hero-title {
	color: #fff;
}
     .page-wrap {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	background: #03040D !important;
}

      .hero {
        position: relative;
        padding-top: 3rem;
        padding-bottom: 2rem;
      }

      .hero-title {
        font-weight: 800;
        letter-spacing: 0.2px;
        line-height: 1.1;
      }

      .stage {
        position: relative;
        margin-top: 2rem;
        /* Maintain roomy area for the arc; responsive sizing below */
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        /* The stage height will be set via JS to keep a proper semicircle */
      }

      /* SVG sits behind everything else */
      .arc-svg {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
      }

      .arc-path {
        stroke: var(--line);
        stroke-width: 2px;
        fill: none;
      }

      /* Apex guide: vertical line + blue dot */
      .apex-guide {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .apex-line {
        width: 2px;
        background: var(--accent);
        opacity: 0.9;
      }
      .apex-dot {
        width: 6px;
        height: 6px;
        background: var(--accent);
        border-radius: 999px;
        margin-top: 6px;
      }

      /* The circular badge above apex */
      .step-badge {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 1px solid var(--line);
        color: var(--fg);
        background: transparent;
        font-weight: 600;
        font-size: 0.95rem;
      }
.hero.container {
	overflow: hidden;
}
.hero.container  .marker.active {
	border-color: var(--accent);
	color: #fff;
	background: rgba(59,130,246,0.08);
	background: var(--accent);
}
.apex-guide {
	top: 6% !important;
}
.apex-dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 999px;
	margin-top: 6px;
}
.apex-line {
	width: 2px;
	background: #fff;
	opacity: 0.9;
}
      /* Title and description block centered near apex */
      .center-copy {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 560px;
		top: 50% !important;
      }
      .center-copy h3 {
        font-weight: 600;
        font-size: 35px;
        margin-bottom: 0.5rem;
      }
      .center-copy p {
        color: #fff;
        font-size: 18px;
        line-height: 1.55;
        margin: 0;
      }

      /* Markers container overlays the SVG */
      .markers {
        position: absolute;
        inset: 0;
        pointer-events: none; /* enable only buttons to be interactive */
      }

      .marker {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 34px;
        height: 34px;
        border-radius: 999px;
        border: 1px solid var(--line);
        color: var(--fg);
        background: rgba(255,255,255,0.02);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.9rem;
        pointer-events: auto;
        transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
      }
      .marker:hover {
        background: rgba(255,255,255,0.04);
      }
      .marker.active {
        border-color: var(--accent);
        color: var(--accent);
        background: rgba(59,130,246,0.08);
      }

      /* Prev/Next static controls near arc ends */
      .nav-control {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 1px solid var(--line);
        background: rgba(255,255,255,0.02);
        color: var(--fg);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        line-height: 1;
        pointer-events: auto;
        transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
      }
      .nav-control:hover {
        background: rgba(255,255,255,0.05);
      }

      /* Screen-reader only helper */
      .sr-only {
        position: absolute !important;
        height: 1px; width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
      }


 .cta-section .btn-download i {
	padding: 6px 10px;
	background: #fff;
	color: #000;
	border-radius: 3px;
}


 .cta-section {
      background-color: #0D2DA2; /* Blue background */
      color: #fff;
      text-align: center;
      padding: 40px 20px;
      border-radius: 10px;
    }

    .cta-section h2 {
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: 1px;
    }

    .cta-section .btn-download {
      color: #fff;
      font-weight: 600;
      border-radius: 5px;
      padding: 8px 18px;
      border: none;
      transition: all 0.3s ease;
	  background: radial-gradient(107.5% 107.5% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 20px;



    }

    .cta-section .btn-cta:hover {
      background-color: #f1f1f1;
      color: #0b2d8d;
    }


.get-started > div {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.get-started {
	background: #03040D !important;
	padding-bottom: 85px;
}

.cta-section h2 {
	font-size: 74px;
	font-family: "Oswald", sans-serif;
}

body.portfolio-page .custom-footer::after {
	content: "";
	background: url(../image/layers.png);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	opacity: unset !important;
}
.custom-footer {
	background-color: #010101;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.custom-footer > div {
	position: relative;
	z-index: 2;
}

.custom-footer h3 {
	font-size: 151px !important;
	color: #888;
	text-align: center;
	line-height: 1;
}

.custom-footer .btn {
	opacity: 1;
	padding-top: 12px !important;
	padding-right: 8px !important;
	padding-bottom: 12px !important;
	padding-left: 12px !important;
	border-radius: 8px;
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}


.custom-footer .btn i {
	margin-left: 5px;
	padding: 10px;
	background: #131313;
	border-radius: 5px;
	color: #fff;
}


.custom-footer h2 {
	font-weight: 700;
	font-size: 51px !important;
	letter-spacing: -2%;
	vertical-align: middle;
	font-family: "Aeonik", sans-serif;
	line-height: 1.2 !important;
}

.finacial {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: start;
	background: #ccc;
	padding: 15px;
	border-radius: 10px;
	margin-left: auto;
	gap: 0px;
	angle: 0 deg;
	opacity: 1;
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 32px;
	padding-left: 40px;
	border-radius: 32px;
	/* border-width: 2px; */
	/* background: radial-gradient(254.38% 143.37% at -76.18% -24.5%, rgba(13, 45, 162, 0) 0%, rgba(0, 0, 0, 0.64) 56.59%); */
	border: 2px solid #cccccc82;
	backdrop-filter: blur(80px);
	background: radial-gradient(254.38% 143.37% at -76.18% -24.5%, rgba(13, 45, 162, 0.88) 0%, rgba(0, 0, 0, 0) 56.59%);
}

.custom-footer.text-white.py-5 {
	padding-bottom: 15px !important;
}
.social-iconss  i{color: #fff;}
.social-iconss {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: center;
	gap: 10px;
	font-size: 20px;
	color: #fff !important;
}
.finacial h5 {
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 27px;
	line-height: 150%;
	letter-spacing: -2%;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.contact-list a {
	margin-bottom: 0 !important;
}
.custom-footer h3 {
	font-size: 151px !important;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: unset !important;
	-webkit-text-fill-color:unset;
}
.custom-footer .list-unstyled a, .custom-footer .list-unstyled p {
	color: #fff;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 15px;
}



.banner-section .container {
	position: static;
	z-index: 999;
}
.brands {
	position: relative;
	z-index: 999;
	display: flex;
	padding: 25px 15px;
	justify-content: space-around;
	flex-wrap: wrap;
}
.brands  > div img{object-fit: contain;width: 80% !important;}


.cryptos .crypto-section , .crypto-reports .crypto-section {
	background-color: transparent;
	padding: 80px 20px;
	font-family: sans-serif;
}
.crypto-section.position-relative .btn-blue {
	background-color: #0D2DA2;
	color: #fff;
	border-radius: 6px;
	padding: 10px 20px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
}
.portfolio {
	z-index: 999999 !important;
}
.we_provide{height: 400px !important;margin-bottom: 60px;}
.crypto-section p {
	font-size: 17px !important;
	line-height: 1.5;
	color: #000 !important;
}
 /* Responsive Design */
        @media (max-width: 420px) {
.crypto-incorporate {
	height: auto !important;
}

.crypto-incorporate .cryptos {
	height: auto;
}

		}
        /* Responsive Design */
        @media (max-width: 768px) {
		body.portfolio-page .banner-content h1 span{margin: 0 5px;}	
body.portfolio-page .banner-content h1 {
	font-size: 40px;
	display: flex;
	flex-wrap: unset !important;

}
body.portfolio-page .banner-content h1 br {
	display: none !important;
}
.brands > div img {
	object-fit: contain;
	width: 60% !important;
}
.logo-slider .owl-item img {
	max-height: 41px;
	object-fit: contain;
	transition: all 0.3s ease;
}
			.cta-section {
	
	padding: 20px 20px;
	
}
.cryptos {
	overflow: hidden;
}
			.cryptos .container-fluid.crypto-section {
	height: 1148px;
}
.cryptoss  .container-fluid.crypto-section > div {
	height: 841px;
}
			.crypto-reports .container-fluid.crypto-section {
	margin-bottom: 20px;
}
.expertise-section .logo-wrapper img {
	max-width: 70%;
}
			.crypto-section.position-relative .btn-blue {
	font-size: 18px;
}
			.portfolio #navbarSupportedContent a.btn-contact{color: #fff !important;}
.portfolio #navbarSupportedContent a{color: #000 !important;text-align: left;}
.portfolio #navbarSupportedContent {
	padding: 15px;
	background: #fff;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.brands {
	justify-content: center;
}

.cryptos {
	height: auto;
}
.crypto-incorporate {
	height: 856px;
}
		.brands > div img {
	object-fit: contain;
	width: 100% !important;
}

.btn-download i {
	padding: 5px 8px;
	background: #fff;
	color: #000;
	font-size: 10px;
	border-radius: 3px;
}
header {
	position: relative;
	z-index: 999;
}
.get-started {
	background: #03040D !important;
	padding-bottom: 36px;
}
.crypto-incorporate .cryptos .container-fluid.crypto-section {
	height: auto;
}
.social-iconss {

	margin: 0 auto;
}
.page-wrap {
	min-height: 59dvh;
	display: flex;
	flex-direction: column;
	background: #03040D !important;
}
.crypto-reports {
	height: auto;
}
.cryptos .crypto-section, .crypto-reports .crypto-section {
	background-color: transparent;
	padding: 35px 5px;
	font-family: sans-serif;
	padding-bottom: 0;
}
.cryptos h2 {
	font-size: 28px;
}
.btn-download {
	background-color: #0D2DA2;
	color: white;
	font-weight: 600;
	border-radius: 6px;
	padding: 13px 9px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
			.hero-heading {
	font-size: 45px;
	
}
.crypto-list li {
	list-style: none;
	font-size: 16px !important;
	font-family: Inter;
}

.navbar {
	padding-top: 0px;
	padding-bottom: 10px;
}
.step-tabs {
	gap: 19px;
}
.clients-section .owl-carousel {
	background: #fff !important;
	padding: 0 !important;
}
.clients-carousel .item  img {
	
	width: 100px !important;
}
#navbarContent ul li a {
	text-align: left;
}
header .hero-btn {
	margin-left: 0px !important;
	width: auto !important;
}
html body .hero-btn {
	padding-top: 12px !important;
	padding-bottom: 13px !important;
	font-size: 16px !important;
	padding-left: 15px !important;
}
#our_features .card img {
	margin-bottom: 0 !important;
	height: 345px;
	object-fit: contain;
}
.how-it-works .row > div.col-md-4:nth-child(2)::before {
	content: "";
	display: none  !important;
}
.how-it-works .row > div.col-md-4:first-child::before {
	content: "";
display: none !important;
}
.navbar-expand-lg .navbar-nav {
	gap: 11px;
}

.how-it-works #second-colum > div.col-md-4:nth-child(2)::before {
	content: "";
	display: none  !important;
}
.clients-section h3 {
	font-size: 35px;


}
.faq-section h2 {
	font-size: 30px;
	
}
.banner-section {
	padding-bottom: 18px !important;
}
.banner-content h1 {
	font-size: 57px;
	display: block;
	text-wrap: wrap;
	line-height: 1;
}
.expertise-section ul li {
	font-size: 16px;
}

.resource-section p {
	font-size: 16px;

}
.resource-section .btn-blue {
	font-size: 16px;
}
.resource-card > div p {
	margin: 0;
}
.podcast-date {
	font-size: 14px;
}
.podcast-title {
	font-size: 16px;
}
.crypto-section.position-relative .img-fluid {
	max-width: 135px !important;
}
.banner-content h1 br {
	display: block !important;
}
.faq-item .buttons {
	padding: 14px 25px;
	font-size: 16px;

}
.finacial {
	width: 99%;

}
.custom-footer h2 {
	font-size: 27px;
	margin-bottom: 20px;

}
.finacial {
	padding-right: 25px;
	padding-left: 25px;
	
}
.custom-footer h3 {
	font-size: 50px !important;
	line-height: 1.2;

}

.btn-group-custom {
	width: 93%;

}
.crypto_accounting {
padding-top: 0;
  padding-bottom: 40px;
}
.cta-btn {
	width: 184px;
}

html body header .hero-btn {
	padding: 7px 23px !important;
	width: auto !important;
	height: auto !important;
}
.custom-footer .btn {
	display: flex;
	align-items: center;
	padding: 10px 20px !important;
	font-size: 17px;
	justify-content: space-between;
}
footer .col-md-6.text-md-end {
	width: 100%;
}
footer .col-md-6.mb-4.mb-md-0 {
	width: 100%;
}
.compare-col {
	flex: 0 0 33.3% !important;
	max-width: 33.3% !important;
}
.why_founder h2 {
	font-size: 27px;
}
html body br{display: none !important;}
.clients-section P {
	padding: 0 15px;
}
.crypto_accounting h1 {
	font-size: 35px;
	
}
#navbarContent {
	background: #000;
	position: relative;
	z-index: 999;
	text-align: left;
	padding: 20px 15px;
}
.tab-content img {
	margin: 0 auto !important;
	display: flex;
	box-shadow: 0 0 30px 5px rgba(23, 32, 102, 0.59);
	width: 100%;
}

#stepTabContent {

	padding: 0 15px;
}
.tab_section {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.buttons {
	padding: 16px 20px;
	font-size: 16px;
}
.slider .item {
	overflow: hidden;
}
.subtext {
	font-size: 16px;
	padding: 0 15px !important;
}
.hero-heading {
	font-size: 37px;
}
.status-text {
	margin-bottom: 0 !important;
	padding-bottom: 20px !important;
	padding-top: 70px;
}
.navbar-toggler-icon {
	color: #fff !important;
	filter: brightness(0) invert(1);
}
.navbar-brand img {
	width: 149px;
}
.footer_deatails .text-success {
	margin-left: 0;
}
.right-content {
	padding: 15px 13px !important;
}
#card-2 {
	margin-top: 25px;
}
#Construction .swiper-wrapper {
	margin-bottom: 35px;
}

.faq-item h6 .faq-icon {
	
	height: 35px;
	display: flex;
	
	border-radius: 50%;

}
.swiper-slide {
	height: auto !important;
}
.hero-heading br{display:none;}
.hero-section {
	padding: 65px 0;

}
.pricing-section .card {
	width: 100%;
	max-width: 95%;
}
.how-it-works .row > div:first-child::before {
	content: "";
	display: none;
}

.how-it-works .row > div:nth-child(2)::before {
	content: "";
	display: none;
}
main {
	overflow: hidden !important;
}
.try-now h5 {
	font-size: 26px;

}

.btn.btn-success {
	font-size: 15px;
	
}
.faq-section > div {

	padding-top: 47px;
	padding-bottom: 47px;

}
.great_founds > div {

	padding-top: 47px;
	padding-bottom: 47px;
}
#form_section > div {
	padding-top: 47px;
	padding-bottom: 47px;

}
.why_founder .container > div.table {
	padding: 20px 15px;
	padding-top: 0 !important;
}
.form-container {
	padding: 40px 15px;
	max-width: 95%;

}
.compare-section {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #7E51CC14;
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}
.compare-row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #fff;
	width: 1000px;
	overflow-x: scroll;
}

.pricing-section .text-warning {

	text-align: left;

}
.faq-answer.show {
	width: 100%;
	max-width: 100%;
}
.compare-col {
	flex: 0 0 25%;
	max-width: 100%;
}
.pricing-section .badge {
	width: 100%;
	max-width: 90%;
	text-wrap: wrap;
}
.play-button i{font-size: 22px;}
.play-button {
	
	width: 65px;
	height: 65px;
}
.hero-btn {
	
	font-size: 18px;

}

.video iframe {
	width: 100%;
	height: 192px;
	border-radius: 10px;
}
header .hero-btn {
	
	margin-left: 0px !important;
}
#footer .mb-2.mb-md-0.small {
	order: 4;
    margin-bottom: 0 !important;
}

.footer_deatails {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 30px;
    margin-bottom: 10px;
}
.testimonial-left {
	padding: 0 !important;
	width: 100%;
	flex-direction: unset !important;
}
.right-content {
	width: 100%;
}
.testimonial .right-content .text-success {
	margin-top: 0px;
}
.faq-answer p {
	font-size: 16px;

}

.pricing-section .card > div {
	padding: 30px 15px;
}
.compare-list li {
	padding: 9px 6px;

}
.pricing-section .card ul li {
	font-size: 16px;
	display: flex;
	align-items: start;
	gap: 5px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	top: 10px;
}

.how-it-works .container {
	padding: 70px 15px;
}
.swiper-pagination-bullets {
	margin-bottom: 25px;
}
.testimonial {
	padding-bottom: 10px !important;
}
.testimonial .hero-btn.mt-5 {
	margin-top: 0px !important;
}
.testimonial-card {
margin: 0 15px;
	display: grid !important;
}
            .custom-nav-tabs {
                justify-content: flex-start;
                overflow-x: auto;
                flex-wrap: nowrap;
                padding-bottom: 10px;
            }

            
            .custom-nav-tabs .nav-link {
                flex-shrink: 0;
            }
            
            .resource-cards {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .card-main-title {
                font-size: 1.2rem;
            }
			.card-img img{width: 100%;}







/* portfolio page css */

.portfolio .navbar-brand img {
	height: auto;
	margin-right: 0px;
	width: 180px;
}
.portfolio {
	padding: 0.8rem 7px;

}
.portfolio  #navbarNav {
	background: #fff;
	padding: 15px;
}
.custom-footer.text-white.py-5 .col-md-6.mb-4.mb-md-0 .btn {
	order: 2;
}

.custom-footer.text-white.py-5 .col-md-6.mb-4.mb-md-0 {
	display: flex;
	flex-wrap: wrap;
}

.crypto-section h5 {
	font-weight: 500;
	margin-bottom: 0px;
	color: #000;
}
.portfolio  #navbarNav a{text-align: left;color: #000 !important;}

.portfolio  #navbarNav a.btn.btn-contact{color: #fff !important;}
.banner-section {padding: 88px 0 80px;}
.side-label {
	position: absolute;
	top: 50%;
	right: -45px;
	transform: rotate(-90deg);
	background-color: #0D2DA2;
	color: #fff;
	font-size: 10px;
	padding: 5px 7px;
	border-radius: 0px;
	letter-spacing: 1px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.banner-content p {	font-size: 16px;}
.crypto-section {padding: 20px 6px;}
.crypto-section p {font-size: 17px !important;line-height: 1.5;}
.expertise-section {padding: 25px 4px;}
.expertise-section h3 {	font-size: 25px;}
.resource-section {padding: 30px 5px;}
.resource-section h2 {margin-bottom: 1px;	font-size: 24px;}
.podcast-slider {
	padding-left: 10px !important;
	padding-bottom: 20px !important;
	padding-right: 5px !important;
}
.podcast-slider .owl-item.active {
	width: 319px !important;
	margin-right: 7px !important;
}

.business-section h2 {
	font-size: 54px;

}
.cryptoss .crypto-videos {
	height: 232px;
}
.cryptos > div {
	padding: 0 !important;
}
.tag-badge {
	font-size: 13px;
	font-weight: 600;
	padding: 4px 12px;

}

.crypto-reports .crypto-section .container {
	padding: 30px 15px;
}
.crypto-incorporate .btn-download {
	padding: 10px 12px;
	font-size: 16px;
}
.center-copy {
	max-width: 100%;
	width: 87%;
}
.center-copy p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.center-copy h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0.5rem;
}
.page-wrap .hero.container {
	padding-top: 5px;
}
#arc-stage {
	height:235px !important;
	overflow: hidden;
}
.cta-section .btn-download {
	padding: 8px 9px;
	font-size: 16px;
}

.cta-section h2 {
	font-size:30px !important;
}
.custom-footer h2 {
	font-size: 29px !important;

}



.portfolio-page section {
	overflow: hidden;
}
















































        }
        
        @media (max-width: 576px) {
            .resources-section {
                padding: 0px 10px;
            }
            
            .card-body {
                padding: 20px;
            }
            
          
        }