

* {
	margin: 10px;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Spartan', sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 64px;
	color: #fff;
}

h2 {
	font-size: 46px;
	line-height: 54px;
	color: #222;
	background: #295D35;
	color: transparent;
	background-clip: text;
	background-size: 400% 400%;
	padding: 10px 0 30px;
}

h4 {
	margin-top: 3px;
	color: #fff;
}

h6 {
	font-weight: 700;
	font-size: 12px;
}

p {
	font-size: 16px;
	color: #475b52;
	margin: 15px 0 20px 0;
}

.section-p1 {
	padding: 10px 10px;
}

.section-m1 {
	margin: 40px 0;
}

body {
    max-width: 100%;
	background: #fff;
	margin: 0; /* remove default spacing */
    padding: 0;
}

/* Welcome Page */
#welcome-page {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 70vh;
	background-color: #166d3b;
	background-image: linear-gradient(147deg, #166d3b 0%, #000000 74%);
	border-radius: 40px;
	padding: 0 20px;

}

#welcome-page h2 {
	color: #ffffff;
}

#welcome-page img {
	width: 300px;
	height: 300px;
	margin: 0;
	display: block;
}

#welcome-page div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#welcome-page .register {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 25px;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	transition: 0.2s;
}

#welcome-page .register:hover{
	color: #295D35;
	background: #fff;
}


@media (max-width: 768px) {
    #welcome-page {
        padding: 0 20px; /* space sa loob */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #welcome-page img {       /* adjust size ng logo */
			width: 200px;
			height: 200px;
			margin-left: auto;
			margin-right: auto;
			display: block;
    }

    #welcome-page h2 {
        text-align: center;
        font-size: 25px;
        line-height: 1.3;
        margin-right: 1px;
    }

    #welcome-page .register {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 25px;
        color: #fff;
        border-radius: 10px;
        border: 1px solid #fff;
        transition: 0.2s;
    }

        h2 {
        font-size: 32px;
        line-height: 54px;
        color: #222;
        background: #295D35;
        color: transparent;
        background-clip: text;
        background-size: 400% 400%;
        padding: 10px 0 10px;
    }
}

#category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#category div {
	width: 100%;
	justify-content: center;
	text-align: center;
	margin-bottom: 0px;
}

#category .ca-box {
	background: #D6D6D6;
	width: 180px;
	height: 100%;
	text-align: center;
	padding: 20px 15px;
	box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.03);
	border: 1px solid #cce7d0;
	border-radius: 30px;
	margin: 10px 0;

	display: flex;
	flex-direction: column;
	align-items: center;
}

#category a {
	text-decoration: none;
	color: inherit;
}

#category .ca-box img {
	width: 90%;
	margin-bottom: 10px;
}

#category .ca-box:hover {
	box-shadow: 10px 10px 55px rgba(70, 62, 221, 0.1);
}

#category .ca-box h6 {
	    display: flex;
        font-size: 20px;
        width: 100%;
        height: 15%;
        flex-grow: 0;
        flex-shrink: 0;
        color: rgb(63, 62, 62);
}

.ca-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Misson & Vission */
#mv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background-color: #ffffff;
    margin-top: 30px;
}

#mv .mv-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
}

#mv h4 {
	margin-top: 10px;
	color: #222;
	font-size: 15px;
	font-weight: 100;
}

#mv h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 30px 0px 30px 30px;
	width: auto;
	background: #295D35;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
}



/* Contact Page */

.contact-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 70px 8%;
    background: #f8f9fa;
    flex-wrap: wrap;
}

.details{
    flex: 1;
    min-width: 320px;
}

.details span{
    color: #088178;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.details h2{
    font-size: 35px;
    margin: 15px 0 30px;
    color: #222;
    line-height: 1.3;
}

.contact-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box{
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .3s;
}

.info-box:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.info-box i{
    width: 55px;
    height: 55px;
    background: #088178;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-box h4{
    margin: 0;
    color: #222;
    font-size: 18px;
}

.info-box p{
    margin-top: 5px;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.map{
    flex: 1;
    min-width: 30px;
}

.map iframe{
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

/* View Event & Milestone */
#view {
    width: 90%;
	margin: 20px 30px 0 30px;
	padding: 20px;
	overflow: auto;
	background: #b9eebc;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#view img {
	width: 50%;
	height: 50%;
}

#view div {
	width: 50%;
	padding-left: 30px;
}

#view div h2 {
	font-size: 40px;
	line-height: 54px;
	color: #222;
}

#view div p {
	font-size: 18px;
	color: #222;
	margin: 3px 0 5px 5px;
}

#view div .Desc {
	font-size: 20px;
	color: #222;
	margin: 10px 0 5px 0;
}

/* DForm, CoGForm, GMCForm */
.form-wrapper-1 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}	

.form-wrapper-1 .container {
	position: relative;
	max-width: 700px;
	width: 100%;
	border-radius: 6px;
	padding: 30px;
	margin: 0 15px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.container header {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.container header::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 27px;
	border-radius: 8px;
	background-color: #4070f4;
}

.container form {
	position: relative;
	margin-top: 16px;
	min-height: 340px;
	overflow: hidden;
}

.container form .form {
	position: absolute;
	transition: 0.3s ease;
}

.container form .form.second {
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
}

form.secActive .form.second {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

form.secActive .form.first {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-100%);
}

.container form .title {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	margin: 6px 0;
	color: #333;
}

.container form .fields {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

form .fields .input-field {
	display: flex;
	width: calc(100% / 2 - 15px);
	flex-direction: column;
	margin: 4px 0;
}

.input-field label {
	font-size: 12px;
	font-weight: 500;
	color: #2e2e2e;
}

.input-field input,
select {
	outline: none;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border-radius: 30px;
	border: 1px solid #aaa;
	padding: 0 15px;
	height: 42px;
	margin: 8px 0;
}

.input-field input :focus,
.input-field select:focus {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.input-field select {
	color: #707070;
}

.input-field input[type="file"] {
	padding: 9px 0 10px 10px;
}

.container form button,
.backBtn {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 45px;
	max-width: 200px;
	width: 100%;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 5px;
	margin: 20px 0 0 0;
	background-color: #4070f4;
	transition: all 0.3s linear;
	cursor: pointer;
}

.container form .btnText {
	font-size: 14px;
	font-weight: 400;
}

form button:hover {
	background-color: #265df2;
}

form .buttons {
	display: flex;
	align-items: center;
}

form .buttons button,
.backBtn {
	margin-right: 14px;
}

@media (max-width: 750px) {
	.container form {
		overflow-y: scroll;
	}

	.container form::-webkit-scrollbar {
		display: none;
	}

	form .fields .input-field {
		width: calc(100% / 2 - 15px);
	}
}

@media (max-width: 550px) {
	form .fields .input-field {
		width: 100%;
	}
}

/* HDForm, TorForm*/
.form-wrapper-2 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.form-wrapper-2 .container {
	position: relative;
	max-width: 800px;
	width: 100%;
	border-radius: 6px;
	padding: 30px;
	margin: 0 15px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.form-wrapper-2 form .fields .input-field {
	display: flex;
	width: calc(100% / 3 - 15px);
	flex-direction: column;
	margin: 4px 0;
}

/* LoginForm, RegisterForm*/
.form-wrapper-3 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.form-wrapper-3 .container {
	position: relative;
	max-width: 400px;
	width: 100%;
	border-radius: 6px;
	padding: 30px;
	margin: 0 15px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.form-wrapper-3 form .fields .input-field {
	display: flex;
	width: 100%;
	flex-direction: column;
	margin: 4px 0;
}


.form-wrapper-3 .container form {
	position: relative;
	margin-top: 15px;
	min-height: 200px;
	overflow: hidden;
}

.error {
	text-align: center;
	background: #f2dede;
	color: #a94442;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
}

.success {
	text-align: center;
	background: #d4edda;
	color: #40754c;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
}

/* ----------------------------------------- */