html {
  scroll-behavior: smooth;
}
.body {
  overflow-x: hidden !important;
}
/* Navbar Start */
.top_menu {
  background-color: #003366;
}

.top_menu .email_menu,
.top_menu .telephone_menu {
  color: white;
  font-weight: 400 !important;
}
.nav_menu .nav-link {
  font-weight: 700;
  color: #343a40;
  margin-right: 1em;
}
.contactUs_btn {
  background-color: #017FC9 !important;
}
.contactUs_btn:hover {
  background-color: #003366 !important;
  
}
.nav_menu .nav-link.active {
	color: white !important;
	background-color: #017FC9;
	/* border-radius: 20px; */
}
.nav_menu .dropdown-item.active {
	color: white !important;
	background-color: #017FC9 !important;
}

.nav_menu .nav-link:hover {
  	color: white !important;
  	background-color: #017FC9;
	/* border-radius: 20px; */
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block; /* Show dropdown on hover */
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #017FC9;
    color: white; /
}
/* Navbar End */

/* Banner Start */
.carousel-indicators button {
    width: 70px !important;  /* Haba (default: 30px) */
    height: 4px !important; /* Lapad (default: 3px) */
    
}

.carousel-item {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
}

.carousel_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
width: 70%;
  /* text-align: center; */
}

.carousel_subtext {
  width: 75%;
  /* margin: 0px auto; */
  color: white;
  font-size: 3.2rem;
  line-height: 50px;
}
.carousel_subtext2 {
  width: 100%;
  margin: 30px auto;
  color: #90EAFF;
  /* text-align: start; */
  /* text-align-last: center; */
  font-size: 2.2rem;
  font-weight: 500;
}
.carousel_subtext3 {
  width: 70%;
  /* margin: 30px auto; */
  color: white;
  /* text-align: start; */
  /* text-align-last: center; */
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 40px;
}
.carousel_btn1 {
  padding: 8px 50px !important;
  /* margin: 10px 20px 10px 0px; */
  background-color: #017FC9 !important;
  color: white !important;
  border: 5px solid #017FC9 !important;
}

.carousel_btn1:hover {
  background-color: white !important;
  color: #017FC9 !important;
  border: 5px solid white !important;
}

.carousel_btn2 {
  padding: 8px 50px !important;
  /* margin: 10px 0px; */
}

.carousel_btn2:hover {
  color: #017FC9 !important;
  border: 5px solid white !important;
}

.carousel_btn_grp {
  gap: 3rem; /* More specific selector */
}

/* Banner End */
/* About Us Start */
.aboutUs_wrapper {
  background-color: #E1EFF8;
}
.aboutUs_header {
	font-weight: 600;
	color: #017FC9 !important;
	text-transform: uppercase;
}
.aboutUs_subheader, .aboutUs_subheader1 {
	font-weight: 700;
	color: #003366;
	text-transform: uppercase;
}
.aboutUs_btn1 {
	font-weight: 700;
	color: #017FC9 !important;
}
.aboutUs_btn1:hover {
  text-decoration: underline 2px #017FC9 !important;
}
.aboutUs_content {
	text-align: justify;
}
.aboutUs_img img{
	width: 80%;
	height: auto;
	border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  margin: 20px 20px;
  }
/* About Us End */
/* Our Services Start */
.ourServices_header {
	font-weight: 600;
	color: #017FC9 !important;
	text-transform: uppercase;
}
.ourServices_subheader, .ourServices_subheader1 {
	font-weight: 700;
	color: #003366;
	text-transform: uppercase;
}
.ourServices_card {
  box-shadow: 0px 0px 15px rgba(1, 127, 201, 0.5); /* Blue shadow */
  padding: 3rem;
}


.ourServices_card img {
  width: 80px;
  height: auto;
}
.ourServices_content {
  text-align: justify;
}
.ourServices_btn1 {
  padding: 8px 50px !important;
  /* margin: 10px 20px 10px 0px; */
  background-color: #017FC9 !important;
  color: white !important;
  border: 5px solid #017FC9 !important;
}

.ourServices_btn1:hover {
  background-color: white !important;
  color: #017FC9 !important;
  border: 5px solid #017FC9 !important;
}
/* Our Services End */
/* News & Announcement Start */
.announcement_header {
	font-weight: 600;
	color: #017FC9 !important;
	text-transform: uppercase;
}
.announcement_subheader, .announcement_subheader1 {
	font-weight: 700;
	color: #003366;
	text-transform: uppercase;
}
.announcement_card {
  overflow: hidden; 
  box-shadow: 0px 0px 15px rgba(1, 127, 201, 0.5); /* Blue shadow */
}

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

.announcement_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_card_title {
  color: #017FC9 !important;
}
.announcement_btn1:hover {
  text-decoration: underline 5px #017FC9 !important;
}
/* News & Announcement End */
/* Career Start */
.career_wrapper {
  position: relative;
  background-image: url("../img/18.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
}
.career_wrap {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7); /* Instead of opacity */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.career_content {
  width: 50% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.career_header {
	font-weight: 600;
	color: #90EAFF !important;
	text-transform: uppercase;
}
.career_subheader, .career_subheader1 {
	font-weight: 700;
	color: white;
	text-transform: uppercase;
}
.career_content1 {
  text-align: justify;
  color: white;
  font-size: 1.5rem;
}
.career_btn1 {
  padding: 8px 50px !important;
  /* margin: 10px 20px 10px 0px; */
  background-color: #017FC9 !important;
  color: white !important;
  border: 5px solid #017FC9 !important;
}

.career_btn1:hover {
  background-color: white !important;
  color: #017FC9 !important;
  border: 5px solid #017FC9 !important;
}
/* Career End */
/* Certification Start */
.certification_header {
	font-weight: 600;
	color: #017FC9 !important;
	text-transform: uppercase;
}
.certification_subheader, .certification_subheader1 {
	font-weight: 700;
	color: #003366;
	text-transform: uppercase;
}
.certification_btn1 {
	font-weight: 700;
	color: #017FC9 !important;
}
.certification_content {
	text-align: justify;
  font-size: 1.2rem;
}
.hover-zoom:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.certification_btn1 {
  padding: 8px 50px !important;
  /* margin: 10px 20px 10px 0px; */
  background-color: #017FC9 !important;
  color: white !important;
  border: 5px solid #017FC9 !important;
}

.certification_btn1:hover {
  background-color: white !important;
  color: #017FC9 !important;
  border: 5px solid #017FC9 !important;
}

/* .square-img-container {
  display: block;
  width: 100%;
  height: 100% !important; 
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  overflow: hidden;
}

.square-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out;
  } */

/* Certification End */
/* Contact Us Start */
.contactUs_wrapper {
  position: relative;
  background-image: url("../img/banner8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 450px;
}
.contactUs_wrap {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); /* Instead of opacity */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contactUs_content {
  width: 60% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactUs_header {
	font-weight: 600;
	color: white !important;
	text-transform: uppercase;
}
.contactUs_subheader, .contactUs_subheader1 {
	font-weight: 700;
	color: #90EAFF;
	/* text-transform: uppercase; */
}
.contactUs_content1 {
  text-align: justify;
  color: white;
  font-size: 1.5rem;
}
.contactUs_btn1 {
  padding: 8px 50px !important;
  /* margin: 10px 20px 10px 0px; */
  background-color: #18a2eb !important;
  color: white !important;
  border: 5px solid #18a2eb !important;
}

.contactUs_btn1:hover {
  background-color: white !important;
  color: #017FC9 !important;
  border: 5px solid #017FC9 !important;
}
/* Contact Us End */
/* Footer Start */
.footer_bottom {
  background-color: #003366;
}

/* Footer End */

/* Scroll To Top CSS Start */
/* Style for the button */
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #217bf4;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

/* Style for the button when hovering over it */
#scrollToTop:hover {
  background-color: #241e5f;
}
