@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Regular.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Regular.woff') format('woff'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Medium.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Semibold.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-RegularItalic.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/Gilroy-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

body, p, li, span {
    font-family: 'Gilroy', sans-serif;
}

.copyright .elementor-shortcode, .copyright .elementor-shortcode a {
	color: #a2a2a2;
}

.accent {
	color: #467d3a;
	font-family: "Montserrat Alternates", Sans-serif !important;
}

.outline-text {
  color: transparent;
	-webkit-text-stroke: 1px #8d8f9394;
	font-family: 'Gilroy', sans-serif !important;
}

.glass-blur {
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
}

.custom-news-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.left-post {
    display: flex;
    background-color: #083D050F;
    border-radius: 4px;
    transition: ease-in-out all .7s;
    border: 1px solid #083D050F;
    padding: 16px;
}

.big-post img {
	height: 345px;
    border-radius: 10px;
	object-fit: cover;
	margin-bottom: 10px;
}
.right-posts {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.small-post {
    display: grid;
    grid-template-columns: 195px 1fr;
    gap: 16px;
	background-color: #083D050F;
    border-radius: 10px;
	border: 1px solid #083D050F;
    padding: 16px;
}

.custom-news-wrapper .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.small-post img {
    height: 145px;
    border-radius: 10px;
	object-fit: cover;
}

.custom-news-wrapper h3 {
    font-size: 24px;
}

.category a {
display: inline-block;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.date {
    font-size: 12px;
    color: #888;
}

.wpcf7 form {
    max-width: 100%;
}

.form-row p {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.full p {
    flex-direction: column;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #d6e0e0;
    background: #f4f8f8;
    font-size: 14px;
    outline: none;
}

.wpcf7 textarea {
    min-height: 120px;
    resize: none;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #1bb3a9;
    background: #ffffff;
}

.wpcf7-submit {
    width: 100%;
    padding: 16px;
    border-radius: 30px;
    background: #1bb3a9;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    background: #159a91;
}

.blog-hero {
	min-height: 300px;
	background: #083D050F;
	display: flex;
	align-items: center;
}

.blog-hero__inner {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}

.blog-hero .entry-title {
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.1;
	text-transform: uppercase;
}

.blog-breadcrumbs, .rank-math-breadcrumb {
	font-size: 18px;
	color: #1f1f1f;
}

.blog-breadcrumbs a, .rank-math-breadcrumb a {
	color: inherit !important;
	text-decoration: none;
	font-weight: 700
}

.blog-breadcrumbs a:hover {
	text-decoration: underline;
}

.archive-description {
	width: min(1240px, calc(100% - 48px));
	margin: 24px auto 0;
	color: #4d4d4d;
}

.blog-posts-grid {
	width: min(1240px, calc(100% - 48px));
	margin: 28px auto 40px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 24px;
}

.blog-post-card {
	display: flex;
	flex-direction: column;
}

.blog-post-card__thumbnail {
	display: block;
	border-radius: 28px;
	overflow: hidden;
	margin-bottom: 16px;
	background: #0e0e0e;
}

.blog-post-card__thumbnail img,
.blog-post-card__thumbnail-placeholder {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.blog-post-card__thumbnail-placeholder {
	background: radial-gradient(circle at 30% 20%, #8bcf54 0%, #0f2617 70%);
}

.blog-post-card .entry-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.blog-post-card .entry-title a {
	color: #111;
	text-decoration: none;
}

.blog-post-card .entry-title a:hover {
	text-decoration: underline;
}

.blog-post-card__excerpt {
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.blog-post-card__excerpt p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-post-card__meta {
	margin-top: auto;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

@media (max-width: 1200px) {
	.blog-post-card .entry-title {
		font-size: 28px;
	}

	.blog-post-card__excerpt {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.blog-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.small-post {
		grid-template-columns: 140px 1fr;
	}
}

@media (max-width: 767px) {
	.blog-hero {
		min-height: 240px;
	}
	.custom-news-wrapper, .small-post {
        grid-template-columns: 1fr;
    }
	.big-post img, .small-post img {
		height: 220px;
		width: 100%;
	}

	.blog-hero__inner,
	.archive-description,
	.blog-posts-grid {
		width: calc(100% - 32px);
	}

	.blog-posts-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.blog-post-card .entry-title {
		font-size: 24px;
	}

	.blog-post-card__excerpt {
		font-size: 16px;
	}
		.copyright div {
			text-align: center;
		}
		.form-row p {
		flex-direction: column;
	}
	.form-row p br {
		display: none;
	}
}

/* Header primary menu with fullscreen mobile burger */
.custom-site-header__inner {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-height: 76px;
}

.site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation > div > ul {
	display: flex;
	align-items: center;
	gap: 34px;
}

.site-navigation a {
	color: #080808;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	transition: color 0.2s ease;
}

.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation a:hover {
	color: #467D3A;
}

.menu-item-has-children {
	position: relative;
}

.site-navigation ul.menu li ul {
    min-width: 300px;
}

.menu-item-has-children > .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 320px;
	background: #fff;
	border: 1px solid #d7d7d7;
	display: none;
	z-index: 50;
}

.menu-item-has-children:hover > .sub-menu {
	display: block;
}

.menu-item-has-children > .sub-menu li a {
	display: block;
	padding: 14px 18px;
	font-size: 18px;
	color: #303030;
	border-bottom: 1px solid #e3e3e3;
}

.menu-item-has-children > .sub-menu li a:hover {
	color: #467D3A;
}

.menu-item-has-children > .sub-menu li:last-child a {
	border-bottom: 0;
}

.custom-site-header__burger {
	display: none;
	border: 0 !important;
	background-color: #083D050F !important;
	padding: 15px !important;
	cursor: pointer;
	border-radius: 10px !important;
	transition: all 0.3s ease;
}

.custom-site-header__burger-line {
	display: block;
	width: 26px;
	height: 2px;
	background: #080808;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.custom-site-header__burger-line + .custom-site-header__burger-line {
	margin-top: 6px;
}

.menu-sub-toggle {
	display: none;
}

@media (max-width: 1024px) {
	.custom-site-header__inner {
		min-height: 64px;
	}

	.site-navigation {
		flex-direction: column;
		align-items: flex-start;
	}

	.custom-site-header__burger {
		display: inline-block;
		position: relative;
		z-index: 1200;
	}

	.custom-site-header__nav {
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100dvh;
		padding: 90px 22px 24px;
		background: #fff;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.2s ease, visibility 0.2s ease;
		z-index: 1100;
	}

	.custom-site-header.menu-open .custom-site-header__nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.site-navigation ul.menu {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.site-navigation > div > ul {
		display: block !important;
	}

	.site-navigation > div > ul > li {
		border-bottom: 1px solid #ececec;
		position: relative;
	}

	.site-navigation a {
		display: block;
		padding: 16px 0 !important;
		font-size: 24px;
	}

	.menu-item-has-children > .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		border: 0;
		border-top: 1px solid #ececec;
		padding-left: 14px;
	}

	.menu-item-has-children > .sub-menu li a {
		font-size: 20px;
		padding: 14px 10px !important;
		border-bottom: 1px solid #ececec;
	}

	.menu-item-has-children > a {
		padding-right: 44px;
	}

	.menu-sub-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 10px;
		right: 0;
		width: 34px !important;
		height: 34px !important;
		border: 0;
		background: transparent !important;
		padding: 0 !important;
		cursor: pointer;
	}

	.menu-sub-toggle span {
		display: block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #080808;
		border-bottom: 2px solid #080808;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
		margin-top: -4px;
	}

	.menu-item-has-children.submenu-open > .sub-menu {
		display: block;
	}

	.menu-item-has-children.submenu-open > .menu-sub-toggle span {
		transform: rotate(-135deg);
		margin-top: 4px;
	}

	.custom-site-header.menu-open .custom-site-header__burger-line:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.custom-site-header.menu-open .custom-site-header__burger-line:nth-child(2) {
		opacity: 0;
	}

	.custom-site-header.menu-open .custom-site-header__burger-line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	html.custom-header-lock,
	body.custom-header-lock {
		overflow: hidden;
		height: 100%;
	}
}