/*!
Theme Name: PeerUp
Theme URI: https://peeruphealth.com/
Author: PeerUp
Author URI: https://peeruphealth.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: peerup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PeerUp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
* {
	font-family: "Montserrat", sans-serif;
	--primary-color: #001d45;
	--color-black: rgba(0, 0, 0, 0.66);
	--color-white: #fff;
	/* Color Palette */
	--lavender-web: #d8e2ff;
	--lavender-web-2: #dbe8ff;
	--lavender-web-3: #d2deff;
	--columbia-blue: #d8f2ff;
	--ghost-white: #f6f9ff;
	--blue-bg: #2079b5;
	/* Gradients */
	--gradient-top: linear-gradient(
		0deg,
		#d8e2ff,
		#dbe8ff,
		#d2deff,
		#d8f2ff,
		#f6f9ff
	);
	--gradient-bottom: linear-gradient(
		180deg,
		#d8e2ff,
		#dbe8ff,
		#d2deff,
		#d8f2ff,
		#f6f9ff
	);
	--gradient-right: linear-gradient(
		90deg,
		#d8e2ff,
		#dbe8ff,
		#d2deff,
		#d8f2ff,
		#f6f9ff
	);
	--gradient-left: linear-gradient(
		270deg,
		#d8e2ff,
		#dbe8ff,
		#d2deff,
		#d8f2ff,
		#f6f9ff
	);
}
.container {
	max-width: 1552px;
	margin: 0 auto;
	padding: 0 20px;
}

.btn {
	display: flex;
	padding: 18px 35px;
	align-items: center;
	gap: 8px;
	border-radius: 40px;
	background: var(--primary-color);
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.36px;
}
h1 {
	font-size: 4.125rem !important;
	font-weight: 300 !important;
	line-height: 5.625rem !important;
	color: var(--primary-color);
}
h1 span {
	font-weight: 200 !important;
}
h2 .pu-italic-heaidng {
	font-style:italic;
	font-weight:300 !important;
}
h2 {
	font-size: 5rem !important;
	line-height: 5.625rem !important;
	color: var(--primary-color);
	font-weight: 300;
}
h2 span {
	font-weight: 100 !important;
}
h3 {
	font-size: 2.5rem !important;
	font-weight: 600 !important;
	color: var(--primary-color);
}
h4 {
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	color: var(--primary-color);
	letter-spacing: 0.48px;
	line-height: 2.125rem;
}
.work-sans-<uniquifier> {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.pu-btg-card p{
	font-size:16px !important;
}
p {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: var(--color-black);
	letter-spacing: 0.36px;
	line-height: 2.125rem;
/* 	font-family: "Work Sans", sans-serif; */
}
/* ------home-banner----- */
.pu-home-banner {
	background: linear-gradient(
		180deg,
		#d8e2ff,
		#dbe8ff,
		#d2deff91,
		#eaf5fac2,
		#f6f9ff,
		#ffffff
	);
	min-height: 75dvh;
	width: 100%;
}
.pu-accordion h4 {
	color: var(--color-black);
	font-weight: 300 !important;
}
.site-branding , .site-branding a , .site-branding img{
	width:150px;
	display:inline-block !important;
}
@media screen and (max-width: 991px) {
	html {
		font-size: 14px;
	}

	.container {
		padding: 0 16px;
	}
	h1 {
		font-size: 3rem !important;
		line-height: 3.5rem !important;
	}
	h2 {
		font-size: 3.5rem !important;
		line-height: 4rem !important;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 13px;
	}
	h1 {
		font-size: 2.5rem !important;
		line-height: 3rem !important;
	}
	h2 {
		font-size: 2.8rem !important;
		line-height: 3.2rem !important;
	}
	h3 {
		font-size: 2rem !important;
	}
	h4 {
		font-size: 1.25rem !important;
	}
	p {
		font-size: 1rem !important;
		line-height: 1.6rem !important;
	}
	.btn {
		padding: 15px 25px;
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 12px;
	}
	h1 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	h2 {
		font-size: 2.2rem !important;
		line-height: 2.6rem !important;
	}
	h3 {
		font-size: 1.75rem !important;
	}
	h4 {
		font-size: 1.125rem !important;
	}
	.btn {
		padding: 12px 20px;
		font-size: 14px;
	}
}
.pu-bluebg-secetion  p{
	opacity:0.66;
}
/* Video Modal Styles */
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.video-container iframe{
	    width: clamp(29.75rem, -37.5rem + 62.5vw, 37.5rem);
    height: clamp(65.125rem, -18.75rem + 52.0833vw, 43.75rem);
}
.video-modal.show {
	display: flex;
	opacity: 1;
}

.video-modal-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
}

.video-modal-content {
	position: relative;
	margin: auto;
	max-width: 90vw;
	max-height: 90vh;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
	transform: scale(0.8);
	transition: transform 0.3s ease-in-out;
}

.video-modal.show .video-modal-content {
	transform: scale(1);
}

.video-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.2s ease;
	color: #333;
}

.video-modal-close:hover {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.1);
}

.video-container {
	position: relative;
	width: 100%;
	height: auto;
}

.demo-video {
	width: 100%;
	height: auto;
	max-height: 70vh;
	display: block;
	border-radius: 15px;
}

.video-controls {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 20px;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.video-container:hover .video-controls {
	opacity: 1;
}

.control-btn {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.control-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

.control-btn:active {
	transform: scale(0.95);
}

.pu-image-aside {
	padding-block: 100px;
}
.gform_heading{
	display:none !important;
}
/* Mobile Responsive */
@media screen and (max-width: 768px) {
	.video-modal-content {
		max-width: 95vw;
		max-height: 85vh;
		margin: 20px;
		border-radius: 15px;
	}

	.video-modal-close {
		top: 10px;
		right: 10px;
		width: 35px;
		height: 35px;
	}

	.demo-video {
		max-height: 60vh;
		border-radius: 10px;
	}

	.video-controls {
		bottom: 10px;
		padding: 8px 15px;
		gap: 12px;
	}

	.control-btn {
		padding: 6px;
		width: 35px;
		height: 35px;
	}

	.control-btn svg {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 480px) {
	.video-modal-content {
		max-width: 98vw;
		max-height: 90vh;
		margin: 10px;
		border-radius: 10px;
	}

	.video-modal-close {
		top: 8px;
		right: 8px;
		width: 30px;
		height: 30px;
	}

	.video-modal-close svg {
		width: 18px;
		height: 18px;
	}

	.demo-video {
		max-height: 55vh;
	}

	.video-controls {
		bottom: 8px;
		padding: 6px 12px;
		gap: 10px;
	}

	.control-btn {
		padding: 4px;
		width: 32px;
		height: 32px;
	}

	.control-btn svg {
		width: 18px;
		height: 18px;
	}
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
	.video-controls {
		opacity: 1 !important; /* Always show controls on touch devices */
	}

	.control-btn {
		min-width: 44px; /* iOS recommended touch target size */
		min-height: 44px;
	}

	.video-modal-close {
		min-width: 44px;
		min-height: 44px;
	}

	.btn {
		min-height: 44px;
		touch-action: manipulation; /* Prevent double-tap zoom */
	}
}

/* Landscape mobile optimization */
@media screen and (max-height: 500px) and (orientation: landscape) {
	.video-modal-content {
		max-height: 95vh;
	}

	.demo-video {
		max-height: 70vh;
	}

	.video-controls {
		bottom: 5px;
	}
}

/* Base nav styles */
.main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1.25rem, -46.5625rem + 53.125vw, 17.1875rem);
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	position: relative;
}

.main-navigation .menu {
	display: flex;
	gap: 58px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation .menu a {
	text-decoration: none;
	color: #111827;
	font-weight: 500;
	transition: color 0.2s ease;
}

.main-navigation .menu a:hover {
	color: #2563eb; /* blue-600 */
}

/* Mobile button */
.menu-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.5rem;
	display: none;
}

/* Hamburger icon */
.menu-toggle .menu-icon {
	width: 24px;
	height: 2px;
	background-color: #111827;
	position: relative;
	display: block;
}
.menu-toggle .menu-icon::before,
.menu-toggle .menu-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #111827;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-toggle .menu-icon::before {
	top: -7px;
}
.menu-toggle .menu-icon::after {
	top: 7px;
}
/* ---header------ */
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(10px);
	z-index: 999;
}

.site-header .custom-container {
	display:flex;
	max-width:1520px;
	gap: 100px;
	justify-content:space-between;
	align-items:center;
	padding:38px 16px;
	margin:0 auto;
}
header a{
	color: #001D45;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

html body .site-header li.current-menu-item a {
    font-weight: 400 !important;
}
html body .site-header .current-menu-item a{
	font-weight:700 !important;
}

.main-navigation{
	border:none !important;
	background-color:transparent !important;
}
.pu-home-banner{
	padding-top: clamp(6.25rem, 25.25rem + 35vw, 11.5rem);
}
.pu-header-btn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap: 12px;
}

.pu-header-btn a {
	text-transform: capitalize;
}
.pu-header-btn a:first-child , .tos-btn{
	position: relative;
	padding: 20px 70px 20px 35px;
	align-items: center;
	gap: 8px;
	border-radius: 40px;
	background: #001D45;
	color: #FFF !important;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.36px;
}

.pu-home-banner button.btn {
	padding-right: 70px;
	position: relative;
}
.tos-btn {
	position:relative;
}
.pu-header-btn a:first-child:after,
.pu-home-banner button.btn:after , .tos-btn::after  {
	content: "";
	background-image: url('https://peerupstg.wpenginepowered.com/wp-content/uploads/2025/10/arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
    height: 100%;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
    top: 0;
    filter: brightness(0) invert(1);
}

.pu-header-btn a:last-child , .dwp-btn {
	padding: 18px 24px;
	align-items: center;
	gap: 8px;
	border-radius: 40px;
	border: 2px solid #001D45;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.36px;
}
.main-navigation .tos-btn  a{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.36px;
}
.main-navigation .dwp-btn  a{
    color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.36px;
}
.pu-mo-btn{
	display:none;
}
.site-footer{
	display:flex;
	max-width:1536px;
	margin:0 auto;
	padding-top:clamp(6.25rem, -12.875rem + 21.25vw, 12.625rem);
	padding-bottom: clamp(3.125rem, -6.25rem + 10.4167vw, 6.25rem);
}
.site-footer .site-info{
	width:100%;
}
.site-footer .site-info .pu-footer-content{
	padding:10px  0 0 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.pu-footer-content  p{
	font-weight:400 !important;
}
.pu-footer-content  p.fw-300{
	font-weight:300 !important;
	font-size:14px !important;
}
#contact , .pu-bluebg-secetion{
	background-image:url('https://peerupstg.wpenginepowered.com/wp-content/uploads/2025/10/Background-scaled.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#contact .row{
	background: linear-gradient(117deg, rgba(255, 255, 255, 0.14) 22.32%, rgba(255, 255, 255, 0.06) 77.27%);
	border: 2px solid #ffffff4a;
	stroke: rgba(255, 255, 255, 0.50);
	filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.20));
	backdrop-filter: blur(20px);
	display:flex;
	align-items:start;
	gap:2rem;
	border-radius:40px
}
#contact label{
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 20px; /* 125% */
}
.contact-us-section p{
	color:#fff;
	opacity:0.7;
	font-weight:300 !important;
}
body .gform_wrapper{
	background-color:transparent !important;
}
#contact input::placeholder {
    color: transparent;
}
.gform_required_legend{
    color: #ffffff4a !important;
}
#contact textarea::placeholder{
	color:#ffffff !important;
}
#contact textarea{
	padding-left:0 !important;
}
#contact input , #contact textarea{
	background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff4a;
    border-radius: 0;
	box-shadow:none;
}
.gform_button {
	border-radius: 40px !important;
	border: 2px solid #FFF !important;
	padding: 18px 24px !important;
	font-size:18px !important;
	font-weight:300;
}
.gform_footer{
	justify-content:end !important;
}
.gform_required_legend{
	padding-bottom:3rem;
}
.rounded-img img{
	border-radius:40px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pu-home-banner {
    padding-top: clamp(15rem, -11.875rem + 24.0833vw, 16.625rem) !important;
  }
	.main-navigation{
		flex-direction:column;
		align-items:end;
	}
}
/* Mobile nav hidden by default */
@media (max-width: 768px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation .menu {
		display: none;
		flex-direction: column;
		gap: 1rem;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #ffffff;
		padding: 1.5rem;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	}

	.main-navigation.active .menu {
		display: flex;
	}

	/* Animate hamburger to X */
	.main-navigation.active .menu-toggle .menu-icon {
		background-color: transparent;
	}
	.main-navigation.active .menu-toggle .menu-icon::before {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.main-navigation.active .menu-toggle .menu-icon::after {
		transform: rotate(-45deg) translate(5px, -5px);
	}
	.site-header{
		padding:20px;
	}
	.pu-header-btn{
		display:none;
	}
	.pu-home-banner {
		padding-top: 12rem !important;
	}
	.main-navigation.active .menu {
	    display: flex;
    right: 0;
    width: 320px;
    left: -250px;
    border-radius: 10px;
    gap: 30px;
	}
	.site-header .custom-container {
    padding: 14px 10px !important;
}
	.pu-mo-btn{
		display:block !important;
	}
}

.custom-pu-about-section {
	position: relative;
}

.custom-pu-about-section p {
    line-height: 34px;
    margin-bottom: 20px;
}

.custom-pu-about-section:before {
    content: "";
    width: 100%;
	max-width: 604px;
	height: 775px;
	background-image: url(https://peerupstg.wpenginepowered.com/wp-content/uploads/2025/10/aboutVector.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -15px;
    top: 100px;
}

.contact-us-section form input[type="submit"] {
	font-size: 18px;
	padding: 18px 54px;
}

.contact-us-section input,
.contact-us-section textarea {
	border-bottom: 1px solid #fff !important;
	color:#fff !important;
}
.contact-us-section textarea::placeholder{
	opacity:0.6;
}
.contact-us-section h2 {
	font-size: 52px !important;
	line-height: 52px !important;
	font-weight: 500;
}

.contact-us-section p {
	font-size: 18px;
	font-weight: 300;
}

.contact-us-section h2.gform_submission_error {
	font-size: 20px !important;
    line-height: 28px !important;
}

.about-founder-section h2 {
	margin-bottom: 32px;
}

.about-founder-section p {
	line-height: 34px;
	margin-bottom: 20px;
}

.about-founder-section img,
.faq-section img {
	max-height: 800px;
	object-fit: cover;
	object-position: top;
	border-radius: 43px;
}

@media (max-width:1600px){
	.absolute-image{
		max-width:450px;
	}
}

@media (max-width:768px){
	.absolute-image{
		max-width:350px;
	}
	.pu-image-aside {
		padding-block: 50px;
	}
	.pu-home-banner {
		min-height: 50dvh;
		padding: 20px 0;
	}
	.pu-bluebg-secetion {
		margin-top: 6.5rem;
		margin-bottom: 6.5rem;
	}
	.contact-us-section h2 {
		font-size: 32px !important;
		line-height: 52px !important;
		font-weight: 500;
	}
	.pu-header-btn a:first-child , .tos-btn{
		padding: 10px 40px 10px 20px !important;
	}

	.pu-home-banner button.btn {
		padding-right: 70px;
		position: relative;
	}

	.pu-header-btn a:last-child , .dwp-btn {
		padding: 10px 20px !important;
	}
	.main-navigation .tos-btn  a{
		font-size: 16px !important;
	}
	.main-navigation .dwp-btn  a{
		font-size: 16px !important;
	}
}

@media screeen and (min-width: 1024px) {
	.pu-image-aside .image-wrapper {
		width: 40%;
	}

	.pu-image-aside .content-wrapper {
		width: 60%;
	}
	#contact .row{
		gap:6.75rem;
	}
	.about-founder-section img,
	.faq-section img {
		max-height: 100%;
	}
}
header .main-navigation li.current-menu-item.page_item a{
	color: #001D45;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}
.gform_confirmation_message{
	color:#fff;
}

.close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	font-weight: 700;
	color: #001d45;
	cursor: pointer;
	line-height: 1;
	transition: transform 0.2s ease, color 0.2s ease;
}