/*
 Theme Name:   PVI Child
 Template:     pvi
*/

/* =WordPress Core
-------------------------------------------------------------- */

/* WordPress Core
-------------------------------------------------------------- */
.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;
}

/* 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. */
}

/* Basics */

body {
	font-family: 'Google Sans', sans-serif;
	color: #000;
	font-size: 1.1rem;
}
a, a:hover {
	color: rgba(0,0,0,0.6);
}


h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.05rem;
	font-weight: 600;
	color: #000;

}
h1 {
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: #ff5d68;
	font-weight: 600;
}
h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.6rem;
	margin-bottom: 25px;
	line-height: 130%;
}
h4 {
	font-size: 1.4rem;
	margin-bottom: 25px;
	line-height: 130%;
}
h5 {
	font-size: 1.15rem;
	margin-bottom: 15px;
}
h6 {
	font-size: 1rem;
	margin-bottom: 15px;
}

hr {
	border: none;
	margin: 30px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	height: 3px;
	clear: both;
}

/* Navigation */

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link::before {
	font-size: 1.5rem;
}

/* Blockquote */

blockquote {
	background-color: #203f68;
	padding: 15px 20px 10px 20px;
	text-align: center;
	color: #fff;
}
/* Boxes */

.box_underlined::after {
	border-bottom: 3px solid #9ac9ad;
	content: "";
	display: block;
	height: 20px;
	width: 20%;
}
.box_icon {
	background-color: #ff5d68;
	padding: 25px;
	width: 90px;
	height: 90px;
	margin: 0px auto 1rem auto;
	border-radius: 50px;
}

.box_project img {
width: 100%;
height: auto;	
}

/* Pagination */

.page-numbers {
	padding: 6px 8px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	margin-right: 3px;
	margin-bottom: 3px;
}
a.page-numbers, a.page-numbers:hover {
	text-decoration: none !important;
}
.page-numbers:hover {
	color: #fff;
}
.page-numbers.current {
	background-color: rgba(0,0,0,0.8);
}
/* Section */

section {
	padding: 60px 0px 60px 0px;
}
.section_content p a {
	text-decoration: underline;
	color: #FF5D68;
}
.section_content a.btn {
text-decoration: none !important;
color: #fff !important;	
}


.section_grey {
	background-color: #eeeeee;
	
}

.section_banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-color: #ff5d68;
	padding: 40px 0px;
}
.section_banner h1 {
	font-size: 1.5rem;
}
.section_banner h2 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}
.section_banner p {
	color: #799900;
	color: #fff;
	font-size: 1.3rem;
}
/* Text */

.text_name {
	font-size: 2.75rem;
	letter-spacing: -0.05rem;
	font-weight: 600;
}
.text_uppercase {
	text-transform: uppercase;
}
.text_small {
	font-size: 0.9rem;
}
.text_large {
	font-size: 1.25rem;
}
.text_white {
	color: rgba(255,255,255,1);
}
.text_more {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.text_category {
	font-size: 0.8rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.text_introduction {
	color: rgba(0,0,0,0.6);
	font-size: 1.4rem;
	text-align: center;
}
.text_caption {
	margin: 20px 0px 30px 0px;
	font-size: 0.75rem;
	text-align: center;
}
.text_red {
	color: #333;
	font-weight: 700;
}

.text_heading_home {
	font-size: 3rem;
	font-weight: 700;
}
.text_number {
	font-size: 4rem;
	font-weight: 700;
}
.text_icon {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 0.9rem;
}
/* Lists */

.fa-li {
	color: #799900;
}

/* Embed responsively */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Embed responsively */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Margins */

.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.btn-primary {
	background-color: #ff5d68;
	border-color: #ff5d68;
}
.btn-primary:hover {
	background-color: #ff5d68;
	border-color: #ff5d68;
}
.btn-secondary {
	background-color: #000;
	border-color: #000;
}
.btn-secondary:hover {
	background-color: #000;
	border-color: #000;
}
/* Contact form 7 */

.wpcf7-form {
	background-color: #eee;
	padding: 30px 30px 20px 30px;
	margin-top: 40px;
}
.wpcf7-form input {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form .wpcf7-submit {
	background-color: #ff5d68;
	color: #fff;
	border: 1px solid #ff5d68;
	width: 100px;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
 border-radius: .25rem;
}
.wpcf7-form .wpcf7-list-item {
	margin-left: 0px !important;
}
.wpcf7-form input[type='checkbox'] {
	margin: 0px 10px 0px 0px;
	width: auto;
}

/* Font Awesome */


.fa-2x {
	font-size: 1.75rem !important;
}
/* Carousel */

.carousel-indicators li {
	background-color: #333;
}


/*==========  Mobile First Method  ==========*/
/*
Min-Width: Refers to everything greater than or equal to the amount given.
Max-Width: Refers to everything less than or equal to the amount given. 
*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

	}
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

	h1 {
	font-size: 3rem;
	}

 .section_title {
 padding: 100px 0px 20px 0px;
}
 .section_banner {
 padding: 40px 0px 40px 0px;
}
 .section_banner h1 {
font-size: 2.5rem;
}
 .section_banner h2 {
 font-size: 4rem;
 }

 }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
}



/* 2026 */


h1, h2, h3, h4, h5, h6 {
color: #ff5d68;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #FF5D68;
		text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #FF5D68;
	text-decoration: none;
}

/* Mega Menus */

a.mega-menu-link {
	color: #fff !important;
}

/* Header */ 

.header {
width: 100%;
padding: 20px 0px;
position: fixed;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
z-index: 9999;
}

.scrolled {
background-color: rgba(0,0,0,1); /* or your colour */
}

/* Sections */

.section_title {
padding: 450px 0px 10px 0px;
background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://www.pvinternational.org/wp-content/uploads/2025/02/PREFECTS-web-1_3-scaled.jpg');
background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
}

.section_title_home {
	padding: 100px 0px;
	height: 800px;
}

.section_black {
background-color: #000;
color: #fff;
}

.section_black a {
	color: #fff;
}

.section_black h2 {
color: #ff5d68;
}

.section_black h3 {
color: #ff5d68;
}

.section_black h5 {
color: #fff;
}

/* Boxes */

.box_white_image {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.box_white_image img {
  width: auto !important;
  height: auto !important;
  max-width: 110px;
  object-fit: contain;
}


.text_red {
	color: #ff5d68;
}

/* Ratio */

.ratio {
overflow: hidden;
}

/* Projects */

.section_projects {
padding: 20px 0px;
}

.box_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}
.box_overlay_caption {
  position: absolute;
	  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	width: 100%;
	height: 0%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ff5d68;
  padding: 20px;
}
.box_overlay:hover .box_overlay_caption {
  opacity: 1;
height: 100%;
   cursor: pointer;
}

.box_overlay_caption h4 a {
color: #fff;
text-decoration: none;	
}

/* Footer */

footer {
	background-color: #000;
	padding: 50px 0px 50px 0px;
	font-size: 0.8rem;
	color: #fff;/*border-top: 5px solid #009cde;*/
	position: relative;
}
footer strong {
	color: #FFF;
}

footer p {
	color: #fff;
	background-color: #000;
}
footer p strong {
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
}
footer ul {
	padding: 0px;
	list-style-type: none;
}
footer li {
	padding: 5px 0px;
}
footer p a, footer p a:hover, footer li a, footer li a:hover {
	color: #fff;
	text-decoration: none;
}

/* Home video */

.section_title_home {
	position: relative;
	min-height: 80vh;
	background: #000;
	overflow: hidden;
}

/* Video Container */
.video-background {
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* Video */
.video-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9; /* Adjust video visibility */
}

/* Fade Overlay */
.video-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;

	/* Dark overlay + fade to black at bottom */
	background:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.2) 50%,
			rgba(0, 0, 0, 1) 100%
		);
}

/* Content */
.section_title_home .container {
	position: relative;
	z-index: 3;
}

.section_title_home h1 {
	color:  #ff5d68;
	font-size: clamp(3rem, 7vw, 6rem);
	font-weight: 700;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

/* Czards */

.card {
	font-size: 0.9rem;
}
.card h3 {
	font-size: 1.2rem;
	}