/*
 * Robotexnia front-end design system.
 *
 * Recreates the visual design of the current live robotexnia.gr site
 * (built with a page-builder/Avada theme) using plain CSS on top of this
 * custom lightweight theme. Colors, fonts and spacing were sampled
 * directly from the live site so the result matches pixel-for-pixel
 * as closely as reasonably possible.
 */

@font-face {
	font-family: 'ComicSansMS3';
	src: url('https://robotexnia.gr/wp-content/uploads/2019/07/ComicSansMS3.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--color-purple: #6239bd;
	--color-purple-dark: #4f2ea0;
	--color-body-text: #768894;
	--color-heading: #092933;
	--color-orange: #e87000;
	--color-orange-dark: #ba5600;
	--color-navy-btn: #055e8a;
	--color-navy-btn-hover: #044a6e;
	--font-heading: 'ComicSansMS3', 'Comic Sans MS', cursive;
	--font-body: 'Didact Gothic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	--container-width: 1170px;
}

/* ------------------------------------------------------------------ */
/* Base                                                                */
/* ------------------------------------------------------------------ */

.front-page,
.site-header,
.site-footer {
	font-family: var(--font-body);
	color: var(--color-body-text);
	font-size: 17px;
	line-height: 1.7;
}

.front-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

.front-page a,
.site-header a,
.site-footer a {
	text-decoration: none;
}

.section-heading {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 46px;
	line-height: 1.1;
	color: var(--color-heading);
	margin: 0;
	text-transform: uppercase;
}

.section-heading--light {
	color: #fff;
}

.section-heading__rule {
	display: block;
	width: 70px;
	height: 3px;
	background: var(--color-orange);
	margin: 22px 0 30px;
}

.btn {
	display: inline-block;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .02em;
	color: #fff;
	background: var(--color-navy-btn);
	padding: 18px 34px;
	border-radius: 30px;
	transition: background-color .2s ease, transform .2s ease;
}

.btn:hover,
.btn:focus {
	background: var(--color-navy-btn-hover);
	color: #fff;
	transform: translateY(-2px);
}

/* ------------------------------------------------------------------ */
/* Top utility bar                                                     */
/* ------------------------------------------------------------------ */

.site-topbar {
	background: #fff;
	border-top: 3px solid var(--color-orange);
	font-size: 13px;
	color: var(--color-body-text);
}

.site-topbar__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 8px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.site-topbar__contact {
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-topbar__email {
	color: var(--color-body-text);
}

.site-topbar__email:hover {
	color: var(--color-orange);
}

.site-topbar__sep {
	opacity: .5;
}

.site-topbar__right {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.site-topbar__banners {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-topbar__banners img {
	height: 40px;
	width: auto;
}

.site-topbar__social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-topbar__social a {
	color: var(--color-body-text);
	display: inline-flex;
}

.site-topbar__social a:hover {
	color: var(--color-orange);
}

/* ------------------------------------------------------------------ */
/* Main header / navigation                                            */
/* ------------------------------------------------------------------ */

.site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #fff;
}

.site-header-main {
	background: #fff;
	box-shadow: 0 2px 10px rgba(9, 41, 51, .06);
}

.site-header-main__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.site-branding__logo {
	height: 52px;
	width: auto;
}

.main-navigation {
	flex: 1;
}

.primary-menu,
.mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
}

.primary-menu > li {
	position: relative;
}

.primary-menu > li > a,
.mobile-menu__list > li > a {
	font-family: var(--font-heading);
	font-size: 17px;
	color: #1c1c1c;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 0;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a {
	color: var(--color-orange-dark);
}

.menu-icon-bullhorn {
	display: inline-flex;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 10v4a1 1 0 001 1h2l4.4 4.4A1 1 0 0012 18.7V5.3a1 1 0 00-1.6-.7L6 9H4a1 1 0 00-1 1zm14.5-3.5a1 1 0 00-1.4 1.4 6 6 0 010 8.2 1 1 0 101.4 1.4 8 8 0 000-11zm-2.3 2.3a1 1 0 00-1.4 1.4 2.5 2.5 0 010 3.6 1 1 0 101.4 1.4 4.5 4.5 0 000-6.4z'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 10v4a1 1 0 001 1h2l4.4 4.4A1 1 0 0012 18.7V5.3a1 1 0 00-1.6-.7L6 9H4a1 1 0 00-1 1zm14.5-3.5a1 1 0 00-1.4 1.4 6 6 0 010 8.2 1 1 0 101.4 1.4 8 8 0 000-11zm-2.3 2.3a1 1 0 00-1.4 1.4 2.5 2.5 0 010 3.6 1 1 0 101.4 1.4 4.5 4.5 0 000-6.4z'/></svg>") no-repeat center / contain;
	vertical-align: -2px;
}

.primary-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 260px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(9, 41, 51, .15);
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	display: block;
	padding: 8px 22px;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--color-body-text);
	white-space: nowrap;
}

.primary-menu .sub-menu a:hover {
	color: var(--color-orange);
	background: #f8f6fd;
}

.site-header-tools {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.lang-switcher {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 700;
}

.lang-switcher__item {
	color: var(--color-body-text);
	padding: 4px 6px;
	border-radius: 4px;
}

.lang-switcher__item.is-active,
.lang-switcher__item:hover {
	color: #fff;
	background: var(--color-purple);
}

.search-toggle {
	background: none;
	border: none;
	cursor: pointer;
	color: #1c1c1c;
	display: inline-flex;
	padding: 4px;
}

.search-toggle:hover {
	color: var(--color-orange);
}

.header-search-form {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 12px;
	width: 280px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(9, 41, 51, .15);
	border-radius: 8px;
	padding: 14px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.header-search-form.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header-search-form .search-form {
	display: flex;
	gap: 8px;
}

.header-search-form .search-field {
	flex: 1;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	padding: 8px 14px;
	font-family: var(--font-body);
}

.header-search-form .search-submit {
	background: var(--color-purple);
	border: none;
	color: #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 30px;
	height: 24px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.mobile-menu-toggle span {
	display: block;
	height: 2px;
	background: #1c1c1c;
	border-radius: 2px;
}

.mobile-menu {
	display: none;
}

/* ------------------------------------------------------------------ */
/* Hero + ticker                                                       */
/* ------------------------------------------------------------------ */

.hero-ticker {
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #f1eefb;
}

.hero-ticker__track {
	display: inline-flex;
	animation: robotexnia-marquee 22s linear infinite;
}

.hero-ticker__item {
	display: inline-block;
	padding: 12px 40px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 19px;
	color: var(--color-orange);
}

@keyframes robotexnia-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.hero {
	background: var(--color-purple);
	padding: 50px 20px 70px;
	text-align: center;
	position: relative;
}

.hero__frame {
	max-width: 820px;
	margin: 0 auto;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, .3);
	position: relative;
	background: #000;
}

.hero__video {
	width: 100%;
	display: block;
	max-height: 560px;
	object-fit: cover;
}

.hero__scroll-down {
	display: inline-block;
	margin-top: 30px;
	animation: robotexnia-bounce 1.8s ease-in-out infinite;
}

.hero__scroll-down img {
	width: 40px;
	height: 40px;
	filter: brightness(0) invert(1);
	opacity: .85;
}

@keyframes robotexnia-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(10px); }
}

/* ------------------------------------------------------------------ */
/* Departments                                                         */
/* ------------------------------------------------------------------ */

.departments {
	background: #fff;
	padding: 60px 20px 90px;
}

.departments__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.department-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	color: #1c1c1c;
	transition: transform .2s ease;
}

.department-card:hover {
	transform: translateY(-6px);
}

.department-card__icon img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.department-card__title {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 17px;
	color: #1c1c1c;
	line-height: 1.4;
}

/* ------------------------------------------------------------------ */
/* About section                                                       */
/* ------------------------------------------------------------------ */

.about-section {
	position: relative;
	background-color: var(--color-purple);
	background-image: url('https://robotexnia.gr/wp-content/uploads/2019/03/avada-it-section-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: 0 20px;
}

.curve {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
	width: calc(100% + 40px);
	margin: 0 -20px -1px;
}

.curve svg {
	width: 100%;
	height: 90px;
	display: block;
	fill: #fff;
	vertical-align: top;
}

.curve--bottom {
	margin: -1px -20px 0;
}

.post-hero .curve--bottom {
	margin: 0 -20px -1px;
}

.about-section__inner {
	position: relative;
	z-index: 2;
	max-width: var(--container-width);
	margin: 40px auto 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.about-section__media {
	flex: 0 0 280px;
	max-width: 100%;
}

.about-section__content {
	flex: 1 1 380px;
	max-width: 100%;
	color: #fff;
}

.about-section__content p {
	margin: 0;
	font-size: 18px;
	line-height: 1.75;
}

/* ------------------------------------------------------------------ */
/* Purpose section                                                     */
/* ------------------------------------------------------------------ */

.purpose-section {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 90px 20px;
}

.purpose-section__bg {
	position: absolute;
	inset: 0;
	background-image: url('https://robotexnia.gr/wp-content/uploads/2019/07/it_graph-2-2.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 60% auto;
	opacity: .9;
	pointer-events: none;
}

.purpose-section__inner {
	position: relative;
	z-index: 2;
	max-width: var(--container-width);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 60px;
}

.purpose-section__content {
	flex: 1.1;
}

.purpose-section__content p {
	margin: 0;
	font-size: 18px;
	line-height: 1.75;
}

.purpose-section__media {
	flex: 0 0 320px;
}

/* ------------------------------------------------------------------ */
/* News section                                                        */
/* ------------------------------------------------------------------ */

.news-section {
	background: #fff;
	padding: 30px 20px 90px;
	text-align: center;
}

.news-section__inner {
	max-width: var(--container-width);
	margin: 0 auto;
}

.news-section .section-heading__rule {
	margin-left: auto;
	margin-right: auto;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	text-align: left;
	margin-bottom: 45px;
}

.news-card__media {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 18px;
	aspect-ratio: 4 / 3;
}

.news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card__title {
	font-family: var(--font-body);
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 12px;
}

.news-card__title a {
	color: var(--color-orange);
}

.news-card__title a:hover {
	color: var(--color-orange-dark);
}

.news-card__excerpt {
	font-size: 16px;
	line-height: 1.7;
}

.news-card__date {
	color: #a8a8a8;
}

.news-card__more {
	color: var(--color-orange);
	font-weight: 700;
	white-space: nowrap;
}

.news-card__more:hover {
	color: var(--color-orange-dark);
}

/* ------------------------------------------------------------------ */
/* Contact CTA                                                         */
/* ------------------------------------------------------------------ */

.cta-section {
	background: var(--color-purple);
	padding: 55px 20px;
}

.cta-section__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.cta-section__heading {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	margin: 0;
	padding-left: 22px;
	border-left: 4px solid var(--color-orange);
	line-height: 1.35;
}

/* ------------------------------------------------------------------ */
/* Single post                                                         */
/* ------------------------------------------------------------------ */

.single-post {
	font-family: var(--font-body);
	color: var(--color-body-text);
	font-size: 17px;
	line-height: 1.7;
	background: #fff;
}

.post-hero {
	position: relative;
	background-color: var(--color-purple);
	background-image: url('https://robotexnia.gr/wp-content/uploads/2016/11/avada-it-clouds1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: 50px 20px 0;
	text-align: center;
}

.post-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.post-breadcrumbs {
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
	margin-bottom: 18px;
}

.post-breadcrumbs a {
	color: rgba(255, 255, 255, .85);
}

.post-breadcrumbs a:hover {
	color: #fff;
}

.post-breadcrumbs span {
	margin: 0 8px;
}

.post-hero__title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 18px;
}

.post-hero__meta {
	font-size: 15px;
	color: rgba(255, 255, 255, .85);
}

.post-hero__meta a {
	color: #fff;
	font-weight: 700;
}

.post-hero__meta a:hover {
	color: var(--color-orange);
}

.post-hero__sep {
	margin: 0 10px;
	opacity: .6;
}

.post-layout {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 50px 20px 90px;
	display: flex;
	align-items: flex-start;
	gap: 60px;
}

.post-content-area {
	flex: 1 1 auto;
	min-width: 0;
}

.post-article__media {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 34px;
	line-height: 0;
}

.post-article__media img {
	width: 100%;
	height: auto;
	display: block;
}

.entry-content {
	font-size: 17px;
	line-height: 1.8;
	color: var(--color-body-text);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-family: var(--font-heading);
	font-weight: 400;
	color: var(--color-heading);
	line-height: 1.3;
	margin: 34px 0 16px;
}

.entry-content h2 {
	font-size: 28px;
}

.entry-content h3 {
	font-size: 22px;
}

.entry-content p {
	margin: 0 0 20px;
}

.entry-content a {
	color: var(--color-orange);
	text-decoration: underline;
}

.entry-content a:hover {
	color: var(--color-orange-dark);
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 20px;
	padding-left: 22px;
}

.entry-content li {
	margin-bottom: 8px;
}

.entry-content blockquote {
	margin: 30px 0;
	padding: 20px 26px;
	border-left: 4px solid var(--color-orange);
	background: #f8f6fd;
	font-style: italic;
	color: var(--color-heading);
}

.entry-content .page-links {
	margin-top: 30px;
	font-weight: 700;
}

.post-article__footer {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.post-article__tags {
	font-size: 14px;
}

.post-article__tags-label {
	font-weight: 700;
	color: var(--color-heading);
	margin-right: 6px;
}

.post-article__tags a {
	color: var(--color-body-text);
}

.post-article__tags a:hover {
	color: var(--color-orange);
}

.post-article__share {
	display: flex;
	align-items: center;
	gap: 12px;
}

.post-article__share-label {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-heading);
}

.post-article__share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #f4f1fb;
	color: var(--color-purple);
}

.post-article__share-link:hover {
	background: var(--color-purple);
	color: #fff;
}

.post-navigation {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 0;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
}

.post-nav__label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--color-orange);
	font-weight: 700;
	margin-bottom: 4px;
}

.post-nav__title {
	display: block;
	font-family: var(--font-heading);
	font-size: 17px;
	color: var(--color-heading);
}

.post-navigation a:hover .post-nav__title {
	color: var(--color-orange);
}

.comments-area {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

.comments-title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 26px;
	color: var(--color-heading);
	margin: 0 0 24px;
}

.comment-list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

.comment-body {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.comment-author .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.comment-author .fn {
	font-weight: 700;
	color: var(--color-heading);
	font-style: normal;
}

.comment-metadata a {
	color: #a8a8a8;
	font-size: 13px;
}

.comment-content p {
	margin: 10px 0 0;
}

.comment-reply-link {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-orange);
}

.comment-respond {
	margin-top: 30px;
}

.comment-reply-title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 22px;
	color: var(--color-heading);
	margin: 0 0 16px;
}

.comment-form p {
	margin-bottom: 16px;
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-heading);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 10px 14px;
	font-family: var(--font-body);
	font-size: 15px;
}

.comment-form textarea {
	min-height: 140px;
}

.comment-form .form-submit input {
	display: inline-block;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background: var(--color-navy-btn);
	padding: 14px 30px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color .2s ease;
}

.comment-form .form-submit input:hover {
	background: var(--color-navy-btn-hover);
}

.widget-area {
	flex: 0 0 300px;
	max-width: 300px;
}

.widget-area .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.widget-area .widget-title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 20px;
	color: var(--color-heading);
	margin: 0 0 16px;
}

@media (max-width: 860px) {
	.post-hero__title {
		font-size: 30px;
	}

	.post-layout {
		flex-direction: column;
	}

	.widget-area {
		max-width: 100%;
		flex: 1 1 auto;
	}

	.post-navigation .nav-links {
		flex-direction: column;
	}

	.post-navigation .nav-next {
		text-align: left;
	}
}

/* ------------------------------------------------------------------ */
/* Footer                                                               */
/* ------------------------------------------------------------------ */

.site-footer {
	background: #f4f4f6;
}

.site-footer__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 26px 20px;
}

.site-footer__widgets {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
}

.site-footer__copy {
	font-size: 14px;
	margin: 0;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 14px;
}

.site-footer__social a {
	color: #1c1c1c;
	display: inline-flex;
}

.site-footer__social a:hover {
	color: var(--color-orange);
}

.back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 44px;
	height: 44px;
	background: #1c1c1c;
	color: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	z-index: 300;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */

@media (max-width: 1024px) {
	.departments__inner {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 20px;
	}

	.about-section__inner,
	.purpose-section__inner {
		gap: 36px;
	}

	.news-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	/*
	 * The desktop nav needs room for the logo, up to six top-level menu
	 * items and the language switcher/search icon. That stops fitting
	 * comfortably well before the 860px content breakpoint below, so the
	 * hamburger/drawer nav takes over already at 1024px to avoid the
	 * primary menu silently wrapping onto a second, overlapping line.
	 */
	.main-navigation {
		display: none;
	}

	.mobile-menu-toggle {
		display: flex;
	}

	.lang-switcher {
		display: none;
	}

	.mobile-menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(320px, 85vw);
		background: #fff;
		box-shadow: -10px 0 40px rgba(0, 0, 0, .2);
		transform: translateX(100%);
		transition: transform .25s ease;
		z-index: 500;
		overflow-y: auto;
	}

	.mobile-menu.is-open {
		transform: translateX(0);
	}

	.mobile-menu__inner {
		padding: 90px 26px 40px;
	}

	.mobile-menu__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.mobile-menu__list > li {
		width: 100%;
	}

	.mobile-menu__list > li > a {
		display: flex;
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.mobile-menu .sub-menu {
		list-style: none;
		margin: 0 0 8px;
		padding: 0 0 0 16px;
		display: none;
	}

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

	.mobile-menu .sub-menu a {
		display: block;
		padding: 8px 0;
		font-size: 15px;
		color: var(--color-body-text);
	}

	.mobile-menu .lang-switcher {
		display: flex;
		margin-top: 20px;
	}
}

@media (max-width: 860px) {
	.site-topbar__banners {
		display: none;
	}

	.about-section__inner,
	.purpose-section__inner {
		flex-direction: column;
		text-align: center;
	}

	.purpose-section__inner {
		flex-direction: column-reverse;
	}

	.section-heading__rule {
		margin-left: auto;
		margin-right: auto;
	}

	.about-section__content .section-heading__rule {
		margin-left: 0;
		margin-right: 0;
	}

	.purpose-section__bg {
		background-size: 100% auto;
		opacity: .6;
	}

	.cta-section__inner {
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}

	.cta-section__heading {
		border-left: none;
		border-top: 4px solid var(--color-orange);
		padding-left: 0;
		padding-top: 14px;
	}
}

@media (max-width: 640px) {
	.site-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.section-heading {
		font-size: 32px;
	}

	.departments__inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.site-footer__widgets {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		flex-direction: column;
		text-align: center;
	}

	.about-section__content .section-heading__rule {
		margin-left: auto;
		margin-right: auto;
	}
}

/* ------------------------------------------------------------------ */
/* Inner pages (Ιστορία, Οι εγκαταστάσεις μας, Η Ομάδα μας, Τμήματα,   */
/* Επικοινωνία, Φόρμα Εκδήλωσης Ενδιαφέροντος)                         */
/* ------------------------------------------------------------------ */

.inner-page {
	font-family: var(--font-body);
	color: var(--color-body-text);
	font-size: 17px;
	line-height: 1.7;
	background: #fff;
}

.inner-page img {
	max-width: 100%;
	height: auto;
}

.inner-page a {
	text-decoration: none;
}

.inner-page__extra-content {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 10px 20px 70px;
}

/* Generic purple / cloud-background hero used on Ιστορία, Τμήματα,     */
/* Επικοινωνία and Φόρμα Εκδήλωσης Ενδιαφέροντος.                        */

.page-hero {
	position: relative;
	background-color: var(--color-purple);
	background-image: url('https://robotexnia.gr/wp-content/uploads/2016/11/avada-it-clouds1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
}

.page-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 700px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.page-hero__eyebrow {
	display: block;
	font-family: var(--font-heading);
	font-size: 22px;
	color: #fff;
	opacity: .85;
	margin-bottom: 6px;
}

.page-hero__title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

.page-hero__scroll {
	position: relative;
	z-index: 2;
	display: inline-flex;
	margin-top: 34px;
	animation: robotexnia-bounce 1.8s ease-in-out infinite;
}

.page-hero__decor {
	position: absolute;
	z-index: 1;
	right: 4%;
	bottom: 10px;
	max-width: 260px;
	opacity: .95;
	pointer-events: none;
}

.page-hero .curve--bottom {
	margin: 0 -20px -1px;
}

@media (max-width: 860px) {
	.page-hero__inner {
		padding: 60px 0 80px;
	}

	.page-hero__title {
		font-size: 32px;
	}

	.page-hero__decor {
		display: none;
	}
}

/* ------------------------------------------------------------------ */
/* Ιστορία                                                             */
/* ------------------------------------------------------------------ */

.history-section {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 70px 20px 20px;
}

.history-section__inner {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 60px;
}

.history-section__content {
	flex: 1.4;
}

.history-section__content p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.8;
}

.history-section__intro {
	font-family: var(--font-heading);
	font-size: 22px;
	color: var(--color-heading);
	line-height: 1.4;
}

.history-section__media {
	flex: 0 0 280px;
	text-align: center;
}

.history-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #eee;
}

.history-feature__title {
	display: inline-block;
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 19px;
	color: var(--color-heading);
	position: relative;
	padding-bottom: 16px;
}

.history-feature__title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 46px;
	height: 3px;
	background: var(--color-orange);
}

.quote-section {
	background: #f8f6fd;
	padding: 70px 20px;
	text-align: center;
}

.quote-section__inner {
	max-width: 720px;
	margin: 0 auto;
}

.quote-section__avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 24px;
}

.quote-section__quote {
	margin: 0 0 18px;
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-heading);
	font-style: normal;
}

.quote-section__author {
	font-style: normal;
	font-weight: 700;
	color: var(--color-orange);
	letter-spacing: .03em;
}

@media (max-width: 860px) {
	.history-section__inner {
		flex-direction: column;
		text-align: center;
	}

	.history-features {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.quote-section__quote {
		font-size: 20px;
	}
}

/* ------------------------------------------------------------------ */
/* Οι εγκαταστάσεις μας                                                */
/* ------------------------------------------------------------------ */

.facilities-hero {
	position: relative;
	background-color: #6c88cb;
	background-image: linear-gradient(180deg, #6c88cb 0%, #afb4d1 100%), url('https://robotexnia.gr/wp-content/uploads/2019/03/avada-it-section-bg.png');
	background-blend-mode: normal;
	background-size: cover;
	padding: 90px 20px;
	text-align: center;
}

.facilities-hero__title {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	margin: 0;
	letter-spacing: .02em;
}

@media (max-width: 640px) {
	.facilities-hero {
		padding: 60px 20px;
	}

	.facilities-hero__title {
		font-size: 22px;
	}
}

.gallery-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 20px 80px;
}

.gallery-grid {
	column-count: 3;
	column-gap: 14px;
}

.gallery-grid__item {
	display: block;
	margin-bottom: 14px;
	border-radius: 6px;
	overflow: hidden;
	break-inside: avoid;
	line-height: 0;
}

.gallery-grid__item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .3s ease;
}

.gallery-grid__item:hover img {
	transform: scale(1.04);
}

@media (max-width: 860px) {
	.gallery-grid {
		column-count: 2;
	}
}

@media (max-width: 500px) {
	.gallery-grid {
		column-count: 1;
	}
}

/* ------------------------------------------------------------------ */
/* Η Ομάδα μας                                                         */
/* ------------------------------------------------------------------ */

.team-section {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 70px 20px 90px;
	text-align: center;
}

.team-section__heading {
	font-size: 36px;
}

.team-section .section-heading__rule {
	margin-left: auto;
	margin-right: auto;
}

.team-grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 30px;
	text-align: center;
}

.team-card__photo {
	width: 150px;
	height: 150px;
	margin: 0 auto 18px;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f1fb;
}

.team-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-card__name {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 15px;
	color: var(--color-heading);
	margin: 0 0 4px;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.team-card__role {
	font-size: 14px;
	color: var(--color-orange);
}

@media (max-width: 1024px) {
	.team-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}

	.team-section__heading {
		font-size: 26px;
	}
}

/* ------------------------------------------------------------------ */
/* Τμήματα                                                             */
/* ------------------------------------------------------------------ */

.courses-section {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 70px 20px 90px;
}

.courses-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.course-card {
	text-align: center;
	padding: 40px 26px;
	background: #f9f8fd;
	border-radius: 10px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.course-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 30px rgba(98, 57, 189, .12);
}

.course-card__icon img {
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
}

.course-card__title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 21px;
	color: var(--color-heading);
	margin: 0 0 14px;
	text-transform: uppercase;
}

.course-card__description {
	font-size: 15.5px;
	line-height: 1.7;
	margin: 0 0 22px;
}

.course-card__link {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-orange);
	letter-spacing: .02em;
}

.course-card__link:hover {
	color: var(--color-orange-dark);
}

@media (max-width: 1024px) {
	.courses-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.courses-grid {
		grid-template-columns: 1fr;
	}
}

/* ------------------------------------------------------------------ */
/* Επικοινωνία & Φόρμα Εκδήλωσης Ενδιαφέροντος                         */
/* ------------------------------------------------------------------ */

.contact-info {
	background: #f4f6f7;
	padding: 90px 20px 50px;
}

.contact-info__grid {
	max-width: var(--container-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	text-align: center;
}

.contact-info-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-info-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #fff;
	border: 6px solid #f4f6f7;
	color: var(--color-heading);
	margin-bottom: 18px;
	box-shadow: 0 4px 14px rgba(9, 41, 51, .08);
}

.contact-info-card__title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 19px;
	color: var(--color-heading);
	margin: 0 0 12px;
}

.contact-info-card p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
}

.contact-info-card p a {
	color: var(--color-body-text);
}

.contact-info-card p a:hover {
	color: var(--color-orange);
}

.contact-info-card__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.contact-info-card__social a {
	color: var(--color-heading);
	display: inline-flex;
}

.contact-info-card__social a:hover {
	color: var(--color-orange);
}

.contact-form-section {
	background: #fff;
	padding: 70px 20px 100px;
}

.contact-form-section__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 50px;
	align-items: start;
}

.contact-form-section__inner--single {
	grid-template-columns: 1fr;
	max-width: 760px;
}

.contact-form-card {
	background: #f9f8fd;
	border-radius: 10px;
	padding: 46px 40px;
}

.contact-form-card__intro {
	font-size: 17px;
	margin: 0 0 30px;
}

.contact-form-card__intro strong {
	color: var(--color-heading);
}

.contact-map {
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	box-shadow: 0 10px 30px rgba(9, 41, 51, .1);
}

.contact-map iframe {
	width: 100%;
	display: block;
}

.interest-departments {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.interest-departments li {
	background: #fff;
	border: 1px solid #e2ddf3;
	border-radius: 30px;
	padding: 8px 18px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--color-purple);
}

/* Contact Form 7 field styling, so any [contact-form-7] shortcode dropped */
/* into the page content picks up the site's look automatically.          */

.cf7-form-wrap .wpcf7-form p {
	margin: 0 0 18px;
}

.cf7-form-wrap .wpcf7-form-control-wrap {
	display: block;
}

.cf7-form-wrap input[type="text"],
.cf7-form-wrap input[type="email"],
.cf7-form-wrap input[type="tel"],
.cf7-form-wrap input[type="url"],
.cf7-form-wrap select,
.cf7-form-wrap textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 13px 16px;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--color-heading);
	background: #fff;
	transition: border-color .2s ease;
}

.cf7-form-wrap input:focus,
.cf7-form-wrap select:focus,
.cf7-form-wrap textarea:focus {
	outline: none;
	border-color: var(--color-purple);
}

.cf7-form-wrap textarea {
	min-height: 150px;
	resize: vertical;
}

.cf7-form-wrap .wpcf7-list-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 16px 10px 0;
	font-size: 14.5px;
}

.cf7-form-wrap input[type="submit"] {
	display: inline-block;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background: var(--color-navy-btn);
	padding: 15px 36px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color .2s ease;
}

.cf7-form-wrap input[type="submit"]:hover {
	background: var(--color-navy-btn-hover);
}

.cf7-form-wrap .wpcf7-response-output {
	margin-top: 20px;
	padding: 14px 18px;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}

.cf7-form-wrap .wpcf7-not-valid-tip {
	color: #c0392b;
	font-size: 13px;
	margin-top: 4px;
}

@media (max-width: 1024px) {
	.contact-info__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 20px;
	}

	.contact-form-section__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.contact-info__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-form-card {
		padding: 34px 24px;
	}
}

@media (max-width: 480px) {
	.section-heading {
		font-size: 26px;
	}

	.contact-info__grid {
		grid-template-columns: 1fr;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ------------------------------------------------------------------ */
/* Blog archive / listing (archive.php, index.php, search.php)         */
/* ------------------------------------------------------------------ */

.archive-main {
	font-family: var(--font-body);
	color: var(--color-body-text);
	background: #fff;
}

.archive-main a {
	text-decoration: none;
}

.archive-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.archive-post {
	display: flex;
	gap: 26px;
}

.archive-post__media {
	flex: 0 0 260px;
	max-width: 260px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.archive-post__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.archive-post:hover .archive-post__media img {
	transform: scale(1.05);
}

.archive-post__body {
	flex: 1 1 auto;
	min-width: 0;
	padding-top: 4px;
}

.archive-post__meta {
	font-size: 13px;
	color: #a8a8a8;
	margin-bottom: 8px;
}

.archive-post__meta a {
	color: #a8a8a8;
}

.archive-post__meta a:hover {
	color: var(--color-orange);
}

.archive-post__sep {
	margin: 0 8px;
}

.archive-post__title {
	font-family: var(--font-body);
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 12px;
}

.archive-post__title a {
	color: var(--color-heading);
}

.archive-post__title a:hover {
	color: var(--color-orange);
}

.archive-post__excerpt {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 14px;
}

.archive-post__more {
	color: var(--color-orange);
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
}

.archive-post__more:hover {
	color: var(--color-orange-dark);
}

.archive-empty {
	text-align: center;
	padding: 30px 0 10px;
}

.archive-empty__title {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 26px;
	color: var(--color-heading);
	margin: 0 0 10px;
}

.archive-empty__body {
	margin: 0 0 20px;
}

.navigation.pagination {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-heading);
	background: #f4f1fb;
}

.navigation.pagination .page-numbers:hover {
	background: var(--color-purple);
	color: #fff;
}

.navigation.pagination .page-numbers.current {
	background: var(--color-orange);
	color: #fff;
}

.navigation.pagination .page-numbers.dots {
	background: none;
}

@media (max-width: 640px) {
	.archive-post {
		flex-direction: column;
	}

	.archive-post__media {
		flex: none;
		max-width: 100%;
		width: 100%;
	}
}

/* ------------------------------------------------------------------ */
/* Τμήμα (individual department detail page)                           */
/* ------------------------------------------------------------------ */

.department-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 20px 100px;
}

.department-intro {
	font-size: 19px;
	line-height: 1.8;
	color: var(--color-body-text);
	text-align: center;
	margin: 0 0 50px;
}

.department-accordion {
	border-top: 1px solid #eee;
}

.department-accordion__item {
	border-bottom: 1px solid #eee;
}

.department-accordion__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: none;
	border: none;
	padding: 24px 4px;
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 22px;
	color: var(--color-orange);
	text-align: left;
	cursor: pointer;
}

.department-accordion__icon {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.department-accordion__icon::before,
.department-accordion__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--color-purple);
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

.department-accordion__icon::before {
	width: 20px;
	height: 3px;
}

.department-accordion__icon::after {
	width: 3px;
	height: 20px;
}

.department-accordion__item.is-open .department-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.department-accordion__panel {
	display: none;
	padding: 0 4px 30px;
}

.department-accordion__item.is-open .department-accordion__panel {
	display: block;
}

.department-feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 30px;
}

.department-feature-list li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-body-text);
}

.department-feature-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--color-orange);
}

.department-feature-list li::after {
	content: "";
	position: absolute;
	left: 5.5px;
	top: 10.5px;
	width: 8px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.department-schedule {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.department-schedule__group {
	flex: 1 1 220px;
	background: #f8f6fd;
	border-radius: 8px;
	padding: 20px 24px;
}

.department-schedule__label {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 17px;
	color: var(--color-heading);
	margin: 0 0 10px;
}

.department-schedule__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.department-schedule__group li {
	font-size: 15px;
	line-height: 1.8;
	color: var(--color-body-text);
}

.department-cta {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 640px) {
	.department-feature-list {
		grid-template-columns: 1fr;
	}

	.department-accordion__toggle {
		font-size: 19px;
	}
}
