/* Hire Dedicated Developers — HTML skeleton from reference, Digisoft design tokens */
.hd-landing {
    --hd-navy: #020634;
    --hd-blue: #065af1;
    --hd-blue2: #347cff;
    --hd-coral: #ff887f;
    --hd-cream: #f7f5f0;
    --hd-text: #1e1e1e;
    --hd-muted: #424242;
    --hd-muted2: #64748b;
    --hd-border: rgba(255, 135, 127, 0.23);
    --hd-border2: rgba(6, 90, 241, 0.35);
    --hd-card: #fff;
    --hd-r: 1.25rem;
    font-family: 'Yantramanav', sans-serif;
}

.hd-landing .section-wrap {
    padding: 4.5rem 0;
}

    .hd-landing .section-wrap-client-review {
        padding: 2.0rem 0;
    }


    .hd-landing .s-label {
        font-size: .9375rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3313rem;
        letter-spacing: -.0094rem;
        border-radius: 31.25rem;
        border: .125rem solid #fff0;
        background: #fff0;
        padding: .4375rem 1.5625rem;
        color: #00046d;
        background: linear-gradient(#ffffff, #ffffff) padding-box, conic-gradient(from var(--angle), #ffffff, #ff887f) border-box;
        animation: rotate-gradient 3s infinite linear;
        transition: 0.5s;
        text-align: center !important;
        display: inline-block;
        margin-bottom: 1.25rem;
    }

.hd-landing .s-label::before {
    content: '';
    width: 18px;
    height: 2px;
    background: var(--hd-coral);
    border-radius: 2px;
}

    .hd-landing h2 {
        font-family: 'BDO Grotesk', sans-serif;
        font-size: clamp(1.65rem, 3vw, 2.4rem);
        font-weight: 600;
        line-height: 1.15;
        color: var(--hd-text);
        margin-bottom: 12px;
        letter-spacing: -.02em;
        padding-top: 1rem;
        text-align: center;
    }

.hd-landing h2 em {
    font-style: normal;
    color: var(--hd-blue);
}

    .hd-landing .s-desc {
        color: var(--hd-muted);
        font-size: 1.05rem;
        line-height: 1.75;
        margin-bottom: 2.5rem;
        text-align: center;
    }

.hd-landing .hd-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 1rem 1.75rem;
    border-radius: 7.6368rem;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all .25s;
    border: none;
    cursor: pointer;
    font-family: 'Yantramanav', sans-serif;
}

.hd-landing .hd-btn-blue {
    background: var(--hd-blue);
    color: #fff;
    box-shadow: 0 4px 22px rgba(6, 90, 241, .25);
}

.hd-landing .hd-btn-blue:hover {
    background: #f7f5f0;
    color: #1a1a1a;
}

    .hd-landing .hd-btn-outline {
        background: var(--hd-blue);
        color: #fff;
    }

.hd-landing .hd-btn-outline:hover {
    background: #f7f5f0;
    color: #1a1a1a;
    border-color: #f7f5f0;
}

.hd-landing .hd-btn-outline-dark {
    background: transparent;
    color: var(--hd-text);
    border: 1px solid var(--hd-border2);
}

.hd-landing .hd-btn-outline-dark:hover {
    background: var(--hd-cream);
    border-color: var(--hd-blue);
    color: var(--hd-blue);
}

/* Hero banner — site .services_banner / .hire_dotnet_banner (same as /hire-dotnet-developer) */
.hire_dedicated_banner .hero_content_s p strong {
    color: #fff;
    font-weight: 600;
}

.hire_dedicated_banner .hero_button_s {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.hire_dedicated_banner .hero_button_s .stroke_btn {
    margin-top: 0;
}

/*.hire_dedicated_banner .hero-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.25rem 1.5rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 1.75rem;
}

.hire_dedicated_banner .proof-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .82rem;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    max-width: 11rem;
    line-height: 1.45;
}*/

.hire_dedicated_banner .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 1.25rem 1.5rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 1.75rem;
}

.hire_dedicated_banner .proof-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .82rem;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    line-height: 1.45;
    width: 100%;
}

@media (max-width: 991px) {
    .hire_dedicated_banner .hero-proof {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .hire_dedicated_banner .hero-proof {
        grid-template-columns: 1fr;
    }
}

.hire_dedicated_banner .proof-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    flex-shrink: 0;
}

.hire_dedicated_banner .proof-item strong {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: .88rem;
    margin-bottom: 2px;
}

@media (max-width: 575px) {
    .hire_dedicated_banner .hero-proof {
        gap: 1rem;
    }

    .hire_dedicated_banner .proof-item {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

@media (min-width: 1200px) {
    .hire_dedicated_banner .hire_dotnet_exp .row > [class*="col"] {
        flex: 1 0 0;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .col-xl-7-hdd {
        flex: 0 0 auto;
        width: 48.33333333% !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-5-hdd {
        flex: 0 0 auto;
        width: 50.66666667% !important;
    }
}

/* Why grid */
    .hd-landing .why-india {
        background: #edeff1;
        text-align: center;
    }

.hd-landing .wi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hd-landing .wi-card {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-r);
    padding: 26px 22px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.hd-landing .wi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--hd-blue), var(--hd-coral));
    opacity: 0;
    transition: opacity .3s;
}

    .hd-landing .wi-card:hover {
        border-color: #ddd5d4;
        transform: translateY(-3px);
        box-shadow: 0 12px 40px rgba(2, 6, 52, .08);
    }

.hd-landing .wi-card:hover::before {
    opacity: 1;
}

.hd-landing .wi-icon {
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: var(--hd-blue);
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 700;
}

/*.hd-landing .wi-card h3 {
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--hd-text);
    margin-bottom: 8px;
}*/

    .hd-landing .wi-card h3 {
        text-align: center;
        position: relative;
        min-height: 5.625rem;
        width: 100%;
        text-transform: capitalize;
        font-size: 1.6rem;
        font-family: 'BDO Grotesk';
        min-height: 3.125rem;
        color: #020634;
        padding-bottom: 1rem;
    }

        .hd-landing .wi-card h3:after {
            content: '';
            height: .0625rem;
            left: .625rem;
            right: .625rem;
            bottom: 0;
            background: #ff887f;
            position: absolute;
            display: block;
        }
        /*.hd-landing .wi-card p {
            font-size: .9rem;
            color: var(--hd-muted);
            line-height: 1.7;
            margin: 0;
        }*/

    .hd-landing .wi-card p {
        font-size: 1.0625rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        letter-spacing: -.0094rem;
        opacity: 1;
        text-align: center;
        color: #000000b8 !important;
        padding-top: 1rem;
    }

   /* Roles */
 .hd-landing .roles-section {
    background: #fff;
}

.hd-landing .roles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

    .hd-landing .role-card {
        background: #f9f9f9;
        border: 1px solid rgb(221 183 181 / 23%);
        border-radius: var(--hd-r);
        padding: 22px 18px;
        transition: all .3s;
        cursor: pointer;
        text-align: left;
        text-decoration: none;
        color: inherit;
        display: block;
    }

.hd-landing .role-card:hover {
    border-color: var(--hd-coral);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(2, 6, 52, .06);
}

 .hd-landing .role-card h3 {
      font-family: 'BDO Grotesk', sans-serif;
      font-weight: 600;
      font-size: 1rem;
      color: var(--hd-text);
      margin-bottom: 6px;
 }

.hd-landing .role-card p {
    font-size: .85rem;
    color: var(--hd-muted);
    line-height: 1.6;
    margin-bottom: 10px;
}

.hd-landing .role-count {
    font-size: .76rem;
    color: var(--hd-blue);
    font-weight: 700;
}

.hd-landing .role-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.875rem;
    color: var(--hd-blue);
}

.hd-landing .role-icon svg {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}

.hd-landing .role-card:hover .role-icon {
    color: var(--hd-coral);
}

/* Devs */
.hd-landing .devs-section {
    background: var(--hd-cream);
}

.hd-landing .filter-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.hd-landing .f-btn {
    padding: 7px 16px;
    border-radius: 100px;
    font-size: .81rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--hd-border2);
    background: #fff;
    color: var(--hd-muted);
    transition: all .2s;
    font-family: 'Yantramanav', sans-serif;
}

.hd-landing .f-btn:hover,
.hd-landing .f-btn.active {
    background: var(--hd-blue);
    border-color: var(--hd-blue);
    color: #fff;
}

.hd-landing .f-search {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--hd-border2);
    border-radius: 9px;
    padding: 7px 14px;
    flex: 0 0 230px;
}

.hd-landing .f-search input {
    background: none;
    border: none;
    outline: none;
    color: var(--hd-text);
    font-size: .84rem;
    font-family: 'Yantramanav', sans-serif;
    width: 100%;
}

.hd-landing .dev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    gap: 18px;
}

@keyframes devCardFadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hd-landing .dev-card.dev-card-reveal {
    animation: devCardFadeInUp 0.45s ease forwards;
}

.hd-landing .show-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.hd-landing .show-more-wrap[hidden] {
    display: none !important;
}

.hd-landing .show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: min(100%, 340px);
    padding: 13px 32px;
    border-radius: 100px;
    border: 2px solid var(--hd-blue);
    background: transparent;
    color: var(--hd-blue);
    font-family: 'Yantramanav', sans-serif;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}

.hd-landing .show-more-btn:hover {
    background: rgba(18, 107, 251, .06);
    border-color: var(--hd-blue2, #0a52d1);
    box-shadow: 0 8px 24px rgba(18, 107, 251, .12);
}

.hd-landing .show-more-btn:focus-visible {
    outline: 2px solid var(--hd-blue);
    outline-offset: 3px;
}

.hd-landing .show-more-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    padding: 3px 11px;
    border-radius: 100px;
    background: rgba(18, 107, 251, .1);
    border: 1px solid rgba(18, 107, 251, .22);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--hd-blue);
}

.hd-landing .show-more-arrow {
    font-size: 1.05rem;
    line-height: 1;
    transition: transform .25s ease;
}

.hd-landing .show-more-btn.is-expanded .show-more-arrow {
    transform: rotate(180deg);
}

.hd-landing .dev-card {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-r);
    padding: 22px;
    transition: all .3s;
    cursor: pointer;
    position: relative;
}

.hd-landing .dev-card:hover {
    border-color: var(--hd-coral);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(2, 6, 52, .1);
}

.hd-landing .dev-top {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 14px;
}

.hd-landing .dev-av {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid var(--hd-border);
    object-position:top;
}

.hd-landing .dev-av-ph {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: #fff;
    background: var(--hd-blue);
}

.hd-landing .av-wrap {
    position: relative;
    flex-shrink: 0;
}

.hd-landing .av-dot {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.hd-landing .dot-g {
    background: #10b981;
}

.hd-landing .dot-o {
    background: var(--hd-coral);
}

.hd-landing .dev-name {
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 600;
    font-size: .97rem;
    color: var(--hd-text);
}

.hd-landing .dev-role {
    font-size: .8rem;
    color: var(--hd-blue);
    font-weight: 600;
}

.hd-landing .dev-exp {
    font-size: .75rem;
    color: var(--hd-muted2);
}

.hd-landing .av-badge {
    font-size: .68rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 100px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hd-landing .ab-g {
    background: rgba(16, 185, 129, .12);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, .25);
}

.hd-landing .ab-o {
    background: rgba(255, 135, 127, .12);
    color: var(--hd-coral);
    border: 1px solid rgba(255, 135, 127, .35);
}

.hd-landing .dev-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
}

.hd-landing .tag {
    background: rgba(6, 90, 241, .08);
    border: 1px solid rgba(6, 90, 241, .15);
    color: var(--hd-muted);
    padding: 3px 9px;
    border-radius: 5px;
    font-size: .74rem;
}

.hd-landing .dev-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid var(--hd-border);
}

.hd-landing .dev-rate {
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 700;
    color: var(--hd-text);
    font-size: .9rem;
}

.hd-landing .dev-rate small {
    font-size: .7rem;
    color: var(--hd-muted2);
    font-weight: 400;
}

.hd-landing .view-btn {
    background: rgba(6, 90, 241, .08);
    border: 1px solid var(--hd-border2);
    color: var(--hd-blue);
    padding: 6px 13px;
    border-radius: 7px;
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Yantramanav', sans-serif;
}

.hd-landing .view-btn:hover {
    background: var(--hd-blue);
    color: #fff;
}

.hd-landing .cat-chip {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: .66rem;
    color: var(--hd-muted2);
    background: var(--hd-cream);
    padding: 2px 7px;
    border-radius: 4px;
}

.hd-landing .no-results {
    text-align: center;
    padding: 50px 20px;
    color: var(--hd-muted);
    display: none;
}

/* Hire process — matches /hire-software-and-qa-tester (wordpress_steps qa_four_step) */
.hd-landing .wordpress_steps.qa_four_step .section_head_largetext h2 {
    color: #fff;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 300;
    padding-top: 0;
    margin-bottom: 0;
}

.hd-landing .wordpress_steps.qa_four_step .wordpress_step_block h2 {
    color: #fff;
    text-align: left;
    font-size: 1.875rem;
    font-weight: inherit;
    padding-top: 0;
    margin-top: 1.875rem;
    margin-bottom: 0.3125rem;
}

.hd-landing .wordpress_steps.qa_four_step .wordpress_step_block p {
    color: #ffffffbf;
    text-align: left;
}

/* Models */
.hd-landing .models-section {
    background: var(--hd-cream);
}

.hd-landing .models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hd-landing .model {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-r);
    padding: 30px 24px;
    transition: all .3s;
    position: relative;
}

.hd-landing .model.pop {
    border-color: var(--hd-blue);
    background: linear-gradient(150deg, rgba(6, 90, 241, .06), #fff);
}

.hd-landing .model.pop::before {
    content: 'Most Popular';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--hd-blue);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 13px;
    border-radius: 100px;
    font-family: 'BDO Grotesk', sans-serif;
}

.hd-landing .model:hover {
    transform: translateY(-4px);
    border-color: var(--hd-coral);
}

.hd-landing .model h3 {
    font-family: 'BDO Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--hd-text);
    margin-bottom: 7px;
}

.hd-landing .model-tag {
    font-family: 'BDO Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--hd-blue);
    margin: 9px 0 4px;
}

.hd-landing .model-desc {
    font-size: .85rem;
    color: var(--hd-muted);
    line-height: 1.68;
    margin-bottom: 16px;
}

.hd-landing .model-list {
    list-style: none;
    margin-bottom: 22px;
    padding: 0;
}

.hd-landing .model-list li {
    font-size: .82rem;
    color: var(--hd-muted);
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    display: flex;
    gap: 8px;
}

.hd-landing .model-list li::before {
    content: '✓';
    color: var(--hd-blue);
    font-weight: 800;
}

.hd-landing .model .hd-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0;
}

/* Compare */
.hd-landing .compare-section {
    background: #fff;
}

.hd-landing .ctable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--hd-border);
    border-radius: var(--hd-r);
    overflow: hidden;
    font-size: .9rem;
}

.hd-landing .ctable thead tr {
    background: #020634;
}

.hd-landing .ctable th {
    padding: 14px 18px;
    text-align: left;
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hd-landing .ctable th.hl {
    background: var(--hd-blue);
    color: #fff;
}

.hd-landing .ctable td {
    padding: 13px 18px;
    color: var(--hd-muted);
    border-bottom: 1px solid #eef1f6;
}

.hd-landing .ctable tr:nth-child(even) td {
    background: var(--hd-cream);
}

.hd-landing .ctable td.hl {
    color: var(--hd-blue);
    font-weight: 600;
    background: rgba(6, 90, 241, .06);
}

.hd-landing .ck {
    color: #059669;
    font-weight: 700;
}

.hd-landing .cx {
    color: #dc3545;
}

/* Tech stack (softTeck_slider — global main-style-option-2.css) */
.hd-landing .hd-tech-stack .teck_stack_head .s-desc {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hd-landing .hd-tech-stack .teck_stack_head h2 em {
    font-style: italic;
    color: var(--hd-blue, #1a56db);
}

.hd-landing .hd-tech-stack .tech_grid_block--placeholder .tech-icon-slot {
    flex-shrink: 0;
    width: 3.125rem;
    height: 3.125rem;
    min-width: 3.125rem;
    border: 1px dashed #d5d5d5;
    border-radius: 0.5rem;
    background: #f8f9fa;
}

/* Case studies carousel (_HomeCaseStudies) */
.hd-landing .hd-case-studies.digi_case_study {
    background: #fff;
}

.hd-landing .hd-case-studies .slider_custom_arrows {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/* Industries */
.hd-landing .industries-section {
    background: var(--hd-cream);
}

.hd-landing .ind-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hd-landing .ind-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: 9px;
    padding: 9px 16px;
    font-size: .84rem;
    color: var(--hd-muted);
}

/* Testimonials slider (_Testimonial partial) */
.hd-landing .hd-dedicated-testimonials {
    background: #fff;
}

/* Hide default heading from _Testimonial partial (page uses custom title above) */
.hd-landing .hd-dedicated-testimonials > .digi_wrapper + .digi_wrapper {
    display: none;
}

.hd-landing .hd-dedicated-testimonials > .digi_wrapper:first-of-type {
    margin-bottom: 0;
}

/* FAQ — uses site digi_faq / faq_accordian styles (same as /hire-digital-marketer) */
.hd-landing .digi_faq.cream_bg .section_head .heading_h2 {
    text-align: left;
    color: var(--hd-text);
    padding-top: 0;
    font-weight: 600;
}

.hd-landing .digi_faq.cream_bg .section_body_text {
    text-align: left;
    color: var(--hd-muted);
}

.hd-landing .digi_faq.cream_bg .section_pill {
    display: inline-flex;
    width: auto;
    margin: 0 auto 0 0;
}

@media (max-width: 991px) {
    .hd-landing .digi_faq.cream_bg .section_head .heading_h2,
    .hd-landing .digi_faq.cream_bg .section_body_text {
        text-align: center;
    }

    .hd-landing .digi_faq.cream_bg .section_pill {
        margin-left: auto;
        margin-right: auto;
    }
}

/* SEO */
.hd-landing .seo-section {
    background: #fff;
    padding: 3.25rem 0;
}

.hd-landing .seo-inner {
    max-width: 54rem;
    margin: 0 auto;
}

.hd-landing .seo-inner h2 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.hd-landing .seo-inner p {
    font-size: .95rem;
    color: var(--hd-muted);
    line-height: 1.85;
    margin-bottom: 16px;
}

.hd-landing .seo-inner ul {
    list-style: none;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
}

.hd-landing .seo-inner ul li {
    font-size: .88rem;
    color: var(--hd-muted);
    display: flex;
    gap: 7px;
}

.hd-landing .seo-inner ul li::before {
    content: '→';
    color: var(--hd-coral);
    font-weight: 700;
}

/* Interlinks */
.hd-landing .ilink-section {
    background: var(--hd-cream);
}

.hd-landing .ilink-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hd-landing .ilink-card {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: 11px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    transition: all .25s;
}

.hd-landing .ilink-card:hover {
    border-color: var(--hd-coral);
    transform: translateX(3px);
}

.hd-landing .ilink-title {
    font-weight: 600;
    font-size: .87rem;
    color: var(--hd-text);
    font-family: 'BDO Grotesk', sans-serif;
}

.hd-landing .ilink-sub {
    font-size: .75rem;
    color: var(--hd-muted2);
}

.hd-landing .ilink-arrow {
    color: var(--hd-blue);
    font-weight: 700;
}

/* CTA banner (matches /mobile-app-development nds-cta-banner) */
.hd-landing .hd-cta-banner {
    background: linear-gradient(135deg, #020634 0%, #0a1f4d 50%, #020634 100%);
    border-radius: 1.25rem;
    padding: 2.5rem 3rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(18, 107, 251, .2);
    box-shadow: 0 4px 24px rgba(2, 6, 52, .15);
}

.hd-landing .hd-cta-banner .hd-cta-content {
    position: relative;
    z-index: 1;
    max-width: 52rem;
}

.hd-landing .hd-cta-banner h2 {
    color: #fff;
    font-family: 'BDO Grotesk', sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    padding-top: 0;
    margin: 0 0 .75rem;
}

.hd-landing .hd-cta-banner h2 strong {
    font-weight: 600;
    color: #00b8ff;
}

.hd-landing .hd-cta-banner .hd-cta-sub {
    color: rgba(255, 255, 255, .8);
    font-size: .95rem;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}

.hd-landing .hd-cta-banner .trial-pill {
    margin-bottom: 1rem;
}

.hd-landing .hd-cta-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hd-landing .hd-cta-banner .stroke_btn {
    margin: 0;
    padding: 1rem 1.75rem;
    font-size: .95rem;
    font-weight: 600;
    background: #00b8ff !important;
    color: #020634 !important;
    border: none;
    border-radius: 2.5rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    box-shadow: 0 2px 12px rgba(0, 184, 255, .3);
    transition: all .25s ease;
}

.hd-landing .hd-cta-banner .stroke_btn:hover {
    background: #fff !important;
    color: #020634 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, .25);
}

.hd-landing .hd-cta-banner .hd-cta-btn-outline {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, .55) !important;
    box-shadow: none;
}

.hd-landing .hd-cta-banner .hd-cta-btn-outline:hover {
    background: #fff !important;
    color: #020634 !important;
    border-color: #fff !important;
}

.hd-landing .hd-cta-banner .stroke_btn svg path {
    stroke: currentColor;
}

@media (max-width: 767px) {
    .hd-landing .hd-cta-banner {
        padding: 2rem;
    }

    .hd-landing .hd-cta-btns {
        width: 100%;
    }

    .hd-landing .hd-cta-banner .stroke_btn {
        flex: 1 1 auto;
        justify-content: center;
        min-width: min(100%, 14rem);
    }
}

.hd-landing .trial-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a9c0f5;
    border: 1px solid rgb(89 71 191 / 35%);
    background: rgb(194 190 227 / 15%);
    padding: 7px 18px;
    border-radius: 100px;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 22px;
}

/* Popup */
.hd-landing .hd-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .78);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    backdrop-filter: blur(8px);
}

.hd-landing .hd-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.hd-landing .popup {
    background: #fff;
    border: 1px solid var(--hd-border);
    border-radius: 18px;
    width: 100%;
    max-width: 680px;
    max-height: 92vh;
    overflow-y: auto;
    transform: translateY(18px);
    transition: transform .3s;
}

.hd-landing .hd-overlay.open .popup {
    transform: translateY(0);
}

.hd-landing .popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--hd-cream);
    border: 1px solid var(--hd-border);
    border-radius: 7px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: var(--hd-muted);
    z-index: 10;
}

.hd-landing .popup-head {
    padding: 28px 28px 22px;
    display: flex;
    gap: 18px;
    border-bottom: 1px solid var(--hd-border);
}

.hd-landing .popup-av {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid var(--hd-border2);
    object-position:top;
}

.hd-landing .popup-av-ph {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    color: #fff;
    background: var(--hd-blue);
}

.hd-landing .popup-pname {
    font-family: 'BDO Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--hd-text);
}

.hd-landing .popup-prole {
    color: var(--hd-blue);
    font-weight: 600;
}

.hd-landing .popup-body {
    padding: 22px 28px;
}

.hd-landing .p-sec-title {
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 700;
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--hd-muted2);
    margin-bottom: 10px;
}

.hd-landing .p-bio {
    font-size: .88rem;
    color: var(--hd-muted);
    line-height: 1.78;
}

.hd-landing .p-tag {
    background: rgba(6, 90, 241, .08);
    border: 1px solid rgba(6, 90, 241, .15);
    padding: 4px 11px;
    border-radius: 6px;
    font-size: .8rem;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.hd-landing .p-project {
    background: var(--hd-cream);
    border: 1px solid var(--hd-border);
    border-radius: 9px;
    padding: 13px 15px;
    margin-bottom: 10px;
}

.hd-landing .p-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hd-landing .price-box {
    background: var(--hd-cream);
    border: 1px solid var(--hd-border);
    border-radius: 9px;
    padding: 13px;
    text-align: center;
}

.hd-landing .price-box.pop {
    border-color: var(--hd-blue);
}

.hd-landing .price-val {
    font-family: 'BDO Grotesk', sans-serif;
    font-weight: 800;
    color: var(--hd-blue);
}

.hd-landing .popup-actions {
    padding: 18px 28px 24px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid var(--hd-border);
}

.hd-landing .popup-actions .hd-btn {
    flex: 1;
    justify-content: center;
    margin-top: 0;
}

.hd-landing .popup-ilink {
    padding: 14px 28px;
    background: var(--hd-cream);
    font-size: .82rem;
    color: var(--hd-muted);
    text-align: center;
}

.hd-landing .popup-ilink a {
    color: var(--hd-blue);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .hd-landing .roles-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hd-landing .wi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hd-landing .ilink-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .hd-landing .models-grid,
    .hd-landing .f-search {
        display: none;
    }

    .hd-landing .roles-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hd-landing .ilink-grid {
        grid-template-columns: 1fr;
    }

    .hd-landing .p-pricing {
        grid-template-columns: 1fr;
    }

    .hd-landing .seo-inner ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .hd-landing .roles-grid {
        grid-template-columns: 1fr;
    }

    .hd-landing .wi-grid {
        grid-template-columns: 1fr;
    }
}


.crouselcase_head h2
{
    text-align:left;
}