/* ------------------------------- MOBILE AND UP ------------------------------- */

/* ------------------------------- LPSI PAGE ------------------------------- */
/* Section 1 */
.custom-header {
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #275d38;
	font-size: 40px;
}
	
.s1-tbox {
	width: 100%;
	padding: 20px;
}
	
.set-dim1 {
	width: 100%;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
}

/* Section 2 Structure */
.stat-box {
	width: 100%;
    height: 735px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.text-con {
	height: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-con {
	height: 55%;
    width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
}

/* Section 2 Styling */
.stat-text {
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #275d38;
	font-size: 32px;
	width: 85%;
	display: flex;
	align-items: center;
	text-align: center;
}

.img-cover {
	aspect-ratio: 1 / 1;
	width: 90%;
}

/* Section 3 */
.s3-row {
	width: 100%;
	height: 775px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.main-container {
	width: 100%;
    height: 545px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-sizing: content-box;
    background-color: #e8e8e8;
    overflow: hidden
}

.cpc-header {
	width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 800;
    color: #275d38;
    font-size: 36px;
}

.cpc-text {
	width: 95%;
    height: 55%;
    display: flex;
    justify-content: center;
}

.btn-medium {
	width: 80%;
    position: inherit;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0px 0px 20px 0px!important;
    padding: 0px !important;
    align-self: center !important;
}

.set-dim2 {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

/* --------------- Card Section Styling --------------- */
.card-header {
	height: 180px;
    background-color: #275d38;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.card-toptext {
	font-weight: bold;
    font-family: Rajdhani, sans-serif;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    text-align: center;
}

.card-main {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.card-bottomtext {
	font-weight: lighter;
    font-family: Rajdhani, sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0px;
}

.center-content {
	display: flex;
	justify-content: center;
}

.custom-card {
	width: 90%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 105px;
}

/* --------------- End Card Section Styling --------------- */
/* --------------- Bar Section Styling --------------- */
.bar {
	position: relative;
	left: 35px;
	background-color: white;
	width: 40%;
	height: 5px;
	align-self: flex-start;
}

.black-box {
	position: absolute;
	bottom: 15px;
	left: 0px;
	height: 115%;
	width: 100%;
	padding: 25px 25px 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.full-width-img {
	width: 100%;
}

.s2-img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.s2-text-container {
	height: 270px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.bar-btn {
	height: 40px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	align-self: flex-start !important;
}
/* --------------- End Bar Section Styling --------------- */

.padding-mobile {
	padding-right: 15px;
}
/* ------------------------------- END LPSI PAGE ------------------------------- */
/* ------------------------------- PD4PA PAGE ------------------------------- */

/* Custom Shadow Cards */
	
/* Structure */
.s-center-cont {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
	
.s-card-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
}
	
/* Card Styles */
.s-card-shell {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: border-box;
    padding: 20px;
	background-color: white;
}
	
.s-card-header {
	width: 100%;
	height: 8%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #275d38;
	font-size: 28px;
}
	
.s-card-body {
	width: 100%;
	font-size: 18px;
}


	
/* End Custom Shadow Cards */




/* ------------------------------- END PD4PA PAGE ------------------------------- */
/* ------------------------------- CMC - 500px ------------------------------- */
@media only screen and (min-width: 500px){

.img-cover {
	width: 60%;
}
	
.s3-row {
	height: 820px;
}
	
.main-container {
	height: 380px;
}
	
}

/* ------------------------------- TABLET AND UP ------------------------------- */
@media only screen and (min-width: 768px) {
	
/* ------------------------------- LPSI PAGE ------------------------------- */
.padding-mobile {
	padding-right: 0px;
}
	
.set-dim1 {
	height: 880px;
}
	
/* Section 2 Structure */
.stat-box {
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	 box-shadow: 0px 0px 0px 0px;
}

.text-con {
	height: 100%;
	width: 65%;
	display: flex;
	justify-content: flex-end;
	padding-right: 0px;
}

.img-con {
	height: 100%;
	width: 55%;
	display: flex;
	justify-content: center;
}

.stat-text {
	text-align: start;
}
	
/* Section 3 */
.s3-row {
	flex-direction: row;
	height: 550px;
}
	
.main-container {
	height: 100%;
}

.cpc-text {
	height: 50%;
}
	
.btn-medium {
	width: 80%
}
	
.custom-card {
	width: 75%;
	margin-bottom: 75px;
}
	
/* Bar Section Styles */
.bar {
	background-color: white;
	width: 40%;
	height: 5px;
	left: 0px;
}

.black-box {
	position: absolute;
	bottom: 15px;
	left: 0px;
	height: 450px;
	width: 640px;
	padding: 50px 50px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: left;
	align-items: flex-start;
}

.full-width-img {
	width: 100%;
}

.s2-img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.s2-text-container {
	height: 180px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.padding-right-0 {
	padding: unset;
}
/* ------------------------------- END LPSI PAGE ------------------------------- */
/* ------------------------------- PD4PA PAGE ------------------------------- */



/* ------------------------------- END PD4PA PAGE ------------------------------- */
}
/* ------------------------------- LANDSCAPE AND UP ------------------------------- */
@media only screen and (min-width: 992px) {

/* ------------------------------- LPSI PAGE ------------------------------- */
.padding-right-0 {
	padding-right: 0px;
}
	
.set-dim1 {
	height: 635px;
}
	
/* Section 2 Structure */
.img-con {
	height: 100%;
	width: 30%;
	display: flex;
	justify-content: flex-start;
}
	
/* Section 3 */
.btn-medium {
	height: 75px;
	width: 75%;
}
	
.cpc-header {
	height: 30%;
}
	
.cpc-text {
	width: 70%;
	height: 70%;
	display: flex;
	justify-content: center;
}
	
.s3-row {
	height: 495px;
}
	
.main-container{
	height: 100%;
}
	
/* Bar Section Styling */
.bar {
	background-color: white;
	width: 40%;
	height: 5px;
}

.black-box {
	position: absolute;
	bottom: 15px;
	left: 100px;
	height: 450px;
	width: 640px;
	padding: 50px 50px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: left;
}

.full-width-img {
	width: 100%;
}

.s2-img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.s2-text-container {
	height: 180px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* ------------------------------- END LPSI PAGE ------------------------------- */
/* ------------------------------- PD4PA PAGE ------------------------------- */

/* ------------------------------- END PD4PA PAGE ------------------------------- */
}
/* ------------------------------- DESKTOP AND UP ------------------------------- */
@media only screen and (min-width: 1200px) {
	
/* ------------------------------- LPSI PAGE ------------------------------- */
.set-dim1 {
	height: 500px;
}
	
.card-header {
	height: 100px;
}
	
/* Section 2 Structure */
.stat-box {
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.text-con {
	height: 100%;
	width: 60%;
	display: flex;
	justify-content: flex-end;
	padding-right: 0px;
}

.img-con {
	height: 100%;
	width: 20%;
	display: flex;
	justify-content: flex-start;
}

/* Section 2 Styling */
.stat-text {
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #275d38;
	font-size: 36px;
	width: 80%;
	display: flex;
	align-items: center;
}

.img-cover {
	aspect-ratio: 1/1;
	width: 100%;
}

/* Section 3 Image Cards */
.main-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: content-box;
	background-color: #e8e8e8;
	overflow: hidden;
}

.cpc-header {
	width: 65%;
	height: 25%;
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
    font-weight: 800;
    color: #275d38;
	font-size: 36px;
}

.cpc-text {
	width: 85%;
	height: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

.btn-medium {
	height: 10%;
	width: 75%;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin: 0px !important;
	padding: 0px !important;
	align-self: center !important;
}

/* Bar Section Styles */
.bar {
	background-color: white;
	width: 40%;
	height: 5px;
}

.black-box {
	position: absolute;
	bottom: 15px;
	left: 100px;
	height: 450px;
	width: 640px;
	padding: 50px 50px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: left;
}

.full-width-img {
	width: 100%;
}

.s2-img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.s2-text-container {
	height: 180px;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* ------------------------------- END LPSI PAGE ------------------------------- */
/* ------------------------------- PD4PA PAGE ------------------------------- */

/* Section 1 Cards */

/* Structure */
.s-card-container {
	width: 100%;
	height: 550px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
	
/* Cards */
.s-card-shell {
	width: 32%;
}
	
.s-card-header {
	height: 15%;
}

/* ------------------------------- END PD4PA PAGE ------------------------------- */
/* ------------------------------- XL AND UP ------------------------------- */
}
@media only screen and (min-width: 1600px) {
/* ------------------------------- LPSI PAGE ------------------------------- */
/* Section 1 */
.custom-header {
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #275d38;
	font-size: 40px;
}
	
.s1-tbox {
	width: 100%;
	padding: 20px;
}
	
.set-dim1 {
	width: 100%;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
}
	
/* Section 2 Styling */
.text-con {
	padding: 50px;
}
	
.stat-text {
	width: 80%
}
	
.img-con {
	height: 100%;
	width: 20%;
	display: flex;
	justify-content: flex-start;
}
	
/* Section 3 */
.set-dim2 {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
	
.custom-card {
	width: 50%;
}

/* ------------------------------- END LPSI PAGE ------------------------------- */

/* ------------------------------- PD4PA PAGE ------------------------------- */
/* Section 1 Cards */
	
/* Structure */
.s-center-cont {
	width: 100%;
	display: flex;
	justify-content: center;
}
	
.s-card-container {
	width: 100%;
	display: flex;
	height: 430px;
	flex-direction: row;
	justify-content: space-between;
	background-color: white;
}
	
/* Card Styles */
.s-card-shell {
	width: 32%;
	height: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: border-box;
    padding: 20px;
}
	
.s-card-header {
	width: 100%;
	height: 8%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: #275d38;
	font-size: 28px;
}
	
.s-card-body {
	width: 100%;
	font-size: 18px;
}
	
.s-card-bold {
	font-weight: 600;		
}
	
/* End Section 1 Cards */
/* ------------------------------- END PD4PA PAGE ------------------------------- */
}