@charset "UTF-8";
/*
Theme Name: PB
Theme URI: #
Author: Outright
Author URI: http://outright.co.il/
Description: A theme for PB
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: pb
Tags: outright, PB, options, featured, home, logos, gallery */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-block-quote {
	font-style: italic;
	font-size: 23px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Custom CSS */
.general-page :is(h1, h2, h3, h4, h5, h6, p) {
	margin: revert;
}


.general-post-content ul li, .general-page ul li {
	list-style: disc;
	font-size: 22px;
	color: #4e4f51;
}

.general-post-content ol li, .general-page ol li {
	list-style: decimal;
	font-size: 22px;
	color: #4e4f51;
}
.general-page p a, .general-page ul li a {
	color: #143927;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: underline;
}

.general-page h1,
.general-page h2,
.general-page h3,
.general-page h4,
.general-page h5,
.general-page h6,
.general-post-content h1,
.general-post-content h2,
.general-post-content h3,
.general-post-content h4,
.general-post-content h5{
	color: #4e4f51;
	font-weight: 700;
	letter-spacing: 0;
	margin: revert;
}
.general-page h1,
.general-post-content h1{
	font-size: 2.5rem !important;
	margin-bottom: 0 !important;
	text-transform: capitalize !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
	line-height: normal;
}
.general-page h2,
.general-post-content h2{
	font-size: 2rem !important;
	color: #4e4f51 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	padding-top: 0 !important;
	text-transform: capitalize !important;
	margin-bottom: 0 !important;
}
.general-page h3,
.general-post-content h3{
	font-size: 1.75rem !important;
	color: #4e4f51 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
}
.general-page h4,
.general-post-content h4{
	font-size: 1.5rem;
	color: #4e4f51 !important;
}
.general-page h5,
.general-post-content h5{
	font-size: 1.25rem;
	color: #4e4f51 !important;
}
.general-page h6{
	font-size: 1rem !important;
	color: #4e4f51 !important;
	text-transform: capitalize !important;
	padding-bottom: 0 !important;
	font-weight: bold;
}

/*Custom CSS Added*/



.wpcf7-spinner{
	position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	border: none;
	font-size: 16px;
	margin-top: 0;
}
html {
	scroll-padding-top: 85px; /* height of your sticky header */
}

/* new css start here */

svg {
	width: auto;
	height: auto;
}

.draw-stroke {
	fill: none;
	stroke: white;
	stroke-width: 100; /* bold pen */


	stroke-dasharray: 6000;
	stroke-dashoffset: 6000;
	animation: draw 10s ease forwards;
}

@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}

.wrapper__video{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

header.sticky {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 9;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.general-page.about-intro .a-intro-right{
	max-width: 100%;
}
.error.general-page.about-intro .a-intro-right {
	width: 100%;
	text-align: center;
}
.page-template-template-about .banner.inner-page-banner{
	background-position: 100% 14%;
}
.about-intro .a-intro-left strong{
	color: #FF372F;
}
.intro-link{
	width: 237px;
	display: flex;
	gap: 2px;
	align-items: baseline;
	font-weight: 500;
}
.page-template-template-services .banner.inner-page-banner,
.page-template-template-clients .banner.inner-page-banner{
	background-position: 100% 20%;
}
/*.page-template-template-projects .banner:after,*/
/*.page-template-template-services .banner:after,*/
/*.single-activities .banner:after,*/
/*.page-template-template-clients .banner:after{*/
	/*display: none;*/
/*}*/
.page-template-template-career .banner.inner-page-banner .banner-inner h1,
.page-template-template-clients .banner.inner-page-banner .banner-inner h1{
	font-weight: 500;
}
.page-template-template-career .banner.inner-page-banner{
	background-position: top;
}
.activity-projects h3{
	margin-bottom: 78px;
}
.filters-wrap {
	padding-top: 50px;
}

.service-content p{
	text-wrap-mode: nowrap;
}
.services-out{
	margin-bottom: 135px;
}
.services-inner{
	gap: 140px 0px !important;
}
.services-out .container-custom{
	max-width: 1490px;
}
.customer-logos .logos-inner .logos-row{
	height: 221px;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
	background: #4e4f51 !important;
}
.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
	background: #4e4f51 !important;
	border-color: #4e4f51 !important;
}
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link{
	border-color: #4e4f51 !important;
}
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 18px !important;
}
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
	border-top: none !important;
	border-bottom: none !important;
}
.search_popup input::placeholder,
.search_popup input {
	font-size: 18px !important;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after{
	width: 10px !important;
	height: 9px !important;
}
.activity-title-content .title{
	font-weight: 500 !important;
}
.activity-box:hover .activity-overlay {
	opacity: 1 !important;
}

.activity-proj-box.no-image {
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center;
}
/* Application Form Modal Styles */


.application-form-modal {
	background: #d9d9d9;
	width: 90%;
	max-width: 700px;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 8px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
	padding: 30px;
}

.modal-header {
	padding: 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h2 {
	margin: 0;
	font-size: 1em;
	color: #333;
}

.close-form-btn {
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #666;
	line-height: 1;
}

.close-form-btn:hover {
	color: #000;
}

.modal-body {
	padding: 20px;
}

/* Loading overlay */

/* Apply Now button */
.apply-now-btn {
	background: #0073aa;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
}

.apply-now-btn:hover {
	background: #005a87;
}
.application-form-modal .modal-header h2{
	text-align: center;
	width: 100%;
}
.rtl .application-form-modal form{
	direction: rtl;
	width: 90%;
	margin: 0 auto;
}
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"]{
	direction: rtl;
}
.fields input {
	width: 100%;
	border: none;
	border-bottom: solid 2px #a7a9ac;
}
form .fields {
	padding-bottom: 20px;
}
form .fields input::placeholder,
form .fields input{
	color: #4d4d4f;
	font-size: 22px;
}
.application-form-modal .modal-header{
	position: relative;
}

.application-form-modal .modal-header h2,
.wpcf7 input[type="file"]{
	font-family: 'Poppins';
}
.activities-template-default .banner.inner-page-banner{
	background-size: cover;
}
.foundation-list li:last-child {
	visibility: hidden;
	opacity: 0;
}
.application-form-modal form .fields input::placeholder, .application-form-modal form .fields input{
	background: #d9d9d9;
}
.rtl .contact_us .contact-form form{
	direction: rtl;
}
label.privacy input{
	width: auto !important;
	height: auto !important;
}
label.privacy a{
	color: #4E4F51 !important;
}
.activity-proj-box{
	z-index: 9;
}


@media (max-width: 991px) {
	:root {
		scroll-behavior: unset !important;
	}
	nav#nav-mobile{
		display: none !important;
	}
}

@media (max-width: 400px) {
	header .en-font {
		font-size: 14px !important;
	}
	.header-left a.search-icon {
		margin-left: 10px !important;
	}
	.header-left a.hct-link{
		margin-left: 14px !important;
	}
}

