/* Blockchain service styles here */

/* Faq section accordion styles here */

.block-faq-container {
    background-color: var(--primary-08);
    margin-bottom: 4.5rem;
  }
  .block-faq-container .container{
    min-height: calc(100vh - 4.5rem);
    padding: 5rem 0;
  }
  .block-faq-container .container .wp-block-image {
    max-width: 20.625rem;
    max-height: 25rem;
    margin: 0 auto;
  }
  .block-faq-container .container .wp-block-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .block-faq-container .wpsm_panel {
    background-color: transparent;
  }
  .service-faq-accordion h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: normal;
    font-weight: 800;
    color: var(--black-100);
  }
  .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-default > .wpsm_panel-heading {
    padding: 0;
    background-color: transparent !important;
  }
  .service-faq-accordion .wpsm_panel-title a {
    display: flex !important;
    align-items: center;
  }
  .service-faq-accordion #wpsm_accordion_518 .ac_open_cl_icon::before {
    content: none;
  }
  .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-title a, .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-body {
    font-family: var(--font-family) !important;
    background-color: transparent !important;
  }
  .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-collapse {
    padding-left: 1.125rem;
  }
  .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-title a .ac_open_cl_icon {
    float: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    width: 0; 
    height: 0; 
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: none;
    border-bottom: 0.625rem solid var(--primary-100);
    border-radius: 0.25rem;
  }
  .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-title a.collapsed .ac_open_cl_icon {  
    border-bottom: none;
    border-top: 0.625rem solid var(--primary-100);
  }
  .service-faq-accordion .wpsm_panel-title a .ac_title_class {
    font-size: 1.25rem;
    line-height: normal;
    font-weight: 500;
    color: var(--black-85) !important;
  }
  .service-faq-accordion #wpsm_accordion_518 .wpsm_panel-body {
    line-height: 2;
    font-weight: normal;
    color: var(--black-45) !important;
	padding: 0 0.938rem;
  }


/* New BlockChain Service  Styles Here */

/* Blockchain service styles here */

/* New Section of Blockchain development page styles */

.blockchain-define-service h2,
.service-transform h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
}

.potential-service-heading h2 {
    max-width: 611px;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    color: var(--white-100);
}

.redefine-service-section {
    max-width: 500px;
}

.service-chain-heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.38;
    color: var(--black-100);
}

.service-chain-para {
    font-size: 0.875rem;
    line-height: 1.71;
    color: var(--black-45);
}

.service-transform {
    max-width: 402px;
    margin: 0 auto;
}

.blockchain-service-transform {
    max-width: 362px;
}

.blockchain-service {
    max-width: 402px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    margin: 0 auto;
}

.blochchain-business-section {
    padding-bottom: 100px;
}



.faq-section {
    background-color: var(--primary-08);
    padding: 60px 100px 80px;
    margin-bottom: 80px;
}

.faq-heading {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: #fb833d;
    padding-bottom: 2.5rem;
}

.faq-content {
    max-width: 362px;
}

.faq-content h4 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    padding-bottom: 0.75rem;
}

.faq-content p {
    font-size: 0.875rem;
    line-height: 1.71;
    color: rgba(0, 0, 0, 0.65);
}

.blockchain-potential {
    padding: 2rem;
    border-radius: 20px;
    max-width: 377px;
}

.blockchain-potential h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.17;
    color: var(--white-100);
}

.blockchain-potential p {
    font-size: 0.875rem;
    line-height: 1.57;
    color: var(--blockchain-color-1);
}

.potential-orange {
    background-image: var(--block-orange);
	margin-right: 16px !important;
	cursor: pointer;
}

.potential-brown {
    backdrop-filter: blur(37px);
    background-color: var(--block-brown);
}

.development-service {
    margin-bottom: 5rem;
}

.development-service h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    max-width: 460px;
    margin: 0 auto;
}

.development-service p {
    max-width: 600px;
    font-size: 1rem;
    line-height: 1.63;
    color: rgba(0, 0, 0, 0.65);
    margin: 0 auto;
}

.potential-highlight {
    color: var(--primary-100);
}

.blockchain-employ {
    border-radius: 20px;
    padding: 60px;
    background: var(--employ-bg);
    margin-top: 3rem;
}


.blockchain-employ p {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white-65);
}

.pb-36 {
    padding-bottom: 36px;
}

.blockchain-employ h4 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.44;
    color: var(--white-100);
}

.platform-logo {
    border-radius: 8px;
    opacity: 1;
    background-color: var(--light-grey-bg);
    padding: 20px 24px;
	margin-right: 16px !important;
}

.platform-logo img {
    object-fit: contain;
}

.transform-tablet{
 align-items: stretch !important;
}



/* new blockchain page v2 styles here  */

/* Blockchain service styles here */

/* New Section of Blockchain development page styles */

.blockchain-define-service h2,
.service-transform h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
}

.service-banner-section h4 {
	font-size: 54px;
	max-width: 574px;
	width: 100%;
}

.blockchain-row-8{
	margin-bottom: 12px;
}

.service-banner-section p{
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
}

.potential-service-heading h2 {
  max-width: 611px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: var(--white-100);
}

.redefine-service-section {
  max-width: 500px;
}

.service-chain-heading {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
}

.service-chain-para {
  font-size: 0.875rem;
  line-height: 1.71;
  color: var(--black-45);
}

.service-transform {
  max-width: 402px;
  margin: 0 auto;
}

.blockchain-service-transform {
  max-width: 362px;
}

.blockchain-service {
  max-width: 402px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
  margin: 0 auto;
}

.blochchain-business-section {
  padding-bottom: 100px;
}

.service-block {
	margin: 0 0 16px 0;
	align-items: stretch !important;
}

.gap-40 {
    gap: 40px;
}

.gap-48 {
    gap: 48px;
}

.faq-section {
  background-color: var(--primary-08);
  padding: 60px 100px 80px;
  margin-bottom: 80px;
}

.faq-heading {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--primary-100);
  padding-bottom: 2.5rem;
}

.faq-content {
  max-width: 362px;
}

.faq-content h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.38;
  color: var(--black-100);
  padding-bottom: 0.75rem;
}

.faq-content p {
  font-size: 0.875rem;
  line-height: 1.71;
  color: var(--black-65);
}

.blockchain-potential {
  padding: 2rem;
  border-radius: 20px;
  max-width: 377px;
  
}

.blockchain-potential h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.17;
  color: var(--white-100);
}

.blockchain-potential p {
  font-size: 0.875rem;
  line-height: 1.57;
  color: var(--blockchain-color-1);
}

.potential-brown {
  backdrop-filter: blur(37px);
  background-color: var(--block-brown);
  cursor: pointer;
  margin-right: 16px !important;
}

.potential-brown:hover {
  background-image: var(--block-orange);
}

.development-service {
  margin-bottom: 5rem;
}

.development-service h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.38;
  color: var(--black-100);
  max-width: 460px;
  margin: 0 auto;
}

.development-service p {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.63;
  color: var(--black-65);
  margin: 0 auto;
}

.potential-highlight {
  color: var(--primary-100);
}

.blockchain-employ {
  border-radius: 20px;
  padding: 60px;
  background: var(--employ-bg);
  margin-top: 3rem;
}

.blockchain-employ p {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white-65);
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.blockchain-employ h4 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.44;
  color: var(--white-100);
}

.blockchain-logo-services {
 /* gap: 12px; */
 margin-top: 1.25rem;
}

.blockchain-logo-services blockchain-platform-logo{
	margin: 12px;
}

/* Blockchain v2 New Css Styles Here  */

.blockchain-explain-service{
	margin: 5rem auto !important;
}

.blockchain-know-more {
  display: none;
}

.blockchain-know-more {
  font-weight: 800;
  color: var(--primary-100) !important;
  margin-top: 1rem;
}

.blockchain-babena {
  border-radius: 1.25rem;
  margin-top: 4rem;
  background-color: var(--grey-black);
  background-image: url(https://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/03/15064726/bebena-bg.png);
  padding: 0 60px;
  background-position: right;
}
.babena-align {
  justify-content: start;
}

.babena-align-img {
  justify-content: center;
}

.babena-align-img figure img{
	max-width: 255px;
	width: 100%;
}

.babena-tablet-center figure img{
	max-width: 154px;
	width: 100%;
}

.babena-main-heading {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--white-100);
}

.babena-content-para {
  font-size: 1.125rem;
  line-height: 1.56;
  color: var(--white-65);
  margin-bottom: 1.5rem;
}

/* business grow block chain  */

.business-grow {
  border-radius: 1.25rem;
  background-color: var(--grey-dark-12);
  max-width: fit-content;
}

.business-grow p {
  font-size: 1.125rem;
  color: var(--white-100);
}

.business-grow-content h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--white-100);
}

.business-grow-content p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: var(--white-65);
  max-width: 540px;
}

.business-grow-bg {
  background-color: var(--grey-black-95);
  background-image: url(https://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/03/15063402/blockchain-help.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
  padding: 44px;
}

.business-grow-content h2 span {
  color: var(--primary-100);
}

.business-redefine h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
  max-width: 386px;
}
.business-redefine p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: var(--black-85);
}

.decentralize-business {
  background-color: var(--grey-45);
}

.blockchain-development-bg {
  background-color: var(--black-55);
  background: url(https://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/03/15061144/blockchain-decentralize-bg-main.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 64px 84px 60px 85px;
  border-radius: 1.25rem;
  margin-bottom: 64px;
}

.decentral-content-blockchain h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--white-100);
  max-width: 594px;
  margin: 0 auto;
}

.decentral-content-blockchain h2 span {
  color: var(--primary-100);
}

.decentral-content-blockchain p {
  font-size: 1rem;
  line-height: 1.63;
  color: var(--white-65);
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 2.375rem;
}

.blockchain-platform-logo {
  border-radius: 8px;
  opacity: 1;
 background: url(https://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/03/15061137/blockchain-decentralize-bg.png) no-repeat;
  background-position: left;
  background-size: cover;
  padding: 1.2rem 1.5rem;
  width: fit-content;
  height: fit-content;
  margin-right: 16px !important;
}

.blockchain-platform-logo figure img {
  height: 34px;
}

.blockchain-platform-logo img {
  object-fit: contain;
}

/* blochchain new tab styles here */

.tech-master-main {
  margin-bottom: 64px;
}

.blockchain-tech-heading {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  text-align: center;
  color: var(--black-100);
}

.tab-align-baseline{
	align-items: baseline !important;
}

.blockchain-tech-content-para {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--black-65);
  max-width: 660px;
  margin: 0 auto;
}

.blochchain-tech-container {
  border: solid 2px var(--dark-black-55);
  background-color: var(--dark-black-60);
  border-radius: var(--border-radius-20);
  display: flex;
  overflow: hidden;
  height: 27rem;
}

.blochchain-tech-container .top-tech-list {
  background-color: var(--dark-black-65);
  align-items: baseline !important;
}
.blochchain-tech-container .top-tech-content {
  height: 100%;
}
.blochchain-tech-container .top-tech-list .wp-block-buttons {
  padding: 1.25rem;
  display: block;
}
.blochchain-tech-container .top-tech-list .wp-block-buttons .wp-block-button {
  display: block;
}
.blochchain-tech-container .top-tech-list .wp-block-buttons .wp-block-button a {
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.blochchain-tech-container
  .top-tech-list
  .wp-block-buttons
  .wp-block-button
  a.left-menu-active {
  background-color: var(--grey-black-90) !important;
  color: var(--white-100) !important;
}

.blochchain-tech-container .individual-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto !important;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
}
.blochchain-tech-container .title-list {
  display: block;
}
.blochchain-tech-container .title-list h4 {
  max-width: unset;
  margin: 0.625rem 0 0.25rem 0.75rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  color: var(--black-100);
}
.blochchain-tech-container .individual-list .individual-tech {
  width: calc(25% - 1.5rem);
  max-width: 12.5rem;
  height: fit-content;
  border: solid 1px var(--dark-black-75);
  border-radius: var(--border-radius-10);
  margin: 0.75rem;
  padding: 2rem 0.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blochchain-tech-container .individual-list .individual-tech img {
  width: 60px;
  height: 60px;
  margin-bottom: 1.25rem;
  object-fit: contain;
  object-position: center;
}
.blochchain-tech-container .individual-list .individual-tech figcaption {
  font-size: 0.875rem;
  font-weight: 700;
}

.display-drop{
	display: none;
}

@media all and (max-width: 1199px) {
  /* top technologies section styles here */
  .blochchain-tech-container .individual-list .individual-tech {
    width: calc(33.33% - 1.5rem);
  }
}


@media all and (max-width: 992px){
	.blochchain-tech-container {
    display: block;
    height: auto;
    border-radius: var(--border-radius-10);
  }
  .blochchain-tech-container .top-tech-list {
    background-color: transparent;
    padding: 1rem;
  }
  .blochchain-tech-container
    .top-tech-content
    .individual-list
    .individual-tech {
    width: calc(50% - 0.75rem);
    max-width: unset;
    margin: 0.375rem;
  }
  .blochchain-tech-container .individual-list {
    padding: 0.5rem 0.625rem 0.5rem;
  }
}

@media all and (max-width: 768px) {
	
  	.page-id-3036 .tech-master-main{
	margin-top: 3rem;
	}

  .our-process-section {
    display: none;
  }

  .babena-align {
    justify-content: center;
  }
}

/* transtion second section styles here  */

.service-detail-blockchain {
  object-fit: contain;
  justify-content: flex-end;
  display: flex;
}

.harness-development {
  background-image: linear-gradient(130deg, #292929 1%, #050a14 46%);
  align-items: flex-end;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 0;
  overflow: hidden;
  max-width: 612px;
  height: 468px;
}

.harness-development figure img{
	object-fit: contain;
	object-position: bottom;
}

.harness-development figure:nth-child(1) {
  animation: moveToTop 2s ease-in-out;
  animation-delay: 1000ms;
}

.harness-development figure:nth-child(2) {
  animation: moveToTop 3s ease-in-out;
  animation-delay: 1000ms;
}

.harness-development figure:nth-child(3) {
  animation: moveToTop 2s ease-in-out;
  animation-delay: 1000ms;
}

.harness-development figure:nth-child(4) {
  animation: moveToTop 4s ease-in-out;
  animation-delay: 1000ms;
}

@keyframes moveToTop {
  0% {
    transform: translateY(240px);
  }
  100% {
    transform: translateY(0px);
  }
}


@media all screen and (max-width: 1024px) {

  .mobile-development-transition-2 {
    display: none;
  }
  .harness-development {
    height: fit-content;
  }
}
/* Pioneer Development */

.pioneer-sec-main {
  margin-top: 80px;
}

.pioneer-blockchain {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--black-85);
}

.pioneer-main-heading {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
  margin-bottom: 1.5rem;
  max-width: 35.25rem;
}

.pioneer-main-content {
  font-size: 1.125rem;
  line-height: 1.56;
  color: var(--black-65);
  margin-bottom: 2rem;
  max-width: 710px;
}

.pioneer-margin-bottom {
  margin-bottom: 1.5rem;
}

.top-rank-development-heading h3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.29;
  color: var(--black-100);
  margin-bottom: 41px;
}

.pioneer-top-ranked-bg {
  padding: 2rem 40px 40px;
  border-radius: 10px;
  background-color: var(--primary-10);
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* Tokan Creation Styles Here */

.pioneer-column-tablet {
	align-items: flex-end;
}

.glimpse-blockchain-main {
  margin-bottom: 48px;
}

.glimpse-blockchain-main h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
  max-width: 470px;
  margin: 0 auto 0.75rem;
}

.glimpse-blockchain-main p {
  font-size: 1.125rem;
  line-height: 1.56;
  color: var(--black-65);
  max-width: 600px;
  margin: 0 auto;
}

.tokan-main-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--black-100);
  margin-bottom: 12px;
}

.tokan-main-content h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--black-85);
  margin-bottom: 12px;
}

.tokan-main-content p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--black-65);
  margin-bottom: 1.5rem;
  max-width: 500px;
}

.tokan-main-content h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--black-85);
}

.tokan-platform-image img {
  max-width: 400px;
  width: 100%;
  object-fit: contain;
}

/* Blockchain section */
.our-process-section {
  background: var(--grey-black-95);
  padding: 5rem 0 0.5rem;
}

.block-60-responsive {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.our-process-section h6 {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 2.1px;
  color: var(--white-100);
  margin-bottom: 0.5rem;
}
.our-process-section h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--white-100);
  max-width: 650px;
  margin: 0 auto 5.75rem;
}

#crypto_process h2 {
	margin: 0 0 1.5rem;
}
#crypto_process p {
	margin: 0 0 5.75rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--white-65);
	max-width: 650px;
}

#crypto_process_responsive h2 {
	font-size: 1.5rem;
}

#crypto_process_responsive p {
	font-size: 16px;
	line-height: normal;
}
.our-process-section .process-card {
  width: 33.33%;
  padding-right: 2rem;
	margin-bottom: 0 !important;
}
.our-process-section .process-card .wp-block-column {
  padding-right: 1.5rem;
  padding-bottom: 6.5rem;
  border-top: 1px dashed var(--white-100);
  position: relative;
}
.our-process-section .process-card p {
	margin-bottom: 0 !important;
}
.our-process-section .process-card .wp-block-column:after {
  content: "";
  position: absolute;
  top: -4.5px;
  right: -3px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--white-100);
}
.our-process-section .process-card.box-border .wp-block-column {
  border-right: 1px dashed var(--white-100);
}
.our-process-section .process-card.box-border .wp-block-column:after {
  content: none;
}
#crypto_process .flex-wrap {
	align-items: flex-start;
}
#crypto_process .process-card .wp-block-column {
	padding-bottom: 9rem !important;
}
#crypto_process .process-card.second-line-card {
	margin-top: -3rem;
	padding-bottom: unset !important;
}
.our-process-section .process-card.second-line-card .wp-block-column:after {
  border-right: 6px solid var(--white-100);
  border-left: none;
  right: unset;
  left: 83px;
}
.our-process-section .process-card figure {
  height: 3.75rem;
  padding-right: 1rem;
  position: relative;
  top: -2rem;
  background-color: rgb(17 21 32);
}

.our-process-section .process-card figure img{
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.page-id-3036 .pioneer-laptop-justify figure img{
	max-width: 80px !important;
	height: 80px;
	width: 100%;
	object-fit: contain;
}

.our-process-section .process-card h4 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--white-100);
  margin-bottom: 0.5rem;
}
.our-process-section .process-card p {
  font-size: 0.875rem !important;
  font-weight: normal;
  line-height: 1.71;
  color: var(--white-55);
}

/* blockchain new faq styles here */

.blockchain-new-faq {
  margin-bottom: 60px;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.blockchain-new-faq {
  background-image: linear-gradient(
    292deg,
    rgba(246, 187, 124, 0.32),
    rgba(251, 131, 61, 0.04)
  );
}

.blockchain-faq-content h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
  margin-bottom: 2.25rem;
}

.blockchain-faq-img {
  justify-content: center;
  align-items: center;
}

.blockchain-faq-img figure img {
  max-width: 382px;
}

#wpsm_accordion_3033 .wpsm_panel {
  border: none !important;
  background: transparent;
}

.blockchain-accordion #wpsm_accordion_3033 .ac_open_cl_icon,
.blockchain-accordion #wpsm_accordion_3033 .wpsm_panel-heading {
  background-image: inherit !important;
}

.blockchain-accordion #wpsm_accordion_3033 .wpsm_panel-body {
  background: transparent !important;
  font-size: 1rem !important;
  line-height: 1.63;
  color: var(--black-65) !important;
  font-family: var(--font-family) !important;
  padding: 0 0 32px !important;
}

.blockchain-accordion #wpsm_accordion_3033 .ac_title_class {
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.22;
  color: var(--black-100) !important;
  font-family: var(--font-family) !important;
  padding: 0 0 26px;
}

.blockchain-accordion .fa-minus:before {
  content: "\f0d7" !important;
}

.blockchain-accordion .fa-plus:before {
  content: "\f0d8" !important;
}

.blockchain-accordion
  #wpsm_accordion_3033
  .wpsm_panel-default
  > .wpsm_panel-heading {
  padding: 0;
  background-color: transparent !important;
}

.blockchain-accordion #wpsm_accordion_3033 .ac_open_cl_icon {
  background-color: transparent !important;
  font-size: 12px;
}

/* blockchain pillars */

.pillar-main {
  max-width: 260px;
  width: 100%;
}

.responsive-blockchain-workflow-container {
  display: none;
}

.pillar-main-heading h2 {
  font-size: 32px;
  line-height: 1.38;
  color: var(--black-100);
  margin-bottom: 32px;
}

.blockchain-pillars-bg {
  border-radius: 10px;
  background: url(http://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/02/24072541/blob-orange.png)
    rgba(0, 0, 0, 0.03) no-repeat center !important;
  display: inline-block;
  background-size: 220px !important;
}

.pillar-main h3 {
  font-size: 18px;
  color: var(--black-100);
  margin-top: 12px;
  margin-bottom: 6px;
  position: relative;
}

.pillar-main p {
  font-size: 12px;
  color: var(--black-65);
}

.pillar-main h3:hover a:after{
  content: "";
  width: 30px;
  height: 1.5rem;
  background: url(http://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/02/22102533/LI-In-blockchain.png)
    no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 16px;
  background-position: center;	
}

.pillar-main:hover h3 {
  color: var(--primary-100);
}

.blockchain-pillars-bg img {
  height: 288px;
  object-fit: contain;
  object-position: bottom;
}

.pillar-main:hover .blockchain-pillars-bg {
  border-radius: 10px;
  background: url(https://calibraint-website.s3.us-east-2.amazonaws.com/calibraint-wordpress/wp-content/uploads/2023/02/24072541/blob-orange.png)
    rgba(254, 185, 0, 0.3) no-repeat center !important;
  display: inline-block;
  background-size: 220px !important;
  transition: background 0.3s ease-in;
}

/* Blochckain Slider Styles Here */
#slider_2870 .owl-item .sa_hover_container {
  padding: 2.25rem 1.5rem !important;
  height: 320px;
  margin-left: 0 !important;
}

.solution-industries-section {
  padding: 0 0 80px;
}

.solution-industries-section h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  color: var(--black-100);
  margin-bottom: 0.75rem;
  max-width: 482px;
}
.solution-industries-section p {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.56;
  color: var(--black-65);
  max-width: 600px;
  margin-bottom: 2.25rem;	
}

#slider_2870 .owl-item .sa_hover_container {
  border-radius: 0.625rem;
  background-color: var(--primary-10);
}
#slider_2870 .owl-item .sa_hover_container:hover {
  overflow: hidden;
  background-color: var(--dark-red);
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.3s ease-in;
}
#slider_2870 .owl-item .sa_hover_container:hover img {
  display: none;
}

#slider_2870 .owl-item .sa_hover_container:hover h4 {
  color: var(--white-100);
  text-align: center !important;
}
#slider_2870 .owl-item .sa_hover_container:hover p {
  color: var(--white-85);
  text-overflow: unset;
  white-space: normal;
  text-align: center !important;
}
#slider_2870 .owl-item img {
  margin-bottom: 1.5rem;
  max-width: 9.375rem;
  max-height: 9.375rem;
}
#slider_2870 .owl-item h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--black-100);
  margin-bottom: 0.375rem;
}
#slider_2870 .owl-item p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.71;
  color: var(--black-45);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.white {
  overflow: unset !important;
}

.white > #showcase_3030.owl-nav {
  display: flex !important;
  top: -120px;
  position: absolute;
  right: 20px;
}
.white > #showcase_3030.owl-nav button {
  position: relative;
  margin: 0 0.125rem !important;
  right: 0;
  left: 0;
  top: unset !important;
  background: var(--bg-primary) !important;
  height: 2.75rem !important;
  width: 2.75rem !important;
  max-height: 2.75rem !important;
  max-width: 2.75rem !important;
  padding: 0.437rem !important;
  font-size: 0.625rem !important;
  border-radius: var(--border-radius-4);
}
.white > #showcase_3030.owl-nav button:after {
  content: " ";
  border: solid var(--primary-100);
  border-width: 0 0.188rem 0.188rem 0;
  display: inline-block;
  padding: 0.219rem;
  position: absolute;
  top: calc(50% - 0.313rem);
}
.white > #showcase_3030.owl-nav .owl-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 1.125rem;
}
.white > #showcase_3030.owl-nav .owl-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 1.125rem;
}

.babena-main-heading {
  padding-top: 20px;
}

.relative-top {
  position: relative;
  top: 64px;
}


.potential-brown:hover .blockchain-know-more{
	color: var(--white-100) !important;
}

.pillars-justify{
	justify-content: space-between;
}

.glimpse-blockchain-my{
	margin-top: 80px;
	margin-bottom: 80px;
}


.responsive-blockchain-workflow-container .our-process-last
.workflow-responsive-individual::before,
.responsive-blockchain-workflow-container .our-process-last
  .workflow-responsive-individual::after{
	display: none !important;
}


.blockchain-potential-brown{
  backdrop-filter: blur(37px);
  background-color: var(--block-brown);
  cursor: pointer;
  margin-right: 16px !important;
}

.blockchain-potential-brown:hover{
	background-image: var(--block-orange);
}

.blockchain-top-tech-left-menu a:hover{
	background-color: var(--black-25) !important;
    color: var(--white-100);
}


.decentralize-img-tablet{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.decentrailize-column-tablet{
	display: flex;
	align-items: flex-end !important;
}

.page-id-3036 .business-redefine{
	    margin: 2rem 0;
}

.decentralize-img-tablet img{
	max-width: 430px;
	width: 100%;
	object-fit: contain;
}

.page-id-3036 body{
	overflow: hidden;
}

.potential-services-space{
	padding-bottom: 48px;
}

.page-id-3036 .service-banner-section h6{
	font-size: 16px !important;
}
