@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Public Sans", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Jost", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    width: 100%;
    display: table;
        margin: 0 !important;
}
img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
p {
    font-size: 16px;
    color: #182333;
    line-height: 26px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}
section {
    float: left;
    width: 100%;
    display: table;
    height: 100%;
}
body h2 {
    font-family: "Public Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    position: relative;
}
body h1, body h2,body h3, body h4, body h5, body h6 {
    font-family: "Public Sans", sans-serif;
}
/*=== HEADER SECTION ===*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
button#dropdownMenuButton {
    background: transparent;
    border: 0;
    padding: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    background: transparent;
}
.navbar-expand-md .navbar-nav .dropdown-menu li
 {
    margin-top: 20px;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
header .nav-links a {
    color: #fff;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 0px;
}
header .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
          width: 100%;
      /* background: linear-gradient(to right, #000000, #001f3f); */
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .logo img {
      height: 60px;
    }
    .logo span {
      font-size: 14px;
      font-weight: bold;
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    .nav-links a {
      color: white;
      text-decoration: none;
      font-weight: 500;
    }
    .nav-links a.active {
      color: #007bff;
    }
    .dropdown {
      position: relative;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #1a1a1a;
      min-width: 160px;
      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
      z-index: 1;
      top: 30px;
    }
    header .navbar .dropdown-content a {
      padding: 12px 16px;
      display: block;
    }
    .dropdown:hover .dropdown-content {
      display: block;
    }
    .contact-btn {
        background-color: #ffffff12;
        color: #fff !important;
        border: 1px solid #fff;
        padding: 10px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 500;
        font-family: "Public Sans", sans-serif;
        min-width: 136px;
        text-align: center;
    }
    .contact-btn:hover {
      background-color: #333;
    }
    section#slider-section .slider-content h1 span {
    background: #ffffff1f;
    border: 1px solid #fff;
    padding: 10px 20px;
    width: 100%;
    display: table;
    line-height: 51px;
}
nav.navbar .navbar-brand {
    width: 126px;
}
header .navbar .navbar-nav a {
    font-family: "Public Sans", sans-serif;
    text-decoration: none;
    line-height: 25px;
    padding: 0;
    margin: 0 20px;
    color: #fff;
    font-size: 16px;
    background: transparent;
}
.navbar-expand-md .navbar-nav .dropdown-menu
 {
    background: #000;
    padding: 0 0 20px;
    left: 17px
}
.dropdown .nav-item.dropdown a.nav-link::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/Caret-down.png) no-repeat center center;
    background-size: 24px;
    right: 0px;
    top: 4px;
} 
.mob-menu-slideout-over .mobmenu-right-alignment a
 {
    font-family: "Jost", sans-serif !important;
}
.mobmenu-content #mobmenuright li .mob-expand-submenu {
    right: 0;
    top: 0;
}
.mobmenu-content li { padding: 0 !important; }
.mobmenu-content #mobmenuright li ul.sub-menu li {
    padding: 0;
}
.mobmenu-content #mobmenuright li ul.sub-menu li a
 {
    padding: 15px 0px 15px 20px;
}
/*=== END OF HEADER SECTION ===*/

/*=== SLIDER SECTION ===*/

section#slider-section {
    height: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section#slider-section .slider-content {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}
section#slider-section .slider-content h1 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    margin: 0;
}
section#slider-section .slider-content p {
    color: #fff;
    text-align: center;
    margin: 15px 0 15px;
}
section#slider-section .slider-content a.common-btn {
    background-color: #1D6FE133;
    color: #fff;
    border: 1px solid #1D6FE1;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    margin: 0 auto;
    display: table;
}
/*=== END OF SLIDER SECTION ===*/

/*=== ABOUT US SECTION ===*/

.about-right-img a, .about-right-img a img {
    min-width: 142px;
    height: 144px;
    display: table;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.about-right-img a:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.about-right-img {
    display: flex;
    justify-content: space-between;
    grid-gap: 34px;
    align-items: center;
}
.about-content p {
    font-family: "Jost", sans-serif;
}
.about-right-img img.about-vision-img {
    height: 200px;
}


section#about-section {
    padding: 60px 0 70px;
}
section#about-section .common-title h2 {
    font-family: "Public Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px;
    padding-left: 134px;
    position: relative;
}
section#about-section .common-title h2::after {
    content: '';
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/block-chain-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
}
section#about-section .common-title h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -24px;
}
/*=== END OF ABOUT US SECTION ===*/

/*=== START OF SECURE SECTION ===*/

section#secure-access-section {
    background: #F5F9FF;
    padding: 60px 0;
}
.secure-content h2 {
    margin: 0 0 17px;
}
section#howitworks-section ul li a img {
    width: 24px;
    height: 24px;
}
section#howitworks-section ul li {
    list-style: none;
}
section#howitworks-section ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #515151;
    font-family: "Jost", sans-serif;
    color: #1D1D1D;
}
section#howitworks-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 100px;
    padding: 0 0 0 136px;
    float: right;
}
h2.line-title {
    font-family: "Public Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px;
    padding-left: 134px;
    position: relative;
}
h2.line-title::before {
    content: '';
    position: absolute;
    width: 111px;
    height: 90px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -24px;
}
section#howitworks-section {
    padding: 60px 0 50px;
}
/*=== END OF SECURE SECTION ===*/

/*=== HOW IT WORKS  ===*/

.block-chain-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    padding: 0 0 0 134px !important;
    float: right;
}
section#types-blockchain-section {
    background: #F5F9FF;
    padding: 60px 0 60px;
}
.block-chain-boxes .block-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.block-chain-boxes .block-box h3 {
    font-family: "Public Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.block-chain-boxes .block-box img {
    width: 64px;
    height: 64px;
}
.block-chain-boxes .block-box a {
    font-family: "Jost", sans-serif;
    text-decoration: none;
    font-size: 16px;
    color: #515151;
    width: 100%;
    float: left;
    border: 1px solid #515151;
    border-radius: 100px;
    padding: 5px 15px;
    position: relative;
}
.block-chain-boxes .block-box a::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/block-chain-arrow-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0px;
}
.block-chain-boxes .block-box h3 {
    font-family: "Public Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    height: auto;
    padding: 0px 0 10px ;
    margin: 0;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
        max-width: 210px;
}
section#lets-form-section p {
    
    
    grid-gap: 0 30px;
    margin-bottom: 20px;
}
.form-dflex p{
    display: flex;

}
p.formtext-paragraph {
    padding-left: 134px;
}
section#lets-form-section .form-group input{
        padding: 10px 10px 35px !important;
	    border-radius: 0 !important;
}
.submit input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    background: #1D6FE1;
    outline: 0;
    border: 0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 100px;
    margin: 20px 0 0;
}
.block-chain-boxes .block-box:hover h3 {
    max-width: 100%;
}
.block-chain-boxes .block-box:hover .block-box-content p {
    height: auto;
    opacity: 1;
}
.block-box-content {
    float: left;
    width: 100%;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        overflow: hidden;
}
.block-box-content p {
    width: 100%;
    float: left;
    opacity: 0;
    height: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.Integrity-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.Integrity-box img {
    width: 64px;
    height: 64px;
}
.Integrity-box-one h3 {
    font-size: 24px;
}
.Integrity-box-one {
    padding: 25px 25px;
    position: relative;
}
.Integrity-box-one::before {
    content: '';
    width: calc(100% + 1px);
    height: 89%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
}
.Integrity-box-one.two::before {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px 0 20px 20px;
    top: auto;
    height: 91%;
    bottom: 0;
}
section#Integrity-section {
    padding: 60px 0 70px;
    overflow: hidden;
}
h2.line-title span {
    width: 100%;
    float: left;
    font-size: 14px;
    position: absolute;
    top: -15px;
    margin-left: 2px;
}
section#Integrity-section h2.line-title {
    margin: 0 0 40px;
}
section#Integrity-section .Integrity-box {
    padding: 0;
}
/*=== END OF HOW IT WORKS  ===*/

/*=== Let’s Work Together ==*/

section#lets-form-section {
    background: #F5F9FF;
    padding: 60px 0;
}
section#lets-form-section .form-group input {
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    border: 0;
    padding: 10px 10px 20px;
    background: transparent;
    outline: 0;
}
section#lets-form-section textarea {
    width: 100%;
    height: 90px !important;
    border-bottom: 1px solid #ccc !important;
    border: 0;
    padding: 10px 10px 20px;
    background: transparent;
    outline: 0;
	border-radius: 0 !important;
}
section#lets-form-section button.submit-btn {
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    background: #1D6FE1;
    outline: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 20px 0 0;
}
section#lets-form-section .form-group {
    display: flex;
    grid-gap: 0 30px;
    margin-bottom: 20px;
}
section#lets-form-section form {
    padding-left: 134px;
}
/*=== End of Let’s Work Together ==*/

/*=== NO CODE SECTION ===*/

section#no-code-section .no-code-content {
    padding-left: 150px;
}
section#no-code-section .no-code-content h2::before {
    content: '';
    position: absolute;
    width: 111px;
    height: 90px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -150px;
    top: -24px;
}
section#no-code-section {
    padding: 70px 0 60px;
}
section#no-code-section .no-code-content ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0 0 !important;
}
section#no-code-section .no-code-content ul li {
    list-style: none;
    font-size: 18px;
    padding-left: 40px;
    font-family: "Jost", sans-serif;
    margin: 0 0 14px;
    font-weight: 500;
    position: relative;
}
section#no-code-section .no-code-content ul li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/list-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;    
}
section#no-code-section .no-code-content p b {
    width: 100%;
    float: left;
}
section#lets-form-section .form-group input::placeholder,
section#lets-form-section textarea::placeholder {
    color: #000;
    font-weight: 500;
}
/*=== END OF NO CODE SECTION ===*/

/*=== FOOTER BANNER SECTION ===*/

.footer-banner-in {
    background: rgba(29, 111, 225, 1);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    height: 293px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-banner-in h3 {
    color: #fff;
    font-size: 40px;
    font-family: "Public Sans", sans-serif;
    font-weight: 700;
}
.footer-banner-in a.common-btn
 {
    background-color: #ffffff12;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    display: table;
    margin: 0 auto;
}
.footer-banner-in p {
    color: #fff;
    float: left;
    width: 100%;
    margin: 0px 0 20px;
}

footer#footer-section-outer {
    float: left;
    width: 100%;
    background: #000;
    padding: 58px 0 20px;
}
.footer-logo-section ul {
    padding: 0;
    display: flex;
    grid-gap: 0 10px;
    margin-left: 0;
}
.footer-logo-section ul li {
    width: 36px;
    height: 36px;
    list-style: none;
}
.footer-logo-section ul li a {
    height: 100%;
    width: 100%;
    float: left;
    display: table;
}
.footer-logo-section img {
    width: 126px;
}
.footer-logo-section p {
    color: #fff;
    font-family: "Public Sans", sans-serif;
    margin: 20px 0 35px;
}
.footer-logo-section h3 {
    color: #fff;
    margin: 10px 0 10px;
}
.footer-nav h3 {
    color: #fff;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 35px;
}
.footer-nav ul {
    padding: 0;
        margin-left: 0;
}
.footer-nav ul li {
    list-style: none;
}
.footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Public Sans", sans-serif;
    margin: 0 0 20px;
    display: table;
}
.footer-contact-details ul {
    padding: 0;
        margin-left: 0;
}
.footer-contact-details ul li {
    list-style: none;
    font-family: "Jost", sans-serif;
    color: #fff;
    margin: 0 0 25px;
    position: relative;
    padding-left: 40px;
}
.footer-contact-details ul li a {
    color: #fff;
    font-family: "Jost", sans-serif;
    text-decoration: none;
}
.footer-contact-details ul li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/footer-address.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.footer-contact-details ul li.footer-mail::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/footer-mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.footer-contact-details ul li.footer-phone::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/footer-phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.footer-copyright p {
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 15px 0 0;
    margin: 20px 0 0;
}
section#footer-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1;
    bottom: 0;
    left: 0;
}
section#footer-banner-section {
    position: relative;
}
section#mission-vision-outer .row {
    padding-left: 136px;
    position: relative;
}
section#mission-vision-outer .row::before {
    content: '';
    position: absolute;
    width: 111px;
    height: 90px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: -24px;
}
main#primary.site-main header.entry-header, main#primary.site-main .entry-content, footer.entry-footer {
    display: none;
}
main#primary.site-main article {
    margin: 0;
}
a {
    outline: none !important;
}
/*=== END OF FOOTER BANNER SECTION ===*/


/*=== Home changes ==*/

.secure-content ul.secure-list {
    margin: 0 0;
    padding: 0;
}
.secure-content ul.secure-list li {
    list-style: none;
    padding-left: 40px;
    position: relative;
}
.secure-content ul.secure-list li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/list-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
ul.how-it-works.step-works li h3 {
    font-size: 23px;
    font-family: "Jost", sans-serif;
}
section#howitworks-section ul.step-works li {
    list-style: none;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #515151;
    padding: 20px 0px;
    margin-bottom: -1px;
}
section#howitworks-section ul.step-works li p {
    margin: 0;
}
section#howitworks-section .who-its-grid ul {
    padding: 0 0 0 75px;
}
section#no-code-section.bg-add {
    background: #F5F9FF;
}
section#no-code-section.bg-add .no-code-content p b {
    width: auto;
    float: none;
}
.secure-content ul.secure-list li p {
    padding: 0;
    margin: 0;
}
section#howitworks-section section#detail-step-section {
    padding-top: 50px;
}
section#howitworks-section section#detail-step-section .detail-step-boxes {
        padding: 50px 0 0px !important;
}
section#howitworks-section section#detail-step-section h3 {
    font-size: 22px;
}
ul.secure-content-list {
    margin: 0;
    padding: 0;
}
ul.secure-content-list li {
    list-style: none;
    font-size: 18px;
    padding-left: 40px;
    margin: 0 0 14px;
    position: relative;
}
ul.secure-content-list li::before,
.about-content ul li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/list-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.about-content ul {
    margin: 0;
    padding: 0;
}
.about-content ul li {
    list-style: none;
    font-size: 18px;
    padding-left: 40px;
    margin: 0 0px;
    position: relative;
}
.about-content h3 {
    font-weight: 600;
    margin: 0 0 15px;
}
section#howitworks-section.howits-new-service {
    background: #f5f9ff;
}
section#howitworks-section.howits-new-service li {
    list-style: none;
    font-size: 18px;
    padding-left: 40px;
    margin: 0 0 14px;
    position: relative;
}
section#howitworks-section.howits-new-service li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/list-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.about-content ul li p {
    margin: 0 0 10px 0;
}
.page-id-67 form.wpcf7-form { padding-left: 0px !important; }
/*=== END OF HOME CHANGES ==*/

/*==== ABOUT US PAGE ===*/

section#banner-section {
    padding: 140px 0 80px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}
section#banner-section .banner-content {
    text-align: center;
    color: #fff;
}
section#banner-section .banner-content p {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0;
}
section#mission-vision-outer {
    padding: 70px 0 70px;
    position: relative;
}
section#mission-vision-outer .mission-outer h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px;
}
section#mission-vision-outer .mission-outer p {
    margin: 0 0 40px;
    min-height: 104px;
}
.mission-outer .mission-img {
    height: 0;
    padding-bottom: 47%;
    position: relative;
    width: 100%;
}
.mission-outer .mission-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
section#what-we-about-outer {
    background: rgba(245, 249, 255, 1);
    padding: 60px 0;
}
.what-we-about-content ul {
    padding: 0;
    margin: 0;
    max-width: 450px;
}
.what-we-about-content ul li img {
    width: 64px;
    height: 64px;
}
.what-we-about-content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 0 20px;
    padding-bottom: 22px;
}
.what-we-about-content h2 {
    margin-bottom: 22px;
}
.imapact-boxes h3 {
    font-weight: 900;
    text-align: center;
    font-size: 48px;
}
.imapact-boxes h4 {
   font-size: 20px;
    text-align: center;
    color: rgba(35, 35, 35, 1);
    font-weight: 600;
    margin: 14px 0 12px;
}
.imapact-boxes p {
    text-align: center;
    margin: 0;
    line-height: 20px;
}
.imapact-boxes {
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: 16px;
    padding: 20px;
    height: 100%;
}
section#our-impact-section {
    padding: 70px 0 60px;
}
section#our-team-outer {
    padding: 100px 0;
    background: #000;
    margin: 0 0 80px;
}
.team-mem-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    margin: 0 0 10px;
}
.team-mem-content p { color: #fff; text-align: right; }
section#our-team-outer h2 { color: #fff; margin: 0 0 50px; }
.team-member .team-mem-content { margin: -34px 0 0; padding: 0 20px 0 0; }
section#our-impact-section .impac-box { padding-left: 128px; }
.team-mem-outer { padding-left: 128px; }
.imapact-boxes.imapact-box-blue { background: rgba(29, 111, 225, 1); color: #fff }
.imapact-boxes.imapact-box-blue h4, .imapact-boxes.imapact-box-blue p { color: #fff; }
section#banner-section .banner-content ul.carret { padding: 0;  margin-left: 0;}
section#banner-section .banner-content li {
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-family: "Jost", sans-serif;
}
section#our-impact-section .impac-box .col-md-6.col-lg-3 {
        height: 100%;
        padding: 0 5px 10px;
        height: -webkit-fill-available;
}
/*=== END OF ABOUT US PAGE ===*/

/*=== BLOCKCHAIN DETAIL PAGE ===*/

.detail-step-box img {
    width: 48px;
    height: 48px;
    margin: 0 0 15px;
}
.detail-step-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0 0 136px !important;
    position: relative;
    grid-gap: 0 60px;
}
.detail-step-box { position: relative; }
.detail-step-boxes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(185, 179, 179, 1);
}
.detail-step-box::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 100%;
    top: -56px;
    left: 0;
}
.detail-step-box p {
    color: rgba(97, 97, 97, 1);
}
.detail-full-img-content {
    display: flex;
    grid-gap: 0 50px;
    padding-top: 30px;
}
section#detail-full-img {
    padding: 130px 0 130px;
}
.block-full-img-outer {
    padding: 0 0 0 136px !important;
    position: relative;
}
.block-full-img-outer::before {
    content: '';
    position: absolute;
    width: 111px;
    height: 90px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: -24px;
}
section#detail-full-img {
    padding: 130px 0 50px;
}
section#banner-section .banner-content p {
    color: #fff;
    font-size: 18px;
    margin: 15px auto 0;
    max-width: 710px;
}
section#Integrity-section.Integrity-section-class {
    padding: 80px 0 100px;
}
/*=== END OF BLOCKCHAIN DETAIL PAGE ===*/

/*=== CONTACT US PAGE ===*/

section#contact-form-section {
    background: rgba(245, 249, 255, 1);
    padding: 80px 0 60px;
    margin: 0 0 80px;
}
section#contact-form-section .form-group input,
section#contact-form-section .form-group textarea {
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    border: 0;
    padding: 20px 10px 10px;
    background: transparent;
    outline: 0;
}
.contact-form .form-group label {
    font-size: 20px;
    color: #000;
    font-family: "Public Sans", sans-serif;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form button {
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    background: #1D6FE1;
    outline: 0;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    margin: 20px 0 0;
}
.contact-form-details ul {
    padding: 0;
    margin-left: 0;
}
.contact-form-details ul li {
    list-style: none;
    margin: 0 0 22px;
}
.contact-form-details ul li a {
    text-decoration: none;
    color: rgba(35, 35, 35, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    padding-left: 34px;
    position: relative;
}
.contact-form-details ul li.form-location {
    text-decoration: none;
    color: rgba(35, 35, 35, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    padding-left: 34px;
    position: relative;
}
.contact-form-details p {
    margin: 0 0 30px;
    font-size: 20px;
}
.contact-form-details ul li.form-number a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/contact-phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
}
.contact-form-details ul li.form-mail a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/contact-mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
}
.contact-form-details ul li.form-location::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/contact-location.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
}
.contact-form-details {
    padding-left: 136px;
    position: relative;
}
.contact-form-details::before {
    content: '';
    position: absolute;
    width: 111px;
    height: 90px;
    background-image: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -20px;
}
/*=== END OF CONTACT US PAGE ===*/

section#cs-outer, section#tc-outer {
    padding: 80px 0;
}

/* .header-align-outer div#navbarNav {
    justify-content: space-between;
} */
.header-align-outer div#navbarNav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    position: relative;
}
.header-align-outer div#navbarNav ul li {
    list-style: none;
    margin: 0 0 15px;
}
.header-align-outer div#navbarNav ul#menu-header-menu {
    display: flex;
    grid-gap: 0 30px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.header-align-outer div#navbarNav ul li ul.sub-menu {
    position: absolute;
    margin: 0;
    padding: 20px 0px 20px;
    background: #000;
    opacity: 0;
    height: 0;
    pointer-events: none;
}
.header-align-outer div#navbarNav ul li.menu-item-has-children:hover  ul.sub-menu {
    opacity: 1;
    height: auto;
    pointer-events: visible;
}
.header-align-outer div#navbarNav ul li.menu-item-has-children > a::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(https://blockchain.zaiportal.com/wp-content/uploads/2025/07/Caret-down.png) no-repeat center center;
    background-size: 24px;
    right: -24px;
    top: 0px;
}
.header-align-outer div#navbarNav ul li ul.sub-menu li a {
    padding: 6px 30px;
    float: left;
    width: 100%;
}
.custom-logo-link img.custom-logo {
    width: 126px;
}
header .navbar nav.main-menu {
    width: 100%;
}
section#lets-form-section .form-group input.wpcf7-not-valid, section#lets-form-section textarea.wpcf7-not-valid {
    border-bottom: 1px solid #ff0000 !important;
}
section#lets-form-section form span.wpcf7-not-valid-tip
 {
    display: none;
}
section#lets-form-section form.wpcf7-form.invalid .wpcf7-response-output {
    border: 2px solid #ff0000;
    float: left;
    width: 100%;
}
/*=== Responsive ===*/

@media screen and (max-width: 1200px) {
    .block-box-content { height: 300px; }
    .block-chain-boxes { padding: 0 0 0px !important; }
}
@media screen and (max-width: 991px) {
    .Integrity-box { grid-template-columns: 1fr 1fr; }
    section#about-section .about-content { margin: 20px 0 30px; }
    .footer-banner-in { padding: 60px 20px; height: auto; }
    header .navbar { padding: 15px 0px; }
    .mission-outer.vision-outer { margin-top: 40px; }
    .detail-step-boxes { grid-template-columns: 100%; }
    .detail-step-box::before { top: 0; left: -70px; }
    .detail-step-boxes::before {     
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: rgba(185, 179, 179, 1); }
    .detail-step-boxes {     padding: 50px 0 0 64px !important;}
    section#no-code-section .no-code-content { padding-left: 0; }
    section#no-code-section .no-code-content h2::before { content: none; }
    .contact-form-details { padding-left: 0; }
    .contact-form-details::before { content: none; }
	.mob-menu-header-holder.mobmenu { padding: 9px 0; height: 68px; }
	section#lets-form-section p { grid-gap: 0 10px !important; flex-direction: column; width: 100%; }
    section#howitworks-section section#detail-step-section .detail-step-boxes { padding: 50px 0 0px 63px !important; }
    section#howitworks-section section#detail-step-section { padding-top: 0; }
    section#banner-section { padding: 60px 0 80px; height: 380px; }
}

@media screen and (max-width: 767px) {
    section#about-section .common-title h2 { padding-left: 0; }
    section#about-section .common-title h2::before { content: none; }
    section#howitworks-section ul { padding: 0 0 0; grid-gap: 0 40px; }
    .secure-content { margin: 40px 0 0; }
    .block-chain-boxes { grid-template-columns: 100%; }
    h2.line-title { padding-left: 0; }
    h2.line-title::before { content: none; }
    .about-right-img { flex-wrap: wrap; }
    section#lets-form-section form { padding-left: 0; }
    section#lets-form-section p { padding-left: 0; }
    section#no-code-section .no-code-content { padding-left: 0; padding-bottom: 30px; }
    section#no-code-section .no-code-content h2::before { content: none;}
    section#slider-section .slider-content { max-width: 100%; }
    section#slider-section .slider-content h1 { font-size: 36px; }
    section#types-blockchain-section { padding: 60px 20px 60px; }
    section#Integrity-section { padding: 80px 20px; }
    .block-box-content { height: 210px; } 
    .footer-nav h3 { margin: 20px 0 15px; }
    .team-mem-outer { padding-left: 0; }
    .team-mem-outer .team-member { padding-bottom: 30px; }
    section#our-impact-section .impac-box { padding-left: 0; }
    section#mission-vision-outer .row { padding-left: 0; }
    section#mission-vision-outer .row::before { content: none; }
    section#mission-vision-outer .mission-outer p { min-height: auto; }
    .what-we-about-content { padding-top: 60px; }
    .block-full-img-outer{ padding: 0 0 0px !important; }
    .contact-form-details { padding-bottom: 50px; }
    div#navbarNav.navbar-collapse {
        background: #000;
        position: absolute;
        right: -11vw;
        top: 0;
        padding: 90px 70px 50px 40px;
        max-width: 310px;
        min-height: 498px;
    }
    div#navbarNav.navbar-collapse .navbar-nav a { margin: 0 0 20px; }
    .contact-btn { margin: 15px 0 0; display: table; }
    header nav.navbar { padding: 4px 10px 0; }
    button.navbar-toggler { z-index: 999; position: relative;}
    nav.navbar .navbar-brand { z-index: 99; }
    header button.navbar-toggler { box-shadow: none !important; }
    .dropdown .nav-item.dropdown a.nav-link::before { content: none;}
    .nav-item.dropdown span.dropdown-toggle-icon {
    position: absolute;
    top: 0;
    right: -20px;
    color: #fff;
}
.navbar-expand-md .navbar-nav .dropdown-menu li:first-child {
    margin: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu { display: none; }
.navbar-expand-md .navbar-nav .dropdown-menu.show {
    display: block;
}
.header-align-outer div#navbarNav ul#menu-header-menu {
        flex-direction: column;
            align-items: flex-start;
}
	section#lets-form-section p, section#lets-form-section .form-group { width: 100%; }
}
/* Style the arrow */
.dropdown-toggle-icon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

/* Hide arrow on desktop */
@media (min-width: 768px) {
    .dropdown-toggle-icon {
        display: none;
    }
}

/* Hover effect for desktop dropdown */
@media (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media screen and (max-width: 576px) { 
    div#navbarNav.navbar-collapse {
        right: -7px; 
    }
 }
@media screen and (max-width: 767px) { 
 section#howitworks-section .who-its-grid ul
 {
    padding: 0 0 0px !important;
    margin: 0;
}
}
@media screen and (max-width: 640px) {  
    section#howitworks-section { padding: 60px 20px; }
    section#howitworks-section ul { grid-template-columns: 100%; }
    section#lets-form-section .form-group { display: table; }
    h2.line-title { margin: 0 0 30px; font-size: 30px; }
    section#no-code-section .no-code-content ul { grid-template-columns: 100%; }
    .Integrity-box-one { padding: 20px 15px; }
    section#about-section .common-title h2::after { bottom: auto; top: -60px; }
    section#mission-vision-outer { padding: 70px 0; }
    section#our-impact-section { padding: 80px 20px; }
    section#our-team-outer { margin: 0 0 90px; }
    section#our-impact-section h2.line-title { margin: 0 0 40px; }
    section#our-team-outer h2 { padding: 0 20px; }
    section#detail-step-section { padding: 0 20px; }
    section#detail-full-img { padding: 130px 20px 50px; }
    section#Integrity-section.Integrity-section-class { padding: 80px 20px 100px; }
    section#footer-banner-section { padding: 0 20px; }
    .detail-full-img-content { flex-direction: column; }
    section#detail-full-img {  padding: 80px 20px 0px; }
    section#howitworks-section.howits-new {
    padding: 0 20px 100px;
}
}
@media screen and (max-width: 480px) {
    .Integrity-box-one h3 {
        font-size: 20px;
    }
    section#about-section .common-title h2 {
            font-size: 30px;
    }
        section#slider-section .slider-content h1 {
        font-size: 28px;
    }
    section#slider-section .slider-content h1 span { line-height: 40px; }
}

