.container-large.is-top-fixed {
    padding-bottom: 0;
}
.contact_info-content a {
    color: #b8b8b8;
}
.contact_info-content a:hover {
    color: #00b894;
}
.error {
    color: red;
}
.navbar_logo {
    height: 2.6rem;
}
.solutions__heading,
.solutions__text{
text-align: left;
}
.solutions .header-container{
    align-items: start;
}

.navbar_logo-link {
    display: block;
    margin-bottom: 10px;
  }
  .navbar_logo {
    width: 170px;
    height: auto;
}
  .zl-form-logo{
      display: grid;
      place-items: left;
  }

.label {
    width: fit-content;
}
.solution_titles ul {
    padding-left: 20px;
}
h4.fs_numbercount-1_text {
    font-size: 20px;
}
.slide-content ul,
.why_tab-link.w--current ul {
    color: #333;
    padding-left: 15px;
    margin-top: 10px;
    grid-row-gap: 10px !important;
}
.why_tab-link.w--current ul {
    color: #b8b8b8;
}
.labels-card {
    font-size: 16px;
}

.rotated_card:hover .labels-card {
    color: #121213;
}
.features-cards-content h3 {
    font-size: 20px;
    line-height: 1.5;
}
.whoserve--grid {
    grid-template-columns: 1fr 1fr 1fr;
}
.nav-buttons button {
    background-color: #00838f;
    color: #101011;
    border: none;
    padding: 10px 16px;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}

.nav-buttons button:hover {
    background-color: #006f78;
}

.footer__top-inner {
    display: grid;
    grid-template-columns: 0.7fr 1.4fr;
    gap: 30px;
}

.footer-first-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-first-col h2 {
    font-size: 20px;
    line-height: 1.5;
}

.footer-logo img {
    max-width: 150px;
}

.footer-nav-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer__col h3 {
    font-size: 18px;
    color: #28a745;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer__col ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.footer__col ul li a {
    color: #b8b8b8;
    text-decoration: none;
    display: inline-block;
}

.footer__col ul li a:hover {
    color: #32E3CB;
}

.footer--reachus ul {
    padding-left: 0;
}

.footer--reachus ul li {
    list-style: none;
}

.footer__copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

@media (max-width: 768px) {
    .footer__top-inner {
        grid-template-columns: 1fr;
    }
 
}

/* Dropdown wrapper */
.navbar_dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-toggle::after {
    content: "▾";
    margin-left: 6px;
    transition: transform 0.3s ease;
}
.dropdown_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #232323;
    border: 1px solid #232323;
    min-width: 200px;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dropdown_item {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}
.dropdown_item:hover {
    background: #232323;
}
.navbar_dropdown:hover .dropdown_menu {
    display: block;
}
.navbar_dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}
.navbar_dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.dropdown_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #232323;
    border: 1px solid #232323;
    min-width: 200px;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dropdown_item {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
.dropdown_item:hover {
    background: #32E3CB;
    color: #232323;
}
.dropdown_menu .active-link:hover{
    background: #32E3CB;
    color: #232323 !important;
}


.navbar_dropdown:hover .dropdown_menu {
    display: block;
}
.navbar_dropdown:hover .dropdown-toggle::after {
    transform: rotate(-135deg);
}
.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.primary-button:hover{
   background: #232323;
}
.navbar_dropdown.active .dropdown-toggle::after {
    transform: rotate(-135deg);
}
/* .navbar_logo {
    height: 2.5rem;
} */
.active-link {
    color: #32E3CB !important;
    font-weight: 600;
}

@media (max-width: 768px) {
    .dropdown_menu {
        position: static !important;
        box-shadow: none;
        border: none;
        padding-left: 15px;
        margin-top: 5px;
        display: none;
    }

    .navbar_dropdown.active .dropdown_menu {
        display: block;
    }
}

/* home custom section-1 */

.solutions__content {
    grid-area: content;
}
.solutions__counters {
    grid-area: counters;
}
.solutions__image {
    grid-area: image;
}

.container-large.solutions {
    display: grid;
    grid-template-columns: 1fr 2fr 1.5fr;
    grid-template-areas: "counters image content";
    gap: 30px;
    align-items: center;
}

.solutions__counters {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.solutions__counter-number {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    color: #00ff80;
}

.solutions__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.solutions__img {
    max-width: 180px;
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.solutions__tagline {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.solutions__button {
    padding: 12px 24px;
    background: #00ff80;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.solutions__button:hover {
    background: #00cc66;
}

.solution-button {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 1rem;
}

/* home custom section-1 */

/* home custom section-2 */

.custom-slider-container {
    overflow: hidden;
}
.custom-slider-wrapper {
    display: flex;
    transition: transform 0.6s ease;
}
.custom-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    gap: 20px;
    padding: 20px;
}

.custom-slide-content {
    max-width: 50%;
}
.custom-slide-image {
    max-width: 50%;
}
.custom-slide-image img {
    max-width: 100%;
    margin-top: 25px;
}
.custom-heading {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.custom-tagline {
    margin-bottom: 25px;
}
.custom-features-group h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #00ff80;
}
.custom-feature {
    margin-bottom: 15px;
}
.custom-feature h4 {
    margin-bottom: 5px;
}
.custom-feature p {
    line-height: 1.5;
    color: #ccc;
}
.custom-slider-dots {
    text-align: center;
    margin-top: 20px;
}
.section-home-testimonial .header-container {
    margin-inline: auto;
}
.custom-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #666;
    border-radius: 50%;
    cursor: pointer;
}
.custom-dot.active {
    background: #32E3CB;
}
/* home custom section-2 */
/* smart collect 2 */

.solution4steps-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.solution4steps-content h2 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.solution4steps-content p {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 500px;
}

.solution4steps-features {
    display: flex;
    gap: 40px;
}

.solution4steps-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 220px;
}

.solution4steps-icon {
    background: #22e77b;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
}

.solution4steps-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.solution4steps-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.solution4steps-header {
    text-align: start;
    align-items: flex-start;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.solution4steps-label-text {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #22e77b;
    margin-bottom: 10px;
}

/* smart collect 2 */

/* smart collect 3 */

.process__header {
    margin-bottom: 60px;
}

.process__line:nth-child(2) {
    height: 80px;
}
.process__label {
    color: #00b894;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.process__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
}

.process__timeline {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.process__timeline::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.process__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.process__circle {
    background: #001a1a;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 5px 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.process__line {
    width: 1px;
    height: 40px;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.3) 4px,
        transparent 4px,
        transparent 8px
    );
}

.process__card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    border-radius: 8px;
    max-width: 280px;
    text-align: left;
    margin-right: 20px;
}

.process__number {
    font-size: 40px;
    color: #00b894;
    margin: 0 0 10px;
}

.process__heading {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
}

.process__text {
    line-height: 1.5;
    color: #ccc;
}
.process__step:nth-child(1) .process__card {
    margin-top: 0;
}
.process__step:nth-child(1) .process__line {
    height: 40px;
}

/* .process__step:nth-child(2) .process__card {
  margin-top: 80px;
} */
.process__step:nth-child(2) .process__line {
    height: 120px;
}

/* .process__step:nth-child(3) .process__card {
  margin-top: 160px;
} */
.process__step:nth-child(3) .process__line {
    height: 200px;
}

/* smart collect 3 */

/* smart collect 4 */
.team {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 35px;
}
.team__row {
    overflow: hidden;
}
.team__track {
    display: flex;
    gap: 20px;
    animation: scroll-left 30s linear infinite;
}
.team__row--right .team__track {
    animation: scroll-right 30s linear infinite;
}
.team__track::after {
    content: "";
    display: block;
    width: 100%;
}
.team__card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    padding: 10px 20px;
    min-width: 260px;
    flex-shrink: 0;
}
.team__card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.team__card h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.right-image {
    position: absolute;
    top: 0;
    right: -80px;
    height: 100%;
    opacity: 0.1;
}
/* smart collect 4 */
/* smart collect 5 */

/* smart collect 5 */

/* instat settlement 1 */
.section_home-why {
    padding-top: 80px;
}
.section_home-why .header-container,
.section_home-why .label {
    text-align: left;
}
.section_home-why .header-container {
    align-items: baseline;
}
.section_home-why .solutions_button_component {
    place-items: baseline;
}
.home-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    padding: 20px;
}

.home-why__tagline {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-why__heading {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-why__text {
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.home-why__btn {
    padding: 14px 32px;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.home-why__image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
/* instant settlement 1 */

/* instant settlement 2 */
/**----------------------------------------
START: Working process CSS
----------------------------------------*/
.working-process-area {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.process-item {
    background-color: #232323;
    padding: 25px 28px 40px 28px;
    border-radius: 10px;
    max-width: 330px;
    width: 100%;
    color: #fff;
    position: relative;
}
.process-item:not(:last-child)::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #1e8a8a;
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    border: 7px solid #d8e5e5;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
@media (max-width: 767px) {
    .process-item:not(:last-child)::after {
        transform: translate(-50%, 0) rotate(90deg);
        top: auto;
        bottom: -40px;
        left: 50%;
        right: auto;
    }
}
.process-step span {
    font-size: 60px;
    background: linear-gradient(180deg, #32E3CB 0%, #32E3CB 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    margin-bottom: 16px;
}
.title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}


/* !END: Working process CSS */
/* instant settle ment 2 */

/* instant settlement 3 */
.section_rapid-flow {
    background: #101011;
    color: #fff;
    padding: 80px 20px;
}

.rapid-flow__component {
    display: grid;
    grid-template-columns: 1fr 1fr; /* left image, right content */
    align-items: center;
    gap: 60px;
}

.rapid-flow__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-text {
    text-transform: uppercase;
    color: #aaa;
}

.rapid-flow__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.rapid-flow__desc {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.5;
}

.rapid-flow__item {
    margin-bottom: 22px;
}

.rapid-flow__item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.rapid-flow__item-text {
    font-size: 16px;
    color: #bbb;
    line-height: 1.5;
}
/* instant settlement 3 */

/* instant settlement 4 */
.home-three-power-bottom-block.margin-top-fourty {
    margin-top: 40px;
}
.home-three-power-bottom-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}
.home-three-power-bottom-text-block {
    background-color: #232323;
    border-radius: 27px;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 20px 30px;
    display: flex;
}
.margin-top-ten {
    margin-top: 10px;
}
.contain-box.box-vartical img {
    width: revert-layer;
}
.contain-box.box-vartical,
.contain-box.feature-contain-box {
    flex-direction: column;
}
.contain-box {
    grid-column-gap: 23px;
    grid-row-gap: 13px;
    display: flex;
}
.home-three-power-bottom-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
}
.home-three-power-bottom-image-block.overflow-none {
    overflow: hidden;
}
.responsive-full-width {
    width: 100%;
}
.home-three-power-bottom-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}
.home-three-power-bottom-image-block {
    border-radius: 27px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.home-three-power-bottom-text-block.background-dark {
    background-color: #232323;
}

@media screen and (min-width: 1440px) {
    .home-three-power-bottom-block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/* instant settlement 4 */
/* instant settlement 5 */

.money-slider-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 1064px;
}

.money-slider-track {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
}

.money-slider-card {
    background: #232323;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 768px) {
    .money-slider-card {
        width: calc(50% - 15px);
    }
}

@media (min-width: 1024px) {
    .money-slider-card {
        width: calc((100% - 60px) / 3);
    }
}

.money-slider-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-inline: auto;
}

.money-slider-card h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.money-slider-card p {
    margin-bottom: 20px;
}

.money-slider-nav {
    text-align: center;
    margin-top: 25px;
}

.money-slider-nav button {
    background-color: #32E3CB;
    color: #101011;
    border: none;
    padding: 10px 18px;
    font-size: 18px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.money-slider-nav button:hover {
    background-color: #232323;
    color: #fff;
}

/* instant settlement 5 */

/* qr codes */

.pixel-hero {
    position: relative;
    padding: 80px 60px;
    overflow: hidden;
}

.hero-text {
    position: relative;
    margin: 0 auto;
    animation: fadeSlideIn 1s ease forwards;
    opacity: 0;
    transform: translateY(30px);
    padding: 20px;
}

.hero-circle-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: #14d0ad;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    opacity: 0;
    transform: scale(0.5);
    animation: popIn 1s ease forwards;
    animation-delay: 1.5s;
    margin: 20px;
}

.hero-circle-btn:hover {
    transform: scale(1.1);
    background-color: #009688;
}

.hero-text h1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff;
}

.hero-left {
    text-align: left;
}

.hero-right {
    text-align: right;
}
/*   
  .hero-year {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
  } */

.hero-avatars {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.hero-avatars img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -12px;
    object-fit: cover;
}

.hero-avatars img:first-child {
    margin-left: 0;
}

.avatar-plus {
    width: 48px;
    height: 48px;
    background: #007d76;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -12px;
}

.hero-subtext {
    margin-top: 25px;
    max-width: 260px;
    line-height: 1.5;
    font-size: 18px;
}

.hero-subtext .star {
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
}

.hero-image {
    position: absolute;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    animation: slideUp 1s ease forwards;
    animation-delay: 1.2s;
}

.hero-image img {
    max-height: 600px;
    display: block;
}

/* Animations */
@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes popIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* qr codes */
/* qr codes 2 */

.section_about_why .about-why__component {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 20px;
}

.section_about_why .about-why__steps-box {
    background: #232323;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.section_about_why .about-why__step-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 40px;
}

.section_about_why .about-why__step-card:last-child {
    padding-bottom: 0;
}

.section_about_why .about-why__step-card::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 55px;
    bottom: 0;
    border-left: 2px dotted #d8d8d8;
}

.section_about_why .about-why__step-card:last-child::after {
    display: none;
}

.section_about_why .about-why__step-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e6f0f0;
    color: #101011;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.section_about_why .about-why__step-card:hover .about-why__step-icon,
.section_about_why .about-why__step-card.active .about-why__step-icon {
    background: #32E3CB;
    color: #fff;
}

.section_about_why .about-why__step-info h3 {
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    font-size: 20px;
}

.section_about_why .about-why__step-info p {

    line-height: 1.5;
    max-width: 360px;
    margin: 0;
}



.about-why__content h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-why__content p {
    margin-bottom: 25px;
}
.section_about_why .about-why__btn {
    background: #32E3CB;
    color: #000;
    border: none;
    padding: 12px 26px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.section_about_why .about-why__btn:hover {
    background: #232323;
    color: #fff;
}

/* qr codes 2 */

/* gr code 3 */

.why-tabs-container {
    display: grid;
    grid-template-columns: 1fr 2fr; /* left: heading, right: tabs + content */
    gap: 50px;
    margin: 0 auto;
    align-items: center;
    padding: 0 20px 0;
}

/* Left side */
.why-tabs-left .why-tabs-label {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.why-tabs-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-tabs-heading span {
    color: #8ae28e;
}

.why-tabs-desc {
    margin-top: 25px;
}

/* Right side */
.why-tabs-nav {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: space-between;
}

.why-tab {
    background: #32E3CB;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    color: #232323;
    cursor: pointer;
    transition: 0.3s;
}

.why-tab.active {
    background: #fff;
    color: #232323;
    font-weight: 600;
}

.why-tab:hover {
    background: #1bcbb4;
    color: #fff;
}


.why-tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.why-tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.why-tab-card {
    background: #32E3CB;
    border-radius: 12px;
    padding: 30px;
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 20px;
    align-items: center;
}

.why-tab-text h3 {
    font-size: 20px;
    color: #232323;
}
.why-tab-text p{
    color: #232323;
}
.why-tab-text ul {
    list-style: disc;
    padding: 0;
    gap: 20px;
    padding-left: 15px;
    grid-row-gap: unset !important;
    margin-top: 10px;
}

.why-tab-text ul li {
    margin-bottom: 8px;
    color: #101011;
}

.why-tab-text a {
    color: #101011;
    text-decoration: underline;
}

.why-tab-image img {
    width: 100%;
    border-radius: 10px;
}

/* qr codes 3 */

/* qr 5 */
.section_feature_cards {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 20px;
    flex-wrap: wrap;
}

.feature_card {
    background-color: #232323;
    padding: 40px 30px;
    flex: 1 1 calc(33.333% - 26.67px); /* 3 cards with 40px gap */
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 0 1px #232323;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.feature_card:hover {
    transform: translateY(-5px);
}

.feature_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    background-color: #eaf3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_icon img {
    object-fit: contain;
}

.feature_card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}

.feature_card p {
    margin-bottom: 25px;
}

.arrow_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #0f1f1c;
    color: #fff;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
}

/* Responsive stacking for smaller screens */
@media (max-width: 992px) {
    .feature_card {
        flex: 1 1 100%;
    }
}

/* qr 5 */

/* invoive 1 */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.hero-section {
    padding: 60px 5%;
    max-width: 1600px;
    margin: 0 auto;
}

/* Flex Layout */
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 20px;
}

/* Left Side */
.hero-left {
    flex: 1 1 40%;
}
.rotating-badge {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.circle-text {
    position: absolute;
    width: 200%;
    height: 200%;
    animation: rotateText 10s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-text span {
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.support-text {
    max-width: 350px;
    color: #fff;
}

/* Right Side */
.hero-right {
    flex: 1 1 50%;
}
.hero-heading {
    font-size: 52px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hero-button {
    background-color: #007d79;
    color: #fff;
    padding: 12px 26px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}
.hero-description {
    color: #fff;
    max-width: 340px;
    display: flex;
    align-items: center;
}

/* Image Section */
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}
/*  */

/* invoice 2 */
.section_stats {
    padding: 20px;
}

.stats_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: auto;
    place-items: center;
    margin-bottom: 45px;
}
.stats_grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: auto;
    align-items: start;
}
/* Top row: card left, heading right */
.stats_grid > .stat_card:first-child {
    grid-column: 1 / 2;
}
.stats_grid > .stat_heading {
    grid-column: 2 / 4;
}

/* Bottom row: 3 equal cards */
.stats_grid > .stat_card:nth-of-type(2) {
    grid-column: 1 / 2;
}
.stats_grid > .stat_card:nth-of-type(3) {
    grid-column: 2 / 3;
}
.stats_grid > .stat_card:nth-of-type(4) {
    grid-column: 3 / 4;
}

/* Default stat card */
.stat_card {
    background: #232323;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.stat_card:hover {
    transform: translateY(-5px);
}

/* Number top-right */
.stat_number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 500;
    color: #666;
}

/* Icon circle */
.stat_icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f3f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: background 0.3s ease;
}

/* Text + value */
.stat_text {
    /* color: #fff; */
    margin-bottom: 10px;
}
.stat_value {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* Heading block */
.stat_heading .label {
    font-weight: 600;
    color: #009688;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.stat_heading h2 {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #fff;
}

.stat_heading .learn_more:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
    .stats_grid {
        grid-template-columns: 1fr 1fr;
    }
    .stats_grid > * {
        grid-column: auto !important;
    }
}

/* invoice 2 */

/* invoice 3 */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 20px;
    scroll-snap-type: x mandatory;
}

.slides::-webkit-scrollbar {
    display: none;
}

.slide {
    background: #32E3CB;
    border-radius: 12px;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    flex-shrink: 0;
    scroll-snap-align: start;
    border: 0.5px solid #32E3CB;
}

/* Desktop: 2 slides visible */
@media (min-width: 1024px) {
    .slide {
        flex: 0 0 calc((100% - 20px) / 2);
        flex-direction: row;
    }

        .slide img {
            width: 50%;
            height: auto;
        }
}

/* Tablet: 2 slides visible */
@media (min-width: 481px) and (max-width: 1023px) {
    .slide {
        flex: 0 0 calc((100% - 20px) / 2);
        flex-direction: row;
    }

    .slide img {
        width: 40%;
        height: auto;
    }
}

/* Mobile: 1 slide visible — no gap cut issue */
@media (max-width: 480px) {
    .slides {
        gap: 0;
        scroll-padding: 0;
    }

    .slide {
        flex: 0 0 100%;
        flex-direction: column;
    }

    .slide img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .slide-content h3 {
        font-size: 18px;
    }

    .slide-content p {
        font-size: 13px;
    }
}

.slide-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #101011;
}

.slide-content p {
    color: #555;
    margin-bottom: 10px;
}

.nav-buttons {
    text-align: center;
    margin-top: 20px;
}

.nav-buttons button {
    background: #32E3CB;
    border: none;
    border-radius: 6px;
    color: #121213;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 6px;
    transition: background 0.3s ease;
}

.nav-buttons button:hover {
    background-color: #232323;
    color: #fff;
}

/* invoice 3 */

/* current account 1 */

.testimonial-section {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
}

.testimonial-card {
    background-color: #232323;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 24px;
}

.testimonial-card.alt {
    background-color: #232323;
}

.testimonial-stars {
    color: #fff;
    font-size: 20px;
}

.testimonial-quotes {
    margin-bottom: 16px;
}

.testimonial-author {
    font-weight: 600;
}

.testimonial-role {
    color: #777;
    margin-top: 2px;
}

/* Center card */
.center-card {
    background-color: #232323;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 40px 30px 0;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center-text {
    color: white;
    z-index: 2;
}

.center-text h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #b2dfd7;
}

.center-image {
    margin-top: auto;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.center-image img {
    max-height: 380px;
    object-fit: contain;
    width: auto;
}

@media (max-width: 992px) {
    .testimonial-section {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .center-card {
        grid-row: auto;
        min-height: auto;
    }

    .center-image img {
        max-height: 300px;
    }
}
/* current account 1 */
/* current account 2 */

/* current account 2 */

/* api banking 1 */

.expect-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: row;
}
.expect-steps h3 {
    font-size: 20px;
}
.step {
    text-align: center;
    flex: 0 0 210px;
}

.step img {
    width: 50px;
    margin-bottom: 1rem;
}

/* Arrow Line */
.arrow-line {
    height: 4px;
    width: 60px;
    background: linear-gradient(to right, #32E3CB, #32E3CB);
    position: relative;
    margin-bottom: 40px;
}

.arrow-line::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -4px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #32E3CB;
}

/* api banking 1 */

/* api banking 2 */

.layout-equal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    padding: 20px;
}
.layout-equal {
    grid-template-areas: "left right";
}

/* Step 2: Assign areas to children */
.layout-equal > :first-child {
    grid-area: left;
}

.layout-equal > :last-child {
    grid-area: right;
}

.solution-video {
    margin-top: 0;
}
.why-image,
.why-content {
    min-width: 0;
}

.why-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.why-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}

/* api banking 2 */
/* api banking 3 */
/* .custom-hero-section {
    background-color: #031e1e;
    color: white;
    padding: 80px 40px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .custom-hero-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
   */
.custom-hero-text-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 120px;
    align-items: center;
}

.custom-hero-heading {
    text-align: center;
}

.custom-toggle-icon {
    font-size: 3rem;
    display: inline-block;
    transform: translateY(8px);
}

.custom-hero-subcontent {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.custom-sub-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-sub-label p {
    font-weight: 600;
    color: #fff;
}

.custom-sub-line {
    height: 3px;
    width: 30px;
    background-color: #00d1b2;
    margin-bottom: 0.5rem;
}

.custom-sub-description {
    max-width: 500px;
    color: #bbbbbb;
    font-size: 0.95rem;
    line-height: 1.5;
}

.custom-cta-button {
    margin-top: 1rem;
    padding: 10px 20px;
    background-color: #00d1b2;
    color: #101011;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.custom-cta-button .custom-arrow {
    margin-left: 8px;
}

.custom-hero-image-block {
    display: flex;
    justify-content: flex-end;
}

.custom-hero-image-block img {
    max-width: 600px;
    border-radius: 8px;
}
/* escrow 1 */
.testimonial_arc_slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.testimonial_arc_avatar_wrapper {
    position: relative;
    height: 250px;
}

.testimonial_arc_avatar_wrapper::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url("https://html.designingmedia.com/coreva/assets/images/testimonial-borderimage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.testimonial_arc_avatar_wrapper .avatar {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(100%);
    border: 4px solid #32E3CB;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.testimonial_arc_avatar_wrapper .avatar.active {
    width: 100px;
    height: 100px;
    filter: grayscale(0%);
    z-index: 2;
    transform: scale(1.1);
}

.image1 {
    left: 5%;
    bottom: 10px;
}
.image2 {
    left: 23%;
    top: 20px;
}
.image3 {
    left: 45%;
    top: -10px;
}
.image4 {
    left: 67%;
    top: 20px;
}
.image5 {
    left: 85%;
    bottom: 10px;
}

.testimonial_arc_content {
    text-align: center;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial_arc_author {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial_arc_role {
    color: #777;
}

.testimonial_arc_nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial_arc_nav button {
    padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
}
/* escrow 1 */

/* escrow 2 */
.transformative-header {
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.transformative-header-left {
    max-width: 60%;
}
.header-label {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.header-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}
.header-subtitle {
    color: #fff;
    max-width: 350px;
}
.transformative-header-right {
    margin-top: 10px;
}
.transformative-header-right button {
    background: #00cc66;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.transformative-cards-section {
    display: flex;
    justify-content: center;
    padding: 20px;

    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 20px;
}
.transformative-card {
    min-width: 100px;
    max-width: 100%;
    height: 420px;
    background: #232323;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid #ddd;
    transition: all 0.4s ease, transform 0.5s ease-in-out;
}
.transformative-card:last-child {
    border-right: none;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: #32E3CB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    flex-shrink: 0;
    padding: 10px;
}
.transformative-card.active .card-icon,
.transformative-card.active .card-close-btn{
    background: #c9f7f1; 
}

.card-title-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.transformative-card.active {
    flex: 3;
    background: #32E3CB;
    align-items: flex-start;
    justify-content: flex-start;
    transform: scale(1.01);
}
.transformative-card.active .card-title-vertical {
    display: none;
}
.transformative-card.active .card-content {
    display: block;
    text-align: left;
    margin-top: 20px;
}

.card-content {
    display: none;
}
.card-content h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #101011;
    font-size: 20px;
    line-height: 1.5;
}
.card-content p {
    color: #333;
    line-height: 1.4;
}

.card-close-btn {
    margin-top: auto;
    background: #32E3CB;
    width: 36px;
    height: 36px;
    color: #121213;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
/* escrow 2 */

/* payouts 1 */
.why_features_section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 20px;
}

.why_feature_card {
    background: #232323;
    padding: 20px;
    border-radius: 16px;
}

.why_feature_icon {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, #32E3CB 0%, #32E3CB 60%);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
}

.why_feature_card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
/* payouts 1 */

/* payouts 2 */
.grid_payment_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding: 20px;
}

.payment_grid_left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment_grid_right h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 12px 0;
}

.payment_grid_right .tagline {
    font-weight: 500;
    margin-bottom: 16px;
}

.payment_grid_right .description {
    margin-bottom: 20px;
}

.payment-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-features li {
    position: relative;
    padding-left: 24px;
}

.payment-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #32E3CB;
    font-weight: bold;
}

/* payouts 2 */

/* payout 3 */

.section_slider_auto_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.section_slider_auto_slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.section_slider_auto_card {
    flex: 0 0 calc(33.333% - 14px); 
    margin-right: 20px;
    background: #232323;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.05);
    box-sizing: border-box;
}

.section_slider_auto_card:last-child {
    margin-right: 0;
}

.section_slider_auto_card h3 {
    color: #fff;
    font-size: 20px;
}



.section_slider_auto_dots {
    text-align: center;
    margin-top: 20px;
}

.section_slider_auto_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #c4e2de;
    border-radius: 50%;
    cursor: pointer;
}

.section_slider_auto_dot.active {
    background: #32E3CB;
}


@media (max-width: 992px) {
    .section_slider_auto_card {
        flex: 0 0 calc(50% - 10px);
        margin-right: 10px;
    }
}


@media (max-width: 480px) {
    .section_slider_auto_card {
        flex: 0 0 100%;
        margin-right: 0;
    }
}

/* payout 3 */
/* payout 4 */
.section_custom_rotated_cards {
    background: #f8f8f8;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.rotated_cards_row {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.rotated_card {
    width: 300px;
    background: #232323;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

/* Card number */
.rotated_card .card_number {
    position: absolute;
    top: 14px;
    right: 16px;
    transition: color 0.3s;
}

/* Icon */
.icon_circle {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.3s ease;
    color: #101011;
    background: #32E3CB;
    padding: 10px;
}

/* Text */
.rotated_card h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #181d581a; /* 👈 your color */
}

.rotated_card p {
    line-height: 1.5;
    transition: color 0.3s;
}

/* Card-specific transforms */
.card1 {
    margin-top: 54px;
    transform: rotate(12.23deg);
}

.card2 {
    margin-top: 121px;
    margin-left: -115px;
    transform: none; /* Straight */
}

.card3 {
    margin-top: 0px;
    margin-left: -80px;
    transform: rotate(13.63deg);
}

.card4 {
    margin-top: 87px;
    margin-left: -30px;
    transform: none; /* Straight */
}

.card5 {
    margin-top: 65px;
    transform: rotate(12.23deg);
}

/* Hover Effect */
.rotated_card:hover {
    transform: rotate(0deg) scale(1.03) !important;
    z-index: 10;
    background-color: #32E3CB;
    color: #121213;
}

.rotated_card:hover .icon_circle {
    background: #c9f7f1 !important;
    color: #121213;
}

.rotated_card:hover h3,
.rotated_card:hover p,
.rotated_card:hover .card_number {
    color: #121213;
}
/* payouts 4 */

/* faq */
.faq-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.faq-tab {
    padding: 12px 30px;
    border: 1px solid #222;
    border-radius: 999px;
    background: #141416;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.faq-tab.active {
    background: #121213;
    border: 1px solid #32E3CB;
    color: #fff;
}

.faq-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.faq-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}
.section_about_why * {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    tap-highlight-color: transparent !important;
    outline: none !important;
}


.faq-item {
    background: linear-gradient(135deg, #1b1b1d, #121213);
    border-radius: 20px;
    border: 1px solid #222;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    min-height: 80px;
}

.faq-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 25px;
    color: #32E3CB;
    flex-shrink: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    font-size: 15px;
    color: #aaa;
}

.faq-item.active .faq-answer {
    max-height: 300px; /* adjust based on answer size */
    padding-bottom: 25px;
}

/* faq */
/* signup */
.zl-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background-image: url(../images/signin-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover; */
    padding-top: 63px;
    padding-bottom: 63px;
}

.zl-auth-box {
    background-color: #232323;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    max-width: 775px;
    /* min-height: 895px; */
    margin-left: auto;
    margin-right: auto;
    /* padding: 42px 95px; */
}

.zl-auth-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.zl-toggle-text {
    margin-bottom: 30px;
}

.zl-toggle-text a {
    color: #32E3CB;
    text-decoration: none;
    margin-left: 5px;
}

.zl-auth-label {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.zl-auth-input {
    width: 100%;
    padding: 12px;
    background-color: #121213;
    border: 1px solid #ffffff1a;
    color: white;
    border-radius: 6px;
}
.error{
    margin-top: 10px;
}
.zl-checkbox-group {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 20px;
}

.zl-checkbox-group input {
    margin-right: 10px;
}

.zl-checkbox-group a {
    color: #32E3CB;
    text-decoration: underline;
}

.zl-forgot-link {
    float: right;
    font-size: 13px;
    color: #32E3CB;
    margin-top: -10px;
    margin-bottom: 20px;
}

.zl-auth-btn {
    width: 100%;
    padding: 14px;
    border: none;
    background: #32E3CB;
    color: #121213;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin: 30px 0 0;
}

.zl-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.zl-divider::before,
.zl-divider::after {
    content: "";

    height: 1px;
    background: #36005a;
}

.zl-divider span {
    margin: 0 10px;
    font-size: 13px;
    color: #bbb;
}

.zl-social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.zl-social-icons i {
    background-color: #2b0050;
    color: white;
    padding: 10px;
    border-radius: 50%;
}

.zl-hidden {
    display: none;
}

/* signup */
/* solutions 1 */

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        "a1 a2 a3"
        "a4 a5 a6";
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

/* Grid Area Assignment */
.area1 {
    grid-area: a1;
}
.area2 {
    grid-area: a2;
}
.area3 {
    grid-area: a3;
}
.area4 {
    grid-area: a4;
}
.area5 {
    grid-area: a5;
}
.area6 {
    grid-area: a6;
}

.feature-card {
    background-color: #232323;
    border-radius: 6px;
    max-width: 310px;
    max-height: 300px;
    padding: 40px 32px;
    text-align: center;
    height: 100%;
}

.feature-card h3 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: radial-gradient(circle, #000 0%, #000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.image-card {
    display: flex;
    align-items: start;
}

.image-card img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

/* solutions 1 */

.black-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px;
}

.black-hero-left {
    max-width: 33%;
    position: relative;
}

.black-hero-subtitle {
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 40px;
    border-left: 4px solid #00c6b1;
    padding-left: 10px;
}

.black-hero-badge {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-circle-rotating {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate360 12s linear infinite;
}

.black-circle-rotating img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.black-circle-center {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.black-hero-right {
    max-width: 65%;
}

.black-hero-right h1 {
    font-size: 56px;
    color: #fff;
    margin: 0 0 30px;
}

.black-cta-group {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.black-cta-desc {
    line-height: 1.5;
    color: #ccc;
    margin: 0;
}

.black-hero-image {
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.black-hero-image img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* billing */
.form_payment_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, #00b894, #1a1a1a);
    padding: 40px 20px;
    border-radius: 10px;
    gap: 30px;
    color: #fff;
}

.form_payment_form,
.form_payment_summary {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #fff;
    flex: 1 1 45%;
    min-width: 300px;
}

.form_payment_summary {
    flex: 0 1 auto;
    max-width: 320px;
    align-self: flex-start; /* only take as much height as needed */
}

.form_payment_form label {
    margin-top: 15px;
    font-size: 14px;
}

.form_payment_form input,
.form_payment_form select {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    background-color: #222;
    color: #fff;
    appearance: none;
}

.form_payment_form select:focus,
.form_payment_form input:focus {
    outline: 2px solid #00c6b1;
}

.form_payment_form input::placeholder {
    color: #bbb;
}

.form_payment_checkbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 13px;
}

.form_payment_checkbox input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #111;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.form_payment_checkbox input[type="checkbox"]:checked {
    background-color: #00b894;
}

.form_payment_checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form_payment_note,
.form_payment_required,
.form_payment_hint {
    font-size: 13px;
    margin: 10px 0 5px;
    color: #fff;
}

.form_payment_form button {
    background: #00c6b1;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.form_payment_form button:hover {
    background: #00b894;
}

.form_payment_summary h3 {
    margin-top: 0;
}

.summary_label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}

.summary_label a {
    color: #fff;
    text-decoration: underline;
}

.summary_badge {
    background: yellow;
    color: #101011;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
}

.summary_price {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 6px;
    margin: 20px 0;
    font-size: 14px;
}

.summary_price a {
    color: #fff;
    font-size: 12px;
}

.summary_total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 15px;
}

.summary_terms {
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
}

.summary_terms a {
    color: #fff;
    text-decoration: underline;
}

/* billing */
/* solutions */
.section-ai-creation {
    background: #fff;
    padding: 60px 20px;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.ai-container {
    max-width: 1280px;
    margin: 0 auto;
}

.ai-top-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 110px;
}

.comparison-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.before-img,
.after-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.after-img {
    clip-path: inset(0 0 0 50%);
}
.slider-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
}
.slider-btn span {
    font-size: 18px;
}
.ai-text-content {
    flex: 1 1 400px;
}
.ai-text-content h1 {
    margin-bottom: 15px;
}

.ai-text-content p {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 18px;
}

.section_about_why .navbar_button-wrapper {
    justify-content: start !important;
}

.rating {
    font-size: 16px;
    color: #222;
}

.rating span {
    margin-left: 10px;
    color: #777;
}

.ai-cards-slider-wrapper {
    position: relative;
    display: grid;
    place-items: center;
    gap: 30px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* --- Arrows --- */
.slider-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.slider-arrow {
    background: #32E3CB;
    border-radius: 50%;
    border: 1px solid #232323;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background 0.2s;
    display: grid;
    place-items: center;
    color: #121213;
    font-size: 14px;
}

.slider-arrow:hover {
    background: #232323;
    color: #fff;
}

/* --- Slider --- */
.ai-cards-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    padding-bottom: 10px;
}

.ai-cards-slider::-webkit-scrollbar {
    display: none;
}

.ai-cards-slider .info-card {
    flex: 0 0 calc(25% - 15px); /* 4 cards on desktop */
    background: #232323;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.ai-cards-slider .info-card:hover {
    transform: translateY(-5px);
}

.ai-cards-slider .info-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    line-height: 1.5;
}



/* --- Responsive --- */
@media (max-width: 1023px) {
    .ai-cards-slider .info-card {
        flex: 0 0 calc(50% - 15px); /* 2 cards on tablet */
    }
}

@media (max-width: 480px) {
    .ai-cards-slider .info-card {
        flex: 0 0 100%; /* 1 card on mobile */
    }

    .slider-controls {
        justify-content: center; /* center arrows */
    }

    .slider-arrow {
        display: grid; /* show arrows */
    }

    .ai-cards-slider {
        scroll-behavior: auto; /* no animation */
    }
}

/*  */
.scroll-stack-wrapper {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stack-container {
    position: relative;
    width: 310px;
    height: 320px;
}

.stack-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #232323;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    z-index: 3;
    text-align: center;
}
.stack-card-2 {
    z-index: 2;
}
.stack-card-3 {
    z-index: 1;
}

.stack-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.stack-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #00ffc8;
}
@media (max-width: 768px) {
    .scroll-stack-wrapper {
        position: relative;
        flex-direction: column;
        align-items: stretch;
        padding: 0px;
    }

    .stack-container {
        position: relative;
        width: 100%;
        height: auto;
    }

    .stack-card {
        position: relative;
        z-index: auto;
        margin-bottom: 20px;
        transform: none !important;
    }

    .stack-card-2,
    .stack-card-3 {
        z-index: auto;
    }
    .stats_grid{
        grid-template-columns: 1fr;
    }
}

/*  */

/* changes doc style */
.hero_component p,
.home-why__text,
.section_solution_hero p {
    font-size: 18px;
}
.text-size-large-2 img {
    width: 55px;
    height: 55px;
}
.heading-style-h3,
.features-cards-content h3,
.heading-style-h4 {
    font-size: 20px;
    line-height: 1.5;
}
.heading-five.margin-top-ten {
    font-size: 20px;
    font-weight: 600;
}
/* images changes starts */
.who_desktop-image-wrapper img,
.solutions_hero_image{
    object-fit: contain;
}
.section_about_cta {
    background-image: linear-gradient(#101011 50%, #fff0), url("../images/onboard-bg.png");
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
}
.comparison-container img{
    max-width: 500px;
}
.primary-button{
    color: #101011;
}

.stack-card h3,
.solutions__counter-number,
.custom-heading,
.footer__col h3{
    color: #32E3CB;
}
.process__circle,
.process-item:not(:last-child)::after,
.sweet-alert button{
    background: #32E3CB !important;
    color: #101011 !important;
}
.sweet-alert button:hover{
    color: #fff !important;
}
.process-item:not(:last-child)::after{
    border: 7px solid #32E3CB;
}
.text-span{
    background-image: radial-gradient(circle at 0%, #32E3CB 15%, #fffffff2 91%, #fff 98%);
}
.contactus_image{
    padding-bottom: 35px;
}
.hero-mobile {
    display: none;
  }
  .hero-circle-btn {
    cursor: pointer;
  }
  .zl-auth-box{
    margin: 20px;
  }
/* image changes ends */

/* jira changes */
.container-padding{
    padding-bottom: 0 !important;
}
.cta_component{
    padding-top: 0;
    padding-bottom: 0;
}
.section_about_whatwedo.policy--wrapper h3{
padding: 15px 15px 15px;
font-size: 30px;
}
.policy--wrapper p{
    padding-left: 15px;
}
.text-field-contact {
    resize: none;     
    overflow: auto;   
  }
  .validation-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.footer--reachus ul li:nth-child(2) a,
.footer--reachus ul li:nth-child(3) a  {
    display: inline-flex;
    align-items: center;
    gap: 8px;        
    white-space: nowrap;
    vertical-align: middle;
}

.zl-auth-btn:hover{
    background-color: #000 ;
    color: #fff;
}
.contactus-item h4,
.footer--reachus h4{
    font-size: 18px;
}
.policy--wrapper a:hover{
    color: #1bcbb4;
}
#slideTrack {
    overflow: hidden;
    pointer-events: none;
}


/* Tablet: 2 cards */
@media screen and (min-width: 1440px) {
    .solutions_hero_image_wrapper {
        height: 100%;
    }
}
@media (max-width: 1024px) {
    .ai-cards-slider .info-card {
        flex: 0 0 calc(50% - 10px);
    }
}

/* Mobile: 1 card */
@media (max-width: 480px) {
    .ai-cards-slider .info-card {
        flex: 0 0 100%;
    }

    .slider-controls {
        justify-content: center;
    }
    .ai-cards-slider-wrapper {
        /* position: relative; */
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

/* solutions */

.section_about_why
    .about-why__component
    .double-button-component.margin-top-button-hero {
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .who_desktop-image-wrapper {
        height: 15%;
    }
    .pixel-hero {
        padding: 80px 0;
    }
    .stack-container {
        width: 280px;
    }
    .header-lists {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .container-large.solutions {
        grid-template-columns: 1fr;
        text-align: center;
        grid-template-areas:
            "content"
            "counters"
            "image";
    }
    .solutions__counters {
        flex-direction: row;
        justify-content: center;
    }
    .custom-slide-content,
    .custom-slide-image {
        max-width: 100%;
    }
    .custom-slide {
        flex-direction: column;
    }
    .header-lists {
        max-width: 100%;
    }
    .step{
        flex: unset;
    }
    .container-large{
        border-style: unset;
    }
    .navbar-menu-wrapper {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        display: flex;
    }
    .navbar-menu-wrapper {
        width: 100%;
        padding: 0;
    }
    .custom-hero-text-block{
        margin-top: 70px;
    }
    .scroll-stack-wrapper {
        position: relative;
        flex-direction: column;
        align-items: stretch;
        padding: 0px;
    }
    .stack-card {
        position: relative;
        z-index: auto;
        margin-bottom: 20px;
        transform: none !important;
        height: auto;
    }
    .slide {
        flex: 0 0 calc((100%) / 1);
        flex-direction: row;
    }
    .blog_hero_component{
        margin-top: 0;
    }
    .rotated_cards_row {
        flex-direction: column;
        align-items: center;
      }
      .process-item:not(:last-child)::after{
        width: 40px;
    height: 40px;
    }
      .rotated_card {
        width: 100%;
        max-width: 70%;
        margin: 15px 0 !important;
        transform: none !important;
      }
    
      .card1,
      .card2,
      .card3,
      .card4,
      .card5 {
        margin: 15px 0 !important;
      }
      .navbar_component {
      
        padding-left: 0%;
        padding-right: 0%;
    }.solutions .header-container{
        align-items: center;
    }
    .solutions__heading, .solutions__text {
        text-align: center;
    }
    .footer-nav-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .why_features_section{
        flex-direction: column;
    }
    .stack-container {
        width: 100%;
        margin-inline: auto;
        height: auto;
    }
    .hero-left,
    .hero-right {
      display: none;
    }
    .navbar_menu{
        position: unset;
        margin: 0;
    }
    .ai-top-content{
        justify-content: center;
        margin-top: 70px;
    }
    .pixel-hero {
        padding: 80px 0 0;
    }
    .hero-mobile {
      display: inline;
    }
    .hero-text {
        padding: 0;
    }
    .hero-subtext {
        max-width: 70%;
    }
    .contactus-item{
        gap: 20px;
    }
    .contact-component{
        margin-top: 40px;
    }
    .hero-image img {
        max-height: 100%;
    }
    .hero-image {
        position: unset;
        transform: unset;
    }
    .hero-text h1{
        display: unset;
    }
    .hero_component{
        margin-top: 60px;
    }
    .stats_grid {
        grid-template-columns: 1fr;
    }
    .black-hero-container{
        flex-direction: column;
    }
    .black-hero-left,.black-hero-right{
        max-width: 100%;
    }
    .partners_components {
        align-items: center;
    }

    /* force default hidden (override theme if needed) */
.navbar_dropdown > .dropdown_menu {
    display: none !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }
  
  /* When opened */
  .navbar_dropdown > .dropdown_menu.dropdown-open {
    display: block !important;
    max-height: 600px; /* large enough to show menu */
  }
  
  /* visual arrow (uses existing anchor) */
  .navbar_dropdown > .dropdown-toggle::after {
    content: "\f107";                 /* font-awesome chevron-down */
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
    transition: transform .25s ease;
  }
  
  .solutions_hero_image{
    box-shadow: unset;
  }
  .solution_component, .why_tabs {
    grid-template-columns: 1fr;
}
.solution_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0%;
    display: grid;
}
.solution_content {
    height: auto;
}
.solution_titles {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.solution_mobile-image {
    aspect-ratio: 4 / 4;
    border-radius: var(--size--12px);
    background-image:unset;
    position: static;
    margin-inline: auto;
    width: 537px;
}
.solution_desktop-image-wrapper{
    height: 0;
    padding-top: 0;
}
.solution_mobile-image-wrapper {
    display: block;
    order: 1;
}
.ai-cards-slider-wrapper{
    padding: 0;
    margin-top: 35px;
}
.integrations-image {
    height: 100%;
}
}

@media (max-width: 768px) {

   
    .solution4steps-wrapper {
        grid-template-columns: 1fr;
    }
    .navbar_link {
        align-items: center;
    }
    .navbar_link {
        font-size: 18px;
    }
    .hero-text h1 {
        font-size: 60px;
        line-height: 1.2;
    }

    .section_about_why .about-why__component {
        grid-template-columns: 1fr;
    }
    .feature_card {
        flex: 1 1 40%;
    }
    .custom-hero-heading {
        text-align: center;
    }
    .expect-steps {
        flex-wrap: wrap;
    }
    .arrow-line {
        display: none;
    }
    .container-large{
        padding-bottom: 0;
    }
    .step {
        text-align: center;
        flex: 0 0 49%;
    }
    .why_feature_card {
        min-width: 200px;
    }
    .whoweserve_grid-content {
        grid-template-columns: 1fr 1fr;
    }
    .footer__top,
    .footer__bottom {
        grid-template-columns: 1fr 0.7fr;
    }
    .feature-card {
        padding: 25px 15px;
    }
    .transformative-card {
        height: auto;
    }
    .transformative-cards-section {
        padding: 0;
    }
    .features-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "a1"
            "a2"
            "a3"
            "a4"
            "a6"
            "a5";
    }
    .navbar_menu{
        margin: 0;
    }
    .ai-top-content {
        flex-direction: column-reverse;
        padding-top: 50px;
    }
    .ai-text-content {
        flex: 1 1 100%;
    }
    .whois_image-mobile {
        aspect-ratio: 4 / 4;
    }
    .navbar-menu-wrapper {
        padding: var(--size--padding--large);
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100vw;
        height: 100%;
        display: flex;
    }
    .feature-card{
        max-width: 100%;
    }
    .image-card{
        justify-content: center;
    }
    .solution4steps-content p,
    .solution4steps-header,
    .solution4steps-card{
        max-width: unset;
    }
    .why_features_section{
        flex-direction: column;
    }
    .stack-container {
        width: 70%;
        margin-inline: auto;
    }
    .section_custom_rotated_cards {
        padding: 60px 20px;
      }
      .ai-top-content{
        margin-top: 0;
      }

      .rotated_card:hover {
        transform: scale(1.03) !important;
      }
      .slide {
        flex: 0 0 calc((100%) / 1);
        flex-direction: row;
    }
    .slides{
        gap: 25px;
    }
    .home-why{
        gap: 10px;
    }
    .why_image,
    .solution_mobile-image{
        aspect-ratio: 4 / 4;
    }
    
}
@media (max-width: 767px) {

  
  .hero_image{
    width: 100%;
    height: 100%;
  }
  
  .navbar_dropdown > .dropdown-toggle.arrow-rotate::after {
    transform: rotate(230deg);
  }
  .ai-cards-slider .info-card:hover {
    transform: translateY(0px);
}
}
  
@media (max-width: 480px) {
    .hero-circle-btn {
        width: 110px;
        height: 110px;
        font-size: 16px;
        margin: 20px 0;
    }
    .slide {
        flex: 0 0 calc((100%) / 1);
        flex-direction: column;
    }
    .slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .hero-circle-btn{
        position: unset;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .article_wrapper_image {
        padding: 0;
        border-radius: 0;
    }
    .article_hero_main_image {
        box-shadow: unset;
    }
    .integrations-image {
        height: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .ai-top-content{
        gap: 0;
    }
    .navbar-menu-wrapper {
       
        width: 100%;

    }
 
    .testimonial-person-info{
        align-items: center;
    }
    .label {
        width: fit-content;
        margin-bottom: 10px;
    }
    .why-tabs-container{
        padding: 0;
    }
    .tabs-menu {
        flex-wrap: wrap;
        border-bottom: 1px solid gray;
    }
    .custom-slide {
        padding: 0;
    }
    .who_content {
        justify-content: center;
    }
    .faq-tabs {
        flex-wrap: wrap;
    }
    .faq-item,
    .faq-content {
        padding: 0;
    }
    .header-lists,
    .process__card,
    .solution4steps-card,
    .hero-subtext {
        max-width: 100%;
    }
    .custom-slider-dots{
        margin-top: 40px;
    }
    .process__card {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .solution4steps-features,
    .process__timeline {
        display: grid;
        gap: 0;
    }
    .solution4steps-wrapper {
        gap: 0px;
    }
    .team {
        margin-top: 30px;
    }
    .process__step:nth-child(3) .process__line,
    .process__line:nth-child(2),
    .process__step:nth-child(2) .process__line {
        height: 40px;
    }
    .solution4steps-wrapper,
    .home-why {
        padding: 0;
    }
    .feature-card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .solutions__counters {
        flex-direction: column;
        justify-content: center;
    }
    .solutions_hero_image {
        aspect-ratio: unset;
    }
    .home-three-power-bottom-block,
    .home-why,
    .section_about_why .about-why__component,
    .why-tabs-container,
    .why-tab-card {
        grid-template-columns: 1fr;
    }
    .section_about_why .about-why__component,
    .section_feature_cards,
    .pixel-hero,
    .black-hero-container,
    .section_stats {
        padding: 0px;
    }
    .section_about_why .about-why__steps-box,
    .why-tab-card {
        padding: 15px;
    }
    .why-tabs-nav {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .hero-image {
        position: unset;
        transform: unset;
    }
    .hero-circle-btn {
        bottom: -100px;
    }
    .hero-text h1 {
        font-size: 34px;
    }
    .section_feature_cards {
        flex-direction: column;
    }
    .black-hero-container {
        flex-direction: column-reverse;
    }
    .black-hero-left,
    .black-hero-right {
        max-width: 100%;
    }
    .black-hero-right h1 {
        font-size: 36px;
        margin-bottom: 0;
    }
    .expect-steps {
        flex-direction: column;
    }
    .step {
        text-align: start;
        flex: 1 1 auto;
    }
    .arrow-line {
        display: none;
    }
    .expect-steps {
        gap: 25px;
    }
    .layout-equal {
        grid-template-columns: 1fr; /* stack */
        grid-template-areas:
            "right"
            "left";
    }
    .custom-hero-subcontent {
        align-items: start;
        flex-direction: column;
    }
    .custom-hero-heading {
        text-align: left;
    }
    .slides {
        gap: 0;
    }
    .why_features_section {
        flex-direction: column;
        padding: 0;
    }
    .grid_payment_section {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        gap: 30px;
    }
    .whoweserve_grid-content {
        grid-template-columns: 1fr;
    }
    .rotated_cards_row {
        flex-direction: column;
        gap: 15px;
    }
    .card1,
    .card3 {
        transform: unset;
    }
    .card2,
    .card3,
    .card4 {
        margin: 0;
    }
    .footer__top,
    .footer__bottom {
        grid-template-columns: 1fr;
    }
    .transformative-cards-section {
        flex-direction: column;
        padding: 10px;
        gap: 16px;
        margin: 0;
    }
  
    .card-close-btn {
        display: none;
    }
    .transformative-card {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 16px;
    }

    .transformative-card:last-child {
        border-bottom: none;
    }
    .rotated_card{
        max-width: 100%;
    }
    .card-title-vertical {
        writing-mode: horizontal-tb;
        transform: none;
        text-align: left;
        margin-bottom: 10px;
    }

    .transformative-card.active {
        transform: none;
    }
    .stats_grids {
        grid-template-columns: 1fr;
    }
    .stats_grid {
        grid-template-columns: 1fr;
    }
    .black-hero-image {
        margin-top: 30px;
    }
    .black-hero-subtitle {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .stack-container {
        width: auto;
    }
    .header-lists {
        display: grid;
        gap: 20px;
    }
    .testimonial_arc_avatar_wrapper .avatar.active {
        width: 64px;
        height: 64px;
    }
    .testimonial_arc_avatar_wrapper .avatar {
        width: 60px;
        height: 60px;
    }
    .image4 {
        left: 67%;
        top: 80px;
    }
    .image2 {
        left: 23%;
        top: 80px;
    }
    .testimonial_arc_avatar_wrapper {
        left: -20px;
    }
    .testimonial_list-right,
    .testimonial_list-left{
        transform: unset !important;
    }
    .testimonial_card-content {
        height: 100%;
    }
    .container-large {
        padding-top: var(--size--padding--xlarge);
        padding-bottom: 0;
    }
    .footer-nav-columns {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 481px) and (max-width: 1024px) {
    .partners_components {
        align-items: center;
    }
    .profit_content {
        height: 50svh;
    }
    .working-process-area{
        flex-wrap: nowrap;
    }
    /* .who_content {
        height: 85vh;
    } */
}
