/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */










/* =========================================
   GEOTECH ARCHIVE PAGE
========================================= */

.geotech-archive-page {
	background: #f7f7f7;
	padding: 0;
}

.geotech-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* Hero */
.geotech-archive-hero {
	background: #f7f7f7;
	padding: 70px 0 30px;
}

.geotech-archive-hero__inner {
	max-width: 760px;
}

.geotech-archive-kicker {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #f36b21;
	margin-bottom: 14px;
}

.geotech-archive-title {
	margin: 0 0 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #111111;
}

.geotech-archive-description,
.geotech-archive-description p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #666666;
	max-width: 680px;
}

/* Posts section */
.geotech-archive-posts-section {
	padding: 20px 0 70px;
}

.geotech-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.geotech-archive-card {
	background: #ffffff;
	border: 1px solid #ececec;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.geotech-archive-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.geotech-archive-card__image-link {
	display: block;
	text-decoration: none;
}

.geotech-archive-card__image {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #111111;
}

.geotech-archive-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.geotech-archive-card:hover .geotech-archive-card__image img {
	transform: scale(1.05);
}

.geotech-archive-card__image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #111111 0%, #1d1d1d 100%);
}

.geotech-archive-card__image--placeholder span {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 20px;
}

.geotech-archive-card__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 24px 24px 26px;
}

.geotech-archive-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #888888;
}

.geotech-archive-card__dot {
	color: #f36b21;
}

.geotech-archive-card__title {
	margin: 0 0 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.4px;
}

.geotech-archive-card__title a {
	color: #111111;
	text-decoration: none;
	transition: color 0.3s ease;
}

.geotech-archive-card__title a:hover {
	color: #f36b21;
}

.geotech-archive-card__excerpt {
	margin-bottom: 22px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	color: #666666;
	flex-grow: 1;
}

.geotech-archive-card__excerpt p:last-child {
	margin-bottom: 0;
}

.geotech-archive-card__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	padding: 14px 22px;
	background: #f36b21;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.3s ease;
}

.geotech-archive-card__button:hover {
	background: #d95d17;
	color: #ffffff;
	transform: translateY(-1px);
}

/* Empty state */
.geotech-archive-empty {
	background: #ffffff;
	padding: 50px 30px;
	border: 1px solid #ececec;
	text-align: center;
}

.geotech-archive-empty h2 {
	margin: 0 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #111111;
	text-transform: uppercase;
}

.geotech-archive-empty p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
}

/* Pagination */
.geotech-pagination {
	margin-top: 40px;
}

.geotech-pagination__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.geotech-pagination__item {
	margin: 0;
}

.geotech-pagination__item .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	color: #111111;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.geotech-pagination__item .page-numbers:hover,
.geotech-pagination__item .page-numbers.current {
	background: #f36b21;
	border-color: #f36b21;
	color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
	.geotech-archive-title {
		font-size: 42px;
	}

	.geotech-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.geotech-archive-hero {
		padding: 50px 0 24px;
	}

	.geotech-archive-title {
		font-size: 32px;
		line-height: 1.08;
	}

	.geotech-archive-description,
	.geotech-archive-description p {
		font-size: 15px;
	}

	.geotech-archive-posts-section {
		padding: 10px 0 50px;
	}

	.geotech-archive-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.geotech-archive-card__content {
		padding: 20px 20px 22px;
	}

	.geotech-archive-card__title {
		font-size: 22px;
	}

	.geotech-pagination__list {
		gap: 8px;
	}
}