body {

    font-family: "Public Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
}

.bde-h1,
.bde-h2,
.bde-h3,
.bde-h4,
.bde-h5,
.bde-h6,
.breakdance h1,
.breakdance h2,
.breakdance h3,
.breakdance h4,
.breakdance h5,
.breakdance h6 {
    font-family: "Public Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.banner-text p {
    width: 60%;
    margin: 0 auto;
}

.bde-text-new {
    backdrop-filter: blur(8px);
    background-color: #FFFFFF1A;
    padding: 9px 20px;
    border-radius: 50px;
    border: .5px solid #2a2a2a;
}

.new-banner .bde-text-new h1 {
    font-size: 13px;
    letter-spacing: unset;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}

.bde-text-new h1 {
    font-size: 13px;
    letter-spacing: unset;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
}

.read-more-btn-jay {
    width: 220px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dan-anyside-button a {
    width: unset !important;
}

.numbers_home .style h4.bde-heading {
    font-size: 110px;
}

.bde-columns-12-760.bde-columns.display-unset {
    display: unset;
}

.bde-logo-list-6-248.bde-logo-list.gradient-overlay__both.to-right.un-image-carousel-container.new-design-sldier {
    padding: 30px 0;
    filter: unset;
}

section.bde-section-6-500.bde-section.trusted_home.trusted_home_two {
    background: black;
}

section.bde-section-6-500.bde-section.trusted_home.trusted_home_two span.dan-anyside-button {
    margin-top: 40px;
}

.bde-logo-list-6-248.bde-logo-list.gradient-overlay__both.to-right.un-image-carousel-container.new-design-sldier .un-logo-bar__logo-wrapper {
    height: auto;
}

.breakdance .bde-heading-692-237 {
    width: 340px;
    font-size: var(--hfs-h2);
}

/* ── How We Work Section ── */
.how_we_work_services {
    background-color: var(--hcl-neutral-2, #14151f);
    padding: var(--hss-xl, 80px) var(--hss-xl, 80px);
}

@media (max-width: 1023px) {
    .how_we_work_services {
        padding: var(--hss-l, 60px) var(--hss-l, 60px);
    }
}

@media (max-width: 767px) {
    .how_we_work_services {
        padding: var(--hss-s, 40px) var(--hss-s, 40px);
    }
}

@media (max-width: 479px) {
    .how_we_work_services {
        padding: var(--hss-xxs, 24px) var(--hss-xxs, 24px);
    }
}

/* Section container */
.how_we_work_services .section-container {
    display: flex;
    flex-direction: column;
    gap: var(--hsp-xxl, 64px);
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

/* ── Header ── */
.hww-header {
    display: flex;
    flex-direction: column;
    gap: var(--hsp-xxs, 12px);
}

/* Label pill — same as other sections on this page */
.hww-label-wrap {
    backdrop-filter: blur(8px);
    background-color: #FFFFFF1A;
    padding: 9px 20px;
    border-radius: 50px;
    border: 0.5px solid #2a2a2a;
    display: inline-flex;
    width: fit-content;
}

.hww-label {
    font-size: var(--hfs-text-s, 13px);
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    color: var(--bde-text-color, var(--bde-body-text-color));
    letter-spacing: -0.5px;
    font-family: "Public Sans", sans-serif;
}

/* Dual heading — same treatment as other dual headings on the page */
.hww-heading {
    font-size: var(--hfs-h1, clamp(2.5rem, 5vw, 4.5rem));
    line-height: 1.2;
    margin: 0;
    padding-bottom: 5px;
    font-family: "Public Sans", sans-serif;
}

.hww-heading .dual-heading--primary {
    color: #BBBBBB80;
}

.hww-heading .dual-heading--secondary {
    color: var(--hcl-on-bronze, #fff);
}

/* ── Grid ── */
.hww-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--hrd-xl, 24px);
    width: 100%;
}

@media (max-width: 1023px) {
    .hww-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .hww-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Card ── */
.hww-card {
    background-color: var(--hcl-neutral-2, #14151f);
    padding: var(--hsp-l, 40px) var(--hsp-m, 28px);
    display: flex;
    flex-direction: column;
    gap: var(--hsp-l, 40px);
    position: relative;
    transition: background-color 0.35s ease;
    min-height: 280px;
    height: 100%;
    box-sizing: border-box;
}

.hww-card:hover {
    background-color: var(--hcl-neutral-3, #1c1d28);
}

/* Card top row: number + icon */
.hww-card__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Step number — large, matching page typographic scale */
.hww-card__num {
    font-size: var(--hfs-h2, clamp(1.5rem, 3vw, 2.25rem));
    font-weight: 400;
    color: var(--hcl-neutral-8, rgba(255, 255, 255, 0.35));
    line-height: 1;
    font-family: "Public Sans", sans-serif;
    letter-spacing: -0.02em;
    transition: color 0.35s ease;
}

.hww-card:hover .hww-card__num {
    color: var(--hcl-on-bronze, #fff);
}

/* Icon circle */
.hww-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--hcl-neutral-3, #1c1d28);
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.hww-card:hover .hww-card__icon {
    background: var(--hcl-on-bronze, rgba(255, 255, 255, 0.08));
    color: var(--hcl-on-brand, #0d0e16);
    border-color: transparent;
}

/* Card body */
.hww-card__body {
    display: flex;
    flex-direction: column;
    gap: var(--hsp-xxs, 10px);
    flex: 1;
}

.hww-card__title {
    font-size: var(--hfs-h2, 1.5rem) !important;
    font-weight: 500 !important;
    color: var(--hcl-on-bronze, #fff) !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em;
    font-family: "Public Sans", sans-serif !important;
    padding-bottom: 2px;
}

.hww-card__desc {
    font-size: var(--hfs-text-m, 1rem);
    color: #FFFFFF80;
    line-height: 1.6;
    margin: 0;
    font-family: "Public Sans", sans-serif;
    font-weight: 300;
}

/* Hide old classes */
.how-we-work-header,
.how-we-work-steps,
.how-we-work-step,
.how-we-work-step__number,
.how-we-work-step__content,
.how-we-work-step__title,
.how-we-work-step__desc,
.how-we-work-step__line,
.how-we-work-title {
    display: none !important;
}


.breakdance .bde-dual-heading {
    max-width: 100%;
    margin: 0;
    line-height: 1.2;
    position: relative;
    font-size: 60px;
    font-weight: 500;
}

h3.bde-heading.hww-card__title {
    font-size: 37px !important;
}

/* ── Why Choose Us - Creative Layout ── */
.why-choose-creative {
    background-color: var(--hcl-neutral-1, #0d0e16);
    padding: 100px 80px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .why-choose-creative { padding: 80px 60px; }
}
@media (max-width: 767px) {
    .why-choose-creative { padding: 60px 40px; }
}

.why-choose-layout {
    display: flex;
    gap: 80px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
}

@media (max-width: 1023px) {
    .why-choose-layout {
        flex-direction: column;
        align-items: flex-start;
        gap: 60px;
    }
}

.wcc-left {
    flex: 1;
    position: relative;
    z-index: 2;
}

/* Ensure sticking behavior if we want it, otherwise static */
@media (min-width: 1024px) {
    .wcc-left {
        position: sticky;
        top: 150px;
        align-self: flex-start;
    }
}

.wcc-heading {
    margin-top: 24px !important;
    font-size: clamp(2.5rem, 4vw, 4rem) !important;
    line-height: 1.1 !important;
}

.wcc-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem;
    margin-top: 24px;
    line-height: 1.6;
    max-width: 480px;
    font-family: inherit;
}

.wcc-right {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Items */
.wcc-item {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    cursor: default;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.4s ease, border-color 0.4s ease;
}

.wcc-item-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.wcc-item:hover {
    transform: translateX(-15px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.wcc-item:hover .wcc-item-bg {
    opacity: 1;
}

.wcc-item-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 24px;
}

.wcc-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Icon Animation on hover */
.wcc-item:hover .wcc-item-icon {
    background: #fff;
    color: #0d0e16;
    transform: scale(1.1) rotate(5deg);
}

.wcc-item-text {
    flex: 1;
}

.wcc-item-text h3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 8px 0;
    font-weight: 500;
    font-family: inherit;
    transition: color 0.3s ease;
}

.wcc-item-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.5;
    font-family: inherit;
}

@keyframes floatOrbCreative {
    0% { transform: translate(0, 0); }
    50% { transform: translate(40px, -40px); }
    100% { transform: translate(0, 0); }
}

.wcc-glow {
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
    top: -200px;
    right: -200px;
    z-index: 1;
    animation: floatOrbCreative 12s infinite ease-in-out;
    pointer-events: none;
}

/* --- Contact Form Tabs Interactive UI Fix --- */
.breakdance .dan-tabs .dan-tabs__tab-content[data-hide] { display: none; }
.breakdance .dan-tabs .dan-tabs__tab-content[data-show] { opacity: var(--opacity-from); transform: translate(var(--translate-x-from), var(--translate-y-from)); animation: nextTabsAnimationIn var(--animation-duration) var(--animation-ease) forwards; }
@keyframes nextTabsAnimationIn { 100% { opacity: 1; transform: translateX(0); } }
.breakdance .dan-tabs[data-flickering="1"] { opacity: 0; }
.breakdance .dan-morphing-nav { position: relative; width: fit-content; }
.breakdance .dan-morphing-nav > * { height: fit-content; position: relative; z-index: 2; }
.breakdance .dan-morphing-nav .dan-morphing-nav__item--active { transition: color var(--transition-duration); }
.breakdance .dan-morphing-nav .dan-morphing-nav__morphing-div { position: absolute; top: 0; left: 0; height: 1px; width: 1px; pointer-events: none; opacity: 0; transition: opacity var(--transition-duration); transform-origin: left top; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }
.breakdance .dan-morphing-nav .demo-morph-bg-target { position: absolute; top: 0; left: 0; height: var(--height); pointer-events: none; }
.breakdance .dan-morphing-nav .morph-bg--visible { opacity: 1; }
.breakdance .dan-morphing-nav .morph-bg--has-transition { transition: var(--transition-duration); will-change: transform, border-radius, height, width; }
.breakdance .dan-morphing-nav .dan-morphing-nav__item a { text-decoration: unset !important; }
.breakdance .bde-form-builder { width: 100%; max-width: 100%; }


.breakdance .dan-arrow-button-v3__arrow {
    --arrow-default-rotation: 90deg;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    /* stroke: var(--hcl-neutral-1); */
    fill: #ffffff !important;
    background: linear-gradient(90deg, #ff2d8f 0%, #d633a6 50%, #7b2cbf 100%) !important;
    border-radius: 50px;
    color: white !important;
}

.breakdance .dan-arrow-button-v3__arrow-wrapper{
    background: linear-gradient(90deg, #ff2d8f 0%, #d633a6 50%, #7b2cbf 100%) !important ;

}

.breakdance .dan-arrow-button-v3:hover .dan-arrow-button-v3__arrow{
    background: transparent !important;
}

.breakdance .bde-accordion__icon {
    background-color: #ffffff !important;
}

.breakdance .bde-icon-list__icon {
    color: #ffffff !important;
}