
						
													#Image40{
								box-sizing: border-box;
								background-repeat: no-repeat;
																	background-image: url('/images/cms/laptop1.jpg');
																
																	background-size: cover;
																
																	background-position: Center;
																
																	min-height: 400px;
															}
							
														
														
													
												
					

							.StreamingMedia_downloadContainer{
								text-align: center;
								margin: .5em 0;
							}
							.StreamingMedia_QualitySelector,
							.StreamingMedia_playerContainer,
							.StreamingMedia_zoom{
								text-align: center;
								padding: .5em;
							}
							.StreamingMedia_player{
								margin: 0 auto;
							}
							.StreamingMedia_playerContainer object{
								background: #000;
							}
							.SubPageList_summaryPageTitle{
								text-align: center;
								padding: .25em 0;
							}
							.SubPageList_summaryPageTitle a{
								font-size: 125%;
								font-weight: bold;
							}
						

				   			#StreamingMedia21 video{
					   			margin: 0 auto;
					   			
					   			height: auto;					   			
					   			width: 100%;							
								object-fit: initial; /* fits poster image */
								cursor: pointer;
								display: block;
							}
													

						
													#Image41{
								box-sizing: border-box;
								background-repeat: no-repeat;
																	background-image: url('/images/cms/solutions-keep-moving-but1.jpg');
																
																	background-size: cover;
																
																	background-position: Center;
																
																	min-height: 400px;
															}
							
														
														
													
												
					

						/* Container for the three stat cards */
.stat-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 80px 10%; /* Adding 10% side padding keeps text aligned while background stretches */
    background-color: #f4f4f4; /* Your light gray background */
    width: 100%;       /* Forces it to fill the screen */
    box-sizing: border-box;
    margin: 0 auto;
}

/* Individual Card Styling */
.stat-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Module Section (Light Contrast) */
.module-section { background: var(--module-bg); color: #111; padding: 100px 0; }
.section-title.light { color: #888; }
.module-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }

.module-num { color: var(--safety-orange); font-weight: 900; font-size: 1.2rem; display: block; margin-bottom: 5px; }
.module-item h3 { margin: 0 0 10px; text-transform: uppercase; font-size: 1.5rem; border-bottom: 2px solid #ddd; padding-bottom: 10px; }

/* Button Style */
.btn-metal {
    display: inline-block;
    background: var(--safety-orange);
    color: #fff;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.2s ease;
    margin-top: 20px;
}

.btn-metal:hover { transform: scale(1.05); background: #e65a00; }

.cta-footer { text-align: center; padding: 100px 0; border-top: 1px solid #333; }

/* Responsive Calibration */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .stats-grid, .module-grid { grid-template-columns: 1fr; }
}

/* Large Percentage/Number Styles */
.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color:#ff6600; /* High-visibility orange for "Performance Engineered" look */
    margin-bottom: 10px;
    line-height: 1;
}

/* Heading/Trust Text */
.stat-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Description Text */
.stat-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    border-top: 2px solid #ff6600; /* Mechanical accent line */
    padding-top: 15px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .stat-cards-container {
        flex-direction: column;
        gap: 40px;
    }
}
.fmm-cta-button {
    display: inline-block;
    background-color: #ff6600; /* WE BUILD Orange */
    color: #ffffff !important;
    padding: 18px 45px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid #ff6600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fmm-cta-button:hover {
    background-color: transparent;
    color: #ff6600 !important;
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}


/* Modal Overlay - Hidden by default */
.fmm-modal-overlay {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8); /* Dark industrial overlay */
    backdrop-filter: blur(5px);
}

/* form on button Box */
.fmm-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 40px;
    border-left: 5px solid #ff6600; /* Vertical accent line */
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Close Button */
.fmm-modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
}

/* Input Styles */
.fmm-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: inherit;
}

/* sta button-audit request */
.fmm-cta-button {
    display: inline-block;
    background-color: #ff6600;
    color: #ffffff !important;
    padding: 16px 35px;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #ff6600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fmm-cta-button:hover {
    background-color: #1a1a1a; /* Turns dark gray/black on hover */
    border-color: #1a1a1a;
    color: #ffffff !important;
}

/* FMM Invisible Buyer Styles */

.fmm-invisible-section {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), 
                url('https://fullmetalmarketing.net/images/managed/FMM-Website-SocialMedia-invisible-buyer.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Inter', 'Helvetica', sans-serif;
}
.fmm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fmm-flex-row {
    display: flex;
    gap: 80px;
    align-items: center;
}

/* Left Column Styling */
.fmm-col-left { flex: 1.2; }
.fmm-hdr-accent { font-size: 2.8rem; font-weight: 900; color: #ff6b00; margin-bottom: 30px; line-height: 1; }
.fmm-white { color: #fff; }

.fmm-quote-block {
    border-left: 4px solid #ff6b00;
    padding: 20px;
    background: #1a1a1a;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.fmm-text-main { font-size: 1.1rem; opacity: 0.8; line-height: 1.6; }

/* Right Column / Blueprint Box */
.fmm-col-right { flex: 1; }

.fmm-blueprint-frame {
    background: #f4f4f4;
    color: #111;
    padding: 50px;
    border-radius: 2px;
    position: relative;
    box-shadow: 15px 15px 0px #ff6b00; /* Offset shadow for industrial look */
}

.fmm-blueprint-hdr {
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.fmm-data-point { margin-bottom: 25px; }
.fmm-point-title { display: block; font-weight: 800; text-transform: uppercase; font-size: 0.9rem; color: #555; margin-bottom: 5px; }
.fmm-orange-text { color: #ff6b00; font-weight: 800; }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .fmm-flex-row { flex-direction: column; gap: 50px; }
    .fmm-blueprint-frame { box-shadow: 10px 10px 0px #ff6b00; }
}

/* Social media blueprint section */
:root {
    --fmm-orange: #ff6b00;
    --fmm-steel: #f4f7f9;
    --fmm-dark: #1a1a1a;
    --fmm-border: #dbe2e8;
}

.fmm-execution-section { background-color: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* Header */
.fmm-header-block { margin-bottom: 60px; border-left: 8px solid var(--fmm-orange); padding-left: 30px; }
.fmm-title { font-size: 2.5rem; font-weight: 900; color: var(--fmm-dark); margin: 0; }
.fmm-accent { color: var(--fmm-orange); }
.fmm-subtitle { font-size: 1.1rem; color: #666; margin-top: 10px; }

/* Strategy Grid */
.fmm-strategy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 80px; }
.fmm-step-card { 
    background: var(--fmm-steel); padding: 40px; border: 1px solid var(--fmm-border); 
    position: relative; overflow: hidden; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fmm-step-card:hover { transform: translateY(-10px); background: #fff; border-color: var(--fmm-orange); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }

.fmm-step-num { font-size: 0.8rem; font-weight: 800; color: var(--fmm-orange); letter-spacing: 2px; margin-bottom: 15px; }
.fmm-step-card h4 { font-weight: 900; margin-bottom: 15px; letter-spacing: -0.5px; }

.fmm-spec-overlay { 
    position: absolute; bottom: -40px; left: 40px; font-size: 0.7rem; font-weight: 800; 
    color: var(--fmm-orange); transition: 0.4s; opacity: 0;
}
.fmm-step-card:hover .fmm-spec-overlay { bottom: 20px; opacity: 1; }

/* Premium Form */
.fmm-form-container { background: var(--fmm-dark); color: white; padding: 60px; position: relative; }
.fmm-form-container::before { content: ""; position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: linear-gradient(45deg, transparent 50%, var(--fmm-orange) 50%); }

.fmm-form-header h3 { font-size: 1.8rem; font-weight: 800; color: var(--fmm-orange); margin-bottom: 10px; }
.fmm-form-header p { opacity: 0.7; margin-bottom: 40px; }

.fmm-form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.fmm-premium-form input, .fmm-premium-form select, .fmm-premium-form textarea {
    flex: 1; background: #2a2a2a; border: 1px solid #444; padding: 15px; color: white; font-family: inherit; font-size: 0.9rem;
}
.fmm-premium-form input:focus { border-color: var(--fmm-orange); outline: none; }

.fmm-submit-btn {
    background: var(--fmm-orange); color: white; border: none; padding: 20px 40px; 
    font-weight: 800; letter-spacing: 1px; cursor: pointer; transition: 0.3s; width: 100%;
}
.fmm-submit-btn:hover { background: #e65a00; letter-spacing: 3px; }

/* Full-Width Background Section */
.fmm-full-width-bg {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 0;
    z-index: 1;
}

.fmm-text-overlay {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Responsive Table/Form Stacking */
@media only screen and (max-width: 768px) {
    .fmm-full-width-bg {
        background-attachment: scroll;
        padding: 60px 20px;
        text-align: center;
    }

    .fmm-form-table, 
    .fmm-form-table tr, 
    .fmm-form-table td {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fmm-form-table td {
        margin-bottom: 20px;
    }
}
/* FMM Service Scroller */
:root {
    --accent: #ff6a00;
    --accent-strong: #ff8c33;
    --steel: #8d98a1;
    --electric: #21a1ff;
    --text: #10161c;
    --text-muted: #5a6874;
    --line: rgba(16, 22, 28, 0.1);
    --surface: #ffffff;
    --shadow: 0 18px 44px rgba(4, 10, 18, 0.1);
    --max-width: 1200px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #ffffff;
    color: var(--text);
    font-family: "Barlow", sans-serif;
}

.services-scroller {
    overflow: hidden;
    padding: 4rem 0;
    background: var(--surface);
}

.container {
    width: min(var(--max-width), calc(100% - 32px));
    margin: 0 auto;
}

.eyebrow,
h2,
.service-chip {
    font-family: "Barlow Condensed", sans-serif;
}

.section-heading {
    max-width: 46rem;
    margin-bottom: 1.75rem;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--accent-strong);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.section-heading p:last-child {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.service-marquee {
    overflow: hidden;
    padding: 1.1rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.service-marquee__track {
    display: flex;
    width: max-content;
    gap: 0.8rem;
    will-change: transform;
    animation: cirkuit-marquee 32s linear infinite;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.7rem;
    padding: 0.7rem 1rem;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
    white-space: nowrap;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.service-chip--strategy {
    background: rgba(255, 106, 0, 0.12);
    color: var(--accent);
}

.service-chip--creative {
    background: rgba(141, 152, 161, 0.16);
    color: #56636d;
}

.service-chip--it {
    background: rgba(33, 161, 255, 0.14);
    color: var(--electric);
}

@keyframes cirkuit-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 680px) {
    .container {
        width: min(var(--max-width), calc(100% - 22px));
    }

    .services-scroller {
        padding: 3rem 0;
    }

    .service-marquee__track {
        animation-duration: 38s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-marquee__track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
        transform: none !important;
    }
}

						
