/* Inner Banner Start */
.services_innerBanner_wrapper {
  background-image: url("../img/banner2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.aboutUs_innerBanner_wrapper {
  background-image: url("../img/banner1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 50vh;
  width: 100%;
  margin-bottom: 50px;
}
.announcement_innerBanner_wrapper {
  background-image: url("../img/banner9.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.gallery_innerBanner_wrapper {
  background-image: url("../img/banner4.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.applicant_innerBanner_wrapper {
  background-image: url("../img/15.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.employer_innerBanner_wrapper {
  background-image: url("../img/15.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.contactUs_innerBanner_wrapper {
  background-image: url("../img/banner6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.policy_innerBanner_wrapper {
  background-image: url("../img/banner7.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 30vh;
  width: 100%;
  margin-bottom: 50px;
}
.innerBanner_wrap {
  background-color: rgba(0, 0, 0, 0.3);
  /* padding-bottom: 50px;   */
  min-height: 50vh;
}
.innerPage_title {
  min-height: 50vh;
  color: white;
}
/* Inner Banner End */
/* About Us Start */
.profile_inner_title {
  font-weight: 700;
  color: #003366 !important;
}
.whoWeAre_desc {
  text-align: justify;
  font-size: larger;
}

.profile_inner_img {
  border: 2px solid #0d3c91;
  border-radius: 10px;
  padding: 15px;
  color: #0d3c91;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.profile_inner_img:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.profile_inner_img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.profile_inner_img:hover img {
  transform: scale(1.3); /* Zoom effect on hover */
}
.profile_inner_img span {
  font-weight: 700;
  font-size: larger;
}
.profile_inner_desc p,
.profile_inner_desc p span {
  font-size: larger !important;
}

.profile_inner_desc img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.mission-vision-box .box-header {
  background-color: #003366; /* blue background */
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.mission-vision-box .box-text {
  text-align: justify;
  font-size: larger;
  color: #003366;
  padding: 0 10px;
}

.mission-vision-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.mission-vision-box img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-vision-box img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.coreValues_title {
  background-color: #003366;
}
.core-box {
  border: 2px solid #003366;
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-box h4 {
  font-weight: 700;
  color: #003366;
  text-align: center;
  margin-bottom: 15px;
}

.core-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* About Us End */
/* Accreditation Image Styling */
.accreditation_content {
  margin-bottom: 150px;
}
.accreditation_header {
  background-color: #003366;
  color: white;
}
.accreditation-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.accreditation-img:hover {
  transform: scale(1.1);
}
.accreditation_card_title {
  color: #003366 !important;
  font-style: italic;
}
/* Modal Image Styling */
#accreditationsModalImage {
  width: 500px;
  height: auto;
  border-radius: 5px;
}

/* About Us End */
/* Services Start */

.services_card {
  box-shadow: 0px 0px 15px rgba(1, 127, 201, 0.5); /* Blue shadow */
  transition: all 0.3s ease-in-out;
}
.services_card:hover {
  background-color: #017fc9; /* Light gray, adjust as needed */
  color: white;
  transform: translateY(-5px); /* Slight pop-up effect */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
}
.services_card:hover a {
  color: #fff !important; /* Makes text & link white */
}
.profile_inner_title {
  font-weight: 700;
  color: #003366 !important;
}
.services_card_text {
  text-align: justify;
}
.services_card img {
  width: 80px;
  height: auto;
}
.services_content {
  text-align: justify;
}
/* Services End */
/* News & Announcements Start */
.announcement_inner_header {
  font-weight: 600;
  color: #017fc9 !important;
  text-transform: uppercase;
}
.announcement_inner_subheader,
.announcement_inner_subheader1 {
  font-weight: 700;
  color: #003366;
  text-transform: uppercase;
}
.announcement_inner_card {
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(1, 127, 201, 0.5); /* Blue shadow */
}

.announcement_inner_card:hover .announcement_inner_img {
  transform: scale(1.1); /* Mag-zoom in ang image */
}

.announcement_inner_img {
  width: 100%;
  height: 250px; /* Landscape ratio */
  object-fit: cover; /* Para hindi ma-distort */
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}
.announcement_inner_card_title {
  color: #017fc9 !important;
}
.announcement_inner_btn1:hover {
  text-decoration: underline 5px #017fc9 !important;
}
.show_news_content {
  background-color: #f4f8fb;
  border-radius: 15px;
}
.show_news_content img {
  border-radius: 25px;
  box-shadow: 10px 10px 20px #aaaaaa, -10px -10px 20px #ffffff;
}
.show_news_title {
  font-weight: 700;
  color: #003366;
}
.back_link {
  background-color: #003366 !important;
  color: white;
  font-weight: 700 !important;
  border: #003366 solid 1px !important;
}
.back_link:hover {
  background-color: #007bff !important;
  color: white !important;
  font-weight: 700 !important;
  border: #007bff solid 1px !important;
}
/* Ensure the container is responsive */

/* Make images inside content responsive */
.news-event-content img {
  max-width: 100%;
  width: auto;
  height: 100% !important;
  /* display: block; */
  margin: 10px auto; /* Center images */
  object-fit: contain;
}
/* News & Announcements End */
/* Gallery Start */
.card-album-container {
  overflow: hidden;
  border-radius: 20px !important;
}
.album_title {
  text-align: center;
  font-weight: 700;
  color: #003366;
}
.album img {
  display: block;
  width: 100%;
  height: 300px !important; /* Maximum height for the album image */
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  overflow: hidden;
}

.album:hover img {
  transform: scale(1.05);
}
.album_line {
  border-bottom: 3px solid #003366;
}
.photo-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out;
}

.photo-container img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* Gallery End */
/* Applicant Start */
.timeline {
  position: relative;
  /* max-width: 800px; */
  margin: 50px auto;
}

.timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #017fc9;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-item {
  position: relative;
  background: #f4f8fb;
  width: 45%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}
.timeline-title {
  color: #003366;
  font-weight: 700;
}

.timeline-item:hover {
  transform: scale(1.05);
}

.timeline-item:nth-child(odd) {
  left: 0;
}

.timeline-item:nth-child(even) {
  left: 55%;
}

.timeline-icon {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 50px;
  height: 50px;
  background: #017fc9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
}

.timeline-item:hover .timeline-icon {
  background: #ffc107;
}

.timeline-item:nth-child(even) .timeline-icon {
  left: -30px;
}

/* Applicant End */
/* About Employer Start */

.about-employer-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #003366; /* Your brand color */
  border-bottom: 2px solid #003366;
  padding-bottom: 10px;
}

.about-employer-subheading {
  font-size: 1.3rem;
  color: #5d5d5d; /* Lighter gray for subheading */
  margin-bottom: 30px;
}
.about_employer_content .card {
  background-color: #f4f9fd; /* Light blue background */
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.about_employer_content .card:hover {
  transform: translateY(-5px); /* Hover effect */
}
.about_employer_btn {
  padding: 8px 50px !important;
  /* margin: 10px 20px 10px 0px; */
  background-color: #017fc9 !important;
  color: white !important;
  border: 5px solid #017fc9 !important;
}

.about_employer_btn:hover {
  background-color: white !important;
  color: #017fc9 !important;
  border: 5px solid #017fc9 !important;
}
.about_employer_content img {
  max-width: 100%;
  width: auto;
  height: 100% !important;
  /* display: block; */
  margin: 10px auto; /* Center images */
  object-fit: contain;
}
/* About Employer End */
/* Employer Process Start */
.timeline1 {
  position: relative;
  /* max-width: 800px; */
  margin: 50px auto;
}

.timeline1::before {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #017fc9;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline1-item {
  position: relative;
  background: #f4f8fb;
  width: 45%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}
.timeline1-title {
  color: #003366;
  font-weight: 700;
}

.timeline1-item:hover {
  transform: scale(1.05);
}

.timeline1-item:nth-child(odd) {
  left: 0;
}

.timeline1-item:nth-child(even) {
  left: 55%;
}

.timeline1-icon {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 50px;
  height: 50px;
  background: #017fc9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
}

.timeline1-item:hover .timeline1-icon {
  background: #ffc107;
}

.timeline1-item:nth-child(even) .timeline1-icon {
  left: -30px;
}
/* Employer Process End */
/* Manpower Form Start */

.manpower_card {
  border-radius: 20px !important;
  background-color: #f4f8fb !important;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.manpower_title {
  color: #003366;
  font-weight: 700;
}
/* Manpower Form End */
/* Accreditation Process Start */
/* Custom Timeline */
.custom-title {
  color: #003366;
  font-weight: 700;
}
.custom-timeline-title {
  color: #003366;
  font-weight: 700;
}
.custom-timeline {
  position: relative;
  /* max-width: 900px; */
  margin: 50px auto;
}
.custom-timeline::after {
  content: "";
  position: absolute;
  width: 5px;
  background: #003366;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
  z-index: 0;
}
.custom-timeline-step {
  position: relative;
  width: 50%;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
.custom-left {
  left: 0;
  /* text-align: right; */
}
.custom-right {
  left: 50%;
}
.custom-color-1 {
  background-color: #5b9bd5;
  color: white;
  border-radius: 10px;
}
.custom-color-2 {
  background-color: #ed7d31;
  color: white;
  border-radius: 10px;
}
.custom-color-3 {
  background-color: #a5a5a5;
  color: white;
  border-radius: 10px;
}
.custom-color-4 {
  background-color: #f8bb00;
  color: white;
  border-radius: 10px;
}
.custom-color-5 {
  background-color: #c25812;
  color: white;
  border-radius: 10px;
}

.custom-timeline-icon {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  background: #007bff;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 1;
}
.custom-left .custom-timeline-icon {
  right: -25px;
}
.custom-right .custom-timeline-icon {
  left: -25px;
}
.custom-timeline-content {
  padding: 20px;
  /* background: #f0f8fd; */
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.custom-timeline-content h4 {
  color: white;
  margin-top: 0;
}

/* Hover Effect */
.custom-timeline-step:hover {
  transform: scale(1.05);
  z-index: 1;
}

/* Accreditation Process End */
/* Contact Us Start */
.contact_header {
  color: #003366;
  font-weight: 700;
}
.contact_subheader {
  color: #003366;
  font-weight: 400;
}
.embed_map iframe {
  width: 100%;
  height: 300px !important;
  border-radius: 10px;
}
.contactUs_title {
  font-weight: 700;
  color: #003366;
}
.contact_table small {
  font-weight: 700;
  color: #241e5f;
}

._contact_us_form_text {
  color: #003366 !important;
  font-weight: 700 !important;
}
/* From Uiverse.io by KINGFRESS */
.submit_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  background-color: #003366;
  padding: 0.5em 2em;
  border: none;
  border-radius: 0.6rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.submit_btn span:not(:nth-child(6)) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #0c66ed;
  border-radius: 50%;
  transition: 0.6s ease;
}

.submit_btn span:nth-child(6) {
  position: relative;
}

.submit_btn span:nth-child(1) {
  transform: translate(-3.3em, -4em);
}

.submit_btn span:nth-child(2) {
  transform: translate(-6em, 1.3em);
}

.submit_btn span:nth-child(3) {
  transform: translate(-0.2em, 1.8em);
}

.submit_btn span:nth-child(4) {
  transform: translate(3.5em, 1.4em);
}

.submit_btn span:nth-child(5) {
  transform: translate(3.5em, -3.8em);
}

.submit_btn:hover span:not(:nth-child(6)) {
  transform: translate(-50%, -50%) scale(4);
  transition: 1.5s ease;
}

/* Contact Us End */
/* Privacy Policy Start */
.policy_card {
  border-radius: 20px !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
/* Privacy Policy End */
