/*
Theme Name: Victory Lane Advertising
Theme URI: http://example.com/victory-lane
Author: VLA
Description: Performance Driven Marketing Theme.
Version: 1.2
License: GNU General Public License v2 or later
Text Domain: victory-lane
*/
	

.parent-pageid-52 .section.bg-light {
	background-color: #f7f7f7; 
}

.parent-pageid-52 .header-content h1 {
	font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
	margin-bottom: 0.5em !important;
}

.parent-pageid-52 .header-content p {
	font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    border-left: 4px solid var(--accent) !important;
    padding-left: 1.5rem !important;
    margin-bottom: 2.5rem !important;
    font-weight: 300;
}

.parent-pageid-52 section {
	padding: 2rem 0;
}

.parent-pageid-52 .page-header {
	display: none;
}

.parent-pageid-52 section .container {
	max-width: 100%;
	padding: 0px;
}

#header-section {
	padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

#header-section, #header-section section {
	background-color: #091628 !important;
}

#header-section .header-content {
	max-width: 800px;
}


.parent-pageid-52 #main-content-section .et_pb_image {
	width: 50px;
	display: inline-flex !important;
	margin-bottom: 0px;
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #c1c1c1;
}

.parent-pageid-52 #main-content-section .et_pb_heading {
	display: inline-flex;
	margin-left: 20px;
}

.parent-pageid-52 #main-content-section h1 {
	font-size: 20px;
	font-weight: 700 !important;
}

.parent-pageid-52 #box-1, .parent-pageid-52 #box-2 {
	display: inline-flex;
	width: 48%;
	background-color: #f3f3f3;
	border: 1px solid #c1c1c1 !important;
    margin-right: 2% !important;
    background-color: #f3f3f3 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 1em !important;
	
}

.parent-pageid-52 #box-1 .et_pb_text_inner, .parent-pageid-52 #box-2 .et_pb_text_inner {
    margin-bottom: 1em;
}

#main-content-section .et_pb_image {
	margin-top: 30px !important;
}

#main-content-section #first-content-image {
	margin-top: 0px !important;
}


.section-label {
	text-transform: uppercase;
    color: #dc2626;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	font-size: 0.875rem;
}

.parent-pageid-52 .et_pb_icon {
	width: 20px !important;
	display: inline-flex !important;
}

.parent-pageid-52 #main-content-section .sidebar-heading {
	margin-left: 0px;
	display: block;
}


.parent-pageid-52 #main-content-section .capabilities {
	display: inline-flex;
	margin-left: 10px;
	width: calc(100% - 40px); 
}

.parent-pageid-52 #main-content-section .et-last-child h2,
.parent-pageid-52 #main-content-section .et-last-child p {
	font-size: 14px !important;
}

.parent-pageid-52 .et-last-child {
	background-color: #091628 !important;
    color: white !important;
    padding: 30px 24px !important;
	border-left: 4px solid #e02b20 !important;
}

.parent-pageid-52 .et-last-child h1 {
	font-size: 20px !important;
}

#service-cta {
	background-color: #091628 !important;
	padding: 0px !important;
}

#service-cta a {
	font-size: 1em !important;
	width: 100% !important;
	background-color: #e02b20 !important;
	border: none !important;
	border-radius: 0px !important;
}

#service-cta .et_pb_button:after {
	font-size: 27px !important;
}

.parent-pageid-52 ul li::marker {
    color: var(--accent); 
}

.parent-pageid-52 #main-content-section .et_pb_column_3_4 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.parent-pageid-52 #main-content-section .et_pb_column_1_4 h1 {
	line-height: 1.4em;
}

.footer-social {
	display: none;
}

.footer-content {
    margin: auto;
    margin-bottom: 60px;
}

/* --- Split Section (Image Left / Text Right) --- */

.split-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 600px; /* Ensures substantial height like the design */
    background-color: var(--primary); /* Uses your existing #0A1628 */
}

/* Image Column */
.split-image {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the area without stretching */
    display: block;
}

/* Content Column */
.split-content {
    flex: 1;
    min-width: 300px;
	max-width: 900px;
    padding: 5rem; /* Generous padding matches the screenshot */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--primary); /* Ensures background match */
}

.split-content a {
	max-width: 300px;
}

/* Typography Specifics */
.section-eyebrow {
    color: var(--accent); /* Uses your existing red #DC2626 */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: block;
}

.split-content h2 {
    font-size: 2.5rem; /* Large heading */
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.split-content .lead-text {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    max-width: 90%;
}

/* Stats Row */
.stats-row {
    display: flex;
    gap: 4rem;
    margin-bottom: 3rem;
}

.stat-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-light);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-desc {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .split-content {
        padding: 3rem;
    }
}

@media (max-width: 768px) {
    .split-section {
        flex-direction: column;
    }
    
    .split-image {
        height: 300px; /* Fixed height for image on mobile */
    }
    
    .split-content {
        padding: 2rem;
    }
}

/* --- SCROLL HEADER STYLES --- */

.main-nav ul li:last-child a {
    background-color: red; /* You can also use var(--accent) to match your theme */
    padding: 10px 30px;
    margin-top: -10px;
    display: inline-block; /* Required for margin/padding to affect layout */
    color: white;
}

/* Ensure text remains white on hover */
.main-nav ul li:last-child a:hover {
    color: white !important;
    opacity: 0.9; /* Optional: slight fade effect on hover */
}

/* PREVENT SCROLL ISSUE: 
   Keep text white even when the rest of the menu turns black on scroll */
.site-header.scrolled .main-nav ul li:last-child a {
    color: white !important;
}

/* Add transition to header elements for smooth color swap */
.site-header {
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.main-nav a, 
.mobile-menu-toggle span {
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Styles applied when Javascript adds the 'scrolled' class */
.site-header.scrolled {
    background-color: #f0f1f3;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Change navigation links to black */
.site-header.scrolled .main-nav a {
    color: #000000;
}

/* Hover state for scrolled links (optional, e.g., keep red accent) */
.site-header.scrolled .main-nav a:hover,
.site-header.scrolled .main-nav a.active {
    color: #dc2626; /* Keeps your accent color */
}

/* Change Mobile Hamburger lines to black */
.site-header.scrolled .mobile-menu-toggle span {
    background-color: #000000;
}

:root {
    --primary: #0A1628;
    --secondary: #1a2942;
    --accent: #DC2626;
    --text-light: #ffffff;
    --text-muted: #94a3b8;
    --bg-light: #f8fafc;
    --bg-gray: #f1f5f9;
    --border: #e2e8f0;
    --font-main: 'Inter', sans-serif;
    --container-width: 1280px;
    --header-height: 80px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-main); color: var(--primary); line-height: 1.6; background-color: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 1rem; }
h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.5rem; }

.display-title { font-size: 3rem; font-weight: 800; margin-bottom: 1.5rem; }
.section-title { font-size: 2.5rem; margin-bottom: 1.5rem; }
.lead-text { font-size: 1.25rem; color: var(--text-muted); max-width: 800px; margin-bottom: 2rem; }
.text-primary { color: var(--primary); }
.text-white { color: var(--text-light); }
.text-muted { color: var(--text-muted); }
.gradient-text { background: linear-gradient(to right, #fff, rgba(255,255,255,0.5)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-right: 0.5rem; }

/* Layout Utilities */
.container { max-width: var(--container-width); margin: 0 auto; padding: 0 2rem; }
.section { padding: 6rem 0; }
.bg-primary { background-color: var(--primary); color: white; }
.bg-secondary { background-color: var(--secondary); color: white; }
.bg-light { background-color: #fff; }
.bg-gray { background-color: var(--bg-gray); }

.grid-2-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.grid-2-col-lg { display: grid; grid-template-columns: 5fr 7fr; gap: 4rem; }
.grid-3-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4-col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }

/* Header & Nav */
.site-header { position: fixed; top: 0; left: 0; width: 100%; height: var(--header-height); background: rgba(10, 22, 40, 0.95); backdrop-filter: blur(10px); z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; }
.site-header .container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.logo-img { height: 70px; width: auto; }
.main-nav ul { display: flex; gap: 2rem; }
.main-nav a { color: rgba(255,255,255,0.7); font-weight: 500; text-transform: uppercase; font-size: 0.875rem; letter-spacing: 0.05em; }
.main-nav a:hover, .main-nav a.active, .main-nav .current-menu-item a { color: #dc2626; }
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; }
.mobile-menu-toggle span { display: block; width: 24px; height: 2px; background-color: white; transition: 0.3s; }

/* Hero Section */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: var(--header-height); background-color: var(--primary); color: white; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.hero-bg .hero-static-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/* Layer 2: Video (Visible initially, fades out later) */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 1;
    transition: opacity 1.5s ease; /* The fade duration */
}
/* The class JS will add to hide the video */
.hero-video.hidden {
    opacity: 0;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
/* Layer 3: Dark Gradient Overlay (Always on top to ensure text readability) */
.hero-bg .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, var(--primary), rgba(10, 22, 40, 0.8), transparent); z-index: 3; }
.hero-content { position: relative; z-index: 1; width: 100%; }
.hero-text { max-width: 800px; }
.hero h1 { font-size: 5rem; margin-bottom: 1.5rem; line-height: 1; }
.hero-desc { font-size: 1.5rem; color: rgba(255,255,255,0.8); border-left: 4px solid var(--accent); padding-left: 1.5rem; margin-bottom: 2.5rem; font-weight: 300; }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); text-transform: uppercase; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; margin-bottom: 2rem; color: white; }
.dot { width: 8px; height: 8px; background-color: var(--accent); border-radius: 50%; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.3s ease; cursor: pointer; border: none; }
.btn-lg { padding: 1.25rem 2.5rem; font-size: 1.125rem; }
.btn-primary { background-color: var(--accent); color: white; }
.btn-primary:hover { background-color: #b91c1c; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(220, 38, 38, 0.2); }
.btn-outline { background: transparent; border: 1px solid white; color: white; }
.btn-outline:hover { background: white; color: var(--primary); }
.btn-full { width: 100%; }
.hero-buttons { display: flex; gap: 1rem; }
.scroll-indicator { margin-top: 4rem; opacity: 0.5; animation: bounce 2s infinite; display:none;}
.scroll-indicator span { display: none; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 0.5rem; }
.scroll-indicator .line { width: 1px; height: 40px; background-color: white; margin-left: 4px; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} }

/* Cards (Homepage) */
.card { background: var(--bg-gray); padding: 2rem; border: 1px solid var(--border); transition: 0.3s; }
.card:hover { border-color: var(--accent); transform: translateY(-5px); }
.grid-2-col-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.icon-box { width: 48px; height: 48px; background: white; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.icon-box img { width: 48px !important; height: 48px !important; }

/* Services Preview (Homepage) */
.service-card { display: block; background: white; border: 1px solid var(--border); height: 100%; transition: 0.3s; }
.service-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.1); transform: translateY(-5px); }
.service-card .img-wrapper { height: 200px; overflow: hidden; position: relative; }
.service-card .img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.service-card:hover .img-wrapper img { transform: scale(1.05); }
.service-card .card-body { padding: 1.5rem; display: flex; flex-direction: column; height: calc(100% - 200px); }
.service-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--primary); }
.service-card p { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.5rem; flex-grow: 1; }
.learn-more { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); }

.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; }
.link-arrow { color: var(--accent); font-weight: 600; transition: 0.3s; }
.link-arrow:hover { color: #b91c1c; transform: translateX(5px); }

/* --- INNER PAGE STYLES --- */

/* Page Headers (About, Services, Work, Contact) */
.page-header { padding-top: calc(var(--header-height) + 4rem); padding-bottom: 4rem; background-color: var(--primary); color: white; }
.page-header h1 { font-size: 4rem; margin-bottom: 1.5rem; }

/* About Page Specifics */
.image-stack { position: relative; height: 500px; }
.img-bg-1, .img-bg-2 { position: absolute; inset: 0; border: 1px solid rgba(0,0,0,0.1); }
.img-bg-1 { transform: rotate(3deg); background: var(--secondary); z-index: 1; }
.img-bg-2 { transform: rotate(-3deg); background: rgba(10,22,40,0.05); z-index: 0; }
.img-main { position: absolute; inset: 0; z-index: 2; overflow: hidden; background: white; border: 1px solid var(--border); }
.img-main img { width: 100%; height: 100%; object-fit: cover; }
.img-overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 2rem; background: linear-gradient(to top, rgba(10,22,40,0.9), transparent); color: white; }

.value-card { background: white; padding: 2rem; border: 1px solid var(--border); transition: 0.3s; }
.value-card:hover { border-color: var(--accent); }
.icon-box-sm { font-size: 2rem; margin-bottom: 1rem; }

/* Services Page Specifics */
.feature-list {
	margin-top: 20px;
}
.service-detail-card { background: white; padding: 2.5rem; border: 1px solid var(--border); height: 100%; }
.feature-list li { display: flex; align-items: center; margin-bottom: 0.5rem; font-size: 0.9rem; color: var(--text-muted); }
.feature-list li::before { content: ''; width: 6px; height: 6px; background-color: var(--accent); border-radius: 50%; margin-right: 0.75rem; }

/* Work Page Specifics */
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 2rem 0; }
.stat-value { font-size: 2.5rem; font-weight: 800; color: var(--primary); }
.stat-label { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 700; margin-bottom: 0.5rem; }

.quote-box { background: var(--bg-gray); padding: 2rem; border-left: 4px solid var(--accent); font-style: italic; font-size: 1.125rem; color: var(--primary); margin-top: 2rem; }
.quote-box cite { display: block; margin-top: 1rem; font-style: normal; font-size: 0.875rem; font-weight: 700; text-transform: uppercase; }

.img-wrapper-lg { height: 400px; position: relative; margin-bottom: 2rem; overflow: hidden; }
.img-wrapper-lg img { width: 100%; height: 100%; object-fit: cover; }
.tags-overlay { position: absolute; bottom: 1.5rem; left: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tags-overlay span { background: rgba(255,255,255,0.1); backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }

.grid-2-col-sm { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.grid-2-col-sm img { width: 100%; height: 150px; object-fit: cover; }

.case-card-full { display: grid; grid-template-columns: 1fr 1fr; background: white; border: 1px solid var(--border); transition: 0.3s; }
.case-card-full:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.case-card-full .img-col { position: relative; height: 100%; min-height: 300px; }
.case-card-full .img-col img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.case-card-full .text-col { padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.case-card-full .category { color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; margin-bottom: 1rem; }

/* Contact Page Specifics */
.contact-form-wrapper, .contact-info-wrapper { padding: 2rem; }
.contact-info-wrapper { border-left: 1px solid var(--border); padding-left: 4rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 700; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.5rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem; border: 1px solid var(--border); background: var(--bg-gray); font-family: inherit; font-size: 1rem; transition: 0.3s; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); background: white; }
.form-group textarea { min-height: 150px; resize: vertical; }
.info-item { display: flex; gap: 1.5rem; margin-bottom: 2.5rem; }
.careers-box { background: var(--primary); color: white; padding: 2rem; margin-top: 3rem; }

/* Case Study / Generic Classes (Missing from original, but required for inner content) */
.check-list { margin-top: 1rem; }
.check-list li { display: flex; align-items: flex-start; margin-bottom: 0.75rem; }
.check-list li::before { content: '\2713'; color: var(--accent); font-weight: bold; margin-right: 10px; }
.back-link { display: inline-block; color: rgba(255,255,255,0.7); text-transform: uppercase; font-size: 0.875rem; font-weight: 600; transition: 0.3s; }
.back-link:hover { color: white; transform: translateX(-5px); }

.results-card { background: white; padding: 2rem; border: 1px solid var(--border); margin-bottom: 2rem; border-top: 4px solid var(--accent); }
.result-item { margin-bottom: 1.5rem; }
.result-item:last-child { margin-bottom: 0; }
.result-value { font-size: 2rem; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 0.5rem; }
.result-desc { font-size: 0.875rem; color: var(--text-muted); font-weight: 500; }
.testimonial-card { background: var(--bg-gray); padding: 2rem; border-radius: 4px; margin-bottom: 2rem; font-style: italic; }
.testimonial-card cite { display: block; margin-top: 1rem; font-style: normal; font-size: 0.9rem; color: var(--primary); }
.sidebar-col .img-wrapper img { border-radius: 4px; }

/* Intro Animation */
#intro-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: black; z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 0.5s ease; }
#intro-overlay.hidden { opacity: 0; pointer-events: none; }
#intro-video { width: 100%; height: 100%; object-fit: cover; }

/* Footer */
.site-footer { background: #050b14; color: white; padding: 4rem 0 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-content { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 3rem; }
.footer-logo img { height: 30px; width: auto; margin-bottom: 1rem; }
.footer-logo p { color: rgba(255,255,255,0.5); font-size: 0.875rem; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { color: rgba(255,255,255,0.7); font-size: 0.875rem; }
.footer-links a:hover { color: white; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.4); font-size: 0.75rem; }

/* Responsive */

@media (max-width: 768px) {
    .mobile-menu-toggle { display: flex; }
    .main-nav { position: fixed; top: var(--header-height); left: 0; width: 100%; background: var(--primary); padding: 2rem; transform: translateY(-100%); transition: 0.3s; z-index: 999; opacity: 0; pointer-events: none; }
    .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .main-nav ul { flex-direction: column; align-items: center; gap: 1.5rem; }
    .hero-buttons { flex-direction: column; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .footer-content { flex-direction: column; gap: 2rem; }
    .footer-links { flex-direction: column; gap: 1rem; }
	.site-header.scrolled .main-nav a {
    	color: #fff;
	}
	.page-header h1 {
		font-size: 3rem;
		margin-bottom: 1.5rem;
	}

	.parent-pageid-52 #main-content-section h1 {
		font-size: 20px !important;
	}
	
	.display-title {
	    font-size: 2rem;
	}
	
	.grid-2-col, .grid-3-col, .grid-4-col, .grid-5-col, .grid-6-col, .grid-2-col-lg, .case-card-full, .grid-2-col-inner {
		grid-template-columns: auto !important;
	}
	
	.mobile-menu-toggle {
        display: flex !important;
    }
	
	.site-header .main-nav {
		display: block !important;
		text-align: center !important;
	}
	
	.contact-info-wrapper {
		padding-left: 0px !important;
		padding: 0px !important;
		border-left: none !important;
	}
	
	.parent-pageid-52 section.section.bg-light {
		padding: 0px !important;
	}
	
	#header-section h1 {
		margin-top: 2em !important;
	}
}

@media screen and (max-width: 767px) {
	.site-header.scrolled .main-nav a {
    	color: #fff;
	}
	.page-header h1 {
		font-size: 3rem;
		margin-bottom: 1.5rem;
	}

	.parent-pageid-52 #main-content-section h1 {
		font-size: 20px !important;
	}

	.display-title {
	    font-size: 2rem;
	}
	
	.grid-2-col, .grid-3-col, .grid-4-col, .grid-5-col, .grid-6-col, .grid-2-col-lg, .case-card-full, .grid-2-col-inner {
		grid-template-columns: auto !important;
	}
    
	.mobile-menu-toggle {
        display: flex !important;
    }
	
	.site-header .main-nav {
		display: block !important;
		text-align: center !important;
	}
	
	#header-section, #header-section section {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	#header-section h1 {
		margin-top: 2em !important;
	}
	
	.contact-info-wrapper {
		padding-left: 0px !important;
		padding: 0px !important;
		border-left: none !important;
	}
	
	.parent-pageid-52 section.section.bg-light {
		padding: 0px !important;
	}

}

/* Animations */
.fade-in-section { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-in-section.visible { opacity: 1; transform: translateY(0); }