/*
Theme Name: Binder Home Inspections
Theme URI: https://www.binderhomeinspections.ca/
Author: Dana Rosamund Teagle
Description: Custom theme for binderhomeinspections.ca
Version: 1.0

Credits: This theme was designed and developed by P42 Systems (https://www.p42systems.com/) for Binder Home Inspections.
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&family=Lato:wght@400&display=swap');

.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1100;
}
.hamburger .bar {
	width: 28px;
	height: 4px;
	background: #af1b20;
	margin: 3px 0;
	border-radius: 2px;
	transition: 0.3s;
}
.mobile-nav {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0,0,0,0.10);
	z-index: 1001;
	padding: 1.2rem 0;
	text-align: left;
}
.mobile-nav a {
	color: #222;
	text-decoration: none;
	font-size: 1.2rem;
	padding: 1rem 2rem;
	border-bottom: 1px solid #eee;
	transition: background 0.2s, color 0.2s;
}
.mobile-nav a.active, .mobile-nav a:hover {
	color: #af1b20;
	background: #f8f8f8;
}
@media (min-width: 901px) {
	.header.sticky .header-nav {
		display: none !important;
	}
}
/* Smoother sticky header transition */
.header {
	transition: box-shadow 0.35s cubic-bezier(0.4,0,0.2,1), padding 0.35s cubic-bezier(0.4,0,0.2,1), background 0.35s cubic-bezier(0.4,0,0.2,1), top 0.35s cubic-bezier(0.4,0,0.2,1);
}
h2 {
	font-size: 2rem;
}
@media (max-width: 700px) {
	h2 {
		font-size: 1.5rem;
	}
}
.faqs h2 {
	margin-bottom: 0;
}
.header.sticky {
	box-shadow: 0 12px 24px rgba(140,24,27,0.13);
	padding: 0;
	background: #fff;
	top: 0;
}
@media (max-width: 900px) {
	.header-nav {
		display: none !important;
	}
	.hamburger {
		display: flex;
	}
	.mobile-nav {
		display: none;
	}
	iframe {
		margin: 0 !important;
		max-width: 95% !important;
	}
}
@media (min-width: 901px) {
	.mobile-nav {
		display: none !important;
	}
	.hamburger {
		display: none !important;
	}
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0 0 0;
}
.footer-locations h2,
.footer-nav h2 {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #222;
}
.footer-locations div {
	color: #666;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.footer-locations a {
	color: #CC202E;
	text-decoration: underline;
	font-size: 0.98rem;
}
.footer-nav-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.2rem 0;
}
.footer-nav-list li {
	margin-bottom: 0.7rem;
}
.footer-nav-list a {
	color: #222;
	font-weight: 700;
	text-decoration: underline;
	font-size: 1.05rem;
	transition: color 0.2s;
}
.footer-nav-list a:hover {
	color: #CC202E;
}
.footer-book-btn {
	display: inline-block;
	background: #fff;
	color: #222;
	border: 2px solid #CC202E;
	border-radius: 32px;
	padding: 0.7rem 2.2rem;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
	margin-top: 1.2rem;
	box-shadow: 0 1px 4px rgba(140,24,27,0.04);
	transition: background 0.2s, color 0.2s, border 0.2s;
}
.footer-book-btn:hover {
	background: #CC202E;
	color: #fff;
	border-color: #CC202E;
}
.footer-bottom {
	border-top: 1px solid #eee;
	margin-top: 0;
	padding: 1.2rem 0;
	text-align: center;
	font-size: 1rem;
	color: #888;
}
.footer-bottom a {
	color: #CC202E;
	text-decoration: underline;
}
/* Modern Footer Styles */
.footer {
	background: #fff;
	color: #6b7280;
	padding: 3rem 0 0 0;
	font-family: 'Lato', Arial, sans-serif;
	border-top: 1px solid #eee;
}
.footer-main {
	max-width: 90vw;
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	gap: 2.5rem;
}
.footer-col {
	flex: 1 300px;
	min-width: 260px;
	margin-bottom: 2rem;
}
@media (max-width: 700px) {
	.footer-main {
		flex-direction: column;
		gap: 0.5rem;
	}
	.footer-col {
		min-width: 100%;
		height: auto;
		margin: 0;
		flex: auto;
	}
}
.footer-contact h2,
.footer-about h2,
.footer-news h2 {
	font-family: 'Kanit', Arial, sans-serif;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #222;
}
.footer-contact address {
	font-style: normal;
	color: #888;
	margin-bottom: 1rem;
	line-height: 1.6;
}
.footer-contact-details {
	color: #222;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.footer-contact-details svg {
	width: 18px;
}
.footer-contact-details a {
	color: #222;
	text-decoration: none;
}
.footer-social {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}
.footer-social-icon svg {
	display: block;
	border-radius: 50%;
	transition: box-shadow 0.2s;
}
.footer-social-icon:hover svg {
	box-shadow: 0 2px 8px rgba(140,24,27,0.15);
}
.footer-about p {
	color: #666;
	margin-bottom: 1.2rem;
	line-height: 1.7;
}
.footer-help {
	margin-top: 1rem;
}
.footer-help strong {
	display: block;
	margin-bottom: 0.5rem;
	color: #222;
}
.footer-help ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-help li {
	color: #222;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}
.footer-news-item {
	background: #eaeaea;
	border-radius: 4px;
	margin-bottom: 1rem;
	padding: 0.7rem 1rem;
	box-shadow: 0 1px 4px rgba(140,24,27,0.04);
}
.footer-news-title {
	font-weight: 700;
	color: #222;
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
}
.footer-news-date {
	color: #888;
	font-size: 1rem;
	display: flex;
	align-items: center;
}
.footer-bottom {
	border-top: 1px solid #eee;
	margin-top: 2rem;
	padding: 1.2rem 0;
	text-align: center;
	font-size: 1rem;
	color: #888;
}
.footer-bottom a {
	color: #CC202E;
	text-decoration: underline;
}
.front-slider {
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 0 auto 2.5rem auto;
	overflow: hidden;
	background: #eee;
}
.slider-wrapper {
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	user-select: none;
}
.slider-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: none;
}
.slider-img-left {
	z-index: 1;
}
.slider-img-right {
	z-index: 2;
	clip-path: inset(0 0 0 50vw);
}
.slider-handle {
	position: absolute;
	top: 50%;
	left: calc(50% - 5px);
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: ew-resize;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-handle svg {
	display: block;
}
.slider-label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #222222c7;
	color: #fff;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 1.1rem;
	padding: 0.6em 1.2em;
	border-radius: 4px;
	z-index: 10;
	letter-spacing: 1px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s;
}
	.front-slider:hover .slider-label,
	.slider-wrapper:hover .slider-label {
		opacity: 1;
		pointer-events: auto;
	}
.slider-label-left {
	left: 1.5vw;
}
.slider-label-right {
	right: 1.5vw;
}
.icon-btn {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
	transition: background 0.2s;
	
}
.icon-btn svg {
	width: 25px;
  	height: 25px;
	margin-bottom: 2px;
	fill: #CC202E;
	display: inline-block;
	vertical-align: middle;
}
.modal-overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.modal-content {
	background: #fff;
	border-radius: 10px;
	padding: 2rem 2.5rem;
	box-shadow: 0 4px 32px rgba(0,0,0,0.15);
	min-width: 260px;
	max-width: 90vw;
	text-align: center;
}
.modal-content h3 {
	font-family: 'Kanit', Arial, sans-serif;
	font-weight: 500;
	margin-bottom: 1rem;
	margin-top: 0;
}
.modal-content p {
	display: flex;
	gap: 15px;
	margin: 0 auto;
	justify-content: space-between;
	font-weight: 600;
}
.modal-content a {
	color: #CC202E;
	font-weight: 400;
	text-decoration: underline;
	display: block;
	margin-bottom: 0.5rem;
}
.close-modal {
	margin-top: 1.5rem;
	background: #CC202E;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.5em 1.5em;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.2s;
}
.close-modal:hover {
	background: #af1b20;
}
.front-columns {
	display: flex;
	gap: 3rem;
	margin-bottom: 3rem;
}
.front-columns h3, .inspection-section h3, .section h3, .about-content h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 2.25rem;
}
.front-col p {
	font-size: 1.15rem;
}
.front-col {
	flex: 1;
}
.inspection-section {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-bottom: 2.5rem;
}
.inspection-section.inspection-section-full {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
}
.inspection-types-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	margin: 0.5rem 0;
}
.inspection-title {
	width: 100%;
	display: flex;
	align-items: center;
}
.inspection-title p {
	margin-bottom: 15px;
}
.inspection-title svg {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.inspection-type-icon {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	background: #fff;
	border-radius: 12px;
	padding: 1.2rem 1.5rem;
	box-shadow: 0 1px 4px rgba(140,24,27,0.04);
}
.inspection-type-icon svg {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}
.inspection-images {
	display: grid;
	gap: 1.5rem;
}
.inspection-images img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 2px 8px rgba(140,24,27,0.08);
}
@media (max-width: 750px) {
	.front-columns { flex-direction: column; gap: 2rem; }
	.inspection-section { grid-template-columns: 1fr; }
	.intro-grid {
        flex-direction: column;
        gap: 2rem;
    }
    .intro-photo {
        width: 100% !important;
        height: 300px;
		min-width: 50% !important;
    }
    .intro-person {
        flex-direction: column;
    }
    .intro-text {
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
	.inspection-images img { height: 180px; }
}
@media (max-width: 700px) {
	.front-columns { flex-direction: column; gap: 1.2rem; }
	.inspection-section { grid-template-columns: 1fr; }
	.inspection-types-grid { grid-template-columns: 1fr; }
	.inspection-images img { height: 120px; }
}
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 12px rgba(140,24,27,0.10);
	z-index: 1000;
}
.header .contact {
	transition: opacity 0.3s, margin 0.3s;
	gap: 1rem;
  	display: flex;
}
.header nav {
	transition: margin 0.3s;
}
.nav-icon {
	color: #CC202E;
	font-size: 0.8rem;
	font-weight: 700;
	vertical-align: middle;
	font-family: 'Kanit', Arial, sans-serif;
}
.header.sticky nav {
	margin-top: 0.2rem;
	margin-bottom: -6px;
}
@media (max-width: 900px) {
	.header.sticky .logo {
		margin-left: 0.5rem;
	}
	.header.sticky .hamburger {
		margin-bottom: 15px !important; 
	}
}
@media (max-width: 700px) {
	.header.sticky {
		padding: 0.1rem 0 0.1rem 0;
	}
}
body {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	color: #222;
}
.container {
	width: 1100px;
	max-width: 90vw;
	margin: 0 auto;
	padding: 2rem;
}
h1, h2, h3, h4 {
	color: #222;
	font-family: 'Kanit', Arial, sans-serif;
	font-weight: 500;
}
h1 {
	width: 1100px;
	max-width: 90vw;
	margin: 3rem auto;
	text-align: left;
	color: #CC202E;
	font-size: 4rem;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
}
@media (max-width: 700px) {
	h1 {
		font-size: 3rem;
		margin: 2rem auto;
	}
}
.header {
	background: #fff;
	color: #222;
	padding: 0.5rem 0 0.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transition: all 0.3s;
}
.header .logo {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #CC202E;
}
.header .logo img {
	width: auto;
	height: 50px;
  	padding-bottom: 15px;
	padding-top: 10px;
}
.header .header-top {
	max-width: 90vw;
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	border-bottom: solid 2px black;
	margin: 0 auto;
}
.header.sticky .header-top {
	border-bottom: none;
}
.header .contact {
	color: #CC202E;
	font-weight: 400;
	font-size: 1rem;
}
.header .header-nav {
	max-width: 90vw;
	width: 1100px;
	gap: 1rem;
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
}
.header .header-nav a {
	color: #222;
	text-decoration: none;
	font-size: 1rem;
	padding: 1.25rem 1rem;
	border-bottom: 3px solid transparent;
	transition: border-color 0.2s, color 0.2s;
	font-family: 'Lato', Arial, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: -13px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.header .header-nav a:hover, .header .header-nav a.active {
	color: #af1b20;
	border-bottom: 5px solid #af1b20;
}
.hero {
	padding: 2.5rem 2rem 2.5rem 2rem;
	text-align: center;
	border-radius: 0;
	margin: 0 0 2rem 0;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}
.hero h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-family: 'Kanit', Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 2.2rem;
	margin-top: 1rem;
}
.button {
	background: #CC202E;
	color: #fff;
	padding: 0.75rem 2rem;
	border: none;
	border-radius: 2px;
	text-decoration: none;
	font-family: 'Kanit', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	display: inline-block;
	margin-top: 1rem;
	transition: background 0.2s;
	box-shadow: 0 2px 8px rgba(140,24,27,0.08);
	cursor: pointer;
}
.button:hover {
	background: #af1b20;
}
.section {
	margin: 2.5rem 0;
}
.contact-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 2.5rem 2rem;
	margin-top: 0;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.contact-section h3 {
	margin-bottom: 0.5rem;
}
.contact-info {
	margin: 1.5rem 0;
}
.inspection-types {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.inspection-type {
	background: #f3f4f6;
	padding: 1.2rem;
	border-radius: 8px;
	flex: 1 1 200px;
	min-width: 180px;
	text-align: center;
	font-family: 'Kanit', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	color: #CC202E;
	font-weight: 700;
	box-shadow: 0 1px 4px rgba(140,24,27,0.04);
}
.footer {
	background: #fff;
	color: #222;
	padding: 1.5rem 0;
	text-align: left;
	border-top: 2px solid #CC202E;
}
.slider-handle-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 4px solid #af1b20;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: box-shadow 0.2s;
    z-index: 2;
}
@media (max-width: 900px) {
	.header nav { gap: 1rem; }
	.container { padding: 1rem; }
}
@media (max-width: 700px) {
	.container { padding: 0.5rem; }
	.inspection-types { flex-direction: column; }
	.header { flex-direction: column; align-items: flex-start; }
	.header .contact { margin: 0.5rem 0 0 0; }
	.hero h2 { font-size: 2rem; }
}

/* Introduction Section Styles */
.intro-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    margin: 2.5rem auto 3.5rem auto;
	margin-bottom: 30px;
    padding: 2.5rem 2rem 2.5rem 2rem;
	padding-top: 1rem;
    max-width: 1200px;
}
.intro-section h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	margin: 0;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	text-align: left;
}
.intro-grid {
	display: flex;
	gap: 2.5rem;
	align-items: stretch;
	justify-content: space-between;
}
.intro-person {
	display: flex;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	margin-bottom: 1rem;
	overflow: hidden;
	flex: 1 1 0;
	min-width: 0;
	align-items: stretch;
}
.intro-person:nth-child(1) {
	flex-direction: row-reverse;
}
.intro-person:nth-child(2) {
	flex-direction: row;
}
@media (max-width: 700px) {
	.intro-grid {
		flex-direction: column;
		gap: 2rem;
	}
	.intro-person {
		flex-direction: column !important;
		overflow: visible;
	}
}
.intro-photo {
    position: relative;
    width: 100%;
	min-width: 50%;
    height: auto;
	aspect-ratio: 3 / 4;
    overflow: hidden;
    margin: 0 auto;
    background: none;
}
.intro-photo--john::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background-image: url('john.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
	margin-bottom: 0;
}

.intro-photo--larissa::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background-image: url('larissa.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
	margin: 0;
}

.intro-photo {
    position: relative;
    z-index: 2;
		background-image: url('BHI-Headshot-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro-text {
    padding: 1rem 2rem;
	padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.intro-text p {
	margin-top: 0.5rem;
}
.intro-text h2, .about-content h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.intro-text h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
}
.intro-text p {
    font-family: 'Lato', sans-serif;
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}
@media (max-width: 1200px) {
    .intro-grid {
        flex-direction: column;
        gap: 2rem;
    }
    .intro-photo {
        width: 30%;
        height: auto;
		min-width: 30% !important;
    }
    .intro-person {
        flex-direction: column;
		overflow: visible;
    }
    .intro-text {
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
}

.front-slider:hover .slider-label,
.slider-wrapper:hover .slider-label {
	opacity: 1;
	pointer-events: auto;
}
.inspections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1100px;
  margin: 20px auto;
  margin-top: 40px;
}
.inspection-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
  border: 2px solid #f3f3f3;
}
.inspection-card * {
	cursor: default;
}
.inspection-card:hover {
  box-shadow: 0 4px 24px 0 rgba(140,24,27,0.10);
  border-color: #e5e5e5;
}
.inspection-icon {
  display: inline-block;
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.inspections-title {
	margin-top: 0;
}
.inspection-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #CC202E;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.inspection-desc {
  font-size: 1rem;
  color: #222;
}
@media (max-width: 900px) {
  .inspections-grid {
    grid-template-columns: 1fr;
  }
}
.inspection-types-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media (max-width: 768px) {
	.inspection-types-grid {
		grid-template-columns: 1fr;
	}
	.inspection-type-icon.inspection-type-icon--wide {
		grid-column: auto !important;
	}
}
.contact-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 24px;
	width: 100%;
	max-width: 1100px;
	margin: 1rem auto;
}
.contact-form-grid label {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	font-size: 1.08rem;
	color: #222;
}
.contact-form-grid input,
.contact-form-grid textarea {
	margin-top: 6px;
	padding: 10px 12px;
	border: 1.5px solid #e5e5e5;
	font-size: 1.08rem;
	font-family: inherit;
	background: #fafbfc;
	transition: border 0.2s;
}
.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
	border-color: #CC202E;
	outline: none;
}
.contact-form-grid .full-width {
	grid-column: 1 / -1;
}
.contact-form-grid textarea {
	min-height: 120px;
	resize: vertical;
}
@media (max-width: 700px) {
	.contact-form-grid {
		grid-template-columns: 1fr;
	}
}
.news-timeline {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
}
.news-timeline:before {
    content: '';
    position: absolute;
    left: 31px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e5e5;
}
.news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 700px) {
	.news-item {
		max-width: 90vw;
		margin: 0 auto;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
		gap: 12px;
	}
	.news-dot {
		display: none;
	}
}
.news-date {
    min-width: 120px;
    color: #888;
    font-size: 1rem;
    text-align: right;
    margin-right: 32px;
    position: relative;
    top: 8px;
}
.news-dot {
    position: absolute;
    left: -39px;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #CC202E;
    border-radius: 50%;
    z-index: 2;
}
.news-content {
    background: none;
    padding: 0;
    flex: 1;
}
.news-excerpt {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 18px;
}
.news-readmore {
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    margin-top: 6px;
    padding: 10px 18px;
}
@media (max-width: 700px) {
    .news-timeline { padding-left: 0; }
    .news-timeline:before { left: 0; }
    .news-date { min-width: 80px; margin-right: 12px; font-size: 0.95rem; }
    .news-dot { left: -24px; }
    .news-title { font-size: 1.2rem; }
}