/* Layouts Page Start */
.innerBanner_wrapper {
  background-image: url("../img/banner1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 10vh;
  width: 100%;
}
.innerBanner_wrap {
  background-color: rgba(0, 0, 0, 0.3);
  /* padding-bottom: 50px;   */
  min-height: 10vh;
}
.innerPage_title {
  min-height: 10vh;
  color: white;
}
.breadcrumb {
  font-size: 1rem !important;
}
.breadcrumb-item a {
  color: white !important;
}
.breadcrumb-item.active {
  color: white !important;
}
/* Layouts Page End */
/* Company Profile Start */
.row > .col-md-12:nth-child(odd) .profile_inner_card {
  background: linear-gradient(135deg, #f0efff 0%, #c8dbef 50%, #d0d7ff 100%);
  border-radius: 10px;
  border: 0;
}

.row > .col-md-12:nth-child(even) .profile_inner_card {
  background: linear-gradient(-135deg, #f0efff 0%, #c8dbef 50%, #d0d7ff 100%);
  border-radius: 10px;
  border: 0;
}
.profile_inner_title {
  font-weight: 700;
  color: #ff7e40 !important;
}
.profile_inner_title1 {
  font-weight: 700;
  color: #ff7e40 !important;
}
.profile_inner_title2 {
  font-weight: 700;
  color: #241e5f !important;
}
.profile_inner_img img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.blockqoute_card {
  box-shadow:
    10px 10px 20px #aaaaaa,
    -10px -10px 20px #ffffff;
}
.blockquote_text {
  text-align: justify;
}
.profile_inner_text {
  text-align: justify;
}
.blockqoute_text {
  text-align: justify !important;
}
/* Company Profile End */
/* Why Hire Filipino Start */
.wfs-wrapper {
  background: #f8f9fc;
  padding: 60px 0;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.wfs-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a5faa;
  margin-bottom: 10px;
}

.wfs-heading {
  font-size: 1.9rem;
  font-weight: 700;
  color: #0b1f3a;
  line-height: 1.25;
  margin-bottom: 10px;
}

.wfs-subheading {
  font-size: 0.95rem;
  color: #5a6a7e;
  max-width: 520px;
  line-height: 1.6;
  margin: 0 auto;
}

.wfs-divider {
  width: 40px;
  height: 3px;
  background: #1a5faa;
  border-radius: 2px;
  margin: 16px auto 20px;
}

.wfs-card.card {
  border: 1px solid #e4e9f0;
  border-radius: 12px;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.wfs-card.card:hover {
  box-shadow: 0 8px 24px rgba(26, 95, 170, 0.1);
  transform: translateY(-3px);
}

.wfs-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.wfs-card .card-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0b1f3a;
  letter-spacing: 0.01em;
}

.wfs-card .card-text {
  font-size: 0.82rem;
  color: #5a6a7e;
  line-height: 1.65;
}

.wfs-card-dark.card {
  background: #0b1f3a;
  border: none;
  border-radius: 12px;
  transition: box-shadow 0.2s ease;
}

.wfs-card-dark.card:hover {
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.3);
}

.wfs-card-dark .card-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.wfs-card-dark .card-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
  margin: 0;
}

.wfs-card-dark .wfs-icon-wrap {
  background: rgba(255, 255, 255, 0.1) !important;
}
/* Why Hire Filipino End */
/* Awards Start */
.awards_card {
  background-color: #f6f6ff !important;
  box-shadow:
    10px 10px 20px #aaaaaa,
    -10px -10px 20px #ffffff;
}
.awards_title {
  color: #241e5f !important;
  font-weight: 700;
}
.awards_title1 {
  color: #241e5f !important;
}
.awards_subtitle {
  color: #ff7e40 !important;
}
.awards_hr {
  border: none;
  height: 4px;
  background-color: #241e5f;
  margin: 20px 0;
}
.awards_card_img {
  width: 100%; /* Make sure the container has a defined width */
  height: 250px; /* Set a height for the container to ensure a consistent appearance */
}

.awards_card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image fills the container, cropping if needed */
  object-position: center; /* Centers the image within the container */
}
.additional-award {
  display: none;
}

.awards_seeMoreBtn {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.awards_seeMoreBtn:hover {
  background-color: #241e5f;
}

.awards_seeMoreBtn:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.awards_seeMoreBtn:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.awards_seeMoreBtn:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/* Awards End */
/* For Our Seafarers Start */
.FOseafarers_img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  width: 100%;
}
.FOseafarers_img1 {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  width: 100%;
}
.FOseafarers_title {
  font-weight: 700;
  color: #241e5f !important;
}
.FOseafarers_title1 {
  font-weight: 700;
  color: #ff7e40 !important;
}
.FOseafarers_card {
  box-shadow:
    10px 10px 20px #aaaaaa,
    -10px -10px 20px #ffffff;
}
/* For Our Seafarers End */
/* FOr Our Society */
.FOsociety_img {
  border-radius: 10px;
  width: 90%;
}
.FOSociety_container {
  background-color: #f0efff;
  border-radius: 15px;
}

.FOSociety_caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 5px;
}
/* For Our Society End */
/* For Our Clients Start */
.FOClients_container {
  background-color: #f0efff;
  border-radius: 15px;
}
.FOClients_title {
  font-weight: 700;
  color: #ff7e40;
}
.FOClients_text img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
}
.FOClients_card_img img {
  border-radius: 15px;
  box-shadow:
    10px 10px 20px #aaaaaa,
    -10px -10px 20px #ffffff;
}
/* For Our Clients End */
/* Employment Start */
.employment_container {
  background-color: #f0efff;
  border-radius: 15px;
}
.employment_title {
  font-weight: 700;
  color: #ff7e40;
}
.employment_title1 {
  font-weight: 700;
  color: #241e5f;
}
.employment_subtitle {
  font-weight: 700;
  color: #241e5f;
}
.employment_img {
  box-shadow:
    10px 10px 20px #aaaaaa,
    -10px -10px 20px #ffffff;
  width: 100%;
  border-radius: 15px;
}
.qualification_container {
  background-color: #f0efff;
}
/* Employment End */
/* News & Events Start */
.events_hr {
  border: none;
  height: 2px;
  background-color: #241e5f;
  margin: 20px 0;
}
.news_link {
  text-decoration: none;
  color: black;
}
.news_content {
  text-align: justify;
  text-indent: 2em;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show before truncating */
  -webkit-box-orient: vertical;
}
.news_updates:hover {
  background: #f0efff;
  /* color: white; */
}
.events_card_title {
  font-weight: 700;
  color: #ff7e40 !important;
}
.events_date small {
  font-weight: 700;
  color: #241e5f !important;
}
.show_news_content {
  background-color: #f0efff;
  border-radius: 15px;
}
.show_news_content img {
  border-radius: 25px;
  box-shadow:
    10px 10px 20px #aaaaaa,
    -10px -10px 20px #ffffff;
}
.show_news_title {
  font-weight: 700;
  color: #ff7e40;
}
.back_link {
  background-color: #241e5f !important;
  color: white;
  font-weight: 700 !important;
  border: #ff7e40 solid 1px !important;
}
.back_link:hover {
  background-color: #ff7e40 !important;
  color: #241e5f !important;
  font-weight: 700 !important;
  border: #241e5f solid 1px !important;
}
/* News & Events End */
/* FAQS Start */
.faqs_title {
  font-weight: 700;
  color: #ff7e40;
}
.faqs_header button {
  font-weight: 700 !important;
  color: #241e5f !important;
}
.accordion-button:not(.collapsed) {
  background-color: #f0efff !important;
}
.faqs_hr {
  border: none;
  height: 3px;
  background-color: #241e5f;
  margin: 20px 0;
}
/* FAQS End */
/* Contact Us Start */
.contactUs_title {
  font-weight: 700;
  color: #ff7e40;
}
.contact_table small {
  font-weight: 700;
  color: #241e5f;
}
.contactUs_hr {
  border: none;
  height: 2px;
  background-color: #ff7e40;
  opacity: 1;
  margin: 2px 0;
}
._contact_us_form_text {
  color: #241e5f !important;
  font-weight: 700 !important;
}

iframe {
  width: 100%;
  height: 300px;
  /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); */
}
.other_contact_details_wrapper {
  background-color: #241e5f;
}

/* Custom button styles with 'submitBtn' prefix */
.submitBtn-pushable {
  position: relative;
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  outline-color: deeppink;
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.submitBtn-shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsl(226, 25%, 69%);
  border-radius: 8px;
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.submitBtn-edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
    to right,
    hsl(248, 39%, 39%) 0%,
    hsl(248, 39%, 49%) 8%,
    hsl(248, 39%, 39%) 92%,
    hsl(248, 39%, 29%) 100%
  );
}

.submitBtn-front {
  display: block;
  position: relative;
  border-radius: 8px;
  background: hsl(248, 53%, 58%);
  padding: 10px 32px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.submitBtn-pushable:hover {
  filter: brightness(110%);
}

.submitBtn-pushable:hover .submitBtn-front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.submitBtn-pushable:active .submitBtn-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.submitBtn-pushable:hover .submitBtn-shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.submitBtn-pushable:active .submitBtn-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.submitBtn-pushable:focus:not(:focus-visible) {
  outline: none;
}
/* Contact US End */
/* Privacy Start */
.privacy_header {
  color: #241e5f;
  font-weight: 600;
}

.privacy_tabs .nav-link {
  color: #241e5f;
  font-weight: 500;
}

.privacy_tabs .nav-link.active {
  background-color: #e9e9f9;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #241e5f;
}

.privacy_content p {
  line-height: 1.7;
}

.privacy_content {
  font-size: 1rem;
}
/* Privacy End */
