/* Leave Fonts as is; this is only for dev services */
.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	color: #fff;
	padding: 8px 16px;
	z-index: 100;
	text-decoration: none;
	transition: top 0.3s ease;
}
.skip-link:focus {
	top: 0;
}
.site-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.site-header-web-design {
	/* background: url('img/header-aurora-borealis-rendered.png') no-repeat bottom left / cover; */
	background-image: var(--card-container-bgimage);
	/* Replace with your image path */
	background-repeat: no-repeat;
	/* Prevents image from repeating */
	background-position: bottom left;
	/* Centers the image */
	background-size: cover;
	/* Ensures the image covers the entire element */
	padding: 0 20px 0 20px;
	margin: 20px 0px 20px 0px;
	text-align: left;
	box-shadow: var(--card-container-bgimage-gradient);
	height: auto;
	position: relative;
	border-radius: 20px;
	width: 100%;
	border: solid 1px var(--color-input-bg);
	background-color: var(--color-bg);
}
.site-header-web-design::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	/* background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 100%); */
	background: var(--card-container-bgimage-gradient);
	z-index: 9999;
	/* Ensures the fade is on top of the image */
	pointer-events: none;
	/* Allows clicks to pass through to the image */
}
.site-content:first-child,
.art-timeline .art-timeline-content {
	border-radius: 20px;
	border: solid 1px var(--color-input-bg);
}
h1 {
	margin-bottom: 0;
	color: var(--color-text);
}
.banner-text {
	padding-bottom: 10px;
}
.banner-text h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
	padding-top: 40px;
	width: 100%;
	text-shadow: 2px 2px var(--color-container-bg);
	color: var(--color-text);
	max-width: 620px;
}
.banner-text p {
	margin-top: 30px;
	margin-bottom: 40px;
	color: var(--color-text);
	font-size: 1.6rem;
	text-shadow: 2px 2px var(--color-container-bg);
	max-width: 100%;
}
.banner-text-long {
	padding-bottom: 10px;
}
.banner-text-long h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
	padding-top: 40px;
	width: 100%;
	max-width: 95%;
	text-shadow: 2px 2px var(--color-container-bg);
}
.banner-text-long p {
	margin-top: 30px;
	margin-bottom: 40px;
	color: var(--color-text);
	font-size: 1.6rem;
	text-shadow: 2px 2px var(--color-container-bg);
	max-width: 90%;
}
.fade-bottom {
	position: relative;
	display: inline-block;
}
.fade-bottom::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: var(--card-container-bgimage-gradient);
	pointer-events: none;
}
.site-main {
	display: flex;
	flex-direction: row;
	gap: 0px;
	padding: 0px 0px 0px 0px;
	flex: 1;
	order: 1;
}
.contact-bullet-points {
	display: none;
}
.portrait {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 200px;
	height: auto;
	border-radius: 20px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.divider {
	background: #646466;
	width: 100%;
	height: 1px;
	opacity: 0.3;
	margin: 10px 0 10px 0;
}
.divider-contacts {
	background: #646466;
	width: 100%;
	height: 1px;
	opacity: 0.3;
	margin: 0px 0 10px 0;
}
.professional-name {
	text-align: center;
	align-items: center;
	margin-bottom: 0px;
	font-size: 2rem;
}
.professional-title {
	text-align: center;
	align-items: center;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #99c3ff;
}
.contact-methods {
	font-size: 1.2rem;
	margin-top: 0px;
	text-align: center;
	align-items: center;
}
a.green-link {
	color: #6dc48a;
}
a.green-link:visited {
	color: #6dc48a;
}
a.green-link:hover {
	color: #ffdd00;
	text-decoration: underline;
}
a.green-link:active {
	color: #6dc48a;
	text-decoration: underline;
}
.experience {
	margin-bottom: 30px;
	color: #99c3ff;
}
ul.checkmark-bullets {
	list-style: none;
	padding-left: 0;
	margin: 10px 0px 15px 0px;
}
ul.checkmark-bullets li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0px;
}
ul.checkmark-bullets li::before {
	content: "\2713";
	/* Unicode checkmark character */
	position: absolute;
	left: 0;
	top: -10;
	color: #258043;
	font-size: 18px;
	margin-top: 7px;
}
.content {
	flex: 7;
	padding: 0px 30px 30px 20px;
}
.site-content {
	color: var(--color-text);
	background: var(--color-container-bg);
	font-size: 1.25rem;
	padding: 0px 0px 0px 0px;
}
.plan-header-experience {
	font-size: 2.25rem;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.hourly-rate {
	font-size: 2.25rem;
	margin-bottom: 20px;
	color: var(--color-gray-700);
}
.jump {
	float: right;
}
.content-reveal {
	opacity: 0;
	transform: translateY(60px);
	transition:
		opacity 0.6s ease-out,
		transform 0.6s ease-out;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	box-shadow: var(--card-container-box-shadow);
}
.content-reveal.reveal {
	opacity: 1;
	transform: translateY(0);
}
.page-title {
	margin-bottom: 20px;
	color: #99c3ff;
	font-size: 2rem;
}
.service-text {
	margin-bottom: 40px;
	color: var(--color-text);
}
/* CSS for Responsive Services Grid */
.services-section {
	padding: 30px;
	background-color: #000;
	color: var(--color-text);
}
.services-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
}
.service-box {
	flex: 1 1 calc(50% - 20px);
	padding: 20px;
	background-color: var(--color-container-bg);
	border-radius: 10px;
	box-shadow: var(--card-container-box-shadow);
}
.service-box h2 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #99c3ff;
}
.service-box p {
	font-size: 1.2rem;
	color: var(--color-text);
}
/* CSS for Responsive Flexbox Portfolio Grid */
.portfolio-section {
	padding: 30px;
	background-color: var(--color-bg);
	color: var(--color-text);
}
.portfolio-header {
	margin-bottom: 30px;
}
.portfolio-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.portfolio-item {
	flex: 1 1 calc(33.333% - 20px);
	background-color: var(--color-bg);
	padding: 15px;
	border-radius: 10px;
	box-shadow: var(--card-container-box-shadow);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.portfolio-item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 10px;
}
.art-item-description {
	text-align: center;
	font-size: 1rem;
	color: #ccc;
}
.fs-larger {
	font-size: 1.5rem;
}
ul.checkmark-bullets {
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0px 30px 0px;
}
ul.checkmark-bullets li {
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
ul.checkmark-bullets li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #99c3ff;
	font-size: 18px;
	margin-top: 7px;
}
@media (max-width: 1024px) {
	.portfolio-item {
		flex: 1 1 calc(50% - 15px);
	}
}
@media (max-width: 600px) {
	.portfolio-item {
		flex: 1 1 100%;
	}
	.banner-text h2 {
		font-size: 2rem;
		margin-bottom: 10px;
		padding-top: 40px;
		width: 100%;
		max-width: 590px;
		text-shadow: 2px 2px var(--color-container-bg);
	}
}
h3.mt-60.mb-60,
h3.extra-lh {
	line-height: 40px;
}
/* Timeline Start */
.art-timeline .art-timeline-item .art-timeline-mark {
	border: solid 3px #99c3ff;
}
.art-timeline {
	position: relative;
}
.art-timeline::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 5px;
	height: calc(100% - 10px);
	width: 5px;
	background-color: rgb(94, 100, 121);
}
.art-timeline .art-timeline-item {
	position: relative;
}
.art-timeline .art-timeline-item .art-timeline-mark-light {
	background-color: rgb(94, 100, 121);
	position: absolute;
	top: 4px;
	right: -20px;
	width: 20px;
	height: 20px;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.art-timeline .art-timeline-item .art-timeline-mark {
	position: absolute;
	top: 8px;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: solid 3px #99c3ff;
	background-color: #99c3ff;
	-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}
.art-timeline .art-timeline-item:hover .art-timeline-mark-light {
	-webkit-animation: puls 1s infinite;
	animation: puls 1s infinite;
}
.art-timeline .art-timeline-content {
	position: relative;
	margin-right: 0px;
	background-color: var(--color-bg);
	padding: 30px;
	margin-bottom: 30px;
	width: 96%;
	-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}
.art-timeline .art-timeline-content:after {
	height: 15px;
	width: 15px;
	background-color: purple;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 15px;
	right: -25px;
	border-top-right-radius: 50%;
	display: none;
}
.art-timeline .art-timeline-content .art-card-header {
	width: 100%;
}
.art-timeline .art-timeline-content .art-card-header .art-right-side {
	margin-bottom: 15px;
}
a.work-com {
	color: #99c3ff;
	font-size: 2rem;
	text-decoration: none;
	margin-bottom: 10px;
}
a.work-com:visited {
	color: #99c3ff;
	text-decoration: none;
}
a.work-com:hover {
	color: #99c3ff;
	text-decoration: underline;
}
a.work-com:active {
	color: #99c3ff;
	text-decoration: underline;
}
a.contact-link {
	color: #99c3ff;
	font-size: 1rem;
	text-decoration: none;
	margin-bottom: 10px;
}
a.contact-link:visited {
	color: #99c3ff;
	text-decoration: none;
}
a.contact-link:hover {
	color: #99c3ff;
	text-decoration: underline;
}
a.contact-link:active {
	color: #99c3ff;
	text-decoration: underline;
}
.work-year {
	color: var(--color-text);
	font-size: 1rem;
}
h3.work-clients {
	color: #c0c0c0;
	font-size: 1.25rem;
	text-decoration: none;
	margin-bottom: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.checkmark-bullets .mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.canadian-flag-contact {
	width: 100%;
	height: auto;
	max-width: 150px;
}
.canadian-flag-contact-small {
	width: 100%;
	height: auto;
	max-width: 50px;
	margin: 10px;
}
.pricing-price span.strike-sale-blue {
	text-decoration: line-through;
	color: #093662;
	font-size: 45px;
	padding-top: 45px;
}
.pricing-price span.strike-sale-reg {
	text-decoration: line-through;
	color: grey;
	font-size: 35px;
	padding-top: 15px;
}
.pricing-price span.strike-sale-red {
	text-decoration: none;
	color: rgb(187, 42, 42);
	font-size: 35px;
	padding-top: 35px;
}
.pricing-price span.strike-sale-red-small {
	text-decoration: none;
	color: rgb(187, 42, 42);
	font-size: 25px;
	padding-top: 25px;
	letter-spacing: 1pt;
}
.sale-red {
	text-decoration: none;
	color: rgb(187, 42, 42);
}
.red {
	color: rgb(187, 42, 42);
}
.service-box {
	flex: 1 1 calc(50% - 15px);
}
.flex-container-price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	background: var(--color-bg);
	border: solid 1px var(--color-input-bg);
}
.flex-items-flex-price {
	display: flex;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: center;
	order: 0;
	margin: 40px 0px 40px 0px;
	width: 50%;
	padding: 0px;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
}
.pad30 {
	padding: 30px;
}
/* Timeline End */
/* Responsive adjustments */
@media (max-width: 1120px) {
	/* .site-header-web-design {
        background-color: var(--color-bg);
        background-image: var(--card-container-bgimage);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        padding: 0px;
        margin: 0 auto;
        text-align: left;
        box-shadow: var(--card-container-box-shadow);
        height: auto;
        ight: 2rem;
        text-wrap: auto;
        max-width: 1120px;
        margin-bottom: 30px;
    } */
}
/* Responsive adjustments */
@media (max-width: 1072px) {
}
/* Responsive adjustments */
@media (max-width: 1120px) {
	.checkmark-bullets.right-side {
		margin-top: -20px;
	}
}
@media (max-width: 600px) {
	.site-main {
		display: flex;
		flex-direction: row;
		gap: 0px;
		padding: 0px 0px 30px 0px;
		flex: 1;
	}
	.service-box {
		flex: 1 1 100%;
	}
	.content {
		padding: 0px 0px 30px 0px;
		box-shadow: var(--card-container-box-shadow);
	}
	.checkmark-bullets.right-side {
		margin-top: -20px;
	}
	.art-timeline .art-timeline-content .art-card-header {
		width: 100%;
		margin-left: -20px;
		padding-left: 0;
	}
	.mb-20 {
		margin-bottom: 0px;
	}
}
@media (max-width: 1120px) {
	.site-main {
		display: flex;
		flex-direction: row;
		gap: 0px;
		padding: 0px;
		flex: 1;
		flex-direction: column;
	}
	.content {
		order: 1;
		padding: 0px 0px 20px 0px;
		box-shadow: var(--card-container-box-shadow);
	}
	.checkmark-bullets.right-side {
		margin-top: -20px;
	}
	.contact-bullet-points {
		display: flex;
	}
}
/* Responsive adjustments */
.flex-container-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.flex-items-contact:nth-child(1) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin-right: 20px;
	margin-top: 10px;
}
.flex-items-contact:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin-top: 10px;
}
.flex-items-contact:nth-child(3) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin-top: 10px;
}
@media (max-width: 600px) {
	ul.checkmark-bullets li.contact {
		position: relative;
		padding-left: 30px;
		margin-bottom: 30px;
		font-size: 16px;
	}
}
/* Pricing Tables */
.checkmark ul {
	margin-left: -40px;
}
.checkmark li {
	list-style: none;
	font-size: 14px;
	margin-left: -20px;
}
.checkmark li::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	background-image: url(https://seochorus.com/members/assets/images/light-green_checkmark.svg);
}
.checkmark h3,
.checkmark h4 {
	text-align: left;
}
.pricing-table-big {
	margin: -15px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	zoom: 1;
}
ul.small-bullets {
	margin: 10px 0px 10px 0px;
}
ul.small-bullets li {
	font-size: 0.8rem;
}
.flex-container-seo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 15px;
	gap: 5px;
}
li.contact-us {
	margin-top: 20px;
}
@media (max-width: 900px) {
	.flex-container-seo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 15px;
		gap: 5px;
	}
	.flex-container-price {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		gap: 0;
		margin: 0;
		padding: 0;
		border-radius: 20px;
		background: var(--color-bg);
		border: solid 1px var(--color-input-bg);
	}
	.flex-items-flex-price {
		display: flex;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: center;
		order: 0;
		margin: 0px 0px 0px 0px;
		width: 100%;
		padding: 30px;
		flex-direction: column;
		align-content: flex-start;
		justify-content: flex-start;
	}
}
.card .features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 18px;
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
	max-width: 1120px;
	box-sizing: border-box;
}
.card .feature {
	margin: 0px;
	padding: 20px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(3, 7, 18, 0.02), transparent);
}
#main-content {
	padding: 0 10px 10px 10px;
}
.card .cta {
	display: flex;
	gap: 12px;
	margin-top: 0px;
	justify-content: center;
	align-self: center;
	margin: 0 auto;
}
.plan-header {
	font-size: 2.25rem;
	margin-bottom: 35px;
	margin-top: 35px;
	margin-left: 0px;
	padding-left: 0px;
}
/* NEW Layout */
.flex-container-seo-100 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: normal;
	align-content: center;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 20px;
	border: solid 1px var(--color-input-bg);
	background-color: var(--color-bg);
	-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}
.flex-items-seo-100 {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	width: 100%;
}
.flex-container-seo-60-40 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: normal;
	align-content: center;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 20px;
	border: solid 1px var(--color-input-bg);
	background-color: var(--color-bg);
	-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}
.flex-items-seo-60 {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	width: 60%;
}
.flex-items-seo-40 {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	width: 40%;
}
.seo-img-100 {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.seo-img-1 {
	max-width: 380px;
	height: auto;
	border-radius: 10px;
}
.seo-img-2 {
	max-width: 380px;
	height: auto;
	border-radius: 10px;
}
@media (max-width: 990px) {
	.flex-container-seo-60-40 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: normal;
		align-items: normal;
		align-content: center;
		width: 100%;
	}
	.flex-items-seo-60 {
		width: 100%;
		height: auto;
	}
	.flex-items-seo-40 {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 680px) {
	.site-header-web-design {
		background-position: 15% top;
		background-size: cover;
	}
}
