.elementor-257 .elementor-element.elementor-element-665ced1{--display:flex;}.elementor-257 .elementor-element.elementor-element-5a2e367{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-26ed299 *//* ============================================================
   TMC Hub Portfolio – COMPLETE STYLING BLOCK
   (Cards, Buttons, Title Wrap, Status Label, Layout)
   ============================================================ */

/* Portfolio Grid */
.tmc-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 2.5rem;
    width: 100%;
}

/* Portfolio Card */
.tmc-portfolio-card {
    background: #0e1725;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 24px;
    padding: 1.75rem;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.tmc-portfolio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* Screenshot Image */
.tmc-portfolio-image {
    width: 100%;
    height: auto;
    border-radius: 14px;
    margin-bottom: 1.5rem;
}

/* Title Wrap Fix - h3 has the class directly */
h3.tmc-portfolio-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Description */
.tmc-portfolio-description {
    color: #b9c6d1;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Visit Site Link */
.tmc-portfolio-link {
    margin-top: auto;
    display: inline-block;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    background: #1e2d44;
    color: #00ffc3;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.tmc-portfolio-link:hover {
    background: #00ffc3;
    color: #08121f;
}

/* ============================================================
   "In Development" → SIMPLE NON-CLICKABLE INLINE LABEL
   ============================================================ */

.tmc-portfolio-status {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #00D2FF !important; /* TRUE BLUE */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding: 0;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}/* End custom CSS */