:root {
	--hero-bg: #158dc7;
}

.container {
	max-width: 1018px;
	margin: auto;
	padding-left: 38px;
	padding-right: 38px;
}

.container--2col {
	display: flex;
	flex-wrap: wrap;
}
.container--2col>div {
	flex-basis: 50%;
	width: 50%;
	box-sizing: border-box;
}

#content.content--services {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-family: Arial;
}

#content.content--services #main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.scroll-fixedheader #content.content--services {
	margin-top: 156px;
}

/* hero */

#hero {
	background: var(--hero-bg);
	color: #fff;
	padding-top: 86px;
	padding-bottom: 90px;
	width: 100%;
}

#hero h1 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.05ch;
	margin: 0 0 15px;
}

#hero p {
	letter-spacing: -0.05ch;
	line-height: 1.39;
	margin: 15px 0 0;
}

#hero a,
#hero a:link {
	color: #fff;
}

/* our services */
.socs__ourpackages {
	background: #f6f6f6;
	padding-top: 130px;
	padding-bottom: 130px;
	position: relative;
}

.socs__h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 28px;
	letter-spacing: -0.05ch;
	color: #132d3a;
	text-align: center;
}

.ourpackages__h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 63px;
}

.socs__boxes {
	display: flex;
}

.service-box {
	display: flex;
	flex-direction: column;
}

.socs__service-box {
	flex: 1 1 0;
	box-shadow: 0 4px 12px 0 #e8e8e8;
	border-radius: 8px;
}

.socs__service-box .service-box__body {
	background: #fff;
	padding: 20px;
	flex-grow: 1;
	border-radius: 8px 8px 0 0;
}
.socs__service-box .service-box__foot {
	background: var(--colour);
	border-radius: 0 0 8px 8px;
	text-shadow: 0px 1px 2px #00000040;
}

.service-box__heading {
	color: var(--colour);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.05ch;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 20px;
}

.service-box__subheading,
.service-box__text {
	color: #373737;
	text-align: center;
}

.service-box__subheading {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.service-box__text {
	font-size: 16px;
	line-height: 1.25;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}

.service-box__foot {
	padding: 22px;
}

.service-box__smallprint,
.service-box__price {
	color: #fff;
	margin: 0;
	text-align: center;
	display: block;
	font-weight: bold;
}

.service-box__smallprint {
	text-transform: uppercase;
	font-size: 11px;
}

.service-box__price {
	font-size: 32px;
	font-weight: bold;
}
.service-box__small {
	font-size: 0.75em;
}

.service-box:nth-of-type(1) { --colour: var(--antro-green);  }
.service-box:nth-of-type(2) { --colour: var(--antro-orange); }
.service-box:nth-of-type(3) { --colour: var(--antro-pink);   }

/* what you get */

.socs__whatyouget {
	background: #fff;
	box-shadow: 0 4px 11px 0 rgba(232, 232, 232, 0.5);
	border-radius: 8px;
	overflow: hidden;
	margin-top: -90px;
	position: relative;
}

.whatyouget__header {
	text-align: center;
	color: #239cd7;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 19px;
	margin: 0 0 40px;
	margin-block-start: 0 !important;
}

.whatyouget__body {
	padding: 40px 0 62px;
	max-width: 880px;
	margin: 0 auto;
}

.whatyouget__listcontainer {
	margin-top: 40px;
	margin-bottom: 0;
	display: flex;
	padding-left: 40px;
	padding-right: 40px;
}

.whatyouget__ul {
	margin: 0;
	flex: 1;
}

.whatyouget__ul>li {
	padding: 0;
	margin: 0 0 10px 30px;
	list-style: none;
	position: relative;
	letter-spacing: -0.05ch;
}

.whatyouget__ul>li::before {
	content: "";
	display: inline-block;
	background-image: url('../images/tick.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1em;
	width: 1.5em;
	position: absolute;
	top: 2px;
	right: 100%;
}

.whatyouget__foot {
	display: flex;
}

.whatyouget__item {
	font-size: 16px;
	flex: 1;
	padding: 24px 30px;
	line-height: 1;
}
.whatyouget__item:first-child {
	background: #bfeaff;
	text-align: right;
}
.whatyouget__item:last-child {
	background: #def4ff;
}

.socs-testimonials {
	padding-top: 60px;
	padding-bottom: 60px;
}

.socs__h2.socs-testimonials__h2 {
	margin-bottom: 26px;
}

.socs-testimonials__container {
	/* padding-left: 76px; */
	/* padding-right: 76px; */
	display: flex;
	flex-wrap: wrap;
}

.socs-testimonials__item {flex: 1;flex-basis: 50%;padding-left: 35px;padding-right: 35px;box-sizing: border-box;color: #132d3a;/* font-size: 18px; */letter-spacing: -0.05ch;line-height: 1.39;margin-bottom: 1.5em;}

.socs-testimonials__author {
	font-size: 16px;
}

.socs-testimonials__name {
	font-weight: bold;
	color: #239cd7;
}

.socs-testimonials__name, .socs-testimonials__org {
    font-style: italic;
}

.grid-container {
    display: grid;
    grid-template-columns: 100px 70% auto;
    grid-template-rows: max-content;
    gap: 10px;
}

.grid-item-1 {
    grid-row-start: 1;
    grid-row-end: 3;
}

.grid-item-2 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column: span 2;
}

.grid-item-3 {
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: auto;
}

.socs-cta {
	background: linear-gradient(102deg, #00374c 6%, #004a6e 92%);
	padding-top: 67px;
	padding-bottom: 67px;
	color: #fff;
}

.socs-cta>.container /* BODGE */ { 
	align-items: center;
}

.socs-cta>.container>div:first-child {
	padding-right: 46px;
}
.socs-cta>.container>div:last-child {
	padding-left: 46px;
}

.socs-cta__h2 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.05ch;
	color: #fff;
	margin-top: 0;
	margin-bottom: 28px;
}

.socs-cta__ul {
	margin-bottom: 0;
	margin-left: 1em;
}

.socs__button {
	background: #239cd7;
	color: #fff;
	text-decoration: none;
	padding: 15px 45px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.socs__button:hover {
	background: var(--nav-hilite-bg);
	color: #fff;
}

.socs-cta__button {
	background: #239cd7;
	color: #fff;
	text-decoration: none;
	padding: 15px 45px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.socs-cta__button:hover {
	background: #00ffff;
	color: #fff;
}
.socs-portfolio__h2 {
	margin-top: 50px;
	margin-bottom: 28px;
	line-height: 1.25;
}

.socs-portfolio__slides {
	display: flex;
	margin-top: 28px;
	margin-bottom: 28px;
	justify-content: center;
}

.socs-portfolio__slide {
	display: block;
	padding: 12px 14px;
}

.socs-portfolio__slide img {
	border: 1px solid #ddd;
	max-height: 224px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

.socs-portfolio__container {
	text-align: center; /* BODGE */
}

.container.socs-portfolio__container {
	max-width: 1920px;
}

.socs-portfolio__button {
	display: inline-block;
}

.content--services + #footer /* BODGE */ {
	margin-top: 75px;
}

.socs-cta__ul>li {
	list-style: none;
	position: relative;
	line-height: 1.4em;
	padding-left: 0.5em;
	margin-bottom: 0.1em;
}

.socs-cta__ul>li::before {
	content: "";
	display: inline-block;
	background-image: url(../images/tick-circle.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.4em;
	width: 1em;
	position: absolute;
	right: 100%;
}

/* RESPONSIVE */

@media (min-width: 900px) {
	.socs__boxes > div:not(:first-child) {
		margin-left: 10px;
	}
	.socs__boxes > div:not(:last-child) {
		margin-right: 10px;
	}
}

@media (max-width: 899px) {
	.socs__boxes {
		flex-direction: column;
	}

	.socs__service-box {
		margin-bottom: 40px;
	}

	.socs__whatyouget {
		margin-top: -120px;
	}
}

@media (max-width: 768px) {
	.whatyouget__header {
		margin-bottom: 30px;
	}
	.whatyouget__listcontainer {
		flex-direction: column;
		margin-top: 30px;
	}
	.whatyouget__body {
		padding-bottom: 30px;
	}

	.whatyouget__item > b {
		display: block;
		margin-bottom: 0.5em;
	}

	.socs-testimonials__container {
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 0;
		max-width: 615px;
	}
	
	.socs-testimonials__item {
		flex-basis: 100%;
	}
	
	.grid-item-1 {
        grid-row-start: 2;
        grid-row-end: 3;
        align-self: center;
    }

    .grid-item-2 {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column: span 3;
    }
    
    .grid-item-3 {
        align-self:center;   
    }
    
    .testimonials .testimonial-author {
        margin-top:0; 
    }

	.socs-portfolio__slides {
		flex-direction: column;
	}
	.socs-portfolio__slide img {
		max-height: unset;
	}
}

@media (max-width: 639px) {
	.socs-cta {

	}
	.socs-cta>.container {
		align-items: flex-start;
	}
	.container--2col {
		flex-direction: column;
	}
	.container--2col>div {
		width: unset;
		flex-basis: unset;
	}
	.socs-cta>.container>div:first-child,
	.socs-cta>.container>div:last-child {
		padding: 0;
	}

	.socs-cta>.container>div:last-child {
		padding: 0;
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.whatyouget__foot {
		flex-direction: column;
	}

	.whatyouget__item:first-child {
		text-align: left;
	}
}

@media (max-width: 425px) {
	#hero {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 414px) and (min-width: 376px) {
	.whatyouget__listcontainer {
		padding-left: calc(52.63157894736842vw - 177.89473684210526px);
		padding-right: calc(52.63157894736842vw - 177.89473684210526px);
	}
}

/*@media (max-width: 425px) and (min-width: 375px) {*/
/*    .grid-container {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/
/*}*/

@media (max-width: 375px) {
	.whatyouget__listcontainer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.grid-container {
	    grid-template-columns: 100px 60% auto;
	}
}

@media (max-width: 340px) and (min-width: 321px) {
	.content--services .container {
		padding-left: calc(90vw - 268px);
		padding-right: calc(90vw - 268px);
	}
	.container.socs-testimonials__container {
		padding: 0;
	}
}

@media (max-width: 320px) {
	.content--services .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container.socs-testimonials__container {
		padding: 0;
	}
}