	.logo-showcase-dv {
	    margin: 32px 0 16px;
	}

	.logo-showcase-dv .logo-showcase {
	    background: #fff;
	    border-radius: 20px;
	    padding: 20px;
	    width: 100%;
	    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	}

	/* Header */
	.logo-showcase-dv .logo-showcase__header {
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    gap: 15px;
	    margin-bottom: 16px;
	}

	.logo-showcase-dv .logo-showcase__header>div {
	    display: flex;
	    align-items: center;
	    gap: 12px;
	}

	.logo-showcase-dv .logo-showcase__shuffle {
	    color: #172554;
	    font-size: 14px;
	    font-weight: 500;
	    text-decoration: none;
	    white-space: nowrap;
	}

	.logo-showcase-dv .logo-showcase__shuffle span {
	    margin-left: 5px;
	    color: #172554;
	    font-size: 18px;
	}

	/* Logo Grid */
	.logo-showcase-dv .logo-grid {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 14px;
	}

	.logo-showcase-dv .logo-card {
	    height: 150px;
	    border: 1px solid #dfe3eb;
	    border-radius: 12px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 8px;
	    background: #fff;
	    text-decoration: none;
	    overflow: hidden;
	    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	}

	/* Hover */
	.logo-showcase-dv .logo-card:hover {
	    border-color: #172554;
	    box-shadow: 0 5px 18px rgba(23, 37, 84, 0.12);
	    transform: translateY(-2px);
	}

	.logo-showcase-dv .logo-card img {
	    max-width: 100%;
	    max-height: 100%;
	    width: auto;
	    height: auto;
	    object-fit: contain;
	    display: block;
	}


	.logo-showcase-dv .check-icon {
	    color: #16845b;
	    font-size: 20px;
	    font-weight: 700;
	}


	/* =========================
   Tablet
========================= */

	@media(max-width: 991px) {

	    .logo-showcase-dv .logo-showcase {
	        padding: 16px;
	    }

	    .logo-showcase-dv .logo-grid {
	        grid-template-columns: repeat(2, 1fr);
	    }

	    .logo-showcase-dv .logo-card {
	        height: 140px;
	    }

	}


	/* =========================
   Mobile
========================= */

	@media(max-width: 575px) {

	    .logo-showcase-dv .logo-showcase {
	        padding: 14px;
	        border-radius: 15px;
	    }

	    .logo-showcase-dv .logo-showcase__header {
	        align-items: flex-start;
	    }

	    .logo-showcase-dv .logo-showcase__header>div {
	        flex-direction: column;
	        align-items: flex-start;
	        gap: 3px;
	    }


	    .logo-showcase-dv .logo-grid {
	        grid-template-columns: repeat(2, 1fr);
	        gap: 10px;
	    }

	    .logo-showcase-dv .logo-card {
	        height: 110px;
	        padding: 12px;
	        border-radius: 10px;
	    }


	}

	.popularKeywords-block li a {
	    font-size: 11px;
	    text-decoration: none;
	    padding: 2px 6px;
	    border: 1px solid #ffffff75;
	    border-radius: 12px;
	    transition: 0.2s ease all;
	}

	.popularKeywords-block li a:hover {
	    background-color: #ffffff25;
	}

	.popularKeywords-block li .text-popular {
	    font-size: 13px;
	    color: #ffffff75;
	    margin-bottom: 0;
	    margin-right: 4px;
	}

	.stats-bar {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    padding: 10px 0;
	    color: #fff;
	    margin-top: 36px;
	}

	.stats-item {
	    flex: 1;
	    max-width: fit-content;
	}

	.stats-value {
	    display: flex;
	    align-items: center;
	    gap: 7px;
	    line-height: 1;
	}

	.stats-value strong {
	    font-size: 16px;
	    font-weight: 600;
	    color: #fff;
	}

	.stars {
	    color: #f6c344;
	    font-size: 16px;
	    letter-spacing: 2px;
	}

	.stats-item p {
	    margin: 5px 0 0;
	    font-size: 12px;
	    line-height: 1.3;
	    color: rgba(255, 255, 255, 0.85);
	}

	.stats-divider {
	    width: 1px;
	    height: 42px;
	    background: rgba(255, 255, 255, 0.2);
	    margin: 0 22px;
	}


	/* Mobile */
	@media(max-width: 575px) {

	    .stats-divider {
	        margin: 0 12px;
	    }

	    .stats-value strong {
	        font-size: 17px;
	    }

	    .stars {
	        font-size: 13px;
	        letter-spacing: 1px;
	    }

	    .stats-item p {
	        font-size: 11px;
	    }
	}

	.banner-pill {
	    padding: 6px 12px;
	    border-radius: 16px;
	    background: rgba(232, 185, 48, 0.16);
	    font-size: 11.5px;
	    color: rgb(232, 185, 48);
	    max-width: fit-content;
	    display: inline-flex;
	    align-self: flex-start;
	    align-items: center;
	    gap: 8px;
	}

	.logoDesign-testimonial.logoDesign-testimonial-new {
	    padding: 70px 0;
	    background: #fff;
	}

	/* =========================
   Heading
========================= */

	.logoDesign-testimonial-new .testimonial-heading {
	    display: flex;
	    align-items: center;
	    gap: 28px;
	    margin-bottom: 28px;
	}

	.logoDesign-testimonial-new .testimonial-heading h2 {
	    margin: 0;
	    color: #101b45;
	    font-size: 30px;
	    line-height: 1.2;
	}

	.logoDesign-testimonial-new .testimonial-heading p {
	    margin: 0;
	    color: #26366a;
	    font-size: 15px;
	}


	/* =========================
   Carousel
========================= */

	.logoDesign-testimonial-new .testimonial-carousel {
	    overflow: hidden;
	    width: 100%;
	}

	.logoDesign-testimonial-new .testimonial-track {
	    display: flex;
	    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.logoDesign-testimonial-new .testimonial-slide {
	    flex: 0 0 33.333333%;
	    padding: 0 10px;
	}


	/* =========================
   Card
========================= */

	.logoDesign-testimonial-new .testimonial-card {
	    height: auto;
	    border: 1px solid #dfe2ea;
	    border-radius: 14px;
	    padding: 22px 23px;
	    display: flex;
	    flex-direction: column;
	    background: #fff;
	    transition: all 0.25s ease;
	}

	.logoDesign-testimonial-new .testimonial-card:hover {
	    border-color: #c7cbd8;
	    box-shadow: 0 8px 25px rgba(16, 27, 69, 0.07);
	}


	/* =========================
   Stars
========================= */

	.logoDesign-testimonial-new .testimonial-stars {
	    color: #efb51d;
	    font-size: 18px;
	    letter-spacing: 1px;
	    line-height: 1;
	    margin-bottom: 18px;
	}

	.logoDesign-testimonial-new .star-muted {
	    color: #c7cad4;
	}


	/* =========================
   Text
========================= */

	.logoDesign-testimonial-new .testimonial-text {
	    color: #0d1c4d;
	    font-size: 16px;
	    line-height: 1.7;
	    margin: 0;
	    flex: 1;
	}


	/* =========================
   User
========================= */

	.logoDesign-testimonial-new .testimonial-user {
	    border-top: 1px solid #e4e6ec;
	    padding-top: 10px;
	    display: flex;
	    align-items: center;
	    gap: 12px;
	}

	.logoDesign-testimonial-new .testimonial-avatar {
	    width: 44px;
	    height: 44px;
	    min-width: 44px;
	    border-radius: 50%;

	    display: flex;
	    align-items: center;
	    justify-content: center;

	    color: #fff;
	    font-size: 14px;
	    font-weight: 700;
	}

	.logoDesign-testimonial-new .avatar-green {
	    background: #23865f;
	}

	.logoDesign-testimonial-new .avatar-pink {
	    background: #d13661;
	}

	.logoDesign-testimonial-new .avatar-purple {
	    background: #302d63;
	}

	.logoDesign-testimonial-new .avatar-blue {
	    background: #3576a8;
	}

	.logoDesign-testimonial-new .avatar-orange {
	    background: #c47735;
	}

	.logoDesign-testimonial-new .testimonial-user-info {
	    display: flex;
	    flex-direction: column;
	    gap: 2px;
	}

	.logoDesign-testimonial-new .testimonial-user-info strong {
	    color: #101b45;
	    font-size: 14px;
	    font-weight: 700;
	}

	.logoDesign-testimonial-new .testimonial-user-info span {
	    color: #34446e;
	    font-size: 13px;
	}


	.logoDesign-testimonial-new .testimonial-controls {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 15px;
	    margin-top: 25px;
	}

	.logoDesign-testimonial-new .testimonial-controls button {
	    width: 38px;
	    height: 38px;
	    border: 1px solid #dfe2ea;
	    background: #fff;
	    border-radius: 50%;
	    color: #101b45;
	    cursor: pointer;
	    font-size: 16px;
	    transition: all 0.2s ease;
	}

	.logoDesign-testimonial-new .testimonial-controls button:hover {
	    background: #101b45;
	    color: #fff;
	}

	.logoDesign-testimonial-new .testimonial-dots-new {
	    display: flex;
	    align-items: center;
	    gap: 6px;
	}

	.logoDesign-testimonial-new .testimonial-dot-new {
	    width: 7px !important;
	    height: 7px !important;
	    border: 0 !important;
	    border-radius: 50% !important;
	    background: #d2d5de !important;
	    padding: 0 !important;
	    cursor: pointer !important;
	}

	.logoDesign-testimonial-new .testimonial-dot-new.active {
	    background: #101b45 !important;
	}


	@media(max-width: 991px) {

	    .logoDesign-testimonial-new .testimonial-heading {
	        gap: 15px;
	    }

	    .logoDesign-testimonial-new .testimonial-heading h2 {
	        font-size: 25px;
	    }

	    .logoDesign-testimonial-new .testimonial-heading p {
	        font-size: 14px;
	    }

	    .logoDesign-testimonial-new .testimonial-slide {
	        flex: 0 0 50%;
	    }

	    .logoDesign-testimonial-new .testimonial-card {
	        height: 240px;
	    }

	}


	@media(max-width: 767px) {

	    .logoDesign-testimonial.logoDesign-testimonial-new {
	        padding: 50px 0;
	    }

	    .logoDesign-testimonial-new .testimonial-heading {
	        display: block;
	        margin-bottom: 22px;
	    }

	    .logoDesign-testimonial-new .testimonial-heading h2 {
	        font-size: 24px;
	        margin-bottom: 8px;
	    }

	    .logoDesign-testimonial-new .testimonial-heading p {
	        font-size: 14px;
	    }

	    .logoDesign-testimonial-new .testimonial-slide {
	        flex: 0 0 100%;
	        padding: 0;
	    }

	    .logoDesign-testimonial-new .testimonial-card {
	        height: auto;
	        min-height: 230px;
	        padding: 20px;
	    }

	    .logoDesign-testimonial-new .testimonial-text {
	        font-size: 15px;
	        line-height: 1.6;
	    }

	}

	/* =================================================================
   DesignMantic – Editor section
   Scoped under .dm-editor so it won't clash with Bootstrap/site CSS
   ================================================================= */

	.dm-editor {
	    --dm-crimson: #c9365e;
	    --dm-ink: #1f1d3a;
	    --dm-ink-soft: #2b2847;
	    --dm-body: #4a4960;
	    --dm-green: #1e7a4e;
	    --dm-yellow: #e5b53a;
	    --dm-navy: #2a2750;
	    --dm-pale: #efeef5;
	    --dm-line: #e5e3ec;
	    --dm-muted: #c8c6d3;
	    --dm-sidebar-bg: #f7f6fa;
	    --dm-canvas-bg: #f2f1f6;
	    /* --dm-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */

	    background: #fff;
	    color: var(--dm-body);
	     
	    padding: clamp(40px, 5vw, 72px) 0;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	.dm-editor *,
	.dm-editor *::before,
	.dm-editor *::after {
	    box-sizing: border-box;
	}

	/* ---------- Layout ---------- */

	.dm-editor__container {
	    display: grid;
	    gap: 48px;
	    max-width: 1200px;
	    margin: 0 auto;
	    padding: 0 clamp(20px, 3vw, 38px);
	}

	.dm-editor__content {
	    max-width: 540px;
	}

	.dm-editor__visual {
	    container-type: inline-size;
	    width: 100%;
	    max-width: 588px;
	}

	@media(min-width: 992px) {
	    .dm-editor__container {
	        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	        align-items: center;
	        gap: clamp(40px, 6vw, 96px);
	    }

	    .dm-editor__visual {
	        justify-self: end;
	    }
	}

	/* ---------- Copy ---------- */

	.dm-editor__eyebrow {
	    margin: 0 0 18px;
	    font-size: 13px;
	    font-weight: 500;
	    line-height: 1.4;
	    letter-spacing: 0.06em;
	    text-transform: uppercase;
	    color: var(--dm-crimson);
	}

	.dm-editor__title {
	    max-width: 14.75em;
	    margin: 0; 
	    font-size: clamp(1.625rem, 1.1rem + 1.5vw, 2rem);
	    font-weight: 600;
	    line-height: 1.25;
	    letter-spacing: -0.015em;
	    color: var(--dm-ink);
	}

	.dm-editor__lead {
	    max-width: 31.5em;
	    margin: 24px 0 0;
	    font-size: 16px;
	    line-height: 1.75;
	    color: var(--dm-body);
	}

	.dm-editor__list {
	    display: grid;
	    gap: 11px;
	    margin: 24px 0 0;
	    padding: 0;
	    list-style: none;
	}

	.dm-editor__item {
	    display: flex;
	    align-items: flex-start;
	    gap: 14px;
	    margin: 0;
	    font-size: 15.5px;
	    line-height: 1.55;
	    color: var(--dm-body);
	}

	.dm-editor__item strong {
	    font-weight: 600;
	    color: var(--dm-ink);
	}

	.dm-editor__check {
	    flex-shrink: 0;
	    width: 16px;
	    height: 16px;
	    margin-top: 4px;
	    color: var(--dm-green);
	}

	.dm-editor__btn {
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    min-height: 55px;
	    margin-top: 24px;
	    padding: 0 26px;
	    border: 1px solid var(--dm-ink-soft);
	    border-radius: 10px;
	    background: transparent; 
	    font-size: 15.5px;
	    font-weight: 500;
	    line-height: 1.2;
	    color: var(--dm-ink);
	    text-align: center;
	    text-decoration: none;
	    transition: background-color 0.2s ease, color 0.2s ease;
	}

	.dm-editor__btn:hover {
	    background: var(--dm-ink);
	    color: #fff;
	    text-decoration: none;
	}

	.dm-editor__btn:focus-visible {
	    outline: 3px solid var(--dm-crimson);
	    outline-offset: 3px;
	}

	@media(max-width: 479.98px) {
	    .dm-editor__btn {
	        width: 100%;
	        padding: 0 16px;
	        font-size: 15px;
	    }
	}

	/* ---------- Mockup ---------- */

	.dm-mock {
	    overflow: hidden;
	    background: #fff;
	    border: 1px solid var(--dm-line);
	    border-radius: 14px;
	    box-shadow: 0 2px 6px rgba(31, 29, 58, 0.04), 0 24px 60px -12px rgba(31, 29, 58, 0.12);
	}

	/* Top bar */
	.dm-mock__topbar {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    gap: 12px;
	    height: 42px;
	    padding: 0 15px;
	    border-bottom: 1px solid var(--dm-line);
	}

	.dm-mock__brand {
	    display: flex;
	    align-items: center;
	    gap: 10px;
	    min-width: 0;
	}

	.dm-mock__brand-mark {
	    flex-shrink: 0;
	    width: 20px;
	    height: 20px;
	    border-radius: 5px;
	    background: var(--dm-crimson);
	}

	.dm-mock__brand-name {
	    overflow: hidden;
	    font-size: 12.5px;
	    font-weight: 500;
	    color: var(--dm-ink);
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}

	.dm-mock__actions {
	    display: flex;
	    flex-shrink: 0;
	    gap: 9px;
	}

	.dm-mock__action {
	    display: block;
	    height: 22px;
	    border-radius: 6px;
	}

	.dm-mock__action--ghost {
	    width: 56px;
	    background: #fff;
	    border: 1px solid var(--dm-line);
	}

	.dm-mock__action--primary {
	    width: 61px;
	    background: var(--dm-crimson);
	}

	/* Body */
	.dm-mock__body {
	    display: grid;
	    grid-template-columns: 130px minmax(0, 1fr);
	    grid-template-columns: clamp(96px, 23cqi, 130px) minmax(0, 1fr);
	    min-height: 325px;
	}

	/* Sidebar */
	.dm-mock__sidebar {
	    padding: 14px 11px 16px;
	    background: var(--dm-sidebar-bg);
	    border-right: 1px solid var(--dm-line);
	}

	.dm-mock__label {
	    margin: 0 0 10px;
	    font-size: 10px;
	    font-weight: 600;
	    line-height: 1.2;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    color: #3b3853;
	}

	.dm-mock__tiles {
	    display: grid;
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    gap: 7px;
	    margin-bottom: 18px;
	}

	.dm-mock__tile {
	    display: grid;
	    place-items: center;
	    aspect-ratio: 1 / 1;
	    background: #fff;
	    border: 1px solid var(--dm-line);
	    border-radius: 8px;
	}

	.dm-mock__tile--active {
	    border-color: var(--dm-ink-soft);
	}

	.dm-mock__glyph {
	    display: flex;
	    align-items: center;
	}

	.dm-mock__glyph--stack {
	    flex-direction: column;
	    gap: 6px;
	}

	.dm-mock__glyph--row {
	    gap: 5px;
	}

	.dm-mock__glyph--text {
	    flex-direction: column;
	    gap: 3px;
	}

	.dm-mock__sq {
	    display: block;
	    width: 10px;
	    height: 10px;
	    border-radius: 2px;
	    background: var(--dm-green);
	}

	.dm-mock__sq--sm {
	    width: 9px;
	    height: 9px;
	}

	.dm-mock__rule {
	    display: block;
	    width: 22px;
	    height: 3px;
	    border-radius: 2px;
	    background: var(--dm-muted);
	}

	.dm-mock__rule--short {
	    width: 16px;
	}

	.dm-mock__rule--md {
	    width: 18px;
	}

	.dm-mock__rule--xs {
	    width: 11px;
	}

	.dm-mock__circle {
	    display: block;
	    width: 22px;
	    height: 22px;
	    border: 1.5px solid #bdbbca;
	    border-radius: 50%;
	}

	/* Colour sets */
	.dm-mock__swatches {
	    display: grid;
	    gap: 9px;
	}

	.dm-mock__swatch {
	    display: flex;
	    align-items: center;
	    gap: 5px;
	    height: 26px;
	    padding: 0 6px;
	    background: #fff;
	    border: 1px solid var(--dm-line);
	    border-radius: 7px;
	}

	.dm-mock__swatch--active {
	    border-color: var(--dm-ink-soft);
	}

	.dm-mock__dot {
	    display: block;
	    flex-shrink: 0;
	    width: 14px;
	    height: 14px;
	    border-radius: 4px;
	}

	.dm-mock__dot--green {
	    background: var(--dm-green);
	}

	.dm-mock__dot--yellow {
	    background: var(--dm-yellow);
	}

	.dm-mock__dot--ink {
	    background: var(--dm-ink);
	}

	.dm-mock__dot--navy {
	    background: var(--dm-navy);
	}

	.dm-mock__dot--crimson {
	    background: var(--dm-crimson);
	}

	.dm-mock__dot--pale {
	    background: var(--dm-pale);
	}

	/* Canvas */
	.dm-mock__canvas {
	    display: flex;
	    padding: 26px 25px 25px;
	    background: var(--dm-canvas-bg);
	}

	.dm-mock__artboard {
	    flex: 1;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    gap: 20px;
	    padding: 24px 12px;
	    background: #fff;
	    border-radius: 3px;
	    box-shadow: 0 1px 3px rgba(31, 29, 58, 0.05), 0 8px 24px rgba(31, 29, 58, 0.06);
	}

	.dm-mock__logo-icon {
	    display: block;
	    width: 52px;
	    width: clamp(30px, 9cqi, 52px);
	    height: auto;
	    color: var(--dm-green);
	}

	.dm-mock__logo-text {
	    margin: 0;
	    font-size: 15.5px;
	    font-size: clamp(9.5px, 2.7cqi, 15.5px);
	    font-weight: 600;
	    line-height: 1.3;
	    letter-spacing: 0.15em;
	    text-align: center;
	    text-transform: uppercase;
	    color: var(--dm-green);
	}

	/* Mockup scales with its own width (not the viewport) */
	@container(max-width: 520px) {
	    .dm-mock__body {
	        min-height: 280px;
	    }

	    .dm-mock__sidebar {
	        padding: 12px 9px 14px;
	    }

	    .dm-mock__label {
	        font-size: 9px;
	        margin-bottom: 8px;
	    }

	    .dm-mock__tiles {
	        gap: 6px;
	        margin-bottom: 14px;
	    }

	    .dm-mock__swatches {
	        gap: 7px;
	    }

	    .dm-mock__canvas {
	        padding: 18px;
	    }

	    .dm-mock__artboard {
	        gap: 14px;
	    }
	}

	@container(max-width: 380px) {
	    .dm-mock__topbar {
	        height: 38px;
	        padding: 0 12px;
	    }

	    .dm-mock__brand {
	        gap: 8px;
	    }

	    .dm-mock__brand-mark {
	        width: 18px;
	        height: 18px;
	        border-radius: 4px;
	    }

	    .dm-mock__brand-name {
	        font-size: 11px;
	    }

	    .dm-mock__actions {
	        gap: 6px;
	    }

	    .dm-mock__action {
	        height: 20px;
	        border-radius: 5px;
	    }

	    .dm-mock__action--ghost {
	        width: 38px;
	    }

	    .dm-mock__action--primary {
	        width: 44px;
	    }

	    .dm-mock__body {
	        min-height: 240px;
	    }

	    .dm-mock__tile {
	        border-radius: 6px;
	    }

	    .dm-mock__sq {
	        width: 8px;
	        height: 8px;
	    }

	    .dm-mock__rule {
	        width: 18px;
	    }

	    .dm-mock__rule--short {
	        width: 12px;
	    }

	    .dm-mock__rule--md {
	        width: 15px;
	    }

	    .dm-mock__rule--xs {
	        width: 9px;
	    }

	    .dm-mock__circle {
	        width: 18px;
	        height: 18px;
	    }

	    .dm-mock__swatch {
	        height: 22px;
	        gap: 4px;
	        padding: 0 5px;
	        border-radius: 6px;
	    }

	    .dm-mock__dot {
	        width: 11px;
	        height: 11px;
	        border-radius: 3px;
	    }

	    .dm-mock__canvas {
	        padding: 14px;
	    }

	    .dm-mock__artboard {
	        gap: 10px;
	    }
	}

	@media(prefers-reduced-motion: reduce) {
	    .dm-editor__btn {
	        transition: none;
	    }
	}

	.dm-categories {
	    --dm-ink: #1c1a3a;
	    --dm-body: #4f5470;
	    --dm-muted: #6e738c;
	    --dm-line: #e4e5ed;
	    --dm-line-strong: #c9cbdb;
	    --dm-surface: #ffffff;
	    --dm-canvas: #f8f8fb;
	    --dm-navy: #1e1b35;
	    --dm-green: #227a4f;
	    --dm-gold: #e0a92a;
	    --dm-lavender: #eeedf8;

	    padding: 56px 0;
	    background: var(--dm-canvas);
	    color: var(--dm-ink);
	}

	.dm-categories *,
	.dm-categories *::before,
	.dm-categories *::after {
	    box-sizing: border-box;
	}


	/* =========================
   Heading
========================= */

	.dm-categories-head {
	    display: flex;
	    align-items: flex-end;
	    justify-content: space-between;
	    gap: 24px;
	    margin-bottom: 28px;
	}

	.dm-categories-title {
	    margin: 0 0 10px;
	    /* font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: var(--dm-ink); */
	}

	.dm-categories-text {
	    max-width: 490px;
	    margin: 0;
	    font-size: 14px;
	    line-height: 1.6;
	    color: var(--dm-body);
	}

	.dm-categories-link {
	    display: inline-flex;
	    align-items: center;
	    gap: 6px;
	    flex-shrink: 0;
	    font-size: 14px;
	    font-weight: 500;
	    line-height: 1.4;
	    color: var(--dm-ink);
	    text-decoration: none;
	    white-space: nowrap;
	}

	.dm-categories-link:hover,
	.dm-categories-link:focus {
	    color: var(--dm-ink);
	    text-decoration: none;
	}

	.dm-categories-link .fa {
	    transition: transform .2s ease;
	}

	.dm-categories-link:hover .fa {
	    transform: translateX(3px);
	}


	/* =========================
   Grid (Desktop: 6 columns)
   [Feature ][Wide    ][Wide    ]
   [Feature ][S][S][S][S]
   [Feature ][S][S][S][S]
   [Feature ][Wide    ][Wide    ]
========================= */

	.dm-categories-grid {
	    display: grid;
	    grid-template-columns: repeat(6, minmax(0, 1fr));
	    grid-auto-rows: minmax(112px, auto);
	    gap: 12px;
	}


	/* =========================
   Card Base
========================= */

	.dm-cat-card {
	    position: relative;
	    display: flex;
	    min-width: 0;
	    border: 1px solid var(--dm-line);
	    border-radius: 12px;
	    background: var(--dm-surface);
	    color: var(--dm-ink);
	    text-decoration: none;
	    overflow: hidden;
	    transition:
	        border-color .2s ease,
	        box-shadow .2s ease,
	        transform .2s ease;
	}

	.dm-cat-card:hover,
	.dm-cat-card:focus {
	    color: var(--dm-ink);
	    text-decoration: none;
	}

	.dm-cat-card:hover {
	    border-color: var(--dm-line-strong);
	    box-shadow: 0 10px 24px rgba(28, 26, 58, .08);
	    transform: translateY(-2px);
	}

	.dm-cat-card:focus-visible {
	    outline: 2px solid var(--dm-ink);
	    outline-offset: 2px;
	}

	.dm-cat-info {
	    min-width: 0;
	}

	.dm-cat-name {
	    display: block;
	    font-size: 15px;
	    font-weight: 600;
	    line-height: 1.3;
	    color: inherit;
	    overflow-wrap: break-word;
	}

	.dm-cat-count {
	    display: block;
	    margin-top: 3px;
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 1.4;
	    color: var(--dm-muted);
	}

	.dm-cat-arrow {
	    flex-shrink: 0;
	    font-size: 14px;
	    line-height: 1;
	    color: var(--dm-tone, currentColor);
	    transition: transform .2s ease;
	}

	.dm-cat-card:hover .dm-cat-arrow {
	    transform: translateX(3px);
	}


	/* =========================
   Tones
========================= */

	.dm-tone-pink {
	    --dm-tone: #d4336a;
	    --dm-tone-soft: #fdeff3;
	}

	.dm-tone-green {
	    --dm-tone: #227a4f;
	    --dm-tone-soft: #e9f5ee;
	}

	.dm-tone-navy {
	    --dm-tone: #2d2a5a;
	    --dm-tone-soft: #efeef8;
	}

	.dm-tone-gold {
	    --dm-tone: #c7951a;
	    --dm-tone-soft: #fdf4e1;
	}


	/* =========================
   Feature Cards
========================= */

	.dm-cat-card--feature {
	    grid-column: span 2;
	    grid-row: span 2;
	    flex-direction: column;
	    padding: 20px;
	    border-color: transparent;
	    color: #fff;
	}

	.dm-cat-card--feature:hover,
	.dm-cat-card--feature:focus {
	    color: #fff;
	    border-color: transparent;
	}

	.dm-cat-card--feature:hover {
	    box-shadow: 0 14px 30px rgba(28, 26, 58, .18);
	}

	.dm-cat-card--construction {
	    background: var(--dm-navy);
	}

	.dm-cat-card--finance {
	    background: var(--dm-green);
	}

	.dm-cat-card--feature .dm-cat-name {
	    font-size: 16px;
	    font-weight: 700;
	}

	.dm-cat-card--feature .dm-cat-count {
	    color: rgba(255, 255, 255, .78);
	}

	.dm-cat-media {
	    flex: 1 1 auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 8px 0 16px;
	}

	.dm-cat-footer {
	    display: flex;
	    align-items: flex-end;
	    justify-content: space-between;
	    gap: 12px;
	}

	.dm-cat-footer .dm-cat-arrow {
	    margin-bottom: 3px;
	}

	.dm-cat-card--construction .dm-cat-arrow {
	    color: var(--dm-gold);
	}

	.dm-cat-card--finance .dm-cat-arrow {
	    color: #fff;
	}


	/* Construction mock logo */

	.dm-cat-brand {
	    display: flex;
	    align-items: center;
	    gap: 14px;
	}

	.dm-cat-brand-icon {
	    font-size: 40px;
	    line-height: 1;
	    color: var(--dm-gold);
	}

	.dm-cat-brand-name {
	    display: block;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 1.2;
	    letter-spacing: 2px;
	    color: #fff;
	}

	.dm-cat-brand-tag {
	    display: block;
	    margin-top: 5px;
	    font-size: 9px;
	    font-weight: 600;
	    line-height: 1;
	    letter-spacing: 2.5px;
	    color: var(--dm-gold);
	}


	/* Finance mock seal */

	.dm-cat-seal {
	    width: 104px;
	    height: 104px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    gap: 10px;
	    border: 1px solid rgba(255, 255, 255, .55);
	    border-radius: 50%;
	}

	.dm-cat-seal-icon {
	    font-size: 24px;
	    line-height: 1;
	}

	.dm-cat-seal-text {
	    font-size: 8px;
	    font-weight: 700;
	    line-height: 1;
	    letter-spacing: 2px;
	}


	/* =========================
   Wide Cards
========================= */

	.dm-cat-card--wide {
	    grid-column: span 2;
	    align-items: center;
	    gap: 16px;
	    padding: 16px 24px 16px 16px;
	}

	.dm-cat-card--wide .dm-cat-info {
	    flex: 1 1 auto;
	}

	.dm-cat-icon {
	    flex: 0 0 56px;
	    width: 56px;
	    height: 56px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	    background: var(--dm-tone-soft);
	    color: var(--dm-tone);
	    font-size: 22px;
	    line-height: 1;
	}


	/* =========================
   Small Cards
========================= */

	.dm-cat-card--small {
	    flex-direction: column;
	    justify-content: space-between;
	    gap: 12px;
	    padding: 16px 14px 14px;
	}

	.dm-cat-glyph {
	    font-size: 20px;
	    line-height: 1;
	    color: var(--dm-tone);
	}

	.dm-cat-card--small .dm-cat-name {
	    font-size: 13px;
	}

	.dm-cat-card--small .dm-cat-count {
	    margin-top: 2px;
	    font-size: 11px;
	}


	/* =========================
   All Categories
========================= */

	.dm-categories-all {
	    margin-top: 24px;
	    padding-top: 20px;
	    border-top: 1px solid var(--dm-line);
	}

	.dm-categories-all-title {
	    margin: 0 0 14px;
	    font-size: 11px;
	    font-weight: 700;
	    line-height: 1.4;
	    letter-spacing: 1.6px;
	    text-transform: uppercase;
	    color: var(--dm-body);
	}

	.dm-cat-tags {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 8px 6px;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}


	.dm-cat-tags li {
	    margin: 0;
	    padding: 0;
	}

	.dm-cat-tag {
	    display: inline-block;
	    padding: 6px 12px;
	    border: 1px solid var(--dm-line);
	    border-radius: 999px;
	    background: var(--dm-surface);
	    color: #3f4461;
	    font-size: 12.5px;
	    font-weight: 400;
	    line-height: 1.3;
	    text-decoration: none;
	    white-space: nowrap;
	    transition:
	        background-color .2s ease,
	        border-color .2s ease,
	        color .2s ease;
	}

	.dm-cat-tag:hover,
	.dm-cat-tag:focus {
	    color: var(--dm-ink);
	    border-color: var(--dm-line-strong);
	    text-decoration: none;
	    background-color: var(--dm-tone-soft);
	    box-shadow: 1px 5px 7px 1px #00000014;
	}

	.dm-cat-tag:focus-visible {
	    outline: 2px solid var(--dm-ink);
	    outline-offset: 2px;
	}

	.dm-cat-tag--featured {
	    background: var(--dm-lavender);
	    border-color: #e3e1f2;
	    color: var(--dm-ink);
	    font-weight: 600;
	}

	.dm-cat-tag--featured:hover,
	.dm-cat-tag--featured:focus {
	    background: #e5e3f5;
	    border-color: #d3d0ea;
	}


	/* =========================
   Laptop (<= 1199px)
========================= */

	@media (max-width: 1199px) {

	    /* .dm-categories-title {
        font-size: 26px;
    } */

	    .dm-categories-grid {
	        gap: 10px;
	    }

	    .dm-cat-card--wide {
	        gap: 14px;
	        padding: 14px 18px 14px 14px;
	    }

	    .dm-cat-icon {
	        flex-basis: 50px;
	        width: 50px;
	        height: 50px;
	        font-size: 20px;
	    }

	}


	/* =========================
   Tablet (<= 991px)
   [Feature ][Wide    ]
   [Feature ][Wide    ]
   [S][S][S][S]
   [Feature ][S][S]
   [Feature ][S][S]
   [Wide    ][Wide    ]
========================= */

	@media (max-width: 991px) {

	    .dm-categories {
	        padding: 48px 0;
	    }

	    .dm-categories-head {
	        margin-bottom: 24px;
	    }

	    /* .dm-categories-title {
        font-size: 24px;
    } */

	    .dm-categories-grid {
	        grid-template-columns: repeat(4, minmax(0, 1fr));
	        grid-auto-rows: minmax(110px, auto);
	    }

	}


	/* =========================
   Large Mobile (<= 767px)
========================= */

	@media (max-width: 767px) {

	    .dm-categories {
	        padding: 40px 0;
	    }

	    .dm-categories-head {
	        flex-direction: column;
	        align-items: flex-start;
	        gap: 14px;
	        margin-bottom: 20px;
	    }

	    .dm-categories-title {
	        margin-bottom: 8px;
	        /* font-size: 22px; */
	    }

	    .dm-categories-text {
	        font-size: 13.5px;
	    }

	    .dm-categories-link {
	        font-size: 13.5px;
	    }

	    .dm-categories-grid {
	        grid-auto-rows: minmax(104px, auto);
	    }

	    .dm-cat-card--feature {
	        padding: 16px;
	    }

	    .dm-cat-brand {
	        gap: 12px;
	    }

	    .dm-cat-brand-icon {
	        font-size: 34px;
	    }

	    .dm-cat-brand-name {
	        font-size: 14px;
	    }

	    .dm-cat-seal {
	        width: 92px;
	        height: 92px;
	        gap: 8px;
	    }

	    .dm-cat-seal-icon {
	        font-size: 21px;
	    }

	    .dm-cat-card--wide {
	        gap: 12px;
	        padding: 14px 16px 14px 14px;
	    }

	    .dm-cat-icon {
	        flex-basis: 46px;
	        width: 46px;
	        height: 46px;
	        font-size: 18px;
	    }

	    .dm-cat-name {
	        font-size: 14px;
	    }

	    .dm-cat-card--feature .dm-cat-name {
	        font-size: 15px;
	    }

	    .dm-cat-card--small {
	        padding: 14px 12px 12px;
	    }

	    .dm-categories-all {
	        margin-top: 20px;
	        padding-top: 18px;
	    }

	}


	/* =========================
   Mobile (<= 575px)
   [Feature ]
   [Wide    ]
   [Wide    ]
   [S][S]
   [S][S]
   [Feature ]
   [S][S]
   [S][S]
   [Wide    ]
   [Wide    ]
========================= */

	@media (max-width: 575px) {

	    .dm-categories-title {
	        /* font-size: 21px; */
	    }

	    .dm-categories-grid {
	        grid-template-columns: repeat(2, minmax(0, 1fr));
	        grid-auto-rows: auto;
	    }

	    .dm-cat-card--feature {
	        grid-row: auto;
	        min-height: 196px;
	    }

	    .dm-cat-card--wide {
	        min-height: 84px;
	    }

	    .dm-cat-card--small {
	        min-height: 104px;
	    }

	    .dm-cat-tags {
	        gap: 6px;
	    }

	    .dm-cat-tag {
	        padding: 5px 11px;
	        font-size: 12px;
	    }

	}


	/* =========================
   Small Mobile (<= 374px)
========================= */

	@media (max-width: 374px) {

	    .dm-categories-title {
	        /* font-size: 19px; */
	    }

	    .dm-categories-grid {
	        gap: 8px;
	    }

	    .dm-cat-card--feature {
	        min-height: 180px;
	    }

	    .dm-cat-icon {
	        flex-basis: 42px;
	        width: 42px;
	        height: 42px;
	        font-size: 17px;
	    }

	    .dm-cat-card--small {
	        padding: 12px 10px 10px;
	    }

	    .dm-cat-card--small .dm-cat-name {
	        font-size: 12.5px;
	    }

	}


	/* =========================
   Reduced Motion
========================= */

	@media (prefers-reduced-motion: reduce) {

	    .dm-cat-card,
	    .dm-cat-arrow,
	    .dm-cat-tag,
	    .dm-categories-link .fa {
	        transition: none;
	    }

	    .dm-cat-card:hover,
	    .dm-cat-card:hover .dm-cat-arrow,
	    .dm-categories-link:hover .fa {
	        transform: none;
	    }

	}

	.web-section-bg {
	    margin-bottom: 0px !important;
	    padding-top: 16px !important;
	    padding-bottom: 16px !important;
	}

    .web-section-bg h2{
	   font-size: 26px;
	}

    .web-section-bg .trusted-design-icons-dv{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 16px;
    }
    .web-section-bg .trusted-design-icons-dv img{
        max-width: 100px;
        max-height: 40px;
        width: 100%;
        object-fit: contain;
        margin: 0 !important;
    }
    .page-home-new .support-section>ul>li{
        width: 33%;
    }

    @media(max-width:992px){
        .page-home-new .support-section>ul>li{
        width: 100%;
    }
    }