body {
    margin: 0;
    font-family: 'DM Sans 18pt';
    color: var(--white);
    background-color: var(--black);
    font-size: 18px;
    line-height: 1.8;
}
.grecaptcha-badge {
    z-index: 9999999;
    top: 82%;
}
a
{
    text-decoration: none;
    color: var(--white);
}
h1
{
    font-size: 70px;
    line-height: 82px;
    font-weight: 700;
    margin: 0;
}
h2 , .h2, .title
{
font-size: 56px;
line-height: 100%;
font-weight: 700;
}
.page-banner {
    position: relative;
    padding: 0px;
    height: 90vh;
}
.page-banner .content-box {
    margin: 10px 0;
}
.link-btn:hover {
    color: var(--cyan);
}
.transparent-btn {
    background-color: transparent;
    border: 1.2px solid #434343;
}
.section-space
{
    padding: 80px 0;
}
body .description-mb {
       margin-bottom: 30px !important;
       margin-top: 0px !important;
       line-height: 35px;
}
/* FAQS Section */
.faq-title
{
    margin-bottom: 50px;
}
.accordion-card {
 padding-bottom: 25px;
 margin-bottom: 25px;
 border: 0;
 border-radius: 0 !important;
 background-color: transparent;
 border-bottom: 1px solid #434343;
}
.accordion-title {
 line-height: 33px;
}
.accordion-card .card-body>* {
 font-size: 18px;
 line-height: 1.8;
 color: var(--white);
}
.accordion-card .card-body {
 margin-top: 20px;
 padding: 0;
 padding-right: 100px;
}
.accordion-card .accordion-title.accordion-button {
 background-color: transparent;
 padding: 0;
 border: 0;
 box-shadow: inherit;
 align-items: flex-start;
 cursor: pointer;
}
.accordion-h6-title {
 padding-right: 100px;
 font-size: 24px;
 color: var(--white);
}
.accordion-title .accordion-button::after {
 margin-top: 6px;
}
.accordion-button:not(.collapsed) {
 color: var(--black);
 background-color: var(--white);
 box-shadow: none;
}
.accordion-button::after {
 background-image: var(--bs-accordion-btn-icon);
 margin-top: 8px;
 transition: transform 0.3s ease;
}
.accordion-button[aria-expanded="false"]::after {
 background-image: url(/wp-content/uploads/2025/08/plus.svg);
 width: 20px;
 height: 20px;
 margin-top: 5px;
 margin-right: 4px;
 background-size: 100%;
 transform: rotate(0deg);

}
.accordion-button[aria-expanded="true"]::after {
background-image: url(/wp-content/uploads/2025/08/plus.svg);
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 4px;
    background-size: 100%;
    transform: rotate(45deg);
}
.accordian-wrapper {
}
.accordian-wrap {
    background: url(/wp-content/uploads/2025/08/Ellipse-48.webp) center no-repeat;
    background-size: contain;
}
/* CTA Section*/
.cta-container {
    max-width: 95%;
}
.cta-wrap {
    background: url(/wp-content/uploads/2025/08/cta-wrapper.webp) center no-repeat;
    background-size: cover;
    padding: 150px 50px;
    border-radius: 8px;
}
.cta-section .container
{
    z-index: 1;
}
.cta-section:before {
       content: "";
    background: var(--black);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
}
.cta-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cta-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.cta-wrap .transparent-btn {
    border-color: #ffffff63;
}

.page-banner .subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.users-wrap {
    flex: 1;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
.users-wrap.active {
    flex: 3;
}
.users-wrap.active .users {
    background: linear-gradient(134.93deg, #0047AB 0%, #00D1D1 114.7%);
}
.users {
    background: #0047AB;
    padding: 30px 0 0 30px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}
.users-wrap .content-area {
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    margin: 40px 0 60px;
    white-space: nowrap;
}

.users-wrap.active .content-area {
    opacity: 1;
}
.users h3 {
    font-size: 25px;
    font-weight:700;
    margin-bottom: 20px;
}
.popup-link, .popup-link:hover {
    text-decoration: underline !important;
    color: var(--white);
}
.users .icon-wrap {
   background-color: #fff;
   padding: 10px 13px;
   border-radius: 5px;
   max-width: 60px;
   height: 60px;
   border: 0px;
}
.users .icon-wrap img, .users .icon-wrap svg {
    width: 38px;
    height: 38px;
}
.users .icon-wrap:before {
    content: "" !important;
    display: none;
}
.users-wrap .right-image {
    filter: blur(2px);
    transition: all .6s ease-in-out;
    transition:all .6s animation-timing-function: ease-in-out;
    width: 100%;
    max-width: 100%;
    /* transform: translateX(50%); */
    border-radius: 8px;
    max-height: 100%;
    height: 100%;
}
.users-wrap.active .right-image {
    filter: unset;
    transition: all .6s ease-in-out;
    transition: all .6s animation-timing-function: ease-in-out;
    transform: translateX(-10%);
}
.bottom-image {
    align-self: end;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    height: 360px;
    width: 25rem;
}
.users-wrapper .users-wrap:nth-child(2) .right-image {
    transform: translateX(0) !important;
}
.gradient {
    background: linear-gradient(90.17deg, #00D1D1 4.05%, rgb(41 89 158 / 97%) 49.06%, #00D1D1 96.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
}
.icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;    z-index: 1;
    margin-bottom: 0;
}
.icon-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(134.93deg, #0047AB, #00D1D1, #0047AB);
    background-size: 200% 200%; /* more movement range */
    background-position: 0% 50%; /* start position */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
   /* animation: AnimateBorder 2s ease-in-out infinite; */
}
.icon-wrap::before {
    animation: gradientBorder 2s linear infinite;
    background: linear-gradient(to right, #120020, #120020) content-box,
        conic-gradient(
                from var(--angle),
                #120020 0deg,
                #f36fff 53.3deg,
                #268aff 90.46deg,
                #52eaea 126.24deg,
                #120020 178.82deg,
                #120020 360deg
            )
            border-box;
}

@keyframes gradientBorder {
    from {
        --angle: 0turn;
    }
    to {
        --angle: 1turn;
    }
}

@property --angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

@keyframes AnimateBorder {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.icon-wrap img {
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
.reason-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px;
}
.reasons {
    position: relative;
    margin: 20px 0;
}
.reason-wrapper h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}
.reasons:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
    justify-self: end;
}
.reasons::before {
    position: absolute;
    left: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(116.56deg, #0047AB -16.66%, #00D1D1 50.01%);
}
.reason-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px;
    position: relative;
    padding-bottom: 60px;
    margin-top: 20px;
    justify-content: center;

}
.reasons::before {
    position: absolute;
    left: 0;
    content: '';
    width: 1px;
    height: 70%;
    background: linear-gradient(
116.56deg, #0047AB -16.66%, #00D1D1 50.01%);
}
.reason-wrapper::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(116.56deg, #0047AB -16.66%, rgba(0, 209, 209, 0) 81.01%);
}
.reasons:last-child .reason-wrapper::after {
    height: 0;
}
.reasons {
    position: relative;
    margin: 20px 0;
}
.reasons-title {
    font-size: 26px;
    font-weight: 700;
}
.reasons:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
    justify-self: end;
}

.reasons::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height:calc(100% - 30px);
    background: linear-gradient(180deg, #0047AB, #00D1D1, #0047AB);
    background-size: 100% 200%;
    background-position: 0 0;
    /*animation: gradientMove 3s linear infinite;*/
    animation-play-state: paused; /* stop by default */
}

/*.reasons:hover::before {
    animation-play-state: running; /* run on hover */
}*/

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}
.count {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border-radius: 8px; /* radius apply hoga */
    background: transparent; /* ya tumhara background color */
    z-index: 1;
}

.count::before, .bloxby-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px; /* border width */
    background: linear-gradient(134.93deg, #0047AB 0%, #00D1D1 114.7%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    animation: gradientBorder 3s linear infinite;
    background: linear-gradient(to right, #0047AB, #0047AB) content-box,
        conic-gradient(
                from var(--angle),
                #0047AB 0deg,
                #00D1D1 53.3deg,
                #00D1D1 90.46deg,
                #00D1D1 126.24deg,
                #0047AB 178.82deg,
                #0047AB 360deg
            )
            border-box;
}
.media-img {
    aspect-ratio: 2/1.8;
}
.media-img2 {
    aspect-ratio: 3/4;
}
.how-it-wroks .media-img2 img {
    object-fit: contain;
}
.media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ================ Timeline css ==============*/
 .timeline-subtitle {
            color: #ccc;
            margin-bottom: 60px;
        }

        .timeline-wrapper,
        .accordian-wrapper {
            position: relative;
            max-width: 90%;
            margin: 0 auto;
        }

        .timeline-line {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(0%);
            width: 0px;
            height: 100%;
            background: rgba(255,255,255,0.2);
        }
        .timeline-item.right.progressing:after {
            height: 50% !important;
            top: 0 !important;
        }
        .timeline-item {
            position: relative;
            width: 50%;
            padding: 20px 50px;
            box-sizing: border-box;
        }

        .timeline-item.left {
            left: 0;
            text-align: right;
        }

        .timeline-item.right {
            left: 50%;
            text-align: left;
        }

        .timeline-dot {
            position: absolute;
            top: 50%;
            left: 100%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .timeline-item.right .timeline-dot {
            left: 0%;
            transform: translateX(-50%);
        }
        .timeline-content.phase-1 {
            border: 0;
        }
        .timeline-content {
               background: #171C23;
                padding: 20px;
                border-radius: 6px;
                border: 1px solid rgba(255, 255, 255, 0.1);
                position: relative;
                transition: all 0.3s ease;
                display: flex;
                flex-direction: column;
                justify-content: center;
                text-align: left;
                min-height: 180px;
                border: 2px solid #434343;
        }

        .timeline-content h3 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: bold;
            line-height: 28px;
        }

        .timeline-content p {
            margin: 0;
            font-size: 1rem;
            line-height: 1.5;
        }
        .timeline-dot {
            width: 23px;      /* outer circle size */
            height: 23px;
            border: 1px solid #434343; /* outer border color */
            border-radius: 50%;
            background: #0B1017;
        }
        .timeline-dot::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 11px;       /* inner circle size */
            height: 11px;
            background: #434343; /* inner filled circle color */
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }
        /* */
        .section-subtitle {
            font-size: 20px;
            font-weight: 700;
        }
        .content p
        {
            margin-bottom: 0;
        }
        .why-bloxby-section {
            background: #171C23;
            position: relative;
        }
        .circle-blur {
            position: absolute;
            width: 300px;
            height: 300px;
            background: #0047AB;
            opacity: 0.8;
            border-radius: 50%;
            filter: blur(200px);
            top: 0;
            left: -5%; 
            z-index: 0;
        }
        .timeline-item.right .timeline-dot:after {
            position: absolute;
            content: '';
            height: 0;
            width: 55px;
            background: linear-gradient(116.56deg, #434343 -16.66%, rgba(0, 209, 209, 0) 81.01%);
            top: 55%;
            right: -55px;
            transform: rotate(0deg);
        }
        .timeline-item.left .timeline-dot:after {
            position: absolute;
            content: '';
            height: 0;
            width: 55px;
            background: linear-gradient(116.56deg, #434343 -16.66%, rgba(0, 209, 209, 0) 81.01%);
            top: 60%;
            left: -55px;
            transform: rotate(180deg);
        }
        .timeline-content.phase-0 {
        background: var(--cyan);
        color: var(--black);
        border-color: var(--cyan);
        }
       .timeline-content.phase-1:before {content: "";
        position: absolute;inset: 0;
        border-radius: 6px;
        padding: 2px;
        background: linear-gradient(to right, #0047AB, #0047AB) content-box, conic-gradient(from var(--angle), #0047AB 0deg, #00D1D1 53.3deg, #00D1D1 90.46deg, #00D1D1 126.24deg, #0047AB 178.82deg, #0047AB 360deg) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        animation: gradientBorder 3s linear infinite;
        }
        .completed.timeline-item .timeline-dot:after, .progressing.timeline-item .timeline-dot:after {
            background: linear-gradient(116.56deg, rgb(0, 71, 171) -16.66%, rgba(0, 209, 209, 0) 81.01%);
            height: 1px;
        }
        .upcoming.timeline-item .timeline-dot:after {
            height: 1px;
        }
        .timeline-item.right.progressing .timeline-dot::before {
            background: var(--cyan);
        }
        .timeline-item.right.progressing .timeline-dot {
            border: 1px solid var(--cyan);
        }
        .timeline-item.left.completed .timeline-dot {
            background: url(/wp-content/uploads/2025/08/Frame-408.svg);
            border: 0px;
        }
        .timeline-item.left.completed .timeline-dot:before {
            background: transparent;
            border: 0px;
        }
        .timeline-item.left.completed:after, .timeline-item.right.progressing:after {
            background: var(--cyan);
            height: 50%;
            top: 50%;
        }
        .timeline-item.left:after, .timeline-item.right:after {
            content: "";
            background: #434343;
            width: 1px;
            height: 50%;
            position: absolute;
            top: -50%;
        }
        .timeline-item.left:after {
            right: 0;
            height: 100%;
            top: 0;
        }
        .timeline-item.right:after {
            left: -1px;
            top: 0;
            height: 100%;
        }
        .page-banner:after {
            /*background: url(/wp-content/uploads/2025/08/Aâ€˜AAÂ®AÂ©_1.png);*/
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            mix-blend-mode: normal;
            opacity: 0.6;
            z-index: 1;
            background-size: 100%;
        }
        @media (min-width: 1400px) {

            .page-banner {
                padding-top: 80px;
            }
            .page-banner .container {
                max-width: 1320px !important;
            }
        }   
        @media only screen and (min-width: 1500px)
        {
             .cta-container h2{
                font-size: 75px;
                line-height: 1.4;
            }
            .cta-container p{
                font-size: 24px;
                line-height: 1.4;
            }
        }
        .page-banner .container {
            position: relative;
            z-index: 2;
        }
        /* button hover css */
        .btn-animate {
           position: relative;
           overflow: hidden;
            transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out;
            z-index: 1;
        }
        .btn-animate span {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-radius: 50%;
            background-color: #0047AB;
            transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
            transform: translate(-50%, -50%);
            z-index: -1;
        }
        .btn-animate:hover span {
            width: 225%;
            height: 562.5px;
        }
        .btn-animate:hover {
            background: transparent;
            color: var(--white) !important;
            cursor: pointer;
        }
        .page-banner .btn-animate {
            display: inline-block;
        }
       #contentCntr {
            background: #0c0f18;
            background: url(/wp-content/uploads/2025/08/BodybgWindow-1.webp);
            background-size: cover;
        }
         .mac-os #contentCntr {
            background-color: color(srgb 0.0353 0.051 0.0941);
            background-image: url(/wp-content/uploads/2025/08/BodybgMAC.jpg);
            background-size: cover;
        }
        .page-banner .cta-bg-video {
            z-index: 1;
        }
        .wordpress-ecosystem-wrapper .content {
            margin:5px 0 25px;
        }
        .banner-video
        {
            aspect-ratio: 1 / 1;
        }
        .banner-bg-video {
            width: 100%;
            height: 100%;
            object-fit: contain;
            clip-path: inset(0px 3px 0px 3px);
        }
        .scroll-down {
             position: absolute;
            left: 0%;
            right: 0;
            transform: translateY(100%);
            cursor: pointer;
            text-align: center;
            /*animation: jumpInfinite 1.5s infinite;*/
        }

    @keyframes jumpInfinite {
      0% {
        bottom: 0px;
      }
      50% {
        bottom: 25px;
      }
      100% {
        bottom: 0px;
      }
    }
    #faqs {
        padding-top: 50px;
    }
    #scroll-down-animation {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-100%);
    }
   .mouse {
     margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #ffffffa6;
    height: 40px;
    width: 25px;
    position: relative;

    }
    .move {
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 5px;
    animation: move 1.252s linear infinite;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    }
   @keyframes move {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,18px);
    opacity: 0;
  }
}
.page-banner .blue-btn {
   color: var(--white);
}
.page-banner {
    position: relative;
}
.page-banner .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.page-banner::before {
    display: none;
    content: "";
    background: var(--black);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    mix-blend-mode: multiply;
}

.page-banner .container {
    position: relative;
    z-index: 2;
}
.marquee-track {
  display: flex;
  will-change: transform;
}

@keyframes a-text-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.timeline-item.left:after {
    top: 50%;
    height: 0;
}
.timeline-item.right:after {
    top: 0;
    height: 0;
}
.timeline-item:after {
    transition: all 1s ease-in-out;
    top: 0;
}
.timeline-item .timeline-dot::after {
    height:0;
    transition: all 1s ease-in-out;
    background: transparent;
}

.timeline-item.left.upcoming:after {
    height: 100%;
    top: -50%;
}
.timeline-item.upcoming:last-child::after {
    height: 100%;
    top: -50%;
}
/* new css for right nav*/
.menu-header .btn-primary a, .menu-header .btn-primary a:hover  {
    padding: 0;
    color:var(--white);
    text-transform: capitalize;
}

.scroll-down:focus {
    outline: none;
}
.menu-top li.btn-primary a {
    position: unset;
}
.menu-top li.btn-primary {
    cursor: pointer;
}