/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.8.0
Updated: 2025-11-28 17:14:47

*/

root{

}

/* Inventory pagination styles */
.inventory-pagination{
	text-align: center;
	margin: 20px 0 32px;
}
.inventory-pagination a{
	display: inline-block;
	margin: 0 6px;
	padding: 5px 12px;
	background: #fff;
	color: #333;
	border: 1px solid #333;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}
.inventory-pagination a:hover,
.inventory-pagination a:focus{
	background: #333;
	color: #fff;
	outline: none;
}
.inventory-pagination a.current{
	background: #333;
	color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* Plain title when unit number label is hidden */
.inventory-unit-pricing .unit-title {
    margin: 0 0 4px;
    font-size: 1.1em;
    font-weight: 700;
}

/* ==========================================================
   SINGLE CONTAINER MODIFICATION PAGE  (.cm-*)
========================================================== */
.single-cont-mods {
    --cm-dark: #333;
    --cm-white: #fff;
    --cm-accent: #333;
}

/* --- HERO --- */
.cm-hero {
    position: relative;
    min-height: 490px;
    background-color: #222;
    display: flex;
    align-items: flex-end;
    margin: 10px;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
}
/* Native hero image — covers the section like background-image did */
.cm-hero .cm-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: inherit;
    z-index: 0;
}
.cm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.62) 50%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 25px 25px 0 0;
    z-index: 1;
}
.cm-hero-inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.cm-title {
    font-family: "Manrope", Sans-serif;
    font-size: 68px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -2.4px;
    text-align: center;
    color: #FFFFFF;
}

/* --- BODY --- */
.cm-body {
    max-width: 1440px;
    margin: 0 auto;
    padding: 56px 32px;
}
.cm-description {
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.cm-description-inner {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}

/* --- GALLERY --- */
.cm-gallery-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.cm-section-heading {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 61px;
    letter-spacing: -1.8px;
    color: #111111;
    display: inline-block;
    border-bottom: 1px solid #1F1F1F;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
.cm-slider-main img {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    border-radius: 4px;
    cursor: zoom-in;
}
.cm-slider-thumb {
    margin-top: 10px;
}
.cm-slider-thumb .slick-slide {
    padding: 0 2px;
    box-sizing: border-box;
}
.cm-slider-thumb img {
    opacity: 0.55;
    transition: opacity 0.2s;
    cursor: pointer;
}
.cm-slider-thumb .slick-current img {
    opacity: 1;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .cm-hero {
        min-height: 442px;
    }
    .cm-hero-inner {
        padding: 20px;
    }
    .cm-body {
        padding: 36px 20px;
    }
    .cm-title{
        font-size: 32px;
        line-height: 42px;
    }
}

/* ==========================================================
   CONTAINER MODIFICATIONS PORTFOLIO SHORTCODE  (.cm-portfolio-*)
========================================================== */
.cm-portfolio-wrapper {
    --cmp-dark:    #333;
    --cmp-white:   #fff;
    --cmp-border:  #e5e5e5;
    --cmp-radius:  6px;
    --cmp-card-w:  300px;
    max-width: none;
    margin: 0 auto;
    padding: 24px 0 48px;
}

/* --- TAB BAR --- */
.cm-tab-bar {
    display: flex;
    justify-content: center;
    
    flex-wrap: wrap;
    /*border-bottom: 2px solid var(--cmp-border);*/
    margin-bottom: 16px;
    padding-bottom: 0;
    
}
.cm-tab-inner-container {
    display: flex;
    background-color: #FFFFFF;
    border: 2px solid #8BC643;
    border-radius: 6px;
    padding: 0;
}
.cm-tab{
    background: none;
    border: none;
    padding: 10px 40px;
    font-family: "Space Grotesk", Sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.14px;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.2s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
}
.cm-tab:hover {
    background-color: #f5f5f5;
    color: #000;
}
.cm-tab:focus,
.cm-tab:focus-visible {
    background-color: #8BC643;
    color: #000;
}
.cm-tab.is-active {
    background-color: #8BC643;
}
.cm-tab:first-child{
    border-radius: 3px 0 0 3px;;
}
.cm-tab:last-child{
    border-radius: 0 3px 3px 0;
}

/* --- PANELS --- */
.cm-panel {
    display: none;
}
.cm-panel.is-active {
    display: block;
}

/* --- HORIZONTAL SCROLL TRACK --- */
.cm-scroll-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 16px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* hide scrollbar on webkit, keep functional */
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    /* gradient mask on left/right edges for smooth fade */
    /*
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 4%,
        black 96%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 4%,
        black 96%,
        transparent 100%
    );
    */
}
.cm-scroll-track::-webkit-scrollbar {
    height: 5px;
}
.cm-scroll-track::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
}

/* add margin left to the first card */
.cm-scroll-track .cm-card:first-child {
    margin-left: 16px;
}
.cm-scroll-track .cm-card:last-child {
    margin-right: 16px;
}
/* --- CARD --- */
.cm-card {
    flex: 0 0 var(--cmp-card-w);
    width: var(--cmp-card-w);
    scroll-snap-align: start;
    border-radius: var(--cmp-radius);
    border: 1px solid var(--cmp-border);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
    position: relative; /* required for stretched-link */
}
/* Keep gallery controls above the stretched-link overlay */
.cm-card .card-gallery {
    position: relative;
    z-index: 2;
}
.cm-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    /*transform: translateY(-2px);*/
}
.cm-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #e8e8e8;
}
.cm-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.cm-card-img--empty {
    background-image: repeating-linear-gradient(
        45deg,
        #e0e0e0 0px,
        #e0e0e0 10px,
        #ececec 10px,
        #ececec 20px
    );
}
.cm-card-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}
.cm-card-upper {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cm-card-title {
    font-family: "Space Grotesk", Sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
    margin: 0 0 4px;
    color: var(--cmp-dark);
}
.cm-card-tags {
    display: none;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
}
.cm-card-tag {
    background: #f0f0f0;
    color: #555;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
}
.cm-card-excerpt {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 8px 0;
    line-height: 1.4;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}
.cm-card a.cm-card-cta {
    display: block;
    width: max-content;
    background: #8bc643;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 8px;
	border-radius: 4px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
	transition-property: all;
    transition-duration: 300ms;
	text-decoration: none;
}
.cm-card a.cm-card-cta:hover {
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    filter: brightness(115%);
}
.cm-empty {
    color: #888;
    font-style: italic;
    padding: 20px 0;
}

/* -----------------------------------------------------------
   CTA + GALLERY TWO-COLUMN ROW  (.cm-cta-gallery-row)
----------------------------------------------------------- */
.cm-cta-gallery-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Left sidebar CTA card */
.cm-cta-sidebar {
    flex: 0 0 280px;
    background: #8bc643;
    border-radius: 16px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 24px;
    margin-top: 24px;
    align-self: flex-start;
}
.cm-cta-sidebar-heading {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}
.cm-cta-sidebar-sub {
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.6;
    opacity: 0.85;
}

/* Gallery takes the rest of the row */
.cm-gallery-section--sidebar {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .cm-cta-gallery-row {
        flex-direction: column;
        gap: 24px;
    }
    .cm-cta-sidebar {
        flex: none;
        width: 100%;
        position: static;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px 24px;
    }
    .cm-cta-sidebar-heading {
        flex: 1 1 100%;
    }
    .cm-gallery-section--sidebar {
        width: 100%;
    }
}

/* -----------------------------------------------------------
   GET A QUOTE CTA SECTION
----------------------------------------------------------- */
.cm-cta-section {
    background: #8BC643;
    margin: 0;
    border-radius: 16px;
    padding: 64px 32px;
}
.cm-cta-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.cm-cta-text {
    flex: 1 1;
}
.cm-cta-heading {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 61px;
    letter-spacing: -1.8px;
    color: #111111;
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin: 0 0 8px;
}
.cm-cta-sub {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    opacity: 0.85;
}
.cm-cta-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    flex-shrink: 0;
}
.cm-cta-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}
@media (max-width: 600px) {
    .cm-cta-inner { flex-direction: column; text-align: center; }
    .cm-cta-btn   { width: 100%; text-align: center; }
}

/* -----------------------------------------------------------
   BACK TO PORTFOLIO LINK (inside hero overlay)
----------------------------------------------------------- */
.cm-back-nav {
    width: 100%;
    margin-bottom: auto;
}
.cm-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: color 0.15s;
    letter-spacing: 0.02em;
}
.cm-back-link:hover { color: #fff; }
.cm-back-link svg { flex-shrink: 0; stroke: currentColor; }

/* -----------------------------------------------------------
   HOTSPOT DOT NUMBER BADGE (frontend)
----------------------------------------------------------- */
.cm-hotspot-node { position: relative; }
.cm-hs-node-badge {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    color: #8BC643;
    border: 1.5px solid #8BC643;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    z-index: 15;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/* -----------------------------------------------------------
   RELATED MODIFICATIONS STRIP
----------------------------------------------------------- */
.cm-related-section {
    max-width: 1440px;
    margin: 60px auto 0;
    padding: 0 32px 60px;
}
.cm-related-section .cm-section-heading {
    margin-bottom: 24px;
}
.cm-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 768px) {
    .cm-related-grid { grid-template-columns: 1fr 1fr; }
    .cm-related-card-img { height: 200px; }
}
@media (max-width: 480px) {
    .cm-related-grid { grid-template-columns: 1fr; }
    .cm-related-card-img { height: 200px; }
}
.cm-related-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--cmp-radius, 6px);
    border: 1px solid var(--cmp-border, #e5e5e5);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}
.cm-related-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.cm-related-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #e8e8e8;
}
.cm-related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.cm-related-card-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cm-related-card-title {
    font-family: "Space Grotesk", Sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 4px;
    color: var(--cmp-dark, #333);
}
.cm-related-card-excerpt {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 8px 0;
    line-height: 1.4;
}
.cm-related-card-tags {
    display: none;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
}
.cm-related-card-tag {
    background: #f0f0f0;
    color: #555;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
}
.cm-related-card-cta {
    display: block;
    width: max-content;
    background: #8bc643;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    transition-property: all;
    transition-duration: 300ms;
    text-decoration: none;
}
.cm-related-card-cta:hover {
    background: #7ab337;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

/* ========================================================== 
   MODIFICATIONS SIDE PANEL  (.cm-modifications-*)
========================================================== */
.cm-modifications-overview {
    margin: auto;
    padding: 32px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    max-width: 1440px;
}
.cm-mods-container {
    flex: 1 1 0;
    min-width: 0;
}
.cm-modifications-side-panel {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #8BC643;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.cm-section-header {
    position: relative;
    z-index: 2;

}
.cm-modifications-side-panel .cm-section-heading {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1.8px;
    border-bottom: none;
    border-top: 1px solid #1F1F1F;
    padding-bottom: 4px;
    margin-bottom: 0;
    padding-top: 12px;
}
.cm-hotspot-subtitle {
    text-align: left;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.cm-type-tags {
    display: flex;
}
.cm-type-tag {
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #111111;
}

/* --- FEATURE PILLS --- */
.cm-features-title {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    margin-bottom: 12px;
    border-top: 1px solid #1F1F1F;
    padding-top: 16px;
}
.cm-feature-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 16px;
}
.cm-feature-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 6px;
    padding: 10px 18px;
    min-width: 90px;
    text-align: center;
}
.cm-feat-label {
    font-family: "Space Grotesk", Sans-serif;
	font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.cm-feat-value {
    color: var(--cm-dark);
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

/* ==========================================================
   CONTAINER MODIFICATIONS HOTSPOT MAP  (.cm-hotspot-*)
========================================================== */
.cm-hotspot-section {
    margin-bottom: 60px;
}
.cm-hotspot-map {
    position: relative;
    width: 100%;
    background-size: 100% 100%;
    background-position: top left;
    border-radius: 25px;
    overflow: visible;
}
.cm-hotspot-node {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.cm-hotspot-dot {
    display: block;
    width: 24px;
    height: 24px;
    background: #8BC643;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    position: relative;
    box-shadow: 0 0 0 3px rgba(139, 198, 67, 0.35);
    transition: transform 0.15s, background 0.15s;
}
.cm-hotspot-dot::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(139, 198, 67, 0.55);
    animation: cm-hs-pulse 2.2s ease-out infinite;
    pointer-events: none;
}
@keyframes cm-hs-pulse {
    0%   { transform: scale(1);   opacity: 1; }
    70%  { transform: scale(1.9); opacity: 0; }
    100% { transform: scale(1.9); opacity: 0; }
}
.cm-hotspot-node:hover .cm-hotspot-dot,
.cm-hotspot-node:focus-within .cm-hotspot-dot {
    transform: scale(1.25);
    background: #7ab337;
}
.cm-hotspot-popup {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    border: 2px solid #8BC643;
    border-radius: 6px;
    padding: 12px 16px;
    min-width: 180px;
    max-width: 260px;
    white-space: normal;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 10;
}
/* Downward arrow */
.cm-hotspot-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #8BC643;
}
.cm-hotspot-node:hover .cm-hotspot-popup,
.cm-hotspot-node:focus-within .cm-hotspot-popup {
    opacity: 1;
    pointer-events: auto;
}
/* Flip popup for nodes near the right edge (x > 68%) */
.cm-hotspot-node.is-flip .cm-hotspot-popup {
    left: auto;
    right: -9px;
    transform: none;
}
.cm-hotspot-node.is-flip .cm-hotspot-popup::after {
    left: auto;
    right: 9px;
    transform: none;
}
.cm-hs-label {
    display: block;
    color: #8BC643;
    font-family: "Space Grotesk", Sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -1.2px;
    margin-bottom: 4px;
}
.cm-hs-desc {
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 800px) {
    .cm-modifications-overview {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }
    .cm-modifications-side-panel {
        flex: none;
        width: 100%;
        padding: 64px 32px;
    }
    .cm-mods-container {
        flex: none;
        width: 100%;
    }
    .cm-section-header {
        border-radius: 12px;
    }
    .cm-hero-inner {
        margin-bottom: 0;
    }
    .cm-type-tags{
        justify-content: center;
    }
    .cm-modifications-side-panel .cm-section-heading{
        width: 100%;
        text-align: center;
    }
    .cm-hotspot-subtitle{
        text-align: center;
    }
    
}

/* --- MOBILE --- */
@media (max-width: 600px) {
    .cm-portfolio-wrapper {
        padding: 16px 0 32px;
    }
    .cm-tab {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
    .cm-card {
        --cmp-card-w: 240px;
    }
    .cm-hotspot-popup {
        min-width: 140px;
        max-width: 180px;
        padding: 8px 10px;
        font-size: 0.8rem;
    }
}

/* ==========================================================
   GALLERY CAROUSEL — SLIDER REDESIGN
   Brand: #8bc643 (green)  /  #000000 (black)  /  #ffffff (white)
========================================================== */

/* --- Inventory slider base styles --- */
.inventory-slider-wrapper {
    position: relative;
}
.inventory-slider-main img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 4px;
    cursor: zoom-in;
}
.inventory-slider-thumb {
    margin-top: 10px;
}
.inventory-slider-thumb .slick-slide {
    padding: 0 3px;
}
.inventory-slider-thumb img {
    width: 100%;
    opacity: 0.55;
    transition: opacity 0.2s;
    cursor: pointer;
}
.inventory-slider-thumb .slick-current img {
    opacity: 1;
    outline: 2px solid #8bc643;
    outline-offset: 2px;
}

/* Also add active border to cont-mods thumb */
.cm-slider-thumb .slick-current img {
    outline: 2px solid #8bc643;
    outline-offset: 2px;
}

/* --- Arrows: overlaid on image edges for both main sliders --- */
.inventory-slider-main .slick-prev,
.inventory-slider-main .slick-next,
.cm-slider-main .slick-prev,
.cm-slider-main .slick-next {
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    transition: background 0.2s;
}
.inventory-slider-main .slick-prev,
.cm-slider-main .slick-prev {
    left: 12px;
}
.inventory-slider-main .slick-next,
.cm-slider-main .slick-next {
    right: 12px;
}
.inventory-slider-main .slick-prev:hover,
.inventory-slider-main .slick-next:hover,
.cm-slider-main .slick-prev:hover,
.cm-slider-main .slick-next:hover {
    background: rgba(0, 0, 0, 0.75);
}
.inventory-slider-main .slick-prev::before,
.inventory-slider-main .slick-next::before,
.cm-slider-main .slick-prev::before,
.cm-slider-main .slick-next::before {
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
}

/* --- Dot indicators (shown on mobile only) --- */
.inventory-slider-main .slick-dots li button::before,
.cm-slider-main .slick-dots li button::before {
    font-size: 10px;
    color: #000000;
    opacity: 0.3;
    transition: opacity 0.2s, color 0.2s;
}
.inventory-slider-main .slick-dots li.slick-active button::before,
.cm-slider-main .slick-dots li.slick-active button::before {
    color: #8bc643;
    opacity: 1;
}

/* --- Responsive: desktop = thumbnail strip; mobile = dots --- */
@media (min-width: 601px) {
    .inventory-slider-main .slick-dots,
    .cm-slider-main .slick-dots {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .inventory-slider-thumb,
    .cm-slider-thumb {
        display: none !important;
    }
    .inventory-slider-wrapper,
    .cm-gallery-section {
        padding-bottom: 36px;
    }
}

/* --- Lightbox --- */
.gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.gallery-lightbox.is-open {
    display: flex;
}
.gallery-lightbox-img {
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 4px;
    cursor: default;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
    display: block;
}
.gallery-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 24px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s, border-color 0.2s;
    z-index: 1;
    font-weight: 400;
}
.gallery-lightbox-close:hover {
    background: rgba(139, 198, 67, 0.5);
    border-color: #8bc643;
}

/* ── CARD GALLERY MINI-SLIDER ── */
.card-gallery {
    position: relative;
    display: grid;
    overflow: hidden;
    background: #e8e8e8;
}
.cm-card-img.card-gallery {
    height: auto;
}
/* Images stack in the same grid cell — no absolute needed */
/* Higher specificity (.card-gallery img) beats .inventory-card img / .cm-card-img img */
.card-gallery .card-gallery-img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: none; /* Snap off instantly — no outgoing crossfade */
    pointer-events: none;
    aspect-ratio: 16 / 10;
}
.card-gallery .card-gallery-img.is-active {
    opacity: 1;
    transition: opacity 0.3s ease; /* Only fade in */
}
/* Buttons and badge are UI overlays — absolute is correct here */
.card-gallery-prev,
.card-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.2s ease, background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.card-gallery-prev {
    left: 8px;
}
.card-gallery-next {
    right: 8px;
}
.card-gallery-prev:hover,
.card-gallery-next:hover {
    background: rgba(0, 0, 0, 0.75);
}
.inventory-card:hover .card-gallery-prev,
.inventory-card:hover .card-gallery-next,
.cm-card:hover .card-gallery-prev,
.cm-card:hover .card-gallery-next {
    opacity: 1;
}
@media (hover: none) {
    .card-gallery-prev,
    .card-gallery-next {
        opacity: 1;
    }
}
.card-img-count {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 7px 2px 5px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    pointer-events: none;
    z-index: 2;
    line-height: 1.6;
}
.card-gallery-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    letter-spacing: 0.02em;
    z-index: 3;
    transition: background 0.2s ease;
}
.card-gallery-more:hover {
    background: rgba(139, 198, 67, 0.85);
    color: #fff;
}
/* "More? View Pictures" 4th carousel slide */
.card-gallery .card-gallery-more-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    /* No blend-mode — overlay handled by ::before to keep image sharp */
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    pointer-events: auto;
    z-index: 0;
}
.card-gallery .card-gallery-more-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    transition: background 0.2s ease;
    z-index: 1;
}
.card-gallery .card-gallery-more-slide:hover::before {
    background: rgba(139, 198, 67, 0.72);
}
.card-gallery .card-gallery-more-slide > * {
    position: relative;
    z-index: 2;
}
.card-gallery .card-gallery-more-slide.is-active {
    transition: opacity 0.3s ease;
}
.card-gallery .card-gallery-more-slide:hover {
    color: #fff;
}

/* =====================================================
   FEATURED MODIFICATIONS GRID  [featured_modifications]
===================================================== */
.cm-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Override the fixed flex-width used inside .cm-scroll-track */
.cm-featured-grid .cm-card {
    flex: unset;
    width: 100%;
}

@media (max-width: 768px) {
    .cm-featured-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding: 0 16px 12px;
        scrollbar-width: none; /* Firefox */
    }
    .cm-featured-grid::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }
    .cm-featured-grid .cm-card {
        flex: 0 0 78vw;
        width: 78vw;
        scroll-snap-align: start;
    }
}