/*
Theme Name:   Health Profilers
Theme URI:    http://loserweb.dk/theme/mouseflow/
Description:  Basically Bootstrap 5 Child Theme created for Health Profilers 2025
Author:       Lose.R Web development
Author URI:   http://loserweb.dk/health-profilers
Template:     basically-bootstrap-5
Version:      1.0.0
Domain Path: /languages/
Text Domain:  health-profilers
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Poppins:wght@300;400;600&display=swap');
* {
  -webkit-font-smoothing: antialiased;
}


/* Variables */
:root {
	--primary: #203864;
	--primary-light: #DEE6F4;
	--secondary: #52B788;
	--white: #FFFFFF;
	--black: #171717;
}

/* Responsive */
html {
	font-size: 13px;
}
@media screen and (min-width: 576px) {
	html {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

/* General */
a {
	color: var(--primary);
}
body {
	color: var(--black);
	font-family: "Poppins", serif;
  	font-weight: 400;
  	font-style: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary);
	font-family: "Playfair Display", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}
h1 {
	font-size: 5rem;
	line-height: 6rem;
	margin-bottom: 2rem;
}
h2 {
	font-size: 3rem;
	margin-bottom: 2rem;
}
figure {
	margin-bottom: 0;
	margin-top: 4rem;
}
figure img {
	border-radius: 2rem;
}
.cta-container {
	margin-top: 3rem;
}
.cta-button {
	border-radius: .5rem;
	font-weight: 700;
	padding: .8rem 1.8rem;
	text-decoration: none;
	transition: all .2s linear;
}
.cta-button.primary {
	background-color: var(--secondary);
	color: var(--white);
}
.cta-button.secondary {

}

@media screen and (hover: hover) {
	.cta-button.primary:hover {
		background-color: var(--black);
		color: var(--white);
	}
}

@media screen and (min-width: 992px) {
	figure {
		margin-top: 0;
	}
}

/* Header */
.custom-logo-link img {
	width: 120px;
}
.navbar {
	padding: 1rem 0;
}
.menu-cta-button {
	border-radius: .5rem !important;
}
.menu-cta-button.primary {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	display: flex !important;
	justify-content: center;
	margin-top: 1rem !important;
	padding: .3rem 1.8rem !important;
}
.menu-cta-button.primary .mega-menu-link {
	color: var(--white) !important;
	padding: 0 !important;
}

@media screen and (hover: hover) {
	.menu-cta-button.primary:hover {
		background-color: var(--black) !important;
	}
	.menu-cta-button.primary:hover a {
		background-color: transparent !important;
		text-decoration: none !important;
	}
}

@media screen and (min-width: 768px) {
	.menu-cta-button.primary {
		display: inline-block !important;
		margin-left: 1rem !important;
		margin-top: 0 !important;
	}
}

/* Front page */
.front-page-hero {
	background-color: var(--primary-light);
	padding: 5rem 0;
}
.hero-description,
.large-description {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

/* Sub pages */
.sub-page-hero {
	background-color: var(--primary-light);
	padding: 3rem 0;
}
.sub-page-hero-container {
	background-image: url('/wp-content/themes/health-profilers/assets/images/circle_white.png');
	background-position: right;
	background-repeat: no-repeat;
    background-size: contain;
    padding: 4rem 3rem 4rem 0;
}
.sub-page-hero h1 {
	margin-bottom: 1rem;
}

/* Content Blocks */
.content-block {
	padding: 5rem 0;
}
.background-light {
	background-color: var(--primary-light);
}
.background-dark {
	background-color: var(--primary);
}
.background-white + .background-white,
.background-light + .background-light,
.background-dark + .background-dark {
	padding-top: 0;
}
.background-dark * {
	color: var(--white);
}
.paralax-background {
	background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
	margin-top: -5rem;
}
.paralax-content {
	background-color: var(--white);
	margin-bottom: 8rem;
	padding: 2rem 3rem 5rem;
}
.wpcf7-text,
.wpcf7-textarea {
	border: 1px solid;
	border-radius: .5rem;
	padding: .8rem 1.8rem;
}
.wpcf7-submit {
	background-color: var(--secondary);
	border: none;
	border-radius: .5rem;
	color: var(--white);
	font-weight: 700;
	padding: .8rem 1.8rem;
	text-decoration: none;
	transition: all .2s linear;
}
.quote-text {
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	line-height: 1.4;
	text-align: center;
}
.quotee {
	display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    font-size: 1.25rem;
}
.quote-marker {
	color: var(--primary);
	font-family: "Playfair Display", serif;
	font-size: 15rem;
	left: -5rem;
	line-height: 0;
	position: absolute;
	top: 5rem;
}
.background-dark .quote-marker {
	color: var(--primary-light);
}

@media screen and (hover: hover) {
	.wpcf7-submit:hover {
		background-color: var(--black);
	}
}
@media screen and (min-width: 576px) {
	.quote-marker {
		font-size: 20rem;
		left: -8rem;
	}
}

/* Footer */
footer {
	background-color: var(--primary);
	padding-top: 5rem;
}
footer * {
	color: var(--white);
}
#footer-row-bottom {
	padding: 2rem 0;
}
