/* 
  Service Page common styles here
    1 Banner section styles here
    2 Service pages speak with us button styles here
    3 Web app development styles starts here
    4 Common Workflow styles here
    5 Top tech section common styles here
    6 Agile development styles here
    7 FAQ common section styles here
    8 Other services section styles here
    9 Machine learning & blockchain service common styles here
        9.1 Employment section styles here
        9.2 Employing reason section starts here
    10 Faq section accordion styles here
*/

.service-banner-bg {
    margin-top: -4.5rem;
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    background-color: var(--grey-dark-10);
    background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2022/02/21110541/service-bg.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .service-banner-bg .banner-field {
    padding-top: 4.5rem;
  }
  .service-banner-section h1 {
    font-size: 3.375rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--white-100);
    margin-bottom: 2rem;
  }
  .service-banner-section h1 s, .service-banner-section h4 s {
    text-decoration: none;
    color: var(--primary-100);
  }
  .service-banner-section h4 {
    font-size: 2.625rem;
    line-height: 4rem;
    font-weight: 800;
    color: var(--white-100);
  }
  .service-banner-section h6 {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: 1.5;
    color: var(--white-65);
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  .service-banner-section p {
    max-width: 30.125rem;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: var(--white-65);
    margin-bottom: 2.25rem;
  }
  
  /* Service pages speak with us button styles here */
  .service-speak-with-us .wp-block-column {
    display: flex;
    align-items: center;
    flex-grow: unset;
    flex-basis: unset;
    position: relative;
    margin-top: 2.5rem;
  }
  .service-speak-with-us .banner-speak-with {
      max-width: fit-content;
      cursor: pointer;
  }
  
  .service-speak-with-us .wp-block-image {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-circle);
    margin-right: 0.75rem;
    background-color: var(--primary-100);
    border-radius: var(--border-radius-circle);
  }
  
  .service-speak-with-us .wp-block-image img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
  }
  .service-speak-with-us p {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--white-100);
    margin: 0 !important;
  }
  
  /* Web app development styles starts here */
  
  #web_app_dev_company,
  #mobile_app_dev_company {
    padding: 5rem 0;
  }
  
  #web_app_dev_company .container,
  #mobile_app_dev_company .container {
      align-items: normal !important;
  }
  
  #web_app_dev_company h2,
  #mobile_app_dev_company h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    margin-bottom: 1.5rem;
  }
  
  #web_app_dev_company h6,
  #mobile_app_dev_company h6 {
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 400;
    color: var(--black-65);
  }
  
  #web_app_dev_company h5,
  #mobile_app_dev_company h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black-85);
    padding: 0.25rem 0;
  }
  
  #web_app_dev_company p,
  #mobile_app_dev_company p {
    font-size: 0.875rem;
	font-weight: 400;
    line-height: 1.71;
    color: var(--black-65);
  }
  
  #web_app_dev_company .dev-bests,
  #mobile_app_dev_company .dev-bests {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    position: relative;
  }
  .dev-bests p {
    height: 0;
    visibility: hidden;
  }
  #web_app_dev_company .dev-bests.active h5,
  #mobile_app_dev_company .dev-bests.active h5 {
      color: var(--primary-100);
  } 
  .dev-bests.active p {
    height: fit-content;
    visibility: visible;
  }
  .dev-bests::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.25rem;
    border-radius: 0.25rem;
    background-color: var(--black-10);
  }
  .dev-bests.active::before {
    background-color: var(--primary-10);
  }
  
  @keyframes progress {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  
  .dev-bests.active::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.25rem;
    border-radius: 0.25rem;
    background-color: var(--primary-100);
    animation: progress 7s linear infinite;
    z-index: 10;
  }
  
  #web_app_dev_company .container .left-section,
  #mobile_app_dev_company .container .left-section {
    padding-right: 2.5rem;
  }
  #web_app_dev_company .container .right-section,
  #mobile_app_dev_company .container .right-section {
    padding-left: 2.5rem;
  }
  
  /* Common Workflow styles here */
  #web_workflow,
  .mobile-workflow,
  .product-workflow {
    background-color: var(--grey-black-90);
    padding: 4.5rem 0;
    margin-bottom: 5rem;
  }
  
  #web_workflow h2,
  .mobile-workflow h2,
  .product-workflow h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--white-100);
    margin-bottom: 1rem;
  }
  
  #web_workflow h6,
  .mobile-workflow h6 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.75;
    color: var(--white-65);
    margin: 0 auto 2rem;
    max-width: 40rem;
  }
  
  /* Top tech section common styles here */
  .top-tech-container {
    border: 0.125rem solid var(--primary-40);
    background-color: var(--primary-04);
    border-radius: var(--border-radius-20);
    display: flex;
    overflow: hidden;
    height: 27rem;
  }
  
  .top-tech-container .top-tech-list {
    background-color: var(--primary-10);
      align-items: normal !important;
  }
  .top-tech-container .top-tech-content {
    height: 100%;
  }
  .top-tech-container .top-tech-list .wp-block-buttons {
    padding: 1.25rem;
    display: block;
  }
  .top-tech-container .top-tech-list .wp-block-buttons .wp-block-button {
    display: block;
    width: 11.875rem;
  }
  .top-tech-container .top-tech-list .wp-block-buttons .wp-block-button a {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .top-tech-container .top-tech-list .wp-block-buttons .wp-block-button a.left-menu-active {
    background-color: var(--primary-100);
    color: var(--white-100);
  }
  
  .top-tech-container .individual-list {
      display: flex;
      flex-wrap: wrap;
      overflow: auto;
      padding: 1.25rem;
      height: 100%;
  }
  
  .top-tech-container .title-list {
      display: block;
  }
  .top-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);
  }
  .top-tech-container .individual-list .individual-tech {
    width: calc(25% - 1.5rem);
    max-width: 12.5rem;
    height: fit-content;
    border: 0.063rem solid var(--primary-40);
    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;
  }
  .top-tech-container .individual-list .individual-tech img {
    width: auto;
    height: 3.75rem;
    margin-bottom: 1.25rem;
    object-fit: contain;
    object-position: center;
  }
  .top-tech-container .individual-list .individual-tech figcaption {
      font-size: 0.875rem;
      font-weight: 700;
  }
  
  /* Agile development styles here */
  .agile-section {
    margin-bottom: 5rem;
  }
  .agile-section h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    margin-bottom: 3rem;
  }
  .agile-section .sections:first-child {
    margin-right: 2.5rem;
  }
  .agile-section .individual-section.wp-block-column {
    margin-right: 2.5rem !important;
  }
  .agile-section .individual-section.wp-block-column:last-child {
    margin: 0 !important;
  }
  
  .agile-section .individual-section h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.38;
    color: var(--black-100);
    margin: 0.75rem 0 1rem;
  }
  
  .agile-section .individual-section p {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.71;
    color: var(--black-45);
  }
  
  /* FAQ common section styles here */
  
  #web_faq,
  .faq-container {
    background-color: var(--primary-08);
    padding: 3.75rem 0;
    margin-bottom: 5rem;
  }
  
  .faq-content h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--primary-100);
    margin-bottom: 1.375rem;
  }
  
  .faq-content .faq-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
  }
  
  .faq-content .faq-section .faq {
    width: 33.33%;
    padding: 1.125rem 1.25rem;
    align-items: normal !important;
  }
  .faq-content .faq-section .faq h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.38;
    color: var(--black-100);
    margin-bottom: 0.75rem;
  }
  .service-faq-accordion .wpsm_panel-title a .ac_title_class {
    font-size: 1.25rem;
    line-height: normal;
    font-weight: 700;
    color: var(--black-85) !important;
  }
  .faq-content .faq-section .faq p {
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.65);
  }
  
  .faq-content .btn-a {
    padding-top: 0.875rem;
  }
  
  /* Other services section styles here */
  
  .other-services {
    margin: 3.75rem 0;
  }
  .other-services h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.38;
    color: var(--black-100);
    margin-bottom: 2rem;
  }
  .other-services .services {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .other-services .individual-service {
      width: 20%;
      min-width: 13.375rem;
      max-width: 214px;
  }
  .other-services .individual-service .wp-block-column {
    border: 0.063rem solid var(--black-10);
    background-color: var(--white-100);
    border-radius: var(--border-radius-10);
    width: 100%;
    height: 13.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .other-services .individual-service:hover .wp-block-column {
    border-color: var(--primary-100);
    background-color: var(--primary-08);
  }
  .other-services .individual-service {
    margin-left: 1.5rem;
  }
  .other-services .individual-service:first-child {
      margin-left: 0;
  }
  .other-services .wp-block-image {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto;
    border-radius: var(--border-radius-circle);
    background-color: var(--black-10);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .other-services .individual-service:hover .wp-block-image {
    background-color: var(--primary-100);
  }
  .other-services .individual-service:hover .wp-block-image img {
    filter: invert(1);
  }
  .other-services .wp-block-image figure img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    object-position: center;
  }
  .other-services p {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: normal;
    color: var(--black-100);
  }
  .other-services .individual-service:hover p {
    color: var(--primary-100);
  }
   
  .other-services .individual-service .wp-block-column {
      position: relative;
  }
  .other-services .individual-service .wp-block-column .arrow-animation {
      -webkit-animation: fadeOutRight 1s ease 0s infinite both running;
      animation: fadeOutRight 1s ease 0s infinite both running;
  }
  
  @-webkit-keyframes fadeOutRight {
      0% {
          opacity: 1
      }
  
      to {
          opacity: 0.2;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
      }
  }
  
  @keyframes fadeOutRight {
      0% {
          opacity: 1
      }
  
      to {
          opacity: 0.2;
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0)
      }
  }
  
  .other-services .individual-service .wp-block-column .arrow-section {
      display: none;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 0;
      background-color: transparent;
      filter: invert(1);
  }
  .other-services .individual-service .wp-block-column .arrow-section img {
      width: 100%;
      height: 100%;
  }
  
  .other-services .individual-service:hover .arrow-section {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0.75rem;
  }
  
  
  /* Machine learning & blockchain service common styles here */
  
  .service-explain-section {
    margin: 6.25rem auto;
  }
  
  .service-explain-section p {
    font-size: 1rem;
    line-height: 2;
    font-weight: normal;
    color: var(--black-65);
    margin-bottom: 1rem;
  }
  .service-detail-logos .wp-block-column {
    margin-top: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .page-id-713 .service-detail-logos .wp-block-column {
      justify-content: flex-start;
  }
  
  .service-detail-logos .wp-block-column .wp-block-image {
    max-width: 6.875rem;
    margin-right: 1.25rem;
    height: 2rem;
  }
  
  .page-id-713 .service-detail-logos .wp-block-column .wp-block-image {
      max-width: unset;
      margin-left: 4.375rem;
  }
  .page-id-713 .service-detail-logos .wp-block-column .wp-block-image:first-child {
      margin-left: 0;
  }
  .service-detail-logos .wp-block-column .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .page-id-713 .service-detail-logos .wp-block-column .wp-block-image img {
    height: 100%;
    max-height: 1.25rem;
    object-fit: contain;
  }
  .service-detail-image {
    display: flex;
    justify-content: flex-end;
  }
  .service-detail-image .wp-block-image {
    margin-left: 6.25rem;
    max-height: 25rem;
    max-width: 34.375rem;
  }
  .service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
  }
  
  /* Employment section styles here */
  .employing-section {
  /*   min-height: calc(100vh - 4.5rem); */
    background-color: var(--primary-10);
    border-radius: var(--border-radius-20);
    position: relative;
    padding: 6.25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 4.5rem;
  }
  
  .employing-section h2 {
    font-size: 2.25rem;
    line-height: normal;
    font-weight: 800;
    color: var(--black-100);
    margin-bottom: 1rem;
  }
  
  .page-id-582 .employing-section h2 {
      max-width: 22rem;
  }
  
  .employing-section h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-100);
    margin-bottom: 1rem;
  }
  
  .employing-section p {
    font-size: 1rem;
    line-height: 2;
    font-weight: normal;
    color: var(--black-65);
    max-width: 70%;
    margin-bottom: 3rem;
  }
  
  /* question mark  */
  /* .employing-section .question {
    position: absolute;
    font-size: 43.75rem;
    line-height: 0;
    font-weight: normal;
    color: var(--primary-05);
    bottom: 50%;
    left: 0;
    z-index: -1;
  } */
  
  /* question image  */
  
  .employing-section .question {
      position: absolute;
      bottom: 0;
      left: 0;
  }
  
  /* Employing reason section starts here */
  /* .employing-reason {
    min-height: calc(100vh - 4.5rem);
    background-color: var(--black-100);
    background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2022/02/21110541/service-bg.png);
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 6.25rem;
  }
   */
  .employing-reason {
      min-height: calc(100vh - 4.5rem);
      background-color: var(--grey-black-95);
       background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2022/02/21110541/service-bg.png);
      background-position: right bottom;
      background-size: contain;
      background-repeat: no-repeat;
      margin-bottom: 4.25rem;
  }
  
  
  .page-id-557 .employing-reason {
      margin-bottom: 0;
  }
  .employing-reason .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4.125rem 0 6.25rem 0;
  }
  
  .employing-reason .reason {
    margin: 1.5rem 0;
    width: 33.3%;
  }
  .employing-reason h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white-100);
    max-width: 612px;
    margin: 0 auto;
  }
  .employing-reason .reasons-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4.5rem;
    max-width: 58.375rem;
  }
  .employing-reason .reasons-container .reason .wp-block-column {
    display: flex;
    align-items: center;
  }
  .employing-reason .reasons-container .reason .wp-block-column .wp-block-image {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
  .employing-reason .reasons-container .reason .wp-block-column .wp-block-image img {
    width: 100%;
    height: 100%;
  }
  .employing-reason .reasons-container .reason p {
    min-width: 10rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white-65);
  }
  
  /* Blockchain project section styles here */
  .block-projects {
    margin: 0-0.938rem;
    padding: 0.5rem 0 6.25rem;
  }
  .block-projects h2 {
    font-size: 2.25rem;
    line-height: 2;
    font-weight: 800;
    color: var(--black-100);
    margin-bottom: 3rem;
  }
  .block-projects h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    color: var(--black-100);
    margin: 0.75rem 0 1.5rem;
  }
  .block-projects .section {
    margin: 0 1rem !important;
    padding: 1.5rem;
    min-height: 100%;
    border: 0.063rem solid transparent;
    border-radius: 0.625rem;
    align-self: stretch;
  }
  .block-projects .section.blue-bg {
    background-color: var(--blue-bg);
  }
  .block-projects .section.blue-bg:hover {
    border: solid 0.063rem var(--blue-bg-1);
  }
  .block-projects .green-bg {
    background-color: var(--green-bg);
  }
  .block-projects .section.green-bg:hover {
    border: solid 0.063rem var(--green-bg-1);
  }
  .block-projects .orange-bg {
    background-color: var(--bg-primary);
  }
  .block-projects .orange-bg:hover {
    border: solid 0.063rem var(--border-primary);
  }
  .block-projects .section .wp-block-image {
    height: 1.25rem;
    width: auto;
    margin-bottom: 1.5rem;
  }
  .block-projects .section .wp-block-image img {
    width: fit-content;
    height: 100%;
    object-fit: contain;
    object-position: left;
  }
  .block-projects .section p {
    font-size: 0.875rem;
    line-height: 1.86;
    font-weight: normal;
    color: var(--black-45);
  }
  /* Blockchain solution section styles here */
  
  .solution-section h2 {
    font-size:2.25rem;
    font-weight: 600;
    line-height: 1.72;
    color: var(--black-100);
    margin-bottom: 3.75rem;
  }
  .button-container {
    width: 100%;
    max-width: 23.125rem;
    margin-right: 3.75rem;
  }
  .button-container .solution-button {
    width: 100%;
    background-color: transparent;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 0.063rem solid var(--black-10);
    border-radius: 0.375rem;
    cursor: pointer;
  }
  .button-container .solution-button .wp-block-image {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 1.5rem;
  }
  .button-container .solution-button .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .button-container .solution-button p {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 800;
    color: var(--black-45);
  }
  .button-container .solution-button:hover {
    background: var(--primary-10);
    border: solid 0.063rem var(--primary-15);
  }
  .button-container .solution-button.active {
    background-color: var(--primary-100);
    border: 0.063rem solid var(--primary-100);
  }
  .button-container .solution-button.active img {
    filter: invert(1);
  }
  .button-container .solution-button.active p {
    color: var(--white-100);
  }
  
  .content-container {
    flex: 1;
  }
  .content-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black-100);
  }
  .content-container p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 2;
    color: var(--black-65);
    margin-top: 1.5rem;
  }
  .check-container-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 37.5rem;
    margin-top: 1.5rem;
  }
  .check-container-list .check {
    width: 50%;
    margin-bottom: 1rem;
  }
  .check-container-list .check .wp-block-column {
    display: flex;
    align-items: center;
  }
  .check-container-list .check .wp-block-column img {
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
  }
  .check-container-list .check .wp-block-column p {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    color: var(--black-85);
  }
  
  /* Case study floater styles */
  
  .case-study-floater {
    position: fixed;
    top: 120px;
    right: 20px;
    max-width: 400px;
    padding: 8px;
    transition-duration: 3s;
    border-radius: 8px;
    box-shadow: 0 10px 10px -5px var(--black-05);
    border: solid 1px var(--black-10);
    background-color: var(--white-100);
    z-index: 11;
  }
  
  .case-study-floater figure {
      margin-right: 8px;
      border-radius: 8px;
      overflow: hidden;
  }
  .case-study-floater figure img {
      height: 74px;
      min-width: 90px;
      width: 90px;
      object-fit: cover;
      object-position: center;
  }
  
  .case-study-floater h6 {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black-25);
  }
  .case-study-floater p {
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black-100);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case-study-floater .close-floater {
      display: none;
  }
  .case-study-floater:hover .close-floater {
      display: block;
      width: 100%;
      position: absolute;
      margin-top: 8px;
      top: -42px;
      right: 0;
      padding-bottom: 8px;
      z-index: 11;
      cursor: default;
  }
  .case-study-floater:hover .close-floater .wp-block-column {
      width: fit-content;
      margin-left: auto;
      padding: 4px 6px;
      border-radius: 4px;
      background-color: #f2f2f2;
      cursor: pointer;
  }
  .case-study-floater:hover .close-floater .wp-block-column p {
      font-size: 13px;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: 0.46px;
      color: var(--black-45);
  }
  
  .case-study-floater a {
      display: block;
      width: fit-content;
      margin: 8px 0 0 auto;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0.2px;
      color: var(--black-65);
  }
  .case-study-floater a:hover {
      color: var(--primary-100);
  }
  
  @media all and (max-width: 768px) {
      .case-study-floater {
          bottom: 0;
          top: unset;
          right: 0;
          max-width: 100%;
          width: 100%;
          border-radius: 0  !important;
      }
      .case-study-floater figure {
          height: 40px;
          width: unset;
          max-width: 50px;
          min-width: unset;
      }
      .case-study-floater figure img {
          object-fit: contain;
          min-width: 100%;
          width: 100%;
      }
      .case-study-floater p {
          display: block;
          white-space: normal;
      }
      .case-study-floater .download-hover .wp-block-columns {
          flex-wrap: nowrap !important;
      }
      .case-study-floater .download-hover .wp-block-columns .wp-block-column:last-child {
          flex: 1;
      }
      .case-study-floater .download-hover .wp-block-columns .wp-block-column:first-child {
          flex-basis: fit-content !important;
      }
      .case-study-floater .download-hover .wp-block-columns a {
          margin: 4px auto 0 0;
      }
      .case-study-floater:hover .close-floater {
          top: -28px;
          left: 8px;
          right: unset;
          margin-top: 0;
          padding-bottom: 0;
      }
      .case-study-floater:hover .close-floater .wp-block-column {
          margin: 0 auto 0 0;
      }
  }
  
  
  .page-id-3036 .header-section.default-header {
      background-color: var(--grey-dark-11) !important;
      border: none;
  }
  
  .page-id-3036 .service-banner-bg {
      background: linear-gradient(135deg, rgba(5, 10, 20, 0.85) 0%, rgba(5, 10, 20, 0.95) 100%);
      position: relative;
  }
  .page-id-3036 .service-banner-bg::after {
      content: "";
      background-image:url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2022/02/21110541/service-bg.png');
      width: 100%;
      height: 100%;
      background-position: right bottom;
      background-size: contain;
      position: absolute;
      background-repeat: no-repeat;
  }
  
  .page-id-3036 .service-banner-bg .banner-field{
      z-index: 1;
  }
  
  .page-id-3036 .employing-reason h2{
      margin-bottom: 48px;
  }
  
  .page-id-3036 .employing-reason,
  .page-id-3036 .employing-reason .container{
      position: relative;
  }
  
  .page-id-3036 .employing-reason:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -90px;
      bottom: 83.06%;
      background: rgba(251,131,61,.1);
      filter: blur(67.957px);
      width: 780px;
      height: 300px;
      margin: 0 auto;
      z-index: 1;
      border-radius: 50%;
  }
  
  
  
  .page-id-3036 .employing-reason .container:before{
      content: "";
      position: absolute;
      left: -210px;
      top: 120px;
      background: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2023/03/15073352/coin-filter.png);
      filter: blur(67.957px);
      width: 200px;
      height: 200px;
      margin: 0 auto;
      z-index: 1;
      border-radius: 50%;
  }
  
  .page-id-3036 .employing-reason .container:after{
      content: "";
      position: absolute;
      right: -210px;
      top: 120px;
      background: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2023/03/15073352/coin-filter.png);
      filter: blur(67.957px);
      width: 200px;
      height: 200px;
      margin: 0 auto;
      z-index: 1;
      border-radius: 50%;
  }
  
  .page-id-3036{
      overflow-x: hidden;
  }
  
  .page-id-3036 .other-services .individual-service:first-child{
      display: none;
  }
  
  /* case study */
  .case-studies-img-relative {
      position: relative;
  }
  .case-studies-img-relative:after {
          content: "";
      width: 100%;
      height: 40%;
      background: linear-gradient(to top,rgba(0 ,0 ,0 ,0.3),rgba(0 ,0 ,0 ,0.01) 100%);
      position: absolute;
      left: 0;
      bottom: 0;
  }
  .case-studies-img-relative p {
      border: 1px solid var(--white-100) !important;
      color: var(--white-100) !important;
      z-index: 2;
  }
  
  // SLider For Blockchain Services Styles Here 
  
  /*
  1. #slider_3333 - blockchain cryptocurrency wallet
  2. #slider_3332 - blockchain custom blockchain
  3. #slider_3331 - blockchain token development
  4. #slider_3330 - blockchain NFT development
  5. #slider_3329 - blockchain smart contract
  */
  
  #slider_3333.owl-item .sa_hover_container,
  #slider_3332.owl-item .sa_hover_container,
  #slider_3331.owl-item .sa_hover_container,
  #slider_3330.owl-item .sa_hover_container,
  #slider_3329.owl-item .sa_hover_container{
    margin-left: 0 !important;
  }
  
  #slider_3333 .owl-item .sa_hover_container,
  #slider_3332 .owl-item .sa_hover_container,
  #slider_3331 .owl-item .sa_hover_container,
  #slider_3330 .owl-item .sa_hover_container,
  #slider_3329 .owl-item .sa_hover_container{
    padding: 2.25rem 1.5rem !important;
    height: 320px;
    border-radius: 0.625rem;
    background-color: var(--primary-10);
    margin-left: 0 !important;
  }
  #slider_3333 .owl-item .sa_hover_container,
  #slider_3331 .owl-item .sa_hover_container {
      height: unset;
  }
  
  .solution-industries-section {
      padding: 0 0 5rem;
  }
  
  .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: 1rem !important;
      font-weight: normal;
      line-height: 1.56;
      color: var(--black-65);
      margin-bottom: 2.25rem;
      max-width: 600px;
  }
  
  #slider_3332 .owl-item .sa_hover_container:hover,
  #slider_3330 .owl-item .sa_hover_container:hover,
  #slider_3329 .owl-item .sa_hover_container:hover,
  #slider_3331 .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;
      transition: background 0.3s ease-in;
  }
  
  #slider_3332 .owl-item .sa_hover_container:hover img,
  #slider_3330 .owl-item .sa_hover_container:hover img,
  #slider_3329 .owl-item .sa_hover_container:hover img,
  #slider_3331 .owl-item .sa_hover_container:hover img{
      display: none;
  }
  
  
  #slider_3332 .owl-item .sa_hover_container:hover h5,
  #slider_3330 .owl-item .sa_hover_container:hover h5,
  #slider_3329 .owl-item .sa_hover_container:hover h5,
  #slider_3331 .owl-item .sa_hover_container:hover h5{
      color: var(--white-100);
  }
  
  
  #slider_3332 .owl-item .sa_hover_container:hover p,
  #slider_3330 .owl-item .sa_hover_container:hover p,
  #slider_3329 .owl-item .sa_hover_container:hover p,
  #slider_3331 .owl-item .sa_hover_container:hover p{
      color: var(--white-85);
      text-overflow: unset;
      white-space: normal;
      text-align: center !important;
  }
  #slider_3333 .owl-item img,
  #slider_3332 .owl-item img,
  #slider_3331 .owl-item img,
  #slider_3330 .owl-item img,
  #slider_3329 .owl-item img{
      margin-bottom: 1.5rem;
      max-width: 9.375rem;
      max-height: 9.375rem;
  }
  #slider_3333 .owl-item h5,
  #slider_3332 .owl-item h5,
  #slider_3331 .owl-item h5,
  #slider_3330 .owl-item h5,
  #slider_3329 .owl-item h5{
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.1;
      color: var(--black-100);
      margin-bottom: 0.375rem;
  }
  #slider_3333 .owl-item p,
  #slider_3332 .owl-item p,
  #slider_3330 .owl-item p,
  #slider_3329 .owl-item p,
  #slider_3331 .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_3333.owl-nav,
  .white > #showcase_3332.owl-nav,
  .white > #showcase_3331.owl-nav,
  .white > #showcase_3330.owl-nav, 
  .white > #showcase_3329.owl-nav{
      display: flex !important;
      top: -120px;
      position: absolute;
      right: 20px;
  }
  
  
  .white > #showcase_3332.owl-nav {
      top: -98px;
  }
  
  .white > #showcase_3333.owl-nav button,
  .white > #showcase_3332.owl-nav button,
  .white > #showcase_3331.owl-nav button,
  .white > #showcase_3330.owl-nav button,
  .white > #showcase_3329.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);
      overflow: hidden;
  }
  .white > #showcase_3333.owl-nav button:after,
  .white > #showcase_3332.owl-nav button:after,
  .white > #showcase_3331.owl-nav button:after,
  .white > #showcase_3330.owl-nav button:after,
  .white > #showcase_3329.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_3333.owl-nav .owl-prev:after,
  .white > #showcase_3332.owl-nav .owl-prev:after,
  .white > #showcase_3331.owl-nav .owl-prev:after,
  .white > #showcase_3330.owl-nav .owl-prev:after,
  .white > #showcase_3329.owl-nav .owl-prev:after {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      left: 1.125rem;
  }
  .white > #showcase_3333.owl-nav .owl-next:after,
  .white > #showcase_3332.owl-nav .owl-next:after,
  .white > #showcase_3331.owl-nav .owl-next:after,
  .white > #showcase_3330.owl-nav .owl-next:after,
  .white > #showcase_3329.owl-nav .owl-next:after{
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      right: 1.125rem;
  }
  
  
  // Main Common Style Other Blockchain.
  
  /* #slider_3342 - other blockchain services */
  
  #slider_3342.owl-item .sa_hover_container {
    margin-left: 0 !important;
  }
  
  #slider_3342 .owl-item .sa_hover_container a{
      height: 100%;
      width: 100%;
      display: inline-block;
      padding: 1.25rem;
  }
  
  #slider_3342 .sa_hover_container{
    padding: 0 !important;
  }
  
  
  #slider_3342 .owl-item .sa_hover_container {
    height: 150px;
    border-radius: 0.625rem;
    background-color: var(--primary-10);
    border: 1px solid transparent;
  }
  
  #slider_3342 .owl-item .sa_hover_container:hover{
      background-color: var(--block-brown);
      border: 1px solid  var(--orange-1);
  }
  
  .other-blockchain-service {
    margin: 60px 0;
  }
  
  .other-blockchain-service h2 {
    color: var(--black-100);
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 36px;
  }
  
  #slider_3342 .owl-item img {
    margin-bottom: 1rem;
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
  
  #slider_3342 .owl-item h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-100);
  }
  
  .white > #showcase_3342.owl-nav {
    display: flex !important;
    top: -80px;
    position: absolute;
    right: 10px;
  }
  .white > #showcase_3342.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_3342.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_3342.owl-nav .owl-prev:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 1.125rem;
  }
  .white > #showcase_3342.owl-nav .owl-next:after
  {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 1.125rem;
  }
  
  
  /* ----- Blockchain Accordion Services ----- */
  /* 
      1.Dex development
      2.Defi development
      3.Cryptocurrency wallet development
      4.Token development
      5.Dapp development
      6.Exchange platform development
      7.NFT Development
      8.Smart Contract Development
  */
  
  .blockchain-new-faq {
      margin-bottom: 3.75rem;
  }
  
  .py-48 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
  }
  
  .blockchain-new-faq {
    background-image: var(--faq-pink);
  }
  
  .blockchain-faq-content h2 {
      font-size: 2rem;
      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_3321 .wpsm_panel,
  #wpsm_accordion_3320 .wpsm_panel,
  #wpsm_accordion_3319 .wpsm_panel,
  #wpsm_accordion_3318 .wpsm_panel,
  #wpsm_accordion_3317 .wpsm_panel,
  #wpsm_accordion_3316 .wpsm_panel,
  #wpsm_accordion_3315 .wpsm_panel,
  #wpsm_accordion_3314 .wpsm_panel{
      border: none !important;
      background: transparent;
  }
  
  .blockchain-accordion #wpsm_accordion_3033 .ac_open_cl_icon,
  .blockchain-accordion #wpsm_accordion_3033 .wpsm_panel-heading,
  .smart-accordion #wpsm_accordion_3314 .ac_open_cl_icon,
  .smart-accordion #wpsm_accordion_3314 .wpsm_panel-heading,
  .dapp-accordion #wpsm_accordion_3317 .ac_open_cl_icon,
  .dapp-accordion #wpsm_accordion_3317 .wpsm_panel-heading,
  .exchange-platform-accordion #wpsm_accordion_3316 .ac_open_cl_icon,
  .exchange-platform-accordion #wpsm_accordion_3316 .wpsm_panel-heading,
  .defi-accordion #wpsm_accordion_3320 .ac_open_cl_icon,
  .defi-accordion #wpsm_accordion_3320 .wpsm_panel-heading,
  .dex-accordion #wpsm_accordion_3321 .ac_open_cl_icon,
  .dex-accordion #wpsm_accordion_3321 .wpsm_panel-heading,
  .crypto-currency-wallet-accordion #wpsm_accordion_3319 .ac_open_cl_icon,
  .crypto-currency-wallet-accordion #wpsm_accordion_3319 .wpsm_panel-heading,
  .nft-accordion #wpsm_accordion_3315 .ac_open_cl_icon,
  .nft-accordion #wpsm_accordion_3315 .wpsm_panel-heading,
  .token-development-accordion #wpsm_accordion_3318 .ac_open_cl_icon,
  .token-development-accordion #wpsm_accordion_3318 .wpsm_panel-heading
  {
      background-image: inherit !important;
  }
  
  .blockchain-accordion #wpsm_accordion_3033 .wpsm_panel-body,
  .smart-accordion #wpsm_accordion_3314 .wpsm_panel-body,
  .dapp-accordion #wpsm_accordion_3317 .wpsm_panel-body,
  .exchange-platform-accordion #wpsm_accordion_3316 .wpsm_panel-body,
  .defi-accordion #wpsm_accordion_3320 .wpsm_panel-body,
  .dex-accordion #wpsm_accordion_3321 .wpsm_panel-body,
  .crypto-currency-wallet-accordion #wpsm_accordion_3319 .wpsm_panel-body,
  .nft-accordion #wpsm_accordion_3315 .wpsm_panel-body,
  .token-development-accordion #wpsm_accordion_3318 .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 2rem !important;
  }
  
  .blockchain-accordion #wpsm_accordion_3033 .ac_title_class,
  .smart-accordion #wpsm_accordion_3314 .ac_title_class,
  .dapp-accordion #wpsm_accordion_3317 .ac_title_class,
  .exchange-platform-accordion #wpsm_accordion_3316 .ac_title_class,
  .defi-accordion #wpsm_accordion_3320 .ac_title_class,
  .dex-accordion #wpsm_accordion_3321 .ac_title_class,
  .crypto-currency-wallet-accordion #wpsm_accordion_3319 .ac_title_class,
  .nft-accordion #wpsm_accordion_3315 .ac_title_class,
  .token-development-accordion #wpsm_accordion_3318 .ac_title_class{
      font-size: 1.125rem !important;
      font-weight: 700;
      line-height: 1.22;
      color: var(--black-100) !important;
      font-family: var(--font-family) !important;
      padding: 0 0 1.625rem;
  }
  
  .blockchain-accordion .fa-minus:before,
  .smart-accordion .fa-minus:before,
  .dapp-accordion .fa-minus:before,
  .exchange-platform-accordion .fa-minus:before,
  .defi-accordion .fa-minus:before,
  .dex-accordion .fa-minus:before,
  .crypto-currency-wallet-accordion .fa-minus:before,
  .nft-accordion .fa-minus:before,
  .token-development-accordion .fa-minus:before{
      content: "\f0d8" !important;
  }
  
  .blockchain-accordion .fa-plus:before,
  .smart-accordion .fa-plus:before,
  .dapp-accordion .fa-plus:before,
  .exchange-platform-accordion .fa-plus:before,
  .defi-accordion .fa-plus:before,
  .dex-accordion .fa-plus:before,
  .crypto-currency-wallet-accordion .fa-plus:before,
  .nft-accordion .fa-plus:before,
  .token-development-accordion .fa-plus:before{
      content: "\f0d7" !important;
  }
  
  /*blockchain-accordion*/
      #wpsm_accordion_3033.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /*smart-accordion*/
      #wpsm_accordion_3314.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /*dapp-accordion*/ 
      #wpsm_accordion_3317.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /*exchange-platform-accordion*/
      #wpsm_accordion_3316.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /*defi-platform-accordion*/
  #wpsm_accordion_3320.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /* dex-development-accordion */
  #wpsm_accordion_3321.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /* crypto-currency-wallet-accordion */
  #wpsm_accordion_3319.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /* NFT Development */
  #wpsm_accordion_3315.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading,
  /* Token Development accordion */
  #wpsm_accordion_3318.wpsm_panel-group
      .wpsm_panel-default
      > .wpsm_panel-heading
  {
      padding: 0;
      background-color: transparent !important;
  }
  
  .blockchain-accordion #wpsm_accordion_3033 .ac_open_cl_icon,
  .smart-accordion #wpsm_accordion_3314 .ac_open_cl_icon,
  .dapp-accordion #wpsm_accordion_3317 .ac_open_cl_icon,
  .exchange-platform-accordion #wpsm_accordion_3316 .ac_open_cl_icon,
  .defi-accordion #wpsm_accordion_3320 .ac_open_cl_icon,
  .dex-accordion #wpsm_accordion_3321 .ac_open_cl_icon,
  .crypto-currency-wallet-accordion #wpsm_accordion_3319 .ac_open_cl_icon,
  .nft-accordion #wpsm_accordion_3315 .ac_open_cl_icon,
  .token-development-accordion #wpsm_accordion_3318 .ac_open_cl_icon{
      background-color: transparent !important;
      font-size: 0.75rem;
  }
  