/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

* {
  	font-family: merel, sans-serif;
	font-weight: 400;
}

.ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.primary-cta {
	text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #2E2E2E;
    color: #88F8F5;
    min-width: 182px;
    max-width: 300px;
    width: 100%;
    display: block;
    padding: 12px;
    text-align: center;
}

.secondary-cta {
	text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    border: solid 1px #020617;
    color: #020617;
    min-width: 182px;
    max-width: 300px;
    width: 100%;
    display: block;
    padding: 12px;
    text-align: center;
}

.header-logo {
	max-width: 182px;
}

.header-cta {
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #2E2E2E;
	color: #88F8F5;
	min-width: 182px;
	width: 100%;
	display: block;
	padding: 12px;
	text-align: center;
}

.navbar-nav .menu-item {
	padding: 12px 2px;
}

.navbar-nav .nav-link {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2E2E2E;
	font-size: 11px;
}


.homepage-hero-banner {
	position: relative;
}
.homepage-hero-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #16469E;
	opacity: .5;
}

.homepage-hero-banner h1 {
	margin: 100px 0;
	color: transparent;
	text-align: center;
	font-size: 48px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  	font-family: merel, sans-serif;
	font-weight: 900;
	font-style: normal;
	position: relative;
	letter-spacing: 2px;
}
.homepage-hero-banner h1 i,.homepage-hero-banner h1 em {
	color: #ffffff;
	font-style: normal;
    font-weight: bold;
    color: #fff;
  }

.CMS_PAR_section {
	position: relative;
	overflow: hidden;
}

.CMS_PAR_section .container {
	max-width: 960px;
}

.CMS_PAR_section:before {
	content: "PAR";
    position: absolute;
    left: -120px;
    font-size: 196px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ADA9E9;
    color: transparent;
    transform: rotate(-90deg);
    font-family: merel, sans-serif;
    font-weight: 900;
    letter-spacing: -12px;
    top: 52px;
}

.CMS_PAR_section h2 {
	font-size: 36px;
	margin:  0 0 52px 0;
	text-align: center;
  	font-family: merel, sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}


.CMS_PAR_section p {
	margin:  0 0 32px 0;
	padding: 0 32px;
}


@media (min-width: 1080px) {

	.navbar-nav .nav-link {
		font-size: 14px;
	}

	.navbar-nav .menu-item {
	}

}


@media (min-width: 1400px) {

	.navbar-nav .nav-link {
		font-size: 16px;
	}

	.navbar-nav .menu-item {
		padding: 12px 8px;
	}

}

.running-man-divider {
	width: 30px;
	margin-bottom: 20px;
}

.d-flex.meet_the_team {
    flex-wrap: wrap;
    align-items: flex-end;
}

.get_started_section h2, .schedule-block h2, .video_testimonials h2, .meet_the_team h2 {
	font-weight: 700;
	font-size: 24px;
	color: #57B5E6;
	text-transform: uppercase;
}

.get_started_section h3 {
	font-weight: 700;
	font-size: 20px;
}


.get_started_step {
	text-align: center;
	position: relative;
	font-size: 20px;
}

.get_started_step p {
	font-weight: 700;
	padding: 12px;
	display: inline-block;
}

.get_started_step .number {
	font-size: 48px;
	font-weight: 700;
}

.get_started_steps {
	flex-wrap: wrap;
}

.cms_and_faqs-content ul, .content-panel ul {
    list-style-type: none; /* Remove the default bullet */
    padding-left: 1.5em; /* Add space for custom bullet */
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.cms_and_faqs-content ul li::before, .content-panel ul li::before {
    content: "✓"; /* Unicode for tick */
    color: #57B5E6; /* Set tick color */
    font-size: 1.2em; /* Adjust tick size */
    margin-right: 0.5em; /* Add spacing between tick and text */
}

.cms_and_faqs-content ul li, .content-panel ul li {
	width: 100%;
    list-style: none;
    position: relative;
    float: left;
}

.cms_and_faqs-images-wrapper--1 {
    width: 40%;
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    float: left;
}

.cms_and_faqs-images-wrapper--2 {
    width: 40%;
    height: 600px;
    overflow: hidden;
    position: relative;
    float: left;
    background: #f3f3f3;
    margin: 120px 0 60px 10%;
}

.cms_and_faqs-images-wrapper img {
    width: 100%; /* Ensure the image scales horizontally */
    height: 100%; /* Ensure the image scales vertically */
    object-fit: cover; /* Ensures the image covers the container proportionally */
    object-position: center; /* Centers the image inside the container */
    display: block; /* Removes any extra spacing around the image */
}

.cms_and_faqs-content h2 {
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #2E2E2E;
}

.cms_and_faqs-content--faq-title {
	background-color: black;
	color: white;
	padding: 16px;
	font-weight: 700;
	cursor: pointer;
}
.cms_and_faqs-content--faq-title::after {
    content: "+"; /* Unicode for tick */
    color: #57B5E6; /* Set tick color */
    font-size: 2.4em; /* Adjust tick size */
    margin-right: 0.5em; /* Add spacing between tick and text */
    float: right;
    margin-top: -21px;
}


@media (min-width: 576px) {

.cms_and_faqs-content h2 {
	font-size: 48px;
}


.content-panel ul li {
	width: 50%;
}

.get_started_steps .get_started_step:nth-child(2)::before,
.get_started_steps .get_started_step:nth-child(2)::after {
    content: "";
    height: 4px;
    background-color: #57B5E6;
    opacity: .2;
    width: 50%;
    margin: 8px 0;
    position: absolute;
    top: 30px;
    border-radius: 2px;

}

.get_started_steps .get_started_step:nth-child(2)::before {
    left: -25%;
}

.get_started_steps .get_started_step:nth-child(2)::after {
    right: -25%;
}
.homepage-hero-banner h1 {
	font-size: 88px;
}

.CMS_PAR_section h2 {
	font-size: 56px;
}

.CMS_PAR_section:before {
	opacity: 1;

}
}

.cta-bar {
	background-color: #17469D;
	padding: 60px 0;
}

.cta-bar h3 {
	color: #ffffff;
	font-weight: 700;
	margin: 0;
	padding-top: 4px;
}
.cta-bar a {
	background-color: #ffffff;
	color: #17469D;
	padding: 12px 32px;
	text-decoration: none;
	display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 220px;
    text-align: center;
}

.cta-bar .d-flex {
	    align-content: center;
    align-items: center;
}

.schedule-block {
	overflow: hidden;
	margin-top: 40px;
}


/* schedule mobile */
.schedule-tabs {
    max-width: 100%;
}

.tabs {
    display: flex;
    overflow-x: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ddd;
}

.tab {
    margin-right: 1rem;
    flex-shrink: 0;
}

.tab button {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    white-space: nowrap;
}

.tab-content {
    display: none;
    padding: 1rem 0;
}

.tab-content.active {
    display: block;
}

.schedule-item {
    margin-bottom: 1rem;
}

.time {
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: bold;
}

/* schedule desktop */

.schedule-table {
	background-color: #E1EBF0;
	width: 97%;
	float: right;
	position: relative;
    table-layout: fixed; /* Forces equal column widths */
    border-collapse: collapse; /* Optional: Removes extra spacing between borders */
}
.schedule-table:before {
	content: "";
    position: absolute;
    height: 100%;
    width: 3%;
    background-color: #E1EBF0;
    top: 0;
    left: -3%;
}


.schedule-table td:first-child, .schedule-table th:first-child {
	width: 2%;

}

/* Table rows with floating labels */
.schedule-table tr {
    position: relative; /* Allows absolute positioning for the label */
}


.schedule-table .schedule-am td:first-child, 
.schedule-table .schedule-pm td:first-child {
    position: absolute;
    font-size: 62px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ADA9E9;
    color: transparent;
    transform: translateY(100%) rotate(-90deg); /* Center horizontally and rotate */
    font-family: merel, sans-serif;
    font-weight: 900;
    letter-spacing: -4px;
    white-space: nowrap;
    left: -28px;
}

.schedule-item {
	padding: 12px;
	background-color: #17469D;
	color: white;
	margin: 4px;
    min-height: 80px;
}

.schedule-table hr {
	height: 5px;
    background-color: #17469D;
    border-radius: 4px;
    opacity: 1;
    left: 12px;
    position: relative;
    margin: 4px 0;
}

.container-narrow {
	max-width: 880px;
}


footer {
	background-color: #020617;
	padding: 40px 0;
	background-image: url('https://onparhealth.co.uk/wp-content/uploads/2024/11/footer-icon-outline.png');
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	overflow: hidden;
}

footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
  background-image: radial-gradient(#57B5E6, transparent);
  width: 100%;
  height: 200%;
  opacity: 30%;
}

footer .container {
	position: relative;
}

footer h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 900;
}

footer h2 strong {
	color: #58B5E6;
}

footer p {
	color: #ffffff;
}

footer h3 {
	color: #ffffff;
}

#menu-footer-menu li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

#menu-legal-links {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 24px;
}
#menu-legal-links li {
	display: inline-block;
	padding-left: 32px;
}

#menu-legal-links li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;

}

.page-map iframe {
  width: 100%;
  height: auto; /* Adjusts height automatically based on content or can be set to a fixed value */
  min-height: 360px;
  border: none; /* Removes default border */

  display: block;
}

.video_testimonials {
    overflow: hidden;
}

.video-card {
	position: relative;
    cursor: pointer;
}

.video-card:after {
	content: "";
	background-image: url('https://onparhealth.co.uk/wp-content/uploads/2025/02/play-button-overlay.png');
	position: absolute;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	text-align: center;
	top: 50%;
	margin-top: -45px;
	height: 90px;
	font-size: 90px;
	line-height: 90px;
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .7;
}
.video-card:hover:after {
	opacity: 1;
}
.modal-body video {
	display: block;
	width: 100%;
}
.video-card__inner {
	position: relative;
	margin: 0 8px;
	overflow: hidden;
	min-height: 400px;
}
.video-card__inner::before {
    content: '';
    display: block;
    padding-top: 177.78%; /* 16 / 9 * 100 = 177.78% */
}

.video-card__inner::after {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(transparent, #151515);
    width: 100%;
    opacity: 100%;
    padding-top: 90%;
    bottom: 0;
    z-index: 0;
}

.video-card img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    min-width: 100%;
    min-height: 100%;    
    object-fit: cover; /* Ensures the video covers the div while preserving proportions */
}
.video-card video{
	display: none;
}
.video-card:hover video{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    min-width: 100%;
    min-height: 100%;    
    object-fit: cover; /* Ensures the video covers the div while preserving proportions */
}

.video-text-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.meet_the_team .member-card, .image_testimonial-card {
	position: relative;
	float: left;
	padding: 0 1%;
	overflow: hidden;
}

.meet_the_team .member-card-overlay {
    display: block;
    position: absolute;
    background-image: linear-gradient(transparent, #151515);
    width: 94%;
    height: 50%;
    opacity: 100%;
    bottom: 0;
    z-index: 0;
}

.image_testimonial-overlay {
    display: block;
    position: absolute;
    background-image: linear-gradient(transparent, #151515);
    width: 98%;
    height: 50%;
    opacity: 100%;
    bottom: 0;
    z-index: 0;
}

.meet_the_team .member-card img {}

.meet_the_team .member-card h5, .image_testimonial-text-container {    
	position: absolute;
    color: white;
    z-index: 2;
    bottom: 12px;
    left: 5%;
    width: 90%;
}

.wpcf7-form {
	color: white;
}

.wpcf7-form p {
	display: contents;
}

.wpcf7-response-output {
	margin: 0 !important;
}

.wpcf7-response-output p {
	margin: 0;
}

.footer-cta-input, 
.footer-cta-input:focus-visible {
	width: 100%;
	padding: 8px;
	border: solid 1px #ffffff;
	border-radius: 0;
	background-color: transparent;
	color: #ffffff;
	outline: -webkit-focus-ring-color auto 0;
	margin: 8px 0 24px;

}

.footer-cta-btn {
	background-color: #57B5E6;
	width: 100%;
	border: none;
	padding: 8px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 700;
}

.modal-input,
.modal-input:focus-visible {
	width: 100%;
	padding: 8px;
	border: solid 1px #2E2E2E;
	border-radius: 0;
	background-color: transparent;
	outline: -webkit-focus-ring-color auto 0;
	margin: 8px 0 24px;
}

.modal-cta-btn {
	background-color: #57B5E6;
	width: 100%;
	border: none;
	padding: 8px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 700;
}
.modal-body .wpcf7-response-output {
	color: black;
}



ul.services {}

ul.services li {
	flex: 1;
}
ul.services li .service-item {
	background-color: blue;
	color: white;
	display: inline-block;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
ul.services li .service-item:before {
	content: "";
	background-color: #041636;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.services li:hover .service-item:before {
	opacity: 1;
}
ul.services li a {
	color: white;
	text-decoration: none;
}
ul.services li h2 {
	color: white;
	text-decoration: none;
	margin-top: 100px;
	display: block;
	position: relative;
}
ul.services li p {
	color: white;
	text-decoration: none;
	display: block;
	position: relative;
}