/* Make the header sticky */
.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

/* Add padding to body to compensate for fixed header */
body {
    padding-top: 80px !important;
}

/* Adjust for mobile */
@media (max-width: 921px) {
    body {
        padding-top: 70px !important;
    }
}

/* Ensure the header stays above the admin bar when logged in */
.logged-in .site-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .logged-in .site-header {
        top: 46px !important;
    }
}

/* Optional: Add a subtle animation when scrolling */
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}






/* Minimal fix for trust banner cropping */
.transport-trust-banner {
    margin-top: 15px !important;
}

/* Or adjust just the body padding slightly */
body {
    padding-top: 95px !important; /* Just 15px more than the current 80px */
}











/* Subtle overlap - just creeping into the image */
.services-container {
    position: relative;
    z-index: 10;
    margin-top: -80px !important; /* Much less negative margin */
    padding: 0 40px;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    position: relative;
    z-index: 15;
}

/* Adjust hero section for smaller overlap */
.hero-section,
.main-banner {
    position: relative;
    z-index: 5;
    padding-bottom: 60px; /* Less padding needed */
}

/* Mobile */
@media (max-width: 768px) {
    .services-container {
        margin-top: -50px !important;
        padding: 0 20px;
    }
}







/* Enhanced white accents for navigation bar */
.site-header {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 
                inset 0 1px 0 rgba(255, 255, 255, 0.4),
                inset 0 -1px 0 rgba(255, 255, 255, 0.2) !important;
}

/* White accent on nav links */
.nav-link {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.nav-link:hover,
.nav-link.active {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
                0 2px 8px rgba(255, 255, 255, 0.2) !important;
}

/* Social icons with white accents */
.social-link {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.social-link:hover {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    background: rg
			
			
			
			
			
			
			
			
			
			
			
			


/* Adjust body to account for fixed banner */
body {
    padding-top: 50px !important;
}

/* Make banner container full width */
.transport-trust-banner .banner-container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Ensure scrolling track spans full width */
.transport-trust-banner .services-track {
    padding: 0 20px !important;
}

/* Override any parent container constraints */
.entry-content .transport-trust-banner {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    body {
        padding-top: 45px !important;
    }
    
    .transport-trust-banner {
        padding: 5px 0 !important;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 40px !important;
    }
}
	
	
	
	


	
	
	
	
	
	
	
	
	
	
	
	
	


	
.small-trust .ti-widget {
    transform: scale(0.7);
    transform-origin: left center;
}