/*mobile styles */
html{
	font-size : calc( 100vw * 16 / 360);
	scroll-behavior: smooth;
}
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	scroll-behavior: smooth;
	font-family: "Mona Sans", sans-serif;
	overflow-x:hidden;
}


li{
	list-style:none;
}
a{
	text-decoration:none;
}


/* header */
.pc-header{
	padding:0.938rem 0;
}
.pc-header .desk-logo img{
	width:5.5rem;
	height:1.563rem;
}
.pc-header .desk-logo{
	z-index:999;
}
.pc-header .desk-logo a{
	display:flex;
}
.header_main{
	z-index:99;
	position:relative;
	position: sticky;
	top: 0;
	transition:0.3s ease-in-out;
}
.header_main.scrolled{
	background:var(--white);
	    box-shadow: 0 0.938rem 2.5rem rgba(0, 0, 0, 0.06);
}
.pc-header .desk-nav-menu{
	display:none;
	position: absolute;
    left: 0;
    background: white;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 1.25rem;
	z-index:99;
}
.pc-header .desk-nav-menu.show{
		display:block;
}
.pc-header{
	display:flex;
	justify-content:space-between;
	align-items: center;

}
body.menu-open{
	overflow:hidden;
}
.toggle {
	position: relative;
	width: 1.625rem;
	height: 0.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index:999;
}
.toggle span {
	position: absolute;
	width: 1.625rem;
	height: 0.156rem;
	background-color: var(--black);
	transition: .3s ease;
}
.toggle span::after, .toggle span::before {
	content: "";
	position: absolute;
	top: 0;
	width: 1.625rem;
	height: 100%;
	background-color: var(--black);
	transition: .3s ease;
}
.toggle.active span,.resources .toggle.active span {
    background-color: transparent;
}
.toggle.active span::before {
    transform: rotate(45deg);
}
.toggle.active span::after {
    transform: rotate(-45deg);
}
.toggle span::before {
	left: 0;
	transform: translateY(-.5rem);
}
.toggle span::after {
	right: 0;
	transform: translateY(.5rem);
}
.desk-nav-menu ul{
	padding-top:5rem;
}
.desk-nav-menu ul li a:not(.pc-primary-btn a){
	color:var(--charcoal);
	font-weight:500;
}
.desk-nav-menu .pc-primary-btn{
	display:block;
	margin-top:1.25rem;

}
.desk-nav-menu ul li{
	padding-bottom:0.938rem;
}
.resources .toggle span,.resources .toggle span::after,.resources .toggle span::before {
    background-color: #fff;
}

 .resources .header_main.scrolled .toggle span,.resources .header_main.scrolled .toggle span::after,.resources .header_main.scrolled .toggle span::before{
	  background-color: var(--charcoal);
}
.resources .header_main.scrolled .toggle.active span{
	background:transparent;
}
#collaboration,#pal,#partner-with-us{
	scroll-margin-top:5rem;
}
/* header end*/

/* footer */
.pc-footer-container{
	background:var(--charcoal);
	padding:3.813rem 1.25rem 2.25rem;
}
.pc-footer-container h2,.pc-footer-container a,.pc-footer-copywritepara{
	color:var(--white);

}
.pc-footer-container h2{
		color:var(--silver-grey);

}
.pc-footer-copywritepara,.pc-footer-copywritepara a{
	padding-top:0.875rem;
	color:var(--silver-grey);
}
.pc-footer-container h2{
	font-weight:500;
	font-size:2.375rem;
	line-height:3.125rem;
	
}
.pc-footerwidgetmenu-grp > div {
padding-top:2.5rem;
}
    .pc-footerwidgetmenu-grp .widget_nav_menu,.pc-widgetpara-grp p {
        padding-top: 1rem;
        border-top: 0.031rem solid var(--white);
		margin-bottom:2.188rem;
    }
.pc-footerwidgetmenu-grp .widget_nav_menu > li:first-child{
	padding-bottom:0.125rem;
}
    .pc-footerwidgetmenu-grp > div li:first-child {
        padding-bottom: 0.125rem;
    }
/* footer end*/
/* button styles */
.pc-primary-btn a{
	background:var(--navy-blue);
	padding:0.75rem 1.563rem;
	color:var(--white);
	border-radius:0.5rem;
	font-weight:500;
	border:0.063rem solid var(--navy-blue);
}
.pc-border-btn a{
	background:transparent;
	padding:0.688rem 1.875rem;
	color:var(--charcoal);
	border-radius:0.5rem;
	font-weight:500;
	padding-right:2.625rem;
	border:0.063rem solid var(--navy-blue);
	position:relative;
	font-size:1rem;
	line-height:1.563rem;
	
}
.pc-border-btn a::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/right-arrow.svg") no-repeat;
	background-size:cover;
	width:0.35rem;
	height:0.625rem;
	top:50%;
	transform:translatey(-50%);
	right:1.875rem;
}
/* button styles end*/

/* common styles */
h1,.pc-main-heading{
	font-size:2.188rem;
	line-height:2.625rem;
	font-weight:700;
	color:var(--charcoal);
}
h2,.pc-secondary-heading{
	font-size:1.563rem;
	line-height:2.25rem;
	font-weight:600;
	color:var(--charcoal);
}
h3,.pc-small-heading{
	font-size:1.375rem;
	line-height:2rem;
	font-weight:600;
	color:var(--charcoal);
}
p,.para{
	font-size:1rem;
	line-height:1.563rem;
	font-weight:400;
	color:var(--charcoal);
}
.medium-para{
	color:var(--dark-gray);
}
.pc-common-spacer{
	height:5rem !important;
}

.hide-section{
	display:none !important;
}
/* hero section	 */

.pc-hero-grp {
	height:36.688rem;
	margin-top: -4rem;
	overflow:hidden;

}
.pc-hero-grp h1{
	max-width:40.938rem;
	padding-top:5.9rem;
	z-index:2;
	position:relative;
}
.pc-hero-grp p{
	max-width:33.063rem;
	padding-top:0.625rem;
	z-index:2;
	position:relative;
}
.pc-hero-fullcol{
	flex-direction:column;
}
.pc-hero-grp img{
	height:17.125rem;
	width:22.5rem;
	object-fit: cover;
}
.pc-hero-content-col{
	position:relative;
	padding: 0 1.25rem;
}
.pc-hero-content-col::before{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/hero-element-mob.svg") no-repeat;
	background-size:cover;
	width:22.55rem;
	height:23.125rem;
	left:0;
	top:0;
	z-index:2;
}
.pc-hero-grp figure{
	position:relative;
	margin-top: -2.52rem;

}
.pc-hero-grp figure::after{
	position:absolute;
	content:'';
	background: #1C1C1C80;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}


/* second section */
.pc-wpal-secondcols,.pc-wpal-cols,.pc-icon-cols,.pc-whypal-iconcontent-cols,.pc-faq-twocols,.pc-map-cols,.pc-counter-fullcols,
.pc-testi-hdcols,.pc-testimonials-threecols,.pc-wwr-imgcontentcols,.pc-wwr-threecols,.pc-fcs-maingrp div.wp-block-columns,.pc-guidance-fullcols,
.pc-nws-cols,.pc-contact-cols{
	flex-direction:column;
}
.pc-wpal-cols{
	padding-top:3.063rem;
	gap:0.438rem;
}
.pc-whypal-main{
	padding-top:5rem;
}
.pc-submark-para{
	position:relative;
	padding-left:1.5rem;
	color:var(--charcoal);
	margin-bottom:0.313rem;
}
.pc-submark-para::before{
	position:absolute;
	content:'';
	background:var(--navy-blue);
	width:0.875rem;
	height:0.875rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.pc-wpal-secondcols{
	margin-top:1.875rem;
	gap:1.625rem;
}
.pc-wpal-secondcols img{
	width:20rem;
	height:14.25rem;
}
.pc-wpal-secondcols figure{
	position:relative;
	overflow:hidden;
}
.pc-wpal-secondcols figure:after,.pc-wpal-secondcols figure:before{
	position:absolute;
	content:'';
}
.pc-wpal-secondcols figure:after{
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/learning-element-topmob.png") no-repeat;
	background-size:cover;	
	top:-0.188rem;
	right:-0.188rem;
	width:13.313rem;
	height:3.25rem;
}
.pc-wpal-secondcols figure:before{
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/learning-element-bottom.svg") no-repeat;
	background-size:cover;	
	bottom: -0.063rem;
	left: -0.063rem;
	width:13.313rem;
	height:3.25rem;
}
.pc-wpal-greengrp{
	background:var(--pastel-lime);
	padding:2.188rem 1.961rem 3.188rem 1.961rem;
	gap:0;
	margin-bottom:1.375rem;
	position:relative;
	overflow:hidden;
}
.pc-wpal-greengrp:after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/cutting-element.svg") no-repeat;
	background-size:cover;
	width:6rem;
	height: 1.938rem;
	top: -1px;
	right: -1px;
}
.pc-wpal-greengrp h3{
	padding-bottom:2.188rem;
}
.pc-wpal-greengrp p{
	color:var(--dark-gray);
}
.pc-icon-cols{
	margin-top:0.188rem;
	padding-bottom:6.688rem;
	position:relative;
	gap:1.25rem;
}
.pc-icon-cols > div:first-child p{
	max-width:17.625rem;
}
.pc-seperator-spacer{
	height:6.688rem !important;
	position:relative;
}
.pc-icon-cols::after,.pc-seperator-spacer::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/separator-element.svg") no-repeat;
	background-size:cover;
	width:100%;
	height:1.688rem;
	bottom:0;
	left:0;
}
.pc-icon-grp{
	display:flex;
	flex-direction:row;
	gap:0;
	flex-wrap:wrap;
	row-gap:0;
}

.pc-icon-grp figure:nth-child(even){
	border-left:none;
}
.pc-icon-grp figure:last-child,
.pc-icon-grp figure:nth-last-child(2) {
	border-bottom: 0.026rem solid #D9D9D9;
}

.pc-icon-grp img,.pc-icon-grp figure {
    width: 9.938rem;
    height: 5.45rem;
}
.pc-icon-grp .pal-eduten-logo img{
	height: 5.5rem;
	width: 8rem;
    padding-left: 2rem;
    padding-top: 1rem;
}
.pal-mem-logo img{
	width: 9.125rem !important;
    height: 4.688rem !important;
    padding-top: 2rem;
}
.pal-eduten-mem-logo img{
	width: 7rem !important;
    height: 5.125rem !important;
    padding: 0.5rem;
}
.pc-icon-grp img{
	object-fit:cover;
}
.pc-icon-grp figure {
	filter:grayscale(1);
	transition:0.35s ease-in-out;
}

	.pc-icon-grp figure:hover{
		filter:grayscale(0);
	}
.pc-icon-grp figure{
	flex-basis:50%;
	border: 0.026rem solid #D9D9D9;
	border-bottom:none;
	height: 6.563rem;
}
.pc-icon-grp > div{
	gap:0.625rem;
}
.pc-icon-grp > div p{
	font-weight:500;
}
/* why pal */
.pc-whypal-iconcontent-cols{
	gap:1.563rem;
	margin-top:2.5rem;
}
.pc-whypal-iconcontent-cols > div{
	border-radius:0.375rem;
}
.pc-whypal-iconcontent-cols > div:first-child{
	padding:2.938rem 2.688rem 2.938rem 2.188rem;
	background:var(--blush);
}
.pc-whypal-iconcontent-cols > div:first-child img{
	width:5.438rem;
	height:4.688rem;
	margin-top:1.563rem;
}
.pc-whypal-iconcontent-cols div:nth-child(2) {
  padding: 3.5rem 2.688rem 4.25rem 2.188rem;
  background-color: var(--smoke-white);
}
.pc-whypal-iconcontent-cols div:nth-child(2) img{
	width:6.938rem;
	height:4.313rem;
	margin-bottom:1.625rem;
}
.pc-whypal-iconcontent-cols div:nth-child(3) {
  padding: 2.938rem 2.688rem 3.25rem 2.188rem;
  background-color: var(--lavender);
}
.pc-whypal-iconcontent-cols div:nth-child(3) img{
	width:4.688rem;
	height:4.688rem;
	margin-top:4.438rem;
}

/* faq */
.pc-faq-grp{
	background:var(--mint-cream);
	padding:3.813rem 1.25rem;
}
.pc-open{
	display:none;
}
.pc-faq-twocols{
	gap:1rem;
}
.pc-faq-main-clik-div{
	background:var(--white);
	padding:1.25rem;
	border-radius:0.75rem;
	margin-bottom:1.563rem;
	
}
.pc-faq-main-clik-div:last-child{
	margin-bottom:unset;
}
.faq-toggle-row{
	align-items:flex-start;
	gap:0.813rem;
}
.faq-toggle-row p{
	font-size:1.25rem;
	line-height:1.813rem;
	font-weight:600;
	width:fit-content;
	max-width: 15rem;
}
.faq-toggle-row img{
	width:1.25rem;
	height:0.688rem;
	transition:0.5s ease-in-out;
	object-fit:cover;
}
.faq-toggle-row.pal-faq-cls img{
	transform:rotateX(180deg);
}
.pc-open p{
	padding-top:0.625rem;
	max-width: 15.875rem;
}
.pc-open p:last-child{
	padding-top:1.25rem;
}
.pc-open a{
	color:var(--navy-blue);
	text-decoration:underline;
	font-weight:500;
	text-decoration-thickness: 0.125rem;
}
/* map section */
.pc-map-grp{
	padding:3.75rem 0;
}
.pc-map-cols{
	gap:2.75rem;
}
.pc-map-cols p{
	font-size:1.375rem;
	line-height:2.25rem;
	font-weight:500;
}
.pc-map-cols img{
	width:20rem;
	height:21.813rem;
}

/* report bg section */
.pc-reports-grp h2{
	color:var(--white);
	font-size: 1.563rem !important;
	z-index: 2;
	position: relative;
	max-width: 15.25rem;
	margin: auto;
	text-align: left;
}
.pc-reports-grp h2 a{
	color:var(--pastel-lime);
	text-decoration:underline;
	text-decoration-thickness: 0.25rem;
}
.pc-reports-grp img{
	height:25.688rem;
	width:100%;
}
.pc-reports-grp .wp-block-cover{
	height:25.688rem;
	position:relative;
	padding:unset;
	border-radius:0.5rem;
	min-height:unset !important;
}
.pc-reports-grp::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/report-elementmob.png") no-repeat;
	background-size:cover;
	width:12.188rem;
	height:5.813rem;
	left: -0.063rem;
	bottom:-1.25rem;
	z-index:2;
}
.pc-reports-grp .wp-block-cover::before{
	position:absolute;
	content:'';
	background:#1C1C1CB2;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.pc-reports-grp {
	height:25.688rem;
	width:100%;
	position:relative;
	border-radius:0.5rem;
}


.pc-enhance-grp{
	background:var(--mint-cream);
	padding:3.875rem 2.188rem 6.438rem 2.188rem;
	border-radius:0.5rem;
	position:relative;
}
.pc-enhance-grp::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/enhance-element-mob.svg") no-repeat;
	background-size:cover;
	width:12.375rem;
	height:6.438rem;
	bottom:0;
	left:0;
}
/* counter section */
.pc-counter-fullcols{
	gap:0;
}
.pc-counter-fullcols > div:not(.pc-counter-imgdiv){
	padding:1.875rem;
}
.pc-counter-imgdiv img{
	width:20rem;
	height:12.125rem;
	object-fit:cover;

}
.pc-counter-imgdiv figure{
		position:relative;
	overflow:hidden;
}
.pc-counter-imgdiv figure::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/image-element-mob.svg") no-repeat;
	background-size:cover;
	width:7.5rem;
	height:2.5rem;
	top:0;
	right:-0.063rem;
}
.pc-counting-grp > div{
	display:flex;
	gap:1.875rem;
	margin-top:0.625rem;
}
.pc-count-num{
	font-size:2.5rem;
	line-height: 3.95rem;
	font-weight:600;
/* 	padding-bottom:0.625rem; */
}
.pc-counting-grp > div p:not(.pc-count-num){
	font-size:1.25rem;
}
/* Testimonial */
.pc-testimonial-grp{
	background:var(--smoke-white);
	padding:5rem 1.25rem 6.563rem 1.25rem;
}
.pc-testimonials-threecols > div > p{
	color:var(--dark-gray);
}
.pc-testi-hdcols{
	gap:0.313rem;
}
.pc-testi-hdcols h2{
	max-width:16.938rem;
}
.pc-testimonials-threecols{
	margin-top:2rem;
	gap:1.875rem;
}
.pc-testimonials-threecols > div{
	background:var(--white);
	padding:1.375rem;
	border-radius:0.375rem;
}
.pc-testimonials-threecols > div:not(.pc-videotesti){
	padding-top:5.188rem;
	position:relative;
}
.pc-testimonials-threecols > div:before{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/quotes.svg") no-repeat;
	background-size:cover;
	width:2.813rem;
	height:2.813rem;
	top:1.406rem;
	left:1.406rem;
}
.pc-testimonials-threecols .pc-videotesti:before{
	content:none;
}


.pc-videotesti iframe,.pc-videotesti > div{
	width:17rem;
	height:11.813rem;
	border-radius:0.5rem;
	border:none !important;
	position:relative;
	cursor:pointer;
}
     .pc-videotesti img{
    width:17rem;
	height:11.813rem;
	border-radius:0.5rem;
      cursor: pointer;
    }
.pc-testi-reviewer-row{
	gap:0.875rem;
	margin-top:2.438rem;
	padding-top:0.938rem;
	border-top:0.047rem solid #D9D9D9;
}
.pc-testi-reviewer-row p:first-child,.pc-guidance-fullcols > div p:nth-child(2){
	font-weight:600;
	font-size:1.125rem;
	line-height:1.188rem;
	padding-bottom:0.375rem;
}
.pc-testi-reviewer-row p:last-child,.pc-guidance-fullcols > div p:last-child{
	font-size:0.938rem;
	line-height:1.188rem;
	color:var(--dark-gray);
}
.pc-testi-reviewer-row img{
	width:3.375rem;
	height:3.375rem;
	border-radius:50%;
	object-fit:cover;
	object-position: top;
}
.pc-testi-reviewer-row .wp-block-group{
		max-width:12.75rem;
	}
/*Guidance */
.pc-guidance-fullcols{
	margin-top:1.875rem;
	gap:2.5rem;
}
.pc-guidance-fullcols > div img{
	width:19.938rem;
	height:22.438rem;
	  object-fit: cover;
}
.pc-guidance-fullcols > div figure{
	position:relative;
}
.pc-guidance-fullcols > div figure::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/guidence-element.svg") no-repeat;
	background-size:cover;
	width:6.75rem;
	height:2.25rem;
	bottom:-0.063rem;
	right:0;
	
}
.pc-guidance-fullcols > div p:nth-child(2){
	padding-top:1.313rem;
}
/* who we are */
.pc-wwr-imgcontentcols{
	gap:2.188rem;
	flex-direction:column-reverse;
}
.pc-wwr-imgcontentcols img{
	width:20rem;
	height:13.188rem;
	object-fit:cover;
}
.pc-wwr-imgcontentcols figure,.pc-wwr-imgcontentcols > div:first-child{
	position:relative;
	overflow:hidden;
	min-height:13.125rem;
}
.pc-wwr-imgcontentcols figure::after,.pc-wwr-imgcontentcols figure::before,.pc-wwr-imgcontentcols > div:first-child::after,.pc-wwr-imgcontentcols > div:first-child::before{
	position:absolute;
	content:'';
}
.pc-wwr-imgcontentcols figure::after{
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/wwr-bottomelement.svg") no-repeat;
	background-size:cover;
	width:1.25rem;
	height:1.25rem;
	bottom:-0.063rem;
	right:-0.063rem;
}
.pc-wwr-imgcontentcols figure::before{
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/wwr-rightelement.svg") no-repeat;
	background-size:cover;
	width:2.5rem;
	height:2.5rem;
	top:1.25rem;
	left:2.813rem;
}
.pc-wwr-imgcontentcols > div:first-child::after{
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/green-white-rectanglemob.png") no-repeat;
	background-size:cover;
	width: 8.938rem;
	height: 1.35rem;
	top: -0.063rem;
	right: 0;

}
.pc-wwr-imgcontentcols > div:first-child::before{
	background:var(--white);
	background-size:cover;
	width:4rem;
	height:1.25rem;
	bottom: -0.063rem;
	left: 0;
	z-index:2;
}
.pc-wwr-threecols{
	margin-top:2.688rem;
	gap:1.875rem;
}
.pc-wwr-threecols p:not(.medium-para){
	font-weight:600;
	font-size:1.125rem;
	line-height:1.75rem;
	padding-bottom:0.313rem;
}
.pc-wwr-threecols img{
	width:3.125rem;
	height:3.125rem;
}
.pc-wwr-threecols figure{
	margin-bottom:1.25rem;
}

/* our focus */
.pc-fcs-maingrp{
	background:var(--pastel-lime);
	padding:5rem 0;
	position:relative;
}
.pc-fcs-maingrp::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/focus-element-mob.svg") no-repeat;
	background-size:cover;
	width:5.938rem;
	height:7.975rem;
	bottom:0;
	z-index:1;
	left:0;
 }
.pc-fcs-maingrp  div.wp-block-columns{
	border-bottom: 0.063rem solid var(--dim-gray);
	padding:1.25rem;
	gap:0;
	z-index:2;
	position:relative;
}
.pc-fcs-maingrp  div.wp-block-columns:first-child{
	padding-top:unset;
}
.pc-fcs-maingrp  div.wp-block-columns:first-child > div:first-child > p{
	font-size:1.25rem;
	line-height:1.688rem;
	font-weight:500;
	padding-bottom:0.688rem;
}
.pc-fcs-maingrp h2{
	padding-bottom:0.313rem;
	text-transform: capitalize;
}
/* News-we are here */
.pc-nws-maingrp{
	background:var(--smoke-white);
	padding:4.063rem 0 3.75rem 0;
}
.pc-nws-cols{
	margin-top:1.938rem;
	gap:1.875rem;
	display:block !important;
}
.pc-nws-cols  div.wp-block-column{
	margin-right: 2rem;
    background: var(--white);
    padding: 3.125rem 2.313rem 3.188rem 1.563rem;
    position: relative;
    overflow: hidden;
    min-height: 30.188rem;
	max-height: 30.188rem;
	max-width: 20rem;
}
.pc-nws-cols  div.wp-block-column::after{
	position:absolute;
	content:'';
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/new-element.svg") no-repeat;
	background-size:cover;
	width:8rem;
	height:2.5rem;
	top: -0.063rem;
	right:-0.063rem;
}
.pc-nws-cols  div.wp-block-column p:first-child:not(.pc-nsicon-row p){
	font-size:1.125rem;
	line-height:1.563rem;
	font-weight:600;
	padding-bottom:0.625rem;
}
.pc-nws-cols div.wp-block-column p:first-child:not(.pc-nsicon-row p) a{
	color:var(--charcoal);
}
.pc-nws-cols  div.wp-block-column p:not(:first-child){
	font-size:0.813rem;
	line-height:1.25rem;
	color:var(--dark-gray);
}
.pc-nsicon-row{
	margin-top:1.25rem;
	gap:0.688rem;
}
.pc-nsicon-row img{
	width:auto;
	height:1.25rem;
}
.pc-nsicon-row p:first-child{
	font-size:0.938rem;
	line-height:1.188rem;
	font-weight:600;
}
.pc-nsicon-row p:last-child{
	font-size:0.75rem;
	line-height:1.188rem;
}
.pc-nws-cols  div.wp-block-column p:nth-child(3){
	margin-top:0.625rem;
}
/* contact section */
.pc-contact-cols{
	gap:1.875rem;
}
.pc-contact-cols h2{
	max-width:16.938rem;
/* 	text-transform:capitalize; */
}
.pc-contact-form{
	margin:unset !important;
	background:var(--mint-cream) !important;
	padding:2.188rem 0.938rem !important;
	border-radius:0.25rem !important;
}
.pc-contact-form .wpforms-field{
	padding:0.625rem 0;
}
.pc-contact-form .wpforms-field:first-child{
	padding-top:unset;
}
.pc-contact-form label{ 
	font-size:1rem !important;
	line-height:1.563rem !important;
	font-weight:500 !important;
	margin-bottom:0.313rem !important;
	color:var(--charcoal) !important;
}
.pc-contact-form input,.pc-contact-form textarea{
	font-weight:400 !important;
	font-size:0.875rem !important;
	line-height:0.688rem !important;
	color:var(--charcoal) !important;
	padding:0.875rem 0.413rem !important;
	border: 0.029rem solid #ECF0F3 !important;
	background:var(--white) !important;
		border-radius:0.125rem !important;
}
.pc-contact-form input{
	height:unset !important;
}
.pc-contact-form em{
	font-size:0.875rem !important;
	line-height:0.688rem !important;
}
.wpforms-required-label{
	display:none;
}
div.wpforms-container-full button[type=submit]:focus:after{
	border:none !important;
}
/* 
.wpforms-form em.wpforms-error:before{
	right: 0.313rem !important;
    top: 0.094rem !important;
    width: 1rem !important;
    height: 0.875em !important;
	background-size:cover;
	background-repeat:no-repeat;
	
} */
/*     .pc-enhance-grp h2 {
        text-transform: capitalize;
    } */
.pc-contact-form .wpforms-submit-container{
	margin-top:unset !important;
}
.pc-contact-form textarea.wpforms-field-medium{
	min-height:4.375rem !important;
	height:4.375rem;
}
.pc-contact-form input::placeholder,.pc-contact-form textarea::placeholder{
	color:#7B7B7B!important;

}
.pc-form-btn{

	background:var(--navy-blue) !important;
	padding:0.688rem 1.563rem !important;
	font-size:1rem !important;
	line-height:1.563rem !important;
	color:var(--white) !important;
	height:unset !important;
	border-radius:0.375rem !important;
	margin-top:0.625rem !important;
}

/*  home resource section */
.pc-hm-rsrcs-descrptncol > div{
	display:flex;
	flex-direction:column;
	gap:0.938rem;
	margin-bottom:2rem;
}
.pc-hm-rsrcs-descrptncol .medium-para{
	padding-top:0.313rem;
}
.pc-resources-maingrp #resources-results{
	gap:1.875rem;
}
.pc-resources-maingrp #resources-results .resource-item{
	padding:0.688rem 0.688rem 0.938rem 0.688rem; 
}
.pc-resources-maingrp #resources-results .resource-item .resource-thumbnail img{
	height:13.348rem;
}
.pc-resources-maingrp #resources-results .resource-item .resource-thumbnail{
	display:flex;
}
.pc-resources-maingrp #resources-results .resource-item  .resource-title {
    line-height:1.563rem;
    color: var(--charcoal);
    font-weight: 500;
    padding: 0.938rem 0 0.438rem 0;
}
.pc-resources-maingrp #resources-results .resource-item .resource-excerpt{
	color:var(--dark-gray);
	line-height:1.563rem;
	margin-bottom:0.938rem;
}
.pc-resources-maingrp #resources-results .resource-item .resource-buttons {
    margin-top: 1.625rem;
}
.pc-resources-maingrp #resources-results .resource-item .resource-buttons a {
       padding: 0.688rem 1.563rem;
	font-size:1rem;
	line-height:1.563rem;
}


/* logo */
.pc-member-logogrp > div{
	display:flex;
	flex-wrap:wrap;
	margin-top:1.875rem;
}
.pc-logomain-grp .pc-submark-para{
		max-width:fit-content;
		margin:auto;
	}
.pc-logomain-grp .medium-para{
	padding-top:0.375rem;
}
.pc-member-logogrp > div figure{
	flex-basis:50%;
 	border: 0.046rem solid #C7D2DB;
    border-top: unset;
    display: flex;
    justify-content: center;
	transition:0.5s ease-in-out;
				filter: grayscale(1);

}
.pc-member-logogrp > div figure:hover{
	filter: grayscale(0);
}
.pc-member-logogrp > div figure:nth-child(even) {
    border-left: none;
}
.pc-member-logogrp > div figure:first-child,
.pc-member-logogrp > div figure:nth-child(2) {
	border-top: 0.046rem solid #C7D2DB;
}

.pc-member-logogrp > div figure img{
	width:10rem;
	height:6.125rem;
	object-fit:cover;
}
.pc-break{
	display:none;
}
/* animation */
.pc-wrapper {
/*     overflow: hidden; */
    display: block;
}

.pc-animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	display: block;
	opacity: 0;
}
.pc-fadeInUp {
	opacity: 1;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
@keyframes fadeInUp{
	0% {
		transform: translate3d(0, 8.14rem, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}



/* slider arrow */
div.plm-arrow-slider{
	display:flex;
	justify-content:end;
	gap:1.188rem;
/* 	margin-top:2rem; */
	align-items:center;
}
div.plm-wrap-div{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:1rem;
}
.plm-arrow-slider img{
	width:2.125rem;
	height:2.125rem;
}


/* Base arrow styles */
.arro-left, .arrow-right {
    cursor: pointer;
	border-radius:0.5rem;
    transition: background-color 0.3s ease;
	width:2.875rem;
	height:2.875rem;
}


.arro-left.active, .arrow-right.active {
    background-color: #4B21EC; 
}


.arro-left.disabled, .arrow-right.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}


.arro-left img, .arrow-right img {
    display: block;
}

/* Active state */
.arro-left.active circle {
    stroke: #4B21EC; 
}
.arro-left.active path {
     fill: var(--white); 
    stroke: var(--white);
}
/* Active state */
.arrow-right.active circle {
    stroke: #4B21EC; 
}
.arrow-right.active path {
    fill: var(--white); 
    stroke: var(--white);
}

.map-data-para{
	color: #1C1C1C;
	font-size: 1rem !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.375rem !important;
	position: relative;
	max-width: 15.625rem;
	padding-top: 0 !important;
	margin-top: 1.25rem;
	padding-left: 1.875rem;
	margin-left: auto;
	margin-right: 1.875rem;
}
.map-data-para:before{
	content: '';
	left: 0;
	position: absolute;
	top: 0;
}
.map-data-warn.map-data-para:before{
	width: 1.188rem;
	height: 1.188rem;
	background-image: url(/wp-content/uploads/2025/08/map-warn.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}
.map-data-info.map-data-para:before{
	width: 1rem;
	height: 1rem;
	border-radius: 0.25rem;
	border: 0.063rem solid #A4A4A4;
	background: #CAC7FF;
}
.map-data-warn{
	font-size: 0.875rem !important;
	font-style: italic !important;
}
.resource-buttons .pdf-download-btn img{
	width: 1.188rem;
	height: 0.975rem;
	left: 0.313rem;
	top: 0.125rem;
}
.back-to-resources{
	margin-bottom:1.25rem;
}
.back-to-resources a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: var(--black);
    font-weight: 400;
}
.pdf-download-btn.loading{
	position:relative;
	pointer-events:none;
	opacity:0.6;
}
.pdf-download-btn.loading::after {
	position: absolute;
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	top: 30%;
	left: 40%;
	transform: translate(-50%, -50%);
	border: 5px solid #FFF;
	border-bottom-color: var(--navy-blue);
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
    } 
/*---- Styles by PR ----*/
/*--- Contact Form ---*/
.contact-form-message .wpforms-field-description, .download-form-email .wpforms-field-description{
	font-size: 0.875rem !important;
    line-height: 1.5rem !important;
    color: #525252 !important;
	padding-top: 0.5rem !important;
}