/* ============================================================
   GAP-BASED SECTION SPACING ARCHITECTURE
   Mirrors the portfolio/blog pattern. Only touches major
   section-to-section spacing; all internal spacing is preserved.
============================================================ */

:root {
    --service-detail-section-gap: var(--hero-section-gap, clamp(4rem, 6vw, 7rem));
    --cta-padding-top: 0;
    --cta-padding-bottom: var(--service-detail-section-gap);
}

.service-detail-section-gap {
    width: 100%;
    height: var(--service-detail-section-gap);
    flex-shrink: 0;
}

.service-detail-section-gap.hero-to-partner-gap {
    height: var(--service-detail-section-gap);
}

/* ============================================================
   SERVICE DETAILS HERO
============================================================ */

/* ================= BASE HERO ================= */

.service_details-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    background: #05010a;
    overflow: hidden;
    padding-top: var(--hero-padding-top, clamp(5rem, 7vw, 7.5rem));
    padding-bottom: 0;
    box-sizing: border-box;
    z-index: 5;
}

.service_details-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: flex-start !important;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* ================= CONTENT ================= */

.service_details-hero-content .heading-tag {
    padding-top: 0;
}

.service_details-reveal {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
}

.service_details-main-title {
    font-size: clamp(2.5rem, 5.5vw, 5.5rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 30px;
    color: #fff;
}

.service_details-description {
    font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin-bottom: 16px;
}

.service_details-subtext {
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.45);
    max-width: 530px;
    margin-bottom: 32px;
    font-weight: 400;
}

.service_details-hero-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.service_details-hero-btns .magnetic-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.service_details-hero-btns .btn-book,
.service_details-hero-btns .btn-secondary-outline {
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}

/* ================= VISUAL AREA ================= */

.service_details-hero-visual {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* ================= TABLET (768–1024) ================= */

@media (min-width: 768px) and (max-width: 1024px) {
    .service_details-hero {
        padding-top: var(--hero-padding-top-tablet, clamp(4.25rem, 5.5vw, 5.75rem));
        padding-bottom: 0;
        min-height: auto !important;
        box-sizing: border-box;
        align-items: center;
    }

    .service_details-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 20px;
    }

    .service_details-hero-content {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .service_details-hero-content .heading-tag {
        justify-content: center;
    }

    .service_details-description,
    .service_details-subtext {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .service_details-hero-btns {
        justify-content: center;
    }

    .service_details-hero-visual {
        height: 500px;
        width: 100%;
    }
}

/* ================= MOBILE (<768px) — CAROUSEL ================= */

@media (max-width: 767px) {
    .service_details-hero {
        padding-top: var(--hero-padding-top-mobile, clamp(3.75rem, 5vw, 4.75rem));
        padding-bottom: 0;
        min-height: auto !important;
        box-sizing: border-box;
        text-align: center;
    }

    .service_details-hero-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service_details-hero-content .heading-tag {
        padding-top: 0;
    }

    .service_details-description,
    .service_details-subtext {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .service_details-hero-visual {
        height: auto;
        flex-direction: column;
        gap: 24px;
    }
}

/* ================= SMALL MOBILE (≤420px) ================= */

@media (max-width: 420px) {
    .service_details-main-title {
        letter-spacing: -1px;
    }

    .service_details-hero-grid {
        gap: 36px;
    }
}


/* ============================================================
PARTNER TRUST SECTION
============================================================ */

.partner-trust-section {
    padding-top: 0;
    padding-bottom: 0;
    background: #05010a;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Remove the local .container override — global container handles this */

/* ================= GRID ================= */

.partner-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 100px;
    align-items: center;
}

/* ================= LEFT SIDE ================= */

.partner-main-title,
.partner-main-title span {
    background-image: linear-gradient(90deg, #ffffff 0%, #A594FD 25%, #632C9B 50%, #A594FD 75%, #ffffff 100%) !important;
    background-size: 200% auto !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    animation: purpleGradientFlow 6s linear infinite !important;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

.partner-points {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.partner-point-item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.point-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.partner-point-item h3 {
    color: #fff;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    font-weight: 700;
    margin-bottom: 6px;
}

.partner-point-item p {
    font-size: clamp(0.875rem, 1.1vw, 1.05rem);
    line-height: 1.6;
    color: #888;
    max-width: 420px;
}

/* ================= RIGHT SIDE ================= */

.partner-visual {
    position: relative;
    padding-bottom: 150px;
}

.partner-visual-reveal {
    position: relative;
}

/* IMAGE */

.portrait-frame {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    margin-left: auto;
    box-shadow: var(--shadow-card);
}

.expert-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: saturate(.9);
}

/* ================= FLOATING TAGS ================= */

.tech-tag {
    position: absolute;
    background: rgba(255, 255, 255, .92);
    color: #000;
    padding: 10px 24px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 13px;
    z-index: 15;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    white-space: nowrap;
}

.tag-ios {
    top: 15px;
    right: 70px;
}

.tag-android {
    top: 80px;
    right: -20px;
}

/* ================= IMPACT CARD ================= */

.impact-glass-card {
    position: absolute;
    bottom: -140px;
    right: 0;
    /* align with image right edge */
    width: 120%;
    max-width: 520px;
    /* control expansion */
    background: var(--glass-bg-primary);
    backdrop-filter: blur(var(--blur-lg));
    padding: 40px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border-purple);
    z-index: 20;
    box-shadow: var(--shadow-glow);
}

.impact-glass-card p {
    color: #fff;
    font-size: clamp(0.9rem, 1.15vw, 1.1rem);
    line-height: 1.6;
}

/* ============================================================
    LARGE DESKTOP
============================================================ */

@media (max-width:1400px) {
    .partner-grid {
        gap: 80px;
    }
}

/* ============================================================
    LAPTOP
============================================================ */

@media (max-width:1200px) {
    .partner-grid {
        gap: 60px;
    }

    .portrait-frame {
        max-width: 380px;
    }

    .impact-glass-card {
        left: -40px;
        width: 110%;
        bottom: -140px;
    }

    .tag-ios {
        right: 40px;
    }

    .tag-android {
        right: -10px;
    }
}

/* ============================================================
    TABLET (768px — 1024px) SIDE BY SIDE, CLEAN
============================================================ */

@media (max-width:1024px) and (min-width:769px) {

    .partner-trust-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .partner-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
    }

    .partner-info .heading-tag {
        justify-content: left;
    }

    .partner-main-title {
        margin-bottom: 30px;
    }

    .partner-points {
        gap: 28px;
    }

    .partner-point-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
    }

    .point-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .partner-point-item p {
        max-width: 100%;
    }

    .partner-visual {
        padding-bottom: 0;
    }

    .portrait-frame {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 20px;
        height: auto;
    }

    .tag-ios {
        top: 24px;
        right: 12px;
        font-size: 12px;
        padding: 8px 16px;
    }

    .tag-android {
        top: 68px;
        right: -8px;
        font-size: 12px;
        padding: 8px 16px;
    }

    .impact-glass-card {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        margin-top: -35px;
        padding: 24px;
        border-radius: 20px;
        z-index: 20;
    }

    .impact-glass-card p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ============================================================
    MOBILE (≤768px) FULLY STACKED
============================================================ */

@media (max-width:768px) {

    .partner-trust-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .partner-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .partner-info {
        width: 100%;
        text-align: center;
    }

    .partner-points {
        gap: 24px;
        align-items: flex-start;
    }

    .partner-point-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
    }

    .point-icon {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }

    .partner-point-item p {
        max-width: 100%;
    }

    .partner-visual {
        padding-bottom: 0;
        width: 100%;
    }

    .portrait-frame {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
        border-radius: 20px;
        height: auto;
    }

    .tag-ios {
        top: 24px;
        right: 16px;
        font-size: 12px;
        padding: 8px 16px;
    }

    .tag-android {
        top: 68px;
        right: -8px;
        font-size: 12px;
        padding: 8px 16px;
    }

    .impact-glass-card {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 460px;
        margin: -30px auto 0 auto;
        padding: 24px;
        border-radius: 20px;
        z-index: 20;
    }

    .impact-glass-card p {
        line-height: 1.6;
    }
}

/* ============================================================
    SMALL MOBILE (≤480px)
============================================================ */

@media (max-width:480px) {

    .tech-tag {
        font-size: 11px;
        padding: 7px 14px;
    }

    .impact-glass-card {
        padding: 20px;
    }
}

/* ============================================================
    BUILD CAPABILITY SECTION
============================================================ */

.build-capability-section {
    padding-top: 0;
    padding-bottom: 0;
    background: #05010a;
}

/* Global container handles sizing */

/* ================= LAYOUT ================= */

.capability-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
}

/* ================= LEFT SIDE ================= */

.capability-header {
    width: 38%;
}

.capability-header .heading-tag,
.roadmap-header .heading-tag {
    justify-content: flex-start;
}

.build-main-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
    color: #fff;
}

.build-main-title i {
    font-family: serif;
    font-style: italic;
    opacity: .6;
    font-weight: 400;
}

/* ================= RIGHT SIDE ================= */

.capability-list {
    width: 60%;
}

.capability-row {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.row-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    padding: 60px 0;
    transition: background .4s ease;
}

/* Divider */

.row-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

/* Title */

.row-title h3 {
    font-size: clamp(0.95rem, 1.2vw, 1.125rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.4;
}

/* Text */

.row-text p {
    font-size: clamp(0.875rem, 1.1vw, 1rem);
    line-height: 1.7;
    color: #888;
    transition: color .4s ease;
    max-width: 520px;
}

/* Hover & Desktop Pinned Stack Layout — desktop only */

@media (min-width: 1025px) {
    .capability-wrapper {
        align-items: center;
    }

    .capability-list {
        display: grid;
        grid-template-areas: "capability-stack";
        align-items: center;
        position: relative;
        overflow: hidden;
        min-height: 220px;
    }

    .capability-row {
        grid-area: capability-stack;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        background: transparent;
        will-change: transform, opacity;
    }

    .capability-row:hover .row-text p {
        color: #fff;
    }

    .capability-row:hover .row-divider {
        background: var(--color-primary-soft);
        box-shadow: 0 0 10px var(--purple-glow);
    }
}


/* ============================================================
    LARGE DESKTOP
============================================================ */

@media (max-width:1400px) {

    .capability-wrapper {
        gap: 80px;
    }

}

/* ============================================================
    LAPTOP
============================================================ */

@media (max-width:1200px) {

    .capability-wrapper {
        gap: 60px;
    }

    .build-main-title {
        font-size: clamp(2.6rem, 4.5vw, 3.6rem);
    }

    .row-content {
        gap: 30px;
    }

    .row-text p {
        font-size: 15px;
    }

}

/* ============================================================
    TABLET LANDSCAPE
============================================================ */

@media (max-width:1024px) {

    .capability-wrapper {
        flex-direction: column;
        gap: 0
    }

    .capability-header {
        width: 100%;
        max-width: 600px;
    }

    .capability-list {
        width: 100%;
    }

    .row-content {
        grid-template-columns: 1fr 1.1fr;
        gap: 30px;
        padding: 50px 0;
    }

}

/* ============================================================
    TABLET PORTRAIT
============================================================ */

@media (max-width:768px) {

    .capability-wrapper {
        gap: 0
    }

    .row-content {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 40px 0;
    }

    .row-text p {
        max-width: 100%;
    }

}

/* ============================================================
    MOBILE
============================================================ */

@media (max-width:600px) {

    .build-main-title {
        letter-spacing: -1px;
    }

    .row-content {
        padding: 36px 0;
    }

    .row-text p {
        line-height: 1.6;
    }

}

/* ============================================================
    SMALL PHONES
============================================================ */

@media (max-width:420px) {

    .row-title h3 {
        letter-spacing: 1.5px;
    }

}

/* --- ROADMAP SECTION --- */
.roadmap-section {
    padding-top: 0;
    padding-bottom: 0;
    background: #05010a;
    position: relative;
    overflow: visible;
}

.roadmap-header {
    margin-bottom: var(--section-header-mb);
}

.reveal-line {
    overflow: hidden;
    display: block;
}

.roadmap-main-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
    color: #fff;
    margin: 0;
    transform: translateY(100%);
    opacity: 0;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* =====================
   POWER LINE
   ===================== */
.roadmap-steps {
    position: relative;
    padding-left: 80px;
}

.power-line-bg,
.power-line-active {
    position: absolute;
    left: 25px;
    width: 3px;
    /* top & height set dynamically by JS setLineHeight() */
}

.power-line-bg {
    background: rgba(255, 255, 255, 0.05);
}

.power-line-active {
    background: linear-gradient(to bottom,
            var(--color-primary-soft) 0%,
            var(--color-primary) 100%);

    box-shadow:
        0 0 8px var(--color-primary-soft),
        0 0 18px var(--color-primary),
        0 0 35px var(--purple-glow);
    transform-origin: top;
    transform: scaleY(0);
    overflow: hidden;
}

.power-line-active::after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(to bottom,
            transparent,
            rgba(255, 255, 255, 0.9),
            transparent);
    animation: electricFlow 2s linear infinite;
}

@keyframes electricFlow {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

/* =====================
   STEP ITEMS
   ===================== */
.step-item {
    position: relative;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* FIX: Remove last step's bottom margin so line stops flush */
.step-item:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: -80px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0d0e15;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    transition: all 0.4s ease;
    z-index: 2;
}

.step-item.active .step-number {
    background: var(--color-primary);
    color: #000;
    box-shadow: 0 0 20px var(--color-primary);
    border-color: var(--color-primary);
}

.step-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.step-info p {
    font-size: 15px;
    color: #888;
    line-height: 1.65;
    max-width: 450px;
    margin: 0;
    padding-bottom: 4px;
}

/* =====================
   VISUAL / RIGHT PANEL
   ===================== */
.roadmap-visual {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-engine-wrapper {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: auto;
}

.visual-frame {
    position: relative;
    width: 100%;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    border: none;
    box-shadow: none;
    z-index: 5;
}

.engine-main-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: none;
}

.glass-reflection {
    display: none;
}

.engine-aura {
    display: none;
}

.visual-meta-tag {
    position: absolute;
    bottom: 40px;
    right: -20px;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #00ff88;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff88;
    animation: tag-pulse 2s infinite;
}

@keyframes tag-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* =====================
   RESPONSIVE — 1200px
   ===================== */
@media (max-width: 1200px) {
    .roadmap-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .roadmap-grid {
        gap: 40px;
    }

    .roadmap-visual {
        height: auto;
    }

    .visual-engine-wrapper {
        max-width: 650px;
    }
}

/* =====================
   RESPONSIVE — 1024px (tablet landscape / single col)
   ===================== */
@media (max-width: 1024px) {
    .roadmap-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Stack visual BELOW steps on tablet */
    .roadmap-visual {
        order: 2;
        height: auto;
    }

    .visual-engine-wrapper {
        max-width: 580px;
    }

    .visual-meta-tag {
        right: 10px;
        bottom: 20px;
    }

    .roadmap-steps {
        padding-left: 60px;
    }

    .step-number {
        left: -60px;
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    .power-line-bg,
    .power-line-active {
        left: 21px;
    }
}

/* =====================
   RESPONSIVE — 768px (tablet portrait)
   ===================== */
@media (max-width: 768px) {
    .roadmap-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .roadmap-header {
        margin-bottom: 60px;
    }

    .roadmap-visual {
        height: auto;
    }

    .visual-engine-wrapper {
        max-width: 480px;
    }

    .visual-frame {
        border-radius: 0;
    }

    .step-item {
        margin-bottom: 44px;
    }

    .step-info h3 {
        margin-bottom: 8px;
    }

    .step-info p {
        max-width: 100%;
    }
}

/* =====================
   RESPONSIVE — 480px (mobile)
   ===================== */
@media (max-width: 480px) {
    .roadmap-section {
        padding-top: 0;
        padding-bottom: 0;
        overflow: visible;
    }

    .roadmap-header {
        margin-bottom: 48px;
    }

    .roadmap-steps {
        padding-left: 44px;
    }

    .step-number {
        left: -44px;
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .power-line-bg,
    .power-line-active {
        display: none;
    }

    .roadmap-visual {
        height: auto;
    }

    .visual-engine-wrapper {
        max-width: 100%;
    }

    .visual-frame {
        border-radius: 0;
    }

    .visual-meta-tag {
        right: 0;
        bottom: 10px;
        padding: 8px 14px;
        font-size: 10px;
    }

    .step-item {
        margin-bottom: 36px;
    }

    .step-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    /* Why IconTech Header & Tag */
    .partner-info,
    .partner-trust-header {
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .partner-info .heading-tag,
    .partner-trust-section .heading-tag {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .partner-main-title {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Our Capability Header, Title, Card Title & Card Desc */
    .capability-header {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .capability-header .heading-tag {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .build-main-title {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .row-title h3,
    .row-title {
        text-align: center !important;
    }

    .row-text p,
    .row-text {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Roadmap Header & Title */
    .roadmap-header {
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .roadmap-header .heading-tag {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .roadmap-main-title {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Related Projects Section Header & Cards */
    .related-projects-header {
        text-align: center !important;
    }

    .related-projects-section .heading-tag {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .related-projects-section .card-bottom,
    .related-projects-section .card-bottom h3,
    .related-projects-section .card-bottom p {
        text-align: left !important;
    }

    .related-projects-section .card-bottom > div:first-child,
    .related-projects-section .card-category-row {
        justify-content: space-between !important;
        text-align: left !important;
    }
}