/**
* Template Name: Reveal - v4.7.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  /* color: #0054A4; */
  color: #ffe819;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  /* color: #51d8af; */
  color: #ffe819;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 93px;
  bottom: 21px;
  z-index: 996;
  background: white;
  border: 2px solid #0054A4;
  width: 150px; /* Adjusted width to fit the text */
  height: 40px;
  transition: opacity 0.4s ease-out; /* Ensure smooth transition for opacity */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0054A4; /* Set the default font color */
}

.back-to-top span,
.back-to-top i {
  color: #0054A4; /* Ensure the text and icon have the correct color */
}

.back-to-top:hover i { 
  transform: translateY(-5px); /* Move the icon up slightly on hover */ 
}

.back-to-top:hover {
  background: #ffe819;
  color: #615D5C;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  animation: fadeInUp 0.4s ease-out; /* Apply the fade-in animation */
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); /* Start slightly below */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* End at the original position */
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0054A4;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #615D5C;
}

#topbar .social-links a {
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #615D5C;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  /* background: #0054A4; */
  /* box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 62%); */
  /* justify-content: center; */
  text-align: -webkit-center;
}

#header.scrolled {
  background: #0054A4;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-family: "Constantia", sans-serif;
  font-weight: 600;
  margin-left: 28px;
  margin-top: 17px;
  color: #0054A4;
}

#header #logo h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin-left: 30px;
  color: #0054A4;
}

#header #logo h1 a {
  color: #0c2e8a;
}

#header #logo h1 a span {
  color: #0054A4;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 65px;
  /* padding-left: 10px; */
}

@media (max-width: 1075px) {
  #header {
    margin: auto;
    text-align: left;
    /* Align content to the left */
  }

  #header #logo h1 {
    font-size: 31px;
    margin-top: 1px;
    margin-left: 0;
    /* Align text to the left */
  }

  #header #logo h6 {
    font-size: 19px;
    margin-left: 0;
    /* Align text to the left */
  }

  #header #logo img {
    max-height: 105px;
    margin-left: 0;
    /* Align image to the left */
  }
}

@media (max-width: 771px) {
  #header {
    margin: auto;
    text-align: left;
    /* Align content to the left */
  }

  #header #logo h1 {
    font-size: 24px;
    margin-top: 1px;
    margin-left: 0;
    /* Align text to the left */
  }

  #header #logo h6 {
    font-size: 12px;
    margin-left: 0;
    /* Align text to the left */
  }

  #header #logo img {
    max-height: 105px;
    margin-left: 0;
    /* Align image to the left */
  }
}

@media (max-width: 500px) {
  #header {
    margin: auto;
    text-align: left;
    /* Align content to the left */
  }

  #header #logo h1 {
    font-size: 20px;
    margin-top: 1px;
    margin-left: 0;
    /* Align text to the left */
  }

  #header #logo h6 {
    font-size: 10px;
    margin-left: 0;
    /* Align text to the left */
  }

  #header #logo img {
    max-height: 50px;
    margin-left: 0;
    /* Align image to the left */
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  text-align: center;
}

.navbar .dropdown {
  position: relative;
}

.navbar .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.navbar .dropdown-menu li {
  list-style: none;
}

.navbar .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.navbar .dropdown-menu li a:hover {
  background-color: #f0f0f0;
  color: #0054A4;
}

/* Show the dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li:not(:last-child):not(:nth-last-child(2)) a,
.navbar li:not(:last-child):not(:nth-last-child(2)) span {
  position: relative;
}

.navbar li:not(:last-child):not(:nth-last-child(2)) a::after,
.navbar li:not(:last-child):not(:nth-last-child(2)) span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 30%;
  height: 50%;
  border-right: 1px solid white;
}

.navbar .portal-link {
  background: #ffe819;
  color: #0054A4;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 20px;
  line-height: 5px;
  margin-top: 9px;
}

.navbar .portal-link:hover {
  background: #ffffff;
  color: #0054A4;
}

/* #header.scrolled .navbar a,
#header.scrolled .navbar a:focus {
  color: white;
} */

.navbar a,
.navbar span,
.navbar a:focus {
  display: flex;
  font-family: "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #ffff;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a
.navbar li:hover>span {
  color: #ffe819;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* Responsive styling adjustments */
@media (max-width: 1366px) {
  .navbar ul {
    flex-direction: column;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 39px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;


}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1159px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0055a498;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: center;
}

.navbar-mobile a,
.navbar-mobile span,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0054A4;
  margin-left: 1px;
}

.navbar-mobile a:hover,
.navbar-mobile span:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a, 
.navbar-mobile li:hover>span{
  color: #0054A4;
}

.navbar-mobile a:hover,
.navbar-mobile span:hover,
.navbar-mobile li:hover>a,
.navbar-mobile li:hover>span {
  color: #615D5C;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0054A4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  /* background: url("../img/CREST_GIF.gif") no-repeat center center; */
  /* background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171)); */
  /* background-size: cover; */
  padding: 0;
}

#hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171));
  /* background: linear-gradient(to top, 
    rgb(0, 80, 155) 0%, 
    rgba(0, 80, 155, 0) 50%, 
    rgb(0, 80, 155) 100%); */
  z-index: 3;
}

/*  */
/*  */
/*  */

.slideshow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* Lower z-index */
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slideAnimation 25s infinite;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}

.slide:nth-child(2) {
  animation-delay: 5s;
}

.slide:nth-child(3) {
  animation-delay: 10s;
}

.slide:nth-child(4) {
  animation-delay: 15s;
}

.slide:nth-child(5) {
  animation-delay: 20s;
}

@keyframes slideAnimation {
  0% { opacity: 0; }
  10% { opacity: 1; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}
/*  */
/*  */
/*  */

#hero>* {
  position: relative;
  z-index: 1;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

#hero .hero-content-title {
  /* padding-right: 18.1em; */
  padding-top: 60px;
  margin-left: -450px;
}

#hero .hero-content-subtitle {
  display: block;
  /* font-family: "Engagement"; */
  font-family: "Arial";
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
  margin-top: 0px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 600;
}

#hero .hero-content-highlight {
  color: #ffe819;
}

#hero .hero-content h2 {
  color: #ffe819;
  margin-bottom: 0px;
  /* font-family: fantasy; */
  font-family: Arial;
  font-size: 65px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 1px;
  word-spacing: -10px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  #hero .hero-content-title {
    padding-left: 20em;
    text-align: center;
  }

  #hero .hero-content h2 {
    font-size: 50px;
  }

  #hero .hero-content-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  #hero .hero-content-title {
    padding-left: 20em;
    text-align: center;
  }

  #hero .hero-content h2 {
    font-size: 60px;
  }

  #hero .hero-content-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #hero .hero-content-title {
    padding-left: 30em;
    text-align: center;
  }

  #hero .hero-content h2 {
    font-size: 50px;
  }

  #hero .hero-content-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  #hero {
    height: 50vh;
  }

  #hero .hero-content-title {
    padding-left: 30em;
    text-align: center;
  }

  #hero .hero-content h2 {
    font-size: 25px;
    word-spacing: 1px;
  }

  #hero .hero-content-subtitle {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Hero About Section
--------------------------------------------------------------*/
#hero-about {
  width: 100%;
  height: 50vh;
  position: relative;
  /* background: url("../img/crest.png") no-repeat center center; */
  background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171));
  background-size: cover;
  padding: 0;
}

#hero-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171)); */
  z-index: 1;
}

#hero-about>* {
  position: relative;
  z-index: 2;
}

#hero-about .hero-about-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-about .hero-about-content-title {
  padding-right: 0px;
}

#hero-about .hero-about-content-subtitle {
  display: block;
  font-family: "Engagement";
  font-style: italic;
  font-size: 34px;
  color: #ffe819;
  margin-top: 0px;
  letter-spacing: 4px;
}

#hero-about .hero-about-content-highlight {
  color: #ffe819;
}

#hero-about .hero-about-content h2 {
  color: white;
  margin-bottom: 0px;
  font-family: fantasy;
  font-size: 67px;
  text-align: left;
  letter-spacing: 2px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  #hero-about .hero-about-content-title {
    padding-right: 10em;
  }

  #hero-about .hero-about-content h2 {
    font-size: 50px;
  }

  #hero-about .hero-about-content-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  #hero-about .hero-about-content-title {
    padding-right: 5em;
  }

  #hero-about .hero-about-content h2 {
    font-size: 40px;
  }

  #hero-about .hero-about-content-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #hero-about .hero-about-content-title {
    padding-right: 0;
    text-align: center;
  }

  #hero-about .hero-about-content h2 {
    font-size: 30px;
    text-align: center;
  }

  #hero-about .hero-about-content-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  #hero-about {
    height: 50vh;
  }

  #hero-about .hero-about-content h2 {
    font-size: 50px;
    font-family: fantasy;
  }

  #hero-about .hero-about-content-subtitle {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Hero Facilities Section
--------------------------------------------------------------*/
#hero-facilities {
  width: 100%;
  height: 50vh;
  position: relative;
  /* background: url("../img/crest.png") no-repeat center center; */
  background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171));
  background-size: cover;
  padding: 0;
}

#hero-facilities::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171)); */
  z-index: 1;
}

#hero-facilities>* {
  position: relative;
  z-index: 2;
}

#hero-facilities .hero-facilities-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-facilities .hero-facilities-content-title {
  padding-right: 0px;
}

#hero-facilities .hero-facilities-content-subtitle {
  display: block;
  font-family: "Engagement";
  font-style: italic;
  font-size: 34px;
  color: #ffe819;
  margin-top: 0px;
  letter-spacing: 4px;
}

#hero-facilities .hero-facilities-content-highlight {
  color: #ffe819;
}

#hero-facilities .hero-facilities-content h2 {
  color: white;
  margin-bottom: 0px;
  font-family: fantasy;
  font-size: 67px;
  text-align: left;
  letter-spacing: 2px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  #hero-facilities .hero-facilities-content-title {
    padding-right: 10em;
  }

  #hero-facilities .hero-facilities-content h2 {
    font-size: 50px;
  }

  #hero-facilities .hero-facilities-content-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  #hero-facilities .hero-facilities-content-title {
    padding-right: 5em;
  }

  #hero-facilities .hero-facilities-content h2 {
    font-size: 40px;
  }

  #hero-facilities .hero-facilities-content-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #hero-facilities .hero-facilities-content-title {
    padding-right: 0;
    text-align: center;
  }

  #hero-facilities .hero-facilities-content h2 {
    font-size: 30px;
    text-align: center;
  }

  #hero-facilities .hero-facilities-content-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  #hero-facilities {
    height: 50vh;
  }

  #hero-facilities .hero-facilities-content h2 {
    font-size: 50px;
    font-family: fantasy;
  }

  #hero-facilities .hero-facilities-content-subtitle {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Hero Services Section
--------------------------------------------------------------*/
#hero-services {
  width: 100%;
  height: 50vh;
  position: relative;
  /* background: url("../img/crest.png") no-repeat center center; */
  background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171));
  background-size: cover;
  padding: 0;
}

#hero-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171)); */
  z-index: 1;
}

#hero-services>* {
  position: relative;
  z-index: 2;
}

#hero-services .hero-services-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-services .hero-services-content-title {
  padding-right: 0px;
}

#hero-services .hero-services-content-subtitle {
  display: block;
  font-family: "Engagement";
  font-style: italic;
  font-size: 34px;
  color: #ffe819;
  margin-top: 0px;
  letter-spacing: 4px;
}

#hero-services .hero-services-content-highlight {
  color: #ffe819;
}

#hero-services .hero-services-content h2 {
  color: white;
  margin-bottom: 0px;
  font-family: fantasy;
  font-size: 67px;
  text-align: left;
  letter-spacing: 2px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  #hero-services .hero-services-content-title {
    padding-right: 10em;
  }

  #hero-services .hero-services-content h2 {
    font-size: 50px;
  }

  #hero-services .hero-services-content-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  #hero-services .hero-services-content-title {
    padding-right: 5em;
  }

  #hero-services .hero-services-content h2 {
    font-size: 40px;
  }

  #hero-services .hero-services-content-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #hero-services .hero-services-content-title {
    padding-right: 0;
    text-align: center;
  }

  #hero-services .hero-services-content h2 {
    font-size: 30px;
    text-align: center;
  }

  #hero-services .hero-services-content-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  #hero-services {
    height: 50vh;
  }

  #hero-services .hero-services-content h2 {
    font-size: 50px;
    font-family: fantasy;
  }

  #hero-services .hero-services-content-subtitle {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Hero News Section
--------------------------------------------------------------*/
#hero-news {
  width: 100%;
  height: 50vh;
  position: relative;
  /* background: url("../img/crest.png") no-repeat center center; */
  background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171));
  background-size: cover;
  padding: 0;
}

#hero-news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171)); */
  z-index: 1;
}

#hero-news>* {
  position: relative;
  z-index: 2;
}

#hero-news .hero-news-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-news .hero-news-content-title {
  padding-right: 0px;
}

#hero-news .hero-news-content-subtitle {
  display: block;
  font-family: "Engagement";
  font-style: italic;
  font-size: 34px;
  color: #ffe819;
  margin-top: 0px;
  letter-spacing: 4px;
}

#hero-news .hero-news-content-highlight {
  color: #ffe819;
}

#hero-news .hero-news-content h2 {
  color: white;
  margin-bottom: 0px;
  font-family: fantasy;
  font-size: 67px;
  text-align: left;
  letter-spacing: 2px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  #hero-news .hero-news-content-title {
    padding-right: 10em;
  }

  #hero-news .hero-news-content h2 {
    font-size: 50px;
  }

  #hero-news .hero-news-content-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  #hero-news .hero-news-content-title {
    padding-right: 5em;
  }

  #hero-news .hero-news-content h2 {
    font-size: 40px;
  }

  #hero-news .hero-news-content-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #hero-news .hero-news-content-title {
    padding-right: 0;
    text-align: center;
  }

  #hero-news .hero-news-content h2 {
    font-size: 30px;
    text-align: center;
  }

  #hero-news .hero-news-content-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  #hero-news {
    height: 50vh;
  }

  #hero-news .hero-news-content h2 {
    font-size: 50px;
    font-family: fantasy;
  }

  #hero-news .hero-news-content-subtitle {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Hero Contact Section
--------------------------------------------------------------*/
#hero-contact {
  width: 100%;
  height: 50vh;
  position: relative;
  /* background: url("../img/crest.png") no-repeat center center; */
  background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171));
  background-size: cover;
  padding: 0;
}

#hero-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgb(0, 84, 164), rgba(0, 80, 155, 0.171)); */
  z-index: 1;
}

#hero-contact>* {
  position: relative;
  z-index: 2;
}

#hero-contact .hero-contact-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero-contact .hero-contact-content-title {
  padding-right: 0px;
}

#hero-contact .hero-contact-content-subtitle {
  display: block;
  font-family: "Engagement";
  font-style: italic;
  font-size: 34px;
  color: #ffe819;
  margin-top: 0px;
  letter-spacing: 4px;
}

#hero-contact .hero-contact-content-highlight {
  color: #ffe819;
}

#hero-contact .hero-contact-content h2 {
  color: white;
  margin-bottom: 0px;
  font-family: fantasy;
  font-size: 67px;
  text-align: left;
  letter-spacing: 2px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  #hero-contact .hero-contact-content-title {
    padding-right: 10em;
  }

  #hero-contact .hero-contact-content h2 {
    font-size: 50px;
  }

  #hero-contact .hero-contact-content-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  #hero-contact .hero-contact-content-title {
    padding-right: 5em;
  }

  #hero-contact .hero-contact-content h2 {
    font-size: 40px;
  }

  #hero-contact .hero-contact-content-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #hero-contact .hero-contact-content-title {
    padding-right: 0;
    text-align: center;
  }

  #hero-contact .hero-contact-content h2 {
    font-size: 30px;
    text-align: center;
  }

  #hero-contact .hero-contact-content-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  #hero-contact {
    height: 50vh;
  }

  #hero-contact .hero-contact-content h2 {
    font-size: 50px;
    font-family: fantasy;
  }

  #hero-contact .hero-contact-content-subtitle {
    font-size: 18px;
  }
}
/*  */
/*  */
/*  */
/*  */
#services {
  padding: 60px 0 30px 0;
}

#services .services-box-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2px;
}

#services .services-box-desc {
  /* height: 100%;
  width: 40%; */
  flex: 0 0 40%;
  align-content: center;
}

#services .services-box-image {
  /* height: 100%;
  width: 60%; */
  flex: 0 0 60%;
}

#services .services-photo img {
  max-width: 100%;
  height: auto;
}

#services .services-title {
  font-size: 50px;
  font-weight: bold;
  color: #0054A4;
  /* font-family: fantasy; */
}

#services .services-desc { 
  /* margin: 10px 0;  */
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  color: #0054A4;
  margin-bottom: 100px;
}

#services .read-more {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #0054A4;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#services .read-more:hover {
  background-color: #003d7a;
  text-decoration: none;
  transform: translateY(-2px);
}

#services .read-more .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

#services .read-more:hover .arrow {
  transform: translateX(5px);
}

#services .services-box-desc-right {
  text-align: right;
}

#services .practical-assessment {
  background-color: #0054A4;
  color: white;
}

#services .practical-assessment .services-title,
#services .practical-assessment .services-desc {
  color: white;
}

#services .practical-read-more {
  color: #0054A4;
  background-color: white;
  margin-right: 50px;
}

#services .practical-read-more:hover {
  background-color: #f0f0f0;
}

/* Responsive Styles */
@media (max-width: 902px) {
  #services .services-box-row {
    flex-direction: column;
  }

  #services .services-box-desc,
  #services .services-box-image {
    width: 100%;
    align-content: center;
  }

  #services .services-title {
    font-size: 30px;
  }

  #services .services-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #services .read-more {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
  #services .services-box-row {
    flex-direction: column;
  }

  #services .services-box-desc,
  #services .services-box-image {
    width: 100%;
    align-content: center;
    padding-top: 50px;
  }

  #services .services-title {
    font-size: 30px;
  }

  #services .services-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #services .read-more {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  #services .services-title {
    font-size: 24px;
  }

  #services .services-desc {
    font-size: 12px;
  }

  #services .read-more {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 50px;
  }
}


/*  */
/*  */
/*  */
/*  */

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
  padding-top: 50px;
}

.section-header h2 {
  font-size: 32px;
  color: #0054A4;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #615D5C;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section MAIN
--------------------------------*/
#about-ourStory {
  padding: 60px 0 30px 0;
  /* padding-bottom: 136px; */

}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* OUR STORY START
-------------------------------- */

#about-ourStory .about-img {
  overflow: hidden;
  margin-top: 20px;
}

#about-ourStory .about-img img {
  /* margin-right: 15px; */
  max-width: 100%;
  max-block-size: fit-content;
}


#about-ourStory .content h2 {
  color: #0054A4;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about-ourStory .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 25px;
  line-height: 26px;
  font-style: italic;
}

#about-ourStory .content p {
  line-height: 26px;
}

#about-ourStory .content p:last-child {
  margin-bottom: 0;
}

#about-ourStory .content ul {
  list-style: none;
  padding: 0;
}

#about-ourStory .content ul li {
  padding-bottom: 10px;
}

.reverse-order {
  display: flex;
  flex-direction: row;
}

@media (max-width: 990px) {
  #about-ourStory {
    text-align: center;
  }

  #about-ourStory .about-img {
    height: auto;
  }

  #about-ourStory .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}


@media (max-width: 768px) {
  #about-ourStory {
    text-align: center;
  }

  #about-ourStory .about-img {
    height: auto;
  }

  #about-ourStory .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
    max-height: 390px;
  }
}

/* OUR STORY ENDS
--------------------------------- */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* OUR VALUES START
---------------------------------*/
#about-ourValues {
  padding: 60px 0 30px 0;
  /* padding-bottom: 136px; */

}

#about-ourValues .values-box-row {
  display: flex;
  flex-wrap: wrap;
}

#about-ourValues .values-box {
  flex: 1 1 calc(50% - 20px);
  /* Adjust width to fit two boxes per row with gap */
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #0054A4;
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

#about-ourValues .values-box[style*="background-color: #0054A4"] {
  color: white;
}

#about-ourValues .values-box #valueslogo img {
  max-width: 400px;
  /* Ensure the image scales with the box */
  height: 250px;
  /* Maintain aspect ratio */
  margin-bottom: 10px;
}

#about-ourValues .values-title {
  font-size: 20px;
  font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 992px) {
  #about-ourValues .values-box {
    flex: 1 1 calc(100% - 20px);
    /* Adjust width to fit one box per row */
    height: auto;
    /* Adjust height to fit content */
  }

  #about-ourValues .values-box #valueslogo img {
    max-width: 80%;
    /* Adjust image size for smaller screens */
  }

  #about-ourValues .values-title {
    font-size: 18px;
    /* Adjust font size for smaller screens */
  }

  #about-ourValues .values-desc {
    font-size: 14px;
    /* Adjust font size for smaller screens */
  }
}

@media (max-width: 576px) {
  #about-ourValues .values-box {
    padding: 10px;
    /* Reduce padding for very small screens */
  }

  #about-ourValues .values-title {
    font-size: 16px;
    /* Further adjust font size for very small screens */
  }

  #about-ourValues .values-desc {
    font-size: 12px;
    /* Further adjust font size for very small screens */
  }
}

/* OUR VALUES END
---------------------------------*/
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* OUR VISION START
-------------------------------- */
/* Call To Action Section
--------------------------------*/
#about-ourVision {
  padding: 60px 0 30px 0;
  /* padding-bottom: 136px; */

}

#call-to-action {
  background-color: #0054A4;
  padding: 40px 0;
}

#call-to-action .container {
  max-width: 100%;
  padding: 0;
}

.full-width {
  width: 100%;
  margin: 0;
}

/* Isolated Row */
.no-call-action-bg {
  background-color: transparent;
  padding: 20px 0;
}

.no-call-action-bg .box {
  margin: 0 10px;
}

#call-to-action .our-vision-title {
  font-size: 24px;
  font-weight: 700;
  justify-self: center;
  color: white;
}

#call-to-action .our-vision-title span {
  color: #ffe819;
}

#call-to-action .our-vision-desc {
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
  color: white;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* Call To Action-2 Section */
#call-to-action-2 {
  background-color: white;
}

#call-to-action-2 .container {
  max-width: 100%;
  padding: 0;
}

.full-width {
  width: 100%;
  margin: 0;
}

#call-to-action-2 .our-vision-title {
  color: #0054A4;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: bold;
}

#call-to-action-2 .our-vision-title span {
  color: #ffe819;
}

#call-to-action-2 .our-vision-desc {
  padding-top: 15px;
}

#call-to-action-2 .box-row {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to the next line */
  gap: 20px;
  /* Add space between boxes */
}

#call-to-action-2 .box {
  flex: 1 1 calc(33.333% - 20px);
  /* Adjust width to fit three boxes per row with gap */
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0054A4;
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

@media (max-width: 992px) {
  #call-to-action-2 .box {
    flex: 1 1 calc(50% - 20px);
    /* Adjust width to fit two boxes per row */
    height: auto;
    /* Adjust height to fit content */
  }

  #call-to-action-2 .our-vision-title {
    font-size: 18px;
    /* Adjust font size for smaller screens */
  }

  #call-to-action-2 .our-vision-desc {
    font-size: 14px;
    /* Adjust font size for smaller screens */
  }
}

@media (max-width: 576px) {
  #call-to-action-2 .box {
    flex: 1 1 100%;
    /* Adjust width to fit one box per row */
    padding: 10px;
    /* Reduce padding for very small screens */
  }

  #call-to-action-2 .our-vision-title {
    font-size: 16px;
    /* Further adjust font size for very small screens */
  }

  #call-to-action-2 .our-vision-desc {
    font-size: 12px;
    /* Further adjust font size for very small screens */
  }
}

/* OUR VISION END
-------------------------------- */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* OUR TEAM START
-------------------------------- */
#about-ourTeam {
  padding: 60px 0 30px 0;
  padding-bottom: 100px;
}

#about-ourTeam .container {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

#about-ourTeam .team-box-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  margin-bottom: 20px;
}

#about-ourTeam .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin-bottom: 20px;
}

#about-ourTeam .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #0054A4;
}

#about-ourTeam .circle-one {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #0054A4;
}

#about-ourTeam .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 1px;
  padding-top: 50px;
}

#about-ourTeam .circle-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 1px;
}

#about-ourTeam .team-box {
  text-align: center;
}

#about-ourTeam .team-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

#about-ourTeam .team-signatory {
  font-size: 14px;
  color: #666;
}

@media (max-width: 992px) {
  #about-ourTeam .team-member {
    width: 45%;
  }

  #about-ourTeam .circle {
    width: 140px;
    height: 140px;
    padding-top: 0px;
  }
    #about-ourTeam .circle img {
    padding-top: 30px;
  }
  #about-ourTeam .circle-one {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 600px) {
  #about-ourTeam .team-box-row {
    flex-direction: column;
    align-items: center;
  }

  #about-ourTeam .team-member {
    width: 100%;
  }

  #about-ourTeam .circle {
    width: 120px;
    height: 120px;
  }
  #about-ourTeam .circle img {
    padding-top: 30px;
  }
  #about-ourTeam .circle-one {
    width: 120px;
    height: 120px;
  }
}

/* OUR TEAM END
-------------------------------- */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* OUR GROUP START
-------------------------------- */
/* General container styling */
#about-ourGroup .container {
  padding: 20px;
  padding-bottom: 100px;
}

#about-ourGroup .ourGroup-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap; /* Added for better responsiveness */
}

/* Image styling */
#about-ourGroup .ourGroup-img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  border: none;
  border-radius: 44px;
}

#about-ourGroup .ourGroup-img-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border: none;
  border-radius: 44px;
}

#about-ourGroup .dialog-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* Ensure items stay in a single row */
}

/* #about-ourGroup .mmaci-img a {
  width: calc(33.333% - 10px);
  flex: 1;
  margin-right: 10px;
} */

#about-ourGroup .dialog-img a {
  width: calc(33.333% - 10px);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

#about-ourGroup .dialog-container button {
  flex: 0 0 auto;
  margin-left: 10px;
}

#about-ourGroup .dialog-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#about-ourGroup .dialog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

#about-ourGroup .dialog-img img:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#see-more-btn-mmaci,
#see-more-btn-asmi,
#see-more-btn-hm,
#see-more-btn-br {
  background-color: #0054A4; /* Button background color */
  color: white; /* Text color */
  border: none; /* Remove default border */
  border-radius: 25px; /* Rounded corners */
  padding: 10px 20px; /* Padding for the button */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Pointer cursor on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
}

#see-more-btn-mmaci:hover,
#see-more-btn-asmi:hover,
#see-more-btn-hm:hover,
#see-more-btn-br:hover {
  background-color: #003f7f; /* Darker background color on hover */
  transform: translateY(-2px); /* Slight lift effect on hover */
}

/* #about-ourGroup .mmaci-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */


/*  */
/*  */
/* DIALOG START */
.dialog {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999; /* Ensure it appears above other elements */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.dialog-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 10px; /* Space between images */
  background-color: #fefefe;
  margin: 7% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.dialog-content a {
  width: 100%;
}

.dialog-content img {
  width: 100%;
  height: 150px; /* Set a fixed height */
  object-fit: cover; /* Maintain aspect ratio */
}

.dialog-content img:hover {
  border: 2px solid #003f7f;;
}

.close-btn-mmaci,
.close-btn-asmi,
.close-btn-hm,
.close-btn-br {
  grid-column: span 4;
  /* text-align: right; */
  justify-self: right;
  color: #aaa;
  font-size: 20px;
  /* font-weight: bold; */

  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  top: 10px;
  right: 10px;
}

.close-btn-mmaci:hover,
.close-btn-asmi:hover,
.close-btn-hm:hover,
.close-btn-br:hover,
.close-btn-mmaci:focus,
.close-btn-asmi:focus,
.close-btn-hm:focus,
.close-btn-br:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #c0392b;
}

/* DIALOG END */
/*  */
/*  */

#about-ourGroup .ourGroup-ph-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#about-ourGroup .ourGroup-partners-img {
  width: 150px; /* Adjust the width */
  height: 150px; /* Adjust the height */
  object-fit: contain; /* Ensures the image fits without distortion */
  border-radius: 5px; /* Optional: Adds slightly rounded corners */
}

.detail-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
}

.detail-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 5px;
}

.detail-item .description {
  display: flex;
  flex-direction: column;
}

.detail-item .description p {
  margin: 0;
  font-size: 25px;
  color: #333;
  width: 200px;
}

/* Reverse order for alternating rows */
#about-ourGroup .ourGroup-content.reverse-order {
  flex-direction: row;
}

/* Responsive styling */
@media (max-width: 992px) {
  #about-ourGroup .ourGroup-content {
    flex-direction: column;
    text-align: center;
  }

  #about-ourGroup .ourGroup-content.reverse-order {
    flex-direction: column;
  }

  #about-ourGroup .ourGroup-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #about-ourGroup .ourGroup-content {
    flex-direction: column;
    text-align: center;
  }

  #about-ourGroup .ourGroup-img,
  #about-ourGroup .ourGroup-ph-img,
  #about-ourGroup .ourGroup-img-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .detail-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .detail-item img {
    width: 100px; /* Adjust the width for smaller screens */
    height: 100px; /* Adjust the height for smaller screens */
  }

  .detail-item .description p {
    font-size: 20px; /* Adjust the font size for smaller screens */
    width: auto;
  }
}

/* OUR GROUP END
-------------------------------- */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* OUR ACCREDITATION AND AFFILIATES START
-------------------------------- */
.accreditation-images, .affiliates-images, .goc-images {
  display: flex;
  justify-content: space-around; /* Adjust spacing between images */
  flex-wrap: wrap; /* Ensure responsiveness */
}

.goc-images img:hover {
  transform: translateY(-10px);
}

.accreditation-images img, .affiliates-images img, .goc-images img {
  width: 150px;
  height: 150px;
  object-fit: contain; /* Ensure the image fits within the specified dimensions */
}

/* Ensure items are flex containers */
.accreditation-item, .affiliates-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.accreditation-item img, .affiliates-item img {
  max-width: 250px; /* Adjust the size as needed */
  margin-right: 20px;
}

.accreditation-desc, .affiliates-desc {
  flex: 1;
  padding-left: 11%;
}

.accreditation-desc h3, .affiliates-desc h3 {
  margin: 0;
  font-size: 1.5em;
  color: #0054A4; /* Adjust the color as needed */
}

.accreditation-desc p, .affiliates-desc p {
  margin: 5px 0 0;
  color: #333; /* Adjust the color as needed */
}

/* Responsive Styling */
@media (max-width: 1024px) {
  .accreditation-images, .affiliates-images, .goc-images {
    justify-content: center; /* Center images on smaller screens */
  }

  .accreditation-item, .affiliates-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .accreditation-item img, .affiliates-item img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .accreditation-desc, .affiliates-desc {
    padding-left: 0;
    padding-top: 10px;
  }

  .accreditation-desc h3, .affiliates-desc h3 {
    font-size: 1.2em;
  }

  .accreditation-desc p, .affiliates-desc p {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .accreditation-images, .affiliates-images, .goc-images {
    flex-direction: column;
    align-items: center;
  }

  .accreditation-item, .affiliates-item {
    width: 100%; /* Ensure full width for smaller screens */
    text-align: center;
  }

  .accreditation-item img, .affiliates-item img {
    width: 100px; /* Smaller image size for mobile */
    height: 100px;
    margin-bottom: 10px;
  }

  .accreditation-desc, .affiliates-desc {
    padding-left: 0;
    padding-top: 10px;
  }

  .accreditation-desc h3, .affiliates-desc h3 {
    font-size: 1em;
  }

  .accreditation-desc p, .affiliates-desc p {
    font-size: 0.9em;
  }
}



/* OUR ACCREDITATION AND AFFILIATES END
-------------------------------- */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Facilities Menu 
---------------------------------
---------------------------------*/
/* General container styling */
#facilities .container {
  padding: 20px;
  padding-bottom: 100px;
}

#facilities .facility-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

/* Image styling */
#facilities .facility-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

#facilities .facility-img a {
  width: calc(33.333% - 10px);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

#facilities .facility-img img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

#facilities .facility-img img:hover {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.facility-box-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.facility-box {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  max-width: 45%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-box:hover {
  transform: translateY(-10px); /* Moves the box up by 10px */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Adds a larger shadow */
}


.facilitiyImg {
  width: 100%;
  /* Fixed width for the image container */
  height: 200px;
  /* Fixed height for the image container */
  overflow: hidden;
  /* Ensures image doesn't overflow the container */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 10px auto; */
}

.facilityImg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  /* Crops the image to fit within the container while maintaining aspect ratio */
}


/* #facilities .facility-img .hidden {
  display: none;
} */

#see-more-btn-ship, #see-more-btn-practicum, #see-more-btn-engine, #see-more-btn-shs { 
  width: 100%;
  max-width: 150px; 
  padding: 10px; 
  margin-top: 10px; 
  background-color: #0054A4; 
  color: white; 
  border: none; 
  cursor: pointer; 
  text-align: center; 
  font-size: 16px; 
  border-radius: 5px; 
  transition: background-color 0.3s ease;
}

#see-more-btn-ship:hover, #see-more-btn-practicum:hover, #see-more-btn-engine:hover, #see-more-btn-shs:hover { 
  background-color: #0054A4;
  color: #ffe819;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.lightbox .lb-close {
  /* background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 1000; */
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Ensure the button stays on top */
}

.lightbox .lb-close::before {
  content: "✖";
  font-size: 12px;
  color: #fff;
  background: #c0392b;
}



/* Reverse order for alternating rows */
#facilities .facility-content.reverse-order {
  flex-direction: row;
}

/* Responsive styling */
@media (max-width: 992px) {
  #facilities .facility-content {
    flex-direction: column;
    text-align: center;
  }

  #facilities .facility-content.reverse-order {
    flex-direction: column;
  }

  #facilities .facility-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .facility-box-row  {
    flex-direction: column;
    gap: 15px;
  }

  .facility-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Training Program Menu
---------------------------------
--------------------------------- */
/* Section container styling */
#trainingProgram .container {
  padding: 20px;
}

/* Align boxes in rows */
.tp-box-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Box styling */
.tp-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  max-width: 45%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-box:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
  cursor: pointer;
}
/* .tp-box {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  max-width: 45%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
} */

.tp-desc {
  background-color: white;
  color: #0054A4;
  text-align: justify;
}

.tp-duration {
  background-color: white;
  color: #0054A4;
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
}

.tp-read-more {
  background-color: white;
  color: #0054A4;
  text-align: right;
  align-self: flex-end;
  font-weight: 600;
}

/* .tpImage img {
  width: 100%;
  height: auto;
  margin: 10px auto;
  display: block;
  object-fit: contain;
} */

.tp-title {
  font-size: 30px;
  font-family: fantasy;
  letter-spacing: 4px;
  color: #0054A4;
}

.tp-semi-title {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  color: #0054A4;
}

.tpImage {
  width: 100%;
  /* Fixed width for the image container */
  height: 200px;
  /* Fixed height for the image container */
  overflow: hidden;
  /* Ensures image doesn't overflow the container */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 10px auto; */
}

.tpImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Crops the image to fit within the container while maintaining aspect ratio */
}

/* Responsive Styling */
@media (max-width: 768px) {
  .tp-box-row {
    flex-direction: column;
    gap: 15px;
  }

  .tp-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
.overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent gray background */
  z-index: 9998; /* Below the dialog */
  justify-content: center;
  align-items: center;
  padding-top: 40px; /* Add padding to ensure space for the close button */
}

.overlay.visible {
  display: flex; /* Show overlay */
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Ensure the button stays on top */
}

.close-button:hover {
  background: #c0392b;
}
.hovered-training-detail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1225px;
  background: #fff;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px;
}

.hovered-training-detail ul {
  padding-left: 20px;
  list-style: none;
}

.hovered-training-detail ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.hovered-training-detail ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #0054A4;
  font-size: 20px; 
}

/* .training-content {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto; 
  grid-template-areas: 
    'title image'
    'scope image'
    'outcomes image'
    'bulleted image';
  gap: 20px;
  padding: 20px;
} */

.training-content {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-template-areas: 
    'title title title title title'
    'scope scope image image image'
    'outcomes outcomes image image image'
    'bulleted bulleted bulleted bulleted bulleted';
  gap: 20px;
  padding: 20px;
}

.training-content.active {
  display: grid;
}

.training-title-1,
.training-title-2,
.training-title-3,
.training-title-4,
.training-title-5,
.training-title-6,
.training-title-7,
.training-title-8,
.training-title-9,
.training-title-10,
.training-title-11,
.training-title-12,
.training-title-13,
.training-title-14,
.training-title-15,
.training-title-16,
.training-title-17,
.training-title-18,
.training-title-19 { 
  grid-area: title; 
  font-size: 32px;
  color: #0054A4;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.training-desc-1,
.training-desc-2,
.training-desc-3,
.training-desc-4,
.training-desc-5,
.training-desc-6,
.training-desc-7,
.training-desc-8,
.training-desc-9,
.training-desc-10,
.training-desc-11,
.training-desc-12,
.training-desc-13,
.training-desc-14,
.training-desc-15,
.training-desc-16,
.training-desc-17,
.training-desc-18,
.training-desc-19  { 
  grid-area: scope; 
  color: #0054A4;
  text-align: justify;
}
.training-desc-1 h4,
.training-desc-2 h4,
.training-desc-3 h4,
.training-desc-4 h4,
.training-desc-5 h4,
.training-desc-6 h4,
.training-desc-7 h4,
.training-desc-8 h4,
.training-desc-9 h4,
.training-desc-10 h4,
.training-desc-11 h4,
.training-desc-12 h4,
.training-desc-13 h4,
.training-desc-14 h4,
.training-desc-15 h4,
.training-desc-16 h4,
.training-desc-17 h4,
.training-desc-18 h4,
.training-desc-19 h4  { 
  grid-area: scope; 
  color: #0054A4;
  text-align: justify;
  font-weight: bold;
  font-size: 20px;
}
.training-outcomes-1,
.training-outcomes-2,
.training-outcomes-3,
.training-outcomes-4,
.training-outcomes-5,
.training-outcomes-6,
.training-outcomes-7,
.training-outcomes-8,
.training-outcomes-9,
.training-outcomes-10,
.training-outcomes-11,
.training-outcomes-12,
.training-outcomes-13,
.training-outcomes-14,
.training-outcomes-15,
.training-outcomes-16,
.training-outcomes-17,
.training-outcomes-18,
.training-outcomes-19 { 
  grid-area: outcomes; 
  color: #0054A4;
  text-align: justify;
}
.training-outcomes-1 h4,
.training-outcomes-2 h4,
.training-outcomes-3 h4,
.training-outcomes-4 h4,
.training-outcomes-5 h4,
.training-outcomes-6 h4,
.training-outcomes-7 h4,
.training-outcomes-8 h4,
.training-outcomes-9 h4,
.training-outcomes-10 h4,
.training-outcomes-11 h4,
.training-outcomes-12 h4,
.training-outcomes-13 h4,
.training-outcomes-14 h4,
.training-outcomes-15 h4,
.training-outcomes-16 h4,
.training-outcomes-17 h4,
.training-outcomes-18 h4,
.training-outcomes-19 h4 { 
  grid-area: outcomes; 
  color: #0054A4;
  text-align: justify;
  font-weight: bold;
  font-size: 20px;
}
.training-bullet-1,
.training-bullet-2,
.training-bullet-3,
.training-bullet-4,
.training-bullet-5,
.training-bullet-6,
.training-bullet-7,
.training-bullet-8,
.training-bullet-9,
.training-bullet-10,
.training-bullet-11,
.training-bullet-12,
.training-bullet-13,
.training-bullet-14,
.training-bullet-15,
.training-bullet-16,
.training-bullet-17,
.training-bullet-18,
.training-bullet-19 { 
  grid-area: bulleted; 
  color: #0054A4;
  text-align: justify;
  font-size: 18px;
}
.training-bullet-1 h4,
.training-bullet-2 h4,
.training-bullet-3 h4,
.training-bullet-4 h4,
.training-bullet-5 h4,
.training-bullet-6 h4,
.training-bullet-7 h4,
.training-bullet-8 h4,
.training-bullet-9 h4,
.training-bullet-10 h4,
.training-bullet-11 h4,
.training-bullet-12 h4,
.training-bullet-13 h4,
.training-bullet-14 h4,
.training-bullet-15 h4, 
.training-bullet-16 h4,
.training-bullet-17 h4,
.training-bullet-18 h4,
.training-bullet-19 h4 { 
  grid-area: bulleted; 
  color: #0054A4;
  text-align: justify;
  font-weight: bold;
  font-size: 20px;
}
.training-image-1,
.training-image-2,
.training-image-3,
.training-image-4,
.training-image-5,
.training-image-6,
.training-image-7,
.training-image-8,
.training-image-9,
.training-image-10,
.training-image-11,
.training-image-12,
.training-image-13,
.training-image-14,
.training-image-15,
.training-image-16,
.training-image-17,
.training-image-18,
.training-image-19 { 
  grid-area: image; 
  align-content: center;
}

/* Add similar grid-area rules for other training-content classes */

.training-image-1 img,
.training-image-2 img,
.training-image-3 img,
.training-image-4 img,
.training-image-5 img,
.training-image-6 img,
.training-image-7 img,
.training-image-8 img,
.training-image-9 img,
.training-image-10 img,
.training-image-11 img,
.training-image-12 img,
.training-image-13 img,
.training-image-14 img,
.training-image-15 img,
.training-image-16 img,
.training-image-17 img,
.training-image-18 img,
.training-image-19 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* For medium screens (tablets and up to 1024px wide) */
@media (max-width: 1024px) {
  .training-content {
    grid-template-columns: 1fr; /* Single column layout */
    grid-template-areas: 
      'title'
      'scope'
      'outcomes'
      'bulleted'
      'image';
  }
  
  .training-image-1,
  .training-image-2,
  .training-image-3,
  .training-image-4,
  .training-image-5,
  .training-image-6,
  .training-image-7,
  .training-image-8,
  .training-image-9,
  .training-image-10,
  .training-image-11,
  .training-image-12,
  .training-image-13,
  .training-image-14,
  .training-image-15,
  .training-image-16,
  .training-image-17,
  .training-image-18,
  .training-image-19 {
    margin-top: 20px;
  }
}

/* For small screens (mobile devices up to 768px wide) */
@media (max-width: 768px) {
  .training-content {
    grid-template-columns: 1fr; /* Single column layout */
    grid-template-areas: 
      'title'
      'scope'
      'outcomes'
      'bulleted'
      'image';
    gap: 10px; /* Reduce gap for smaller screens */
  }
  
  .training-title-1,
  .training-title-2,
  .training-title-3,
  .training-title-4,
  .training-title-5,
  .training-title-6,
  .training-title-7,
  .training-title-8,
  .training-title-9,
  .training-title-10,
  .training-title-11,
  .training-title-12,
  .training-title-13,
  .training-title-14,
  .training-title-15,
  .training-title-16,
  .training-title-17,
  .training-title-18,
  .training-title-19 { 
    font-size: 18px;
  }

  .training-desc-1,
  .training-desc-2,
  .training-desc-3,
  .training-desc-4,
  .training-desc-5,
  .training-desc-6,
  .training-desc-7,
  .training-desc-8,
  .training-desc-9,
  .training-desc-10,
  .training-desc-11,
  .training-desc-12,
  .training-desc-13,
  .training-desc-14,
  .training-desc-15,
  .training-desc-16,
  .training-desc-17,
  .training-desc-18,
  .training-desc-19  { 
    font-size: 12px;
}
  .training-desc-1 h4,
  .training-desc-2 h4,
  .training-desc-3 h4,
  .training-desc-4 h4,
  .training-desc-5 h4,
  .training-desc-6 h4,
  .training-desc-7 h4,
  .training-desc-8 h4,
  .training-desc-9 h4,
  .training-desc-10 h4,
  .training-desc-11 h4,
  .training-desc-12 h4,
  .training-desc-13 h4,
  .training-desc-14 h4,
  .training-desc-15 h4,
  .training-desc-16 h4,
  .training-desc-17 h4,
  .training-desc-18 h4,
  .training-desc-19 h4  { 
    font-size: 15px;
}
  .training-outcomes-1,
  .training-outcomes-2,
  .training-outcomes-3,
  .training-outcomes-4,
  .training-outcomes-5,
  .training-outcomes-6,
  .training-outcomes-7,
  .training-outcomes-8,
  .training-outcomes-9,
  .training-outcomes-10,
  .training-outcomes-11,
  .training-outcomes-12,
  .training-outcomes-13,
  .training-outcomes-14,
  .training-outcomes-15,
  .training-outcomes-16,
  .training-outcomes-17,
  .training-outcomes-18,
  .training-outcomes-19 { 
    font-size: 12px;
}
  .training-outcomes-1 h4,
  .training-outcomes-2 h4,
  .training-outcomes-3 h4,
  .training-outcomes-4 h4,
  .training-outcomes-5 h4,
  .training-outcomes-6 h4,
  .training-outcomes-7 h4,
  .training-outcomes-8 h4,
  .training-outcomes-9 h4,
  .training-outcomes-10 h4,
  .training-outcomes-11 h4,
  .training-outcomes-12 h4,
  .training-outcomes-13 h4,
  .training-outcomes-14 h4,
  .training-outcomes-15 h4,
  .training-outcomes-16 h4,
  .training-outcomes-17 h4,
  .training-outcomes-18 h4,
  .training-outcomes-19 h4 { 
    font-size: 15px;
}
  .training-bullet-1,
  .training-bullet-2,
  .training-bullet-3,
  .training-bullet-4,
  .training-bullet-5,
  .training-bullet-6,
  .training-bullet-7,
  .training-bullet-8,
  .training-bullet-9,
  .training-bullet-10,
  .training-bullet-11,
  .training-bullet-12,
  .training-bullet-13,
  .training-bullet-14,
  .training-bullet-15,
  .training-bullet-16,
  .training-bullet-17,
  .training-bullet-18,
  .training-bullet-19 {
  font-size: 12px;
}
  .training-bullet-1 h4,
  .training-bullet-2 h4,
  .training-bullet-3 h4,
  .training-bullet-4 h4,
  .training-bullet-5 h4,
  .training-bullet-6 h4,
  .training-bullet-7 h4,
  .training-bullet-8 h4,
  .training-bullet-9 h4,
  .training-bullet-10 h4,
  .training-bullet-11 h4,
  .training-bullet-12 h4,
  .training-bullet-13 h4,
  .training-bullet-14 h4,
  .training-bullet-15 h4, 
  .training-bullet-16 h4,
  .training-bullet-17 h4,
  .training-bullet-18 h4,
  .training-bullet-19 h4 { 
    font-size: 15px;
}

  .training-image-1 {
    margin-top: 20px;
  }

  .training-image-1 img {
    max-width: 100%; /* Ensure the image takes up the full width of its container */
    height: auto;
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */

/* TRAINING DIALOG START */
/* .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998; 
  justify-content: center;
  align-items: center;
}

.overlay.visible {
  display: flex;
}

.hovered-training-detail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1225px;
  background: #fff;
  border-radius: 8px;
  max-height: 80vh;
  display: grid;
  grid-template-rows: 100px 500px 500px 500px;
  grid-template-columns: 50% 50% 50% 50%;
  gap: 5px;
  margin: 20px;
}

.hovered-training-detail {
  top: 50%;
  left: 50%;
  display: grid;
  background: #fff;
  width: 80%;
  max-width: 1225px;
  max-height: 80vh;
  grid-template-columns: 5fr 1fr;
  gap: 20px;
  border-radius: 8px;
  overflow-y: auto;
  margin: 10%;
}

.hovered-training-detail {
  position: fixed;
  display: grid;
  background: #fff;
  width: 80%;
  max-width: 1500px;
  max-height: 80vh;
  grid-template-columns: 1000px minmax(400px, 1fr) 1fr;
  border-radius: 8px;
}

.training-content {
  display: none;
}

.training-content.active {
  display: grid;
  grid-template-columns: 50% 50% 50% 40%; 
  gap: 20px;
  align-items: center;
}

.training-text {
  width: 590px;
  margin: 10px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.training-image {
  width: 100%;
  min-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-start: 3;
}

.training-image-1 img {
  max-width: 700px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.hovered-training-detail h4 {
  margin-top: 0;
}

.hovered-training-detail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 10px;
}


.hovered-training-detail ul {
  padding-left: 20px;
  list-style: none;
}

.hovered-training-detail ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.hovered-training-detail ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #0054A4;
  font-size: 20px; 
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  background: #c0392b;
} */

/* .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  background: #c0392b;
} */
/* 
.training-title-1,
.training-title-2,
.training-title-3,
.training-title-4,
.training-title-5,
.training-title-6,
.training-title-7,
.training-title-8,
.training-title-9,
.training-title-10,
.training-title-11,
.training-title-12,
.training-title-13,
.training-title-14,
.training-title-15,
.training-title-16,
.training-title-17,
.training-title-18,
.training-title-19 {
  font-size: 32px;
  color: #0054A4;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

.training-desc-1,
.training-desc-2,
.training-desc-3,
.training-desc-4,
.training-desc-5,
.training-desc-6,
.training-desc-7,
.training-desc-8,
.training-desc-9,
.training-desc-10,
.training-desc-11,
.training-desc-12,
.training-desc-13,
.training-desc-14,
.training-desc-15,
.training-desc-16,
.training-desc-17,
.training-desc-18,
.training-desc-19 {
  color: #0054A4;
  text-align: justify;
}

.training-desc-1 h4,
.training-desc-2 h4,
.training-desc-3 h4,
.training-desc-4 h4,
.training-desc-5 h4,
.training-desc-6 h4,
.training-desc-7 h4,
.training-desc-8 h4,
.training-desc-9 h4,
.training-desc-10 h4,
.training-desc-11 h4,
.training-desc-12 h4,
.training-desc-13 h4,
.training-desc-14 h4,
.training-desc-15 h4,
.training-desc-16 h4,
.training-desc-17 h4,
.training-desc-18 h4,
.training-desc-19 h4 {
  font-weight: bold;
  color: #0054A4;
}

.training-outcomes-1,
.training-outcomes-2,
.training-outcomes-3,
.training-outcomes-4,
.training-outcomes-5,
.training-outcomes-6,
.training-outcomes-7,
.training-outcomes-8,
.training-outcomes-9,
.training-outcomes-10,
.training-outcomes-11,
.training-outcomes-12,
.training-outcomes-13,
.training-outcomes-14,
.training-outcomes-15,
.training-outcomes-16,
.training-outcomes-17,
.training-outcomes-18,
.training-outcomes-19 {
  color: #0054A4;
  text-align: justify;
}

.training-outcomes-1 h4,
.training-outcomes-2 h4,
.training-outcomes-3 h4,
.training-outcomes-4 h4,
.training-outcomes-5 h4,
.training-outcomes-6 h4,
.training-outcomes-7 h4,
.training-outcomes-8 h4,
.training-outcomes-9 h4,
.training-outcomes-10 h4,
.training-outcomes-11 h4,
.training-outcomes-12 h4,
.training-outcomes-13 h4,
.training-outcomes-14 h4,
.training-outcomes-15 h4,
.training-outcomes-16 h4,
.training-outcomes-17 h4,
.training-outcomes-18 h4,
.training-outcomes-19 h4 {
  font-weight: bold;
  color: #0054A4;
}

.training-bullet-1,
.training-bullet-2,
.training-bullet-3,
.training-bullet-4,
.training-bullet-5,
.training-bullet-6,
.training-bullet-7,
.training-bullet-8,
.training-bullet-9,
.training-bullet-10,
.training-bullet-11,
.training-bullet-12,
.training-bullet-13,
.training-bullet-14,
.training-bullet-15,
.training-bullet-16,
.training-bullet-17,
.training-bullet-18,
.training-bullet-19 {
  color: #0054A4;
  text-align: justify;
}

.training-bullet-1 h4,
.training-bullet-2 h4,
.training-bullet-3 h4,
.training-bullet-4 h4,
.training-bullet-5 h4,
.training-bullet-6 h4,
.training-bullet-7 h4,
.training-bullet-8 h4,
.training-bullet-9 h4,
.training-bullet-10 h4,
.training-bullet-11 h4,
.training-bullet-12 h4,
.training-bullet-13 h4,
.training-bullet-14 h4,
.training-bullet-15 h4,
.training-bullet-16 h4,
.training-bullet-17 h4,
.training-bullet-18 h4,
.training-bullet-19 h4 {
  color: #0054A4;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .hovered-training-detail {
    grid-template-columns: 1fr;
  }

  .training-content.active {
    grid-template-columns: 1fr;
  }

  .training-image-1 img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .hovered-training-detail {
    grid-template-columns: 1fr;
  }

  .training-content.active {
    grid-template-columns: 1fr; 
  }

  .training-image-1 img {
    max-width: 100%; 
    height: auto;
  }
} */


/* .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  background: #c0392b;
} */
/*  */
/*  */
/*  */
/*  */
/*  */
/* TRAINING DIALOG END */



/* .hovered-training-detail ul {
  padding-left: 20px;
  list-style: none;
}

.hovered-training-detail ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.hovered-training-detail ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #0054A4;
  font-size: 20px; 
} */


/* Practical Assessment Menu
---------------------------------
--------------------------------- */
#practicalAssessment .container {
  padding: 20px;
  padding-bottom: 100px;
}

/* Align boxes in rows */
#practicalAssessment .pa-box-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Box styling */
#practicalAssessment .pa-box {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  max-width: 45%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  padding: 40px;
  /* Smooth transition for the hover effect */
}

/* #practicalAssessment .pa-box:hover {
  border: 2px solid #0054A4;
  cursor: pointer;
} */

#practicalAssessment .pa-title {
  font-size: 30px;
  font-family: fantasy;
  letter-spacing: 4px;
  color: #0054A4;
}

#practicalAssessment .paImage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#practicalAssessment .paImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ensures the image fits within the container without cropping */
}


/* Responsive Styling */
@media (max-width: 768px) {
  #practicalAssessment .pa-box-row {
    flex-direction: column;
    gap: 15px;
  }

  #practicalAssessment .pa-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/*  */
/*  */
/*  */
/*  */
/* Senior High School SHS */
/* #shs .fb-posts-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

#shs .fb-post {
  flex: 1;
  border: 2px solid #ccc;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

#shs .fb-post blockquote {
  margin: 0;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#shs .fb-post blockquote p {
  flex: 1;
}

#shs .fb-post blockquote a {
  align-self: flex-end;
}

@media (max-width: 992px) {
  #shs .fb-posts-row {
    flex-direction: column;
  }
} */





/*  */
/*  */
/*  */
/*  */

/* SHS Offered Strands Start */
#seniorhighschool .container {
  padding: 20px;
  padding-bottom: 100px;
}

/* Align boxes in rows */
#seniorhighschool .shs-box-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}

/* Box styling */
#seniorhighschool .shs-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  max-width: 45%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;
}

#seniorhighschool .shs-semi-title {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  color: #0054A4;
}

#seniorhighschool .shs-title {
  font-size: 30px;
  font-family: fantasy;
  letter-spacing: 4px;
  color: #0054A4;
}

#seniorhighschool .shsImage {
  /* width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; */

  width: 100%;
  /* Fixed width for the image container */
  height: 200px;
  /* Fixed height for the image container */
  overflow: hidden;
  /* Ensures image doesn't overflow the container */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 10px auto; */
}

#seniorhighschool .shsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fits within the container without cropping */
}


/* Responsive Styling */
@media (max-width: 768px) {
  #seniorhighschool .shs-box-row {
    flex-direction: column;
    gap: 15px;
  }

  #seniorhighschool .shs-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/* SHS Offered Strands End */

/*  */
/*  */
/*  */
.messenger-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px; /* Adjust the size as needed */
  height: 50px; /* Adjust the size as needed */
  z-index: 995; /* Ensure it appears above other elements */
}

.messenger-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensure the icon fits within the specified dimensions */
}

/*  */
/*  */
/*  */

/* Founder  SchooPres Dr Uy Section
--------------------------------*/
#founder #schoolPres {
  text-align: -webkit-center;
}

#founder #schoolPres img {
  height: 100%;
  border: 1px solid #0054A4;
}

/* Partners Section
--------------------------------*/
#partners {
  padding: 40px 0;
  /* background-color: #f9f9f9; */
  /* Light background color for contrast */
}

#partners .clients-slider {
  position: relative;
}

#partners .swiper-wrapper {
  display: flex;
  align-items: center;
}

#partners .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#partners .swiper-slide img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

#partners .swiper-slide img:hover {
  transform: scale(1.1);
  /* Slight zoom effect on hover */
}

#partners .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

#partners .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #0054A4;
  /* Accent color for pagination bullets */
  opacity: 0.7;
  margin: 0 5px;
  transition: opacity 0.3s ease;
}

#partners .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* NEWS
-------------------------------
------------------------------- */
#news .container {
  padding: 20px;
}

#news .news-box-row {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to the next line */
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

#news .news-box {
  flex: 1 1 calc(33.333% - 20px);
  /* Adjust width to fit three boxes per row with gap */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
}

#news .news-box a {
  color: #0054A4;
  text-align: justify;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  /* Remove underline from links */
  margin-top: 10px;
}

#news .news-box a:hover {
  color: #bbaa13;
}

#news .newsImage {
  width: 100%;
  height: 200px;
  /* Set a fixed height for the images */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .newsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fits within the container without cropping */
}

/* Responsive Styles */
@media (max-width: 992px) {
  #news .news-box {
    flex: 1 1 calc(50% - 20px);
    /* Adjust width to fit two boxes per row */
  }

  #news .news-box a {
    font-size: 20px;
    /* Adjust font size for smaller screens */
  }
}

@media (max-width: 576px) {
  #news .news-box {
    flex: 1 1 100%;
    /* Adjust width to fit one box per row */
  }

  #news .news-box a {
    font-size: 18px;
    /* Further adjust font size for very small screens */
  }
}

/* Contact Section
--------------------------------*/
/* #contact {
  padding: 30px 0;
}

#contact .contact-address,
#contact .contact-telephone,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  padding: 20px;
  border-right: 2px solid #0054A4;
}

#contact .contact-email {
  border-right: none;
}

#contact .contact-info-left,
#contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
}

#contact .contact-info-left>div, 
#contact .contact-info>div {
  flex: 1 1 calc(25% - 20px);
  padding: 5px;
  box-sizing: border-box;
}

#contact .contact-info i,
#contact .contact-info-left i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0054A4;
}

#contact .contact-info-left p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  color: #000;
}

#contact .contact-info-left address {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info-left h3, 
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

#contact .contact-info-left a, 
#contact .contact-info a {
  color: #000;
  text-decoration: none;
}

#contact .contact-info-left a:hover,
#contact .contact-info a:hover {
  color: #0054A4;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
} */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#contact {
  padding: 30px 0;
}

#contact .contact-info-left,
#contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info-left > div,
#contact .contact-info > div {
  flex: 1 1 calc(25% - 20px);
  padding: 20px;
  box-sizing: border-box;
  border-right: 2px solid #0054A4;
}

#contact .contact-info-left > div:last-child,
#contact .contact-info > div:last-child {
  border-right: none;
}

#contact .contact-info-left i,
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0054A4;
}

#contact .contact-info-left h3,
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info-left p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
  color: #000;
}

#contact .contact-info-left address {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

#contact .contact-info-left a,
#contact .contact-info a {
  color: #000;
  text-decoration: none;
}

#contact .contact-info-left a:hover,
#contact .contact-info a:hover {
  color: #0054A4;
}

@media (max-width: 992px) {
  #contact .contact-info-left>div,
  #contact .contact-info>div {
    flex: 1 1 calc(50% - 20px);
    /* Adjust width to fit two boxes per row */
  }

  #contact .contact-info-left h3, 
  #contact .contact-info h3 {
    font-size: 16px;
    /* Adjust font size for smaller screens */
  }

  #contact .contact-info address,
  #contact .contact-info p {
    font-size: 14px;
    /* Adjust font size for smaller screens */
  }

  #contact .contact-info-left address,
  #contact .contact-info-left p {
    font-size: 14px;
    text-align: center;
    /* Adjust font size for smaller screens */
  }
}

@media (max-width: 576px) {
  #contact .contact-info-left>div,
  #contact .contact-info>div {
    flex: 1 1 100%;
    /* Adjust width to fit one box per row */
    padding: 10px 0;
    /* Reduce padding for very small screens */
  }

  #contact .contact-info-left h3,
  #contact .contact-info h3 {
    font-size: 14px;
    /* Further adjust font size for very small screens */
  }

  #contact .contact-info address,
  #contact .contact-info p {
    font-size: 12px;
    /* Further adjust font size for very small screens */
  }

  #contact .contact-info-left address,
  #contact .contact-info-left p {
    font-size: 12px;
    text-align: center;
    /* Further adjust font size for very small screens */
  }

  #contact .contact-address,
  #contact .contact-telephone,
  #contact .contact-phone,
  #contact .contact-email {
    border-right: none;
    /* Remove borders for very small screens */
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input:focus,
#contact .php-email-form textarea:focus {
  background-color: #0054A4;
}

#contact .php-email-form button[type=submit] {
  background: #0054A4;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  /* background: #3586ff; */
  background: #0054A4;
  min-height: 100px;
  padding: 20px 50px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 94px 0; */
}

.footer-info {
  /* align-items: left; */
}

.footer-logo img {
  max-width: 150px;
  margin-left: 11px;
}

.footer-border {
  display: block;
  width: 75px;
  margin: 7px auto 25px auto;
  border-bottom: 2px solid #ffe819;
  margin-left: 11px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-contact {
  display: block;
  flex-direction: column;
  width: 300px;
  gap: 10px;
  padding-bottom: 30px;
  /* padding-top: 10px; */
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}

.footer-contact i {
  font-size: 14px;
  color: #fff;
}

.footer-contact address,
.footer-contact p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.footer-desc p {
  font-size: 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -1px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
  color: white;
}

/* .social-icon, .menu { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: left; margin: 10px 0; flex-wrap: wrap; } */
/* .social-icon, .menu, .footer-contact { display: flex; flex-direction: column; align-items: center; } */
.social-icon {
  display: flex;
  flex-direction: row;
  /* justify-content: center; align-items: left; */
  margin: 10px 0;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin: 10px 0;
}

.social-icon__item,
.menu__item {
  list-style: none;
  margin: 5px 0;
}

.social-icon__link {
  font-size: 1.5rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 15px;
  color: #ffffff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: underline;
  /* opacity: 0.75; */
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 14px;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  /* background: url("https://i.ibb.co/wQZVxxk/wave.png"); */
  background: url("../img/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 2;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 1;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 2;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 1;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

/* --------------------------------------------------------------- */
#footerKaSocius {
  background: #ffffff;
  /* padding: 0 0 8px 0; */
  font-size: 12px;
  padding-bottom: 12px;
}

#footerKaSocius .copyright {
  text-align: center;
  padding-top: 10px;
  color: #0054A4;
}

#footerKaSocius .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footerKaSocius .credits a {
  color: #0054A4;
}

#footerKaSocius .copyright span a {
  color: #0054A4;
  font-weight: bolder;
}

#footerKaSocius .copyright span a:hover {
  color: #50d8af;
}

/** ADDED NEW FOOTER CSS **/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1170px;
  margin: auto;
  /* text-align: -webkit-center; */
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/* .footer { background-color: #081e5b; padding: 70px 0; } */
.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #50d8af;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #50d8af;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #50d8af;
}

/*responsive*/
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-title {
    padding-left: 0;
    text-align: left;
  }

  .footer p {
    margin: 0;
    text-align: left;
  }

  .footer-border {
    align-self: flex-start;
    margin: 0;
  }

  .footer-logo img {
    margin-left: 0;
  }

  .footer-contact i {
    margin-top: 14px;
  }

  .footer-contact address,
  .footer-contact p {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }

  .footer-contact {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .menu {
    align-items: flex-start;
  }

  .social-icon {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 20px;
  }

  .footer-logo img {
    max-width: 100px;
    margin-left: 0;
  }

  .footer-desc p {
    font-size: 16px;
    text-align: left;
  }

  .footer-title {
    font-size: 16px;
    text-align: left;
  }

  .footer-contact li {
    padding-left: 0;
  }

  .footer-contact i {
    margin-top: 14px;
  }

  .footer-contact address,
  .footer-contact p {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }

  .menu__link {
    font-size: 14px;
    text-align: left;
  }

  .social-icon__link {
    font-size: 1.2rem;
  }
}



/* 
.footer {
  position: relative;
  width: 100%;
  background: #0054A4;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-logo img {
  max-width: 150px;
  margin-left: 11px;
}

.footer-border {
  display: block;
  width: 75px;
  margin: 7px auto 25px auto;
  border-bottom: 2px solid #ffe819;
  margin-left: 11px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  width: 300px;
  gap: 10px;
  padding-bottom: 30px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}

.footer-contact i {
  font-size: 14px;
  color: #fff;
}

.footer-contact address,
.footer-contact p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.footer-desc p {
  font-size: 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -1px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
  color: white;
}

.social-icon {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  margin-left: -43px;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin: 10px 0;
}

.social-icon__item,
.menu__item {
  list-style: none;
  margin: 5px 0;
}

.social-icon__link {
  font-size: 1.5rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 15px;
  color: #ffffff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: underline;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 14px;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

#footer2 {
  background: #ffffff;
  font-size: 12px;
  padding-bottom: 12px;
}

#footer2 .copyright {
  text-align: center;
  padding-top: 10px;
  color: #0054A4;
}

#footer2 .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer2 .credits a {
  color: #0054A4;
}

#footer2 .copyright span {
  color: #0054A4;
  font-weight: bolder;
}

@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-title {
    padding-left: 0;
    text-align: left;
  }

  .footer p {
    margin: 0;
    text-align: left;
  }

  .footer-border {
    align-self: flex-start;
    margin: 0;
  }

  .footer-logo img {
    margin-left: 0;
  }

  .footer-contact {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .menu {
    align-items: flex-start;
  }

  .social-icon {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 20px;
  }

  .footer-logo img {
    max-width: 100px;
    margin-left: 0;
  }

  .footer-desc p {
    font-size: 16px;
    text-align: left;
  }

  .footer-title {
    font-size: 16px;
    text-align: left;
  }

  .footer-contact li {
    padding-left: 0;
  }

  .footer-contact address,
  .footer-contact p {
    font-size: 12px;
    text-align: left;
  }

  .menu__link {
    font-size: 14px;
    text-align: left;
  }

  .social-icon__link {
    font-size: 1.2rem;
  }
} */