/*
Theme Name: Breck Child
Theme URI:
Template: quicklaunch-parent-theme
Author: Quicklaunch
Author URI: https://www.quicklaunch.co.uk/
Description: Child theme.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --breck-blue: #005ec4;
    --text-color: #222;
}

* {font-family: "Raleway", sans-serif;}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    margin: 0 0 0.4em 0;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: 700;
    color: var(--breck-blue);
}

h1 {}
h2 {font-size: 2rem}
h3 {font-size: 1.5rem}
h4 {}
h5 {}
h6 {}

@media (min-width: 992px) {
	h1 {}
	h2 {font-size: 2.5rem}
	h3 {font-size: 2rem}
	h4 {}
	h5 {}
	h6 {}
}

p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.text-right {text-align: left;}

@media (min-width: 992px) {
	.text-right {text-align: right;}
}

.white-text {color: #fff;}
.darkbg {background-color: #252626;}
.greybg {background-color: #f2f2f2;}
.small {
    font-size: 85%;
	line-height: 150%;
}

.site-band {padding: 30px 0;}
.site-band.top {padding: 30px 0 0 0;}
.site-band.bottom {padding: 0 0 30px 0;}

@media (min-width: 992px) {
    .site-band {padding: 70px 0;}
    .site-band.top {padding: 70px 0 0 0;}
    .site-band.bottom {padding: 0 0 70px 0;}
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

a {color: var(--breck-blue); font-weight: 600; text-decoration: none;}
a:hover {color: var(--breck-blue); text-decoration: underline;}

.brand {
	width: 104px;
    margin: 20px;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}

.watermark {
	background-image: url(/wp-content/uploads/2025/11/b-grey-watermark.png);
	background-repeat: no-repeat;
	background-position: top left;
}

@media (min-width: 992px) {}

/* Links */

.bl {
    display: inline-block;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 35px;
    text-decoration: none;
    transition: padding ease 0.5s;
}

.bl:hover {
    padding: 20px 40px;
    transition: padding ease 0.5s;
    text-decoration: none;
}

.bl:after {
    content: ">";
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    transition: padding ease 0.5s;
}

.bl:hover:after {
    padding-left: 40px;
    transition: padding ease 0.5s;
}

.bl.blue {
    background-color: var(--breck-blue);
    color: #fff;
}

.ol {
    display: inline-olock;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 35px;
    text-decoration: none;
    transition: padding ease 0.5s;
    border-style: solid;
    border-width: 1px;
}

.ol:hover {
    padding: 20px 40px;
    transition: padding ease 0.5s;
    text-decoration: none;
}

.ol:after {
    content: ">";
    padding-left: 20px;
    color: inherit;
    font-size: 18px;
    transition: padding ease 0.5s;
}

.ol:hover:after {
    padding-left: 40px;
    transition: padding ease 0.5s;
}

.ol.blue {
    background-color: transparent;
    border-color: var(--breck-blue);
    color: var(--breck-blue);
    transition: background ease 0.5s;
}

.ol.blue:hover {
    background-color: var(--breck-blue);
    color: #fff;
    transition: background ease 0.5s;
}

.ol.white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    transition: background ease 0.5s;
}

.ol.white:hover {
    background-color: #fff;
    color: var(--breck-blue);
    transition: background ease 0.5s;
}


/* === Hero Section Container === */
#hero-section {
    position: relative;
    height: calc(100vh - 150px);
    min-height: 600px;
    overflow: hidden;
}

/* === Content Layer (text) === */
#hero-section .content-wrap {
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0; /* remove the previous top padding */
}

#hero-section .content-wrap p.small-text {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
}
#hero-section .content-wrap h1 {
    font-size: 4em;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 20px 0;
}

@media (min-width: 992px) {
	#hero-section .content-wrap p.small-text {
		font-weight: 900;
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 10px 0;
	}
	#hero-section .content-wrap h1 {
		font-size: 6.5em;
		line-height: 1.1;
		font-weight: 700;
		margin: 0 0 20px 0;
	}
}
/* === Overlay === */
#hero-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 2;
    pointer-events: none;
}

/* === Slider === */
.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Force the Slick structure to fill hero height */
.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slide {
    height: calc(100vh - 150px) !important;
    min-height: 600px;
}

/* Slide backgrounds */
.hero-slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video slides */
.hero-slider .slide.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Slide Counter === */
.slide-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.slide-counter .square {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    opacity: 0.5;
    transition: opacity 0.3s, background 0.3s;
}

.slide-counter .square.active {
    background: #fff;
    opacity: 1;
}

/* Post cards  */

.post-card-wrap {
    height: calc(100% - 35px);
    background-color: var(--breck-blue);
    color: #fff;
    transition: background-color ease 0.5s;
    margin-bottom: 35px;
}

.team-member-card .post-card-wrap {
    background-color: #f2f2f2;
    color: var(--breck-blue);
}

.post-card-wrap:hover {
    background-color: #fff;
    color: var(--breck-blue);
    transition: background-color ease 0.5s;
}

.team-member-card .post-card-wrap:hover {
    background-color: var(--breck-blue);
    color: #fff !important;
    transition: background-color ease 0.5s;
}

.post-card-wrap .thumbnail {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.team-member-card .post-card-wrap .thumbnail {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.image-wrap {
    width: 100%;
    height: 100%;
    max-height: 600px;
    background-size: cover;
    background-position: center center;
    scale: 1;
    transition: scale ease 0.5s;
}

.post-card-wrap .thumbnail .featured-image-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    scale: 1;
    transition: scale ease 0.5s;
}
.post-card-wrap:hover .thumbnail .featured-image-wrap {
    scale: 1.2;
    transition: scale ease 0.5s;
}
.post-card-wrap .card-content {
    padding: 30px;
    position: relative;
    transition: padding ease 0.5s;
}
.post-card-wrap .card-content:hover {
    padding: 30px 30px 30px 60px;
    position: relative;
    transition: padding ease 0.5s;
}
.post-card-wrap .card-content .span {
    font-size: 18px;
    color: #fff;
}

.post-card-wrap:hover .card-content .link:after, 
.post-card-wrap:hover .card-content .link, 
.post-card-wrap:hover .card-content .post-title, 
.post-card-wrap:hover .card-content .span {color: var(--breck-blue);}

.post-card-wrap .card-content .post-title {
    font-size: 28px;
    font-weight: 600;
    display: block;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}

.post-card-wrap .card-content span.code {
	font-size: 14px;
}

.team-member-card .post-card-wrap .post-title {
    color: var(--breck-blue);
    font-size: 28px;
}

.team-member-card .post-card-wrap .position {
    font-size: 18px;
    line-height: 24px;
    color: #000;
	margin-bottom: 0px;
}

.team-member-card:hover .post-card-wrap .post-title,
.team-member-card:hover .post-card-wrap .position {
    color: #fff;
}


.post-card-wrap .card-content .link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.post-card-wrap .card-content .link:after {
    content: ">";
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}

.post-card-wrap .card-content svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    fill: #fff;
    transition: fill ease 0.5s;
}

.post-card-wrap:hover .card-content svg {
    fill: var(--breck-blue);
    transition: fill ease 0.5s;
}

/*Partners*/
/* Partner slider container */
.partner-slider {
    margin-top: 40px;
}

/* Slick slide styling */
.partner-logo {
    padding: 10px 20px;
    text-align: center;
}

.partner-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    transition: opacity 0.3s ease, filter ease 0.5s;
    filter: grayscale(1);
}

.partner-logo img:hover {
    opacity: 0.8;
    filter: grayscale(0);
    transition: filter ease 0.5s;
}


/* Promise  */

.promise-wrap {
    background-color: var(--breck-blue);
    padding: 10% 20% 10% 10%;
    color: #fff;
}

.promise-image-wrap {
    height: calc(100% - 200px);
    background-size: cover;
    margin: 100px 0 100px -150px;
}

.promise-wrap h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

@media (min-width: 992px) {
	.promise-wrap h3 {
		font-size: 60px;
		line-height: 70px;
	}
}
.promise-wrap ul {
    column-count: 1;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.promise-wrap ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    padding: 10px 0;
}

@media (min-width: 992px) {
	.promise-wrap ul {
		column-count: 2;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.promise-wrap ul li {
		font-size: 30px;
		line-height: 40px;
		font-weight: 200;
		padding: 15px 0;
	}
}

.--row-promise-block .promise-image-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px; /* adjust as needed */
    width: auto;
    display: block;
}

/*Blog feed*/

.blog-post-wrap {
    margin-bottom: 30px;
}
.blog-post-wrap .featured-image-link {
    aspect-ratio: 4 / 3;
    display: block;
    min-height: 200px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-post-wrap .thumbnail {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    scale: 1;
    transition: scale ease 0.5s;
}
.blog-post-wrap:hover .thumbnail {
    scale: 1.2;
    transition: scale ease 0.5s;
}
.blog-post-wrap .featured-link {
    display: inline-block;
    font-size: 12px;
    background-color: var(--breck-blue);
    color: #fff;
    padding: 5px 10px;
    border-radius: 35px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.blog-post-wrap .post-content {}
.blog-post-wrap date {}
.blog-post-wrap .post-title {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}
.blog-post-wrap .post-link {
    color: var(--breck-blue);
    text-decoration: none;
}

.blog-post-wrap .post-link:after {
    content: ">";
    padding-left: 10px;
    opacity: 0;
    transition: padding ease 0.5s, opacity ease 0.5s;
}

.blog-post-wrap .post-link:hover:after {
    content: ">";
    padding-left: 20px;
    opacity: 1;
    transition: padding ease 0.5s, opacity ease 0.5s;
}

/* footer testimonials */

#ftr-testimonials {
    background: #005EC4;
    background: linear-gradient(0deg, rgba(0,94,196,1) 15%, rgba(255,255,255,1) 15%);
    margin: 70px 0 0;
    position: relative;
    overflow: hidden;
}

.testimonial-wrap {
    position: relative;
    z-index: 2;
    background: #f2f2f2;
    padding: 50px;
    margin-bottom: 0px;
}


@media (min-width: 992px) {
	.testimonial-wrap {
		position: relative;
		z-index: 2;
		background: #f2f2f2;
		padding: 50px;
		margin-bottom: 150px;
	}
}

.testimonial-bg-image-wrap {
    position: relative;
    top: 0;
    right: 0;
	margin: 0 12px;
    width: calc(100% - 24px);
    height: calc(100% - 50px);
	min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    z-index: 1;
}

@media (min-width: 992px) {
	.testimonial-bg-image-wrap {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		width: 50vw;
		height: calc(100% - 50px);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 50px;
		z-index: 1;
	}
}

.testimonial-logo img {
    max-height: 70px;
    max-width: 300px;
    width: auto !important;
    padding: 0px !important;
}

.testimonial-text,
.testimonial-text p {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0;
}

.testimonial-author {
    font-weight: 600;
    margin-top: 10px;
    color: var(--breck-blue);
    font-size: 18px;
    line-height: 28px;
}

.slider-controls {
    margin-top: 30px;
}

.slider-controls a {
    color: #000;
    font-size: 24px;
    margin-right: 15px;
    text-decoration: none;
}

.slider-controls a:hover {
    color: #005EC4;
}

.testimonial-bg-image-wrap {
    transition: background-image 0.8s ease-in-out;
}

.testimonial-related a {
    display: inline-block;
    color: #000;
    margin-top: 8px;
    font-size: 14px;
    text-decoration: none;
}


#ftr-creds {
    padding: 70px 0;
    background-color: var(--breck-blue);
    color: #fff;
}

#ftr-creds h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.slick-slide img {
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.creds-slider .slick-track {
    display: flex !important;
    justify-content: flex-start !important;
}

footer {
	overflow: hidden;
}

#footer-logo .wpb_content_element,
#footer-logo ul.wpb_thumbnails-fluid > li,
#footer-logo .wpb_button {
    margin-bottom: 0px;
}

footer #ftr-links {
    padding: 70px 0;
}

footer .menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
footer .menu li {
    margin-bottom: 10px;
}
footer .menu li a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-decoration: none;
}

/* Pages */

#page-title {
    background-size: cover;
    background-position: center center;
    color: #fff;
}

#page-title h1 {
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
}

#page-title h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}

@media (min-width: 992px) {
	#page-title h1 {
		font-weight: 800;
		font-size: 40px;
		line-height: 50px;
	}

	#page-title h2 {
		font-size: 110px;
		line-height: 120px;
		font-weight: 600;
	}
}
	
#page-title .page-title-inner {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20vh 0;
}

#page-title.blog-single .page-title-inner {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 40vh 0 5vh 0;
}

#page-title.blog-single h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
}

@media (min-width: 992px) {
    #page-title.blog-single h1 {
        font-weight: 800;
        font-size: 70px;
        line-height: 80px;
    }
}
/*Image grid row*/

.image-grid-wrap {
  width: 100%;
}
.image-grid-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

/*/*/


.--row-text-band h4 {
    color: var(--breck-blue);
    font-weight: 800;
    font-size: 22px;
}


.block-link-wrap {
    display: block;
    aspect-ratio: 4 / 3;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.block-link-wrap .overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color ease 0.5s;
}

.block-link-wrap:hover .overlay {
    background-color: rgba(0,94,196,0.8);
    transition: background-color ease 0.5s;
}

.block-link-wrap .overlay span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

blockquote {
    border-left: var(--breck-blue) solid 3px;
    padding-left: 20px;
}
blockquote p {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
}

.breadcrumb {
    padding: 15px 0;
}

.breadcrumb li:after {
    content: "/";
    color: var(--breck-blue);
    padding: 0 5px;
}

.breadcrumb li:last-child:after {
    content: none;
    margin: 0px;
}

.breadcrumb span {
    color: #000;
    font-size: 16px;
}

.breadcrumb li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}


.--image-block-row {}

.--image-block-row .image-wrap.left {
    height: 100%;
    background-size: cover;
    position: relative;
    margin-right: 0px;
    min-height: 300px;
}

.--image-block-row .image-wrap.right {
    height: 100%;
    background-size: cover;
    position: relative;
    margin-left: 0px;
    min-height: 300px;
}

.--image-block-row .text-block-wrapper {
    background-color: var(--breck-blue);
    padding: 50px;
    margin: 0px 0px;
    position: relative;
    z-index: 2;
    color: #fff;
}

@media (min-width: 992px) {
    .--image-block-row .image-wrap.left {
        height: 100%;
        background-size: cover;
        position: relative;
        margin-right: -250px;
        min-height: 300px;
        width: unset;
    }

    .--image-block-row .image-wrap.right {
        height: 100%;
        background-size: cover;
        position: relative;
        margin-left: -250px;
        min-height: 300px;
        width: unset;
    }

    .--image-block-row .text-block-wrapper {
        background-color: var(--breck-blue);
        padding: 50px;
        margin: 100px 0;
        position: relative;
        z-index: 2;
        color: #fff;
    }
}

#our-work-grid .our-work-item {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

button.filter-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 35px;
    border: none;
    border-color: var(--breck-blue);
    border-width: 1px;
    border-style: solid;
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
	margin-bottom: 10px;
}

button.filter-btn.active {
    background-color: var(--breck-blue);
    color: #fff;
}

.blue-block {
    background-color: var(--breck-blue);
    padding: 30px;
    color: #fff;
}

.project-details {
    font-size: 14px;
    margin-top: 0px;
}

@media (min-width: 992px) {
    .project-details {
        font-size: 14px;
        margin-top: -150px;
    }
}
.project-details table td {padding: 15px 0 ;}
.project-details table tr td:first-child {padding: 15px 15px 15px 0 ;}
.project-details table tr:last-child td {padding: 15px 0 0 0 ;}
.project-details table tr {border-bottom: 1px solid #fff;}
.project-details table tr:last-child {border-bottom: none;}

/* Slick arrows (for case study slider) */
.case-study-slider .slick-prev:before,
.case-study-slider .slick-next:before {
  color: #000;              /* black arrows */
  font-size: 30px;          /* optional: make slightly bigger */
  opacity: 1;               /* ensure visible */
}

/* Optional: reposition slightly if needed */
.case-study-slider .slick-prev {
  left: 10px;
  z-index: 2;
}

.case-study-slider .slick-next {
  right: 10px;
  z-index: 2;
}

/* Basic form styling */

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

label {
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

label.req:after {
    content: "*";
    color: var(--breck-blue);
    padding-left: 5px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px;
    color: #fff;
    background-color: #dc3232;
}

input[type="submit"] {
    background-color: var(--breck-blue);
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 20px 40px;
    border-radius: 35px;
    border: none;
    transition: padding ease 0.5s;
}

input[type="submit"]:hover {
    padding: 20px 50px;
    transition: padding ease 0.5s;
}

#simple-page-title {
    background-color: var(--breck-blue);
    color: #fff;
    position: relative;
}

#simple-page-title svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    fill: #fff;
}

#simple-page-title h1 {
    font-weight: 600;
    font-size: 40px;
    margin: 0px;
}

#simple-page-title .page-title-inner {
    padding: 5% 0;
}

@media (min-width: 992px) {
	#simple-page-title h1 {
		font-weight: 600;
		font-size: 70px;
		margin: 0px;
	}
	
	#simple-page-title .page-title-inner {
		padding: 3% 0;
	}
}

.text-end {text-align: left !important;}
@media (min-width: 992px) {.text-end {text-align: right !important;}}

.team-member-name {
    font-size: 50px;
    line-height: 50px;
    color: var(--breck-blue);
    font-weight: 800;
    margin: 0 0 10px 0;
}

.position {
    text-transform: uppercase;
    font-size: 32px;
	margin: 0 0 40px 0;
    line-height: 32px;
    font-weight: 400;
}

.oow-text {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    color: #fff;
}

.inspired-block {
    padding: 30px;
    background-color: #f2f2f2;
    border-left: var(--breck-blue) 3px solid;
}
.inspired-block h5 {
    color: var(--breck-blue);
    font-weight: 800;
    font-size: 16px;
}

.inspired-block .inspired-text {
    font-size: 30px ;
    line-height: 40px;
}

@media (min-width: 992px) {
	.inspired-block .inspired-text {
		font-size: 40px ;
		line-height: 60px;
	}
}
/* Land tempalte */

#land-stats-wrapper {}
#land-stats-wrapper .title-block {
    position: relative;
    background-color: #f2f2f2;
    height: 100%;
    padding: 30px;
}

#land-stats-wrapper h4 {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
}

#land-stats-wrapper ul,
#land-stats-wrapper p {
    font-size: 24px;
}

.location-block {
    position: relative;
    height: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center center;
}

.location-block .overlay {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 25px;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.63) 0%, rgba(255, 255, 255, 0) 51%);
    color: #fff;
}

@media (min-width: 992px) {
	.location-block {
		position: relative;
		height: 100%;
		aspect-ratio: 3 / 4;
		background-size: cover;
		background-position: center center;
	}

	.location-block .overlay {
		position: relative;
		height: 100%;
		width: 100%;
		padding: 30px;
		background: #000000;
		background: linear-gradient(0deg,rgba(0, 0, 0, 0.63) 0%, rgba(255, 255, 255, 0) 51%);
		color: #fff;
	}
}

.location-block .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
}
.location-block .location-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
}

.location-block .location-details p {
    font-size: 18px !important;
    line-height: 28px;
    margin: 0;
}

.stat-block {
    aspect-ratio: 4 / 3;
    position: relative;
	margin: 0 0 30px 0;
}


@media (min-width: 992px) {
	.stat-block {
		aspect-ratio: 4 / 3;
		position: relative;
		margin: 0px;
	}
}

.stat-block .stat-number {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 30px;
}

/* Carousel slider */

.--row-carousel .carousel-slide {
    color: #000;
    padding: 80px 40px;
    min-height: 400px;
    border-radius: 10px;
}

.--row-carousel .slide-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.--row-carousel .slick-prev,
.--row-carousel .slick-next {
    color: var(--breck-blue);
    font-size: 2rem;
}

.--row-carousel .slick-dots li button:before {
    color: #000;
    opacity: 0.5;
}

.--row-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--breck-blue);
}

.carousel-slider {
  position: relative;
}

.carousel-slider .slick-prev,
.carousel-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: transparent;
  border: none;
  color: var(--breck-blue);
  font-size: 2rem;
}

.carousel-slider .slick-prev { left: -40px; }
.carousel-slider .slick-next { right: -40px; }

.carousel-slider .slick-dots {
  bottom: -35px;
}

.--row-carousel .slick-prev:before, .--row-carousel .slick-next:before {
    display: none !important;
}

#carousel-slider-0 {
    overflow: hidden;
}

@media (min-width: 992px) {
    #carousel-slider-0 {
        overflow: visible;
    }
}

/**/

.block-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    columns: 1;
    column-gap: 30px;
}
.block-list ul li {
    display: block;
    padding: 30px 30px 30px 100px;
    background-color: #f2f2f2;
    border-radius: 15px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    background-image: url('/wp-content/uploads/2025/11/gren-check.png');
    background-position: 30px center;
    background-repeat: no-repeat;
}


@media (min-width: 992px) {
	.block-list ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		columns: 2;
		column-gap: 30px;
	}
	.block-list ul li {
		display: block;
		padding: 30px 30px 30px 100px;
		background-color: #f2f2f2;
		border-radius: 15px;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
		background-image: url('/wp-content/uploads/2025/11/gren-check.png');
		background-position: 30px center;
		background-repeat: no-repeat;
	}
}
/**/

/* Remove gap between columns */
/* Shared structure */
.--row-2-column .image-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
}

/* Equal height + no gap mode */
.--row-2-column .equal-height .image-wrap,
.--row-2-column .equal-height .inner-column {
    height: 100%;
}

.--row-2-column .equal-height .inner-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    color: #fff;
}

/* Remove gap between columns */
.--row-2-column.no-gap .row.g-0 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* Ensure container-fluid stretches edge-to-edge when no-gap */
.--row-2-column.no-gap .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* --- Two Column Layout --- */
.--row-2-column .row {
    align-items: center; /* center non-equal-height content */
}

/* Image columns */
.--row-2-column .image-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Text columns (normal mode) */
.--row-2-column .column-inner {
    width: 100%;
    padding: 40px 30px;
}

/* Equal height mode */
.--row-2-column.equal-height .inner-column {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 50px;
}

/* Make sure flex children stretch properly */
.--row-2-column.equal-height .col-lg-6,
.--row-2-column.equal-height [class*="col-lg-"] {
    display: flex;
    align-items: stretch;
}

/* Remove gaps if enabled */
.--row-2-column.no-gap .row {
    margin-right: 0;
    margin-left: 0;
}
.--row-2-column.no-gap .col,
.--row-2-column.no-gap [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Career feed */

.vacancies-list {
    margin: 60px 0;
    padding: 0px;
    list-style-type: none !important;
}
.vacancies-list li {
    margin: 0 0 10px 0;
}
.vacancies-list li a {
    display: block;
    padding: 30px;
    border-radius: 10px;
    border-style: solid;
    border-color: var(--breck-blue);
    border-width: 1px;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    transition: background-color ease 0.5s, padding ease 0.5s;
    position: relative;
}
.vacancies-list li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--breck-blue);
    transition: background-color ease 0.5s, padding ease 0.5s;
    padding: 30px 30px 30px 50px;
}

.vacancies-list li a i,
.vacancies-list li a svg {
    position: absolute;
    opacity: 0;
    right: 50px;
    transition: right ease 0.5s, opacity ease 0.5s;
}

.vacancies-list li a:hover i,
.vacancies-list li a:hover svg {
    position: absolute;
    opacity: 1;
    right: 30px;
    transition: right ease 0.5s, opacity ease 0.5s;
}


/* Single careers */

.vacancy-header {
    padding: 30px;
    margin: -30px -30px 30px -30px;
    border-bottom: 1px solid #fff;
}

.vacancy-header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}


.pagination {
    display: flex;
    justify-content: center; /* ✅ centers pagination horizontally */
    align-items: center;      /* optional: vertically aligns page numbers/buttons */
    padding-left: 0;
    list-style: none;
    text-align: center;
    gap: 8px; /* optional: adds a bit of spacing between links */
}

/* socials */

.social-links {
	list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 0px;
    padding: 0px;
}

.social-links li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	color: var(--breck-blue);
	background-color: transparent;
	border-radius: 50%;
	border: var(--breck-blue) 1px solid;
}

.social-links li a:hover {
	color: #fff;
	background-color: var(--breck-blue);
	border-radius: 50%;
	border: var(--breck-blue) 1px solid;
	transition: background ease 0.5s, color ease 0.5s;
}






