@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.cs_nav .cs_nav_list > li {
  margin-right: 30px;
}
p {
  margin-bottom: 15px;
  color: #274760;
}
.cs_main_header .cs_main_header_in .cs_site_branding img.site-logo {
  width: 100%;
  height: 65px;
}
.cs_accent_bg {
  background-color: #004097;
  /* background-color: #4074b3; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4074b3;
  /* color: #004097; */
}
.header-topbar .top-bar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-topbar .top-bar-menu ul.topbar-list,
.header-topbar .top-bar-menu ul.topbar-icon {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 60px; */
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}
.header-topbar .top-bar-menu ul.topbar-icon {
  gap: 20px;
}
/* .header-topbar .top-bar-menu ul.topbar-icon li {
    background: #fff;
    padding: 0px 10px;
    color: #000;
    border-radius: 2px;
} */
.header-topbar .top-bar-menu ul.topbar-list li {
  border-right: 2px solid #fff;
  padding: 0 30px;
}
.header-topbar .top-bar-menu ul.topbar-list li i {
  margin-right: 5px;
}
.header-topbar .top-bar-menu ul.topbar-icon li i.fa-brands {
  font-size: 20px;
}
.header-topbar .top-bar-menu ul.topbar-list li a:hover,
.header-topbar .top-bar-menu ul.topbar-icon li a:hover {
  color: #fff;
}
.header-topbar {
  background: #004097;
  padding: 10px;
}
.header-topbar .top-bar-menu ul.topbar-list li:last-child {
  border-right: 0;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu {
  flex-direction: column;
  top: 145px;
  pointer-events: none;
}
.cs_nav .cs_nav_list > li:hover > ul.mega-menu {
  pointer-events: auto;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu li.mega-tab span {
  text-align: left;
  background: #e1eeff;
  padding: 12px 15px 12px 18px;
  border-radius: 10px;
  color: #004097;
  font-weight: 600;
  transition: 0.5s ease-out;
}
.cs_nav
  .cs_nav_list
  .menu-item-has-children
  ul.mega-menu
  li
  > ul.mega-menu-list {
  width: 100%;
  margin-left: 30px;
  background: transparent;
  box-shadow: none;
}
.cs_nav
  .cs_nav_list
  .menu-item-has-children
  ul.mega-menu
  li
  > ul.mega-menu-list
  li {
  width: 100%;
  text-align: left;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu ul.mega-menu-list {
  top: auto !important;
  left: auto !important;
  position: relative;
  width: 100%;
  background: transparent;
  opacity: 1;
  visibility: visible;
  text-align: left;
  box-shadow: none;
  display: flex !important;
  flex-wrap: wrap;
}
.cs_nav .cs_nav_list ul {
  width: max-content;
}
.cs_nav .cs_nav_list ul a {
  white-space: nowrap;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu ul.mega-menu-list svg {
  position: unset;
  transform: unset;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  fill: #004097;
  stroke: #004097;
  transition: all 0.5s;
  flex-shrink: 0;
  vertical-align: middle;
  margin-top: 6px;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu ul.mega-menu-list li a {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: start;
  gap: 12px;
  white-space: normal;
}
.cs_nav
  .cs_nav_list
  .menu-item-has-children
  .mega-menu
  ul.mega-menu-list
  li
  a
  span {
  margin: 0 !important;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu ul.mega-menu-list li {
  width: 50%;
  display: inline-block;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.need-help-section {
  padding: 12px 20px;
  background: #e1eeff;
  border-radius: 15px;
  width: 80%;
  display: flex;
  align-items: center !important;
  gap: 20px;
  justify-content: space-between;
}
.need-help-section p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #004097;
}
.need-help-section a {
  padding: 6px 20px !important;
}
.cs_nav .cs_nav_list .menu-item-has-children .mega-menu li.mega-tab span:hover {
  color: #fff;
  background: #004097;
}
.cs_nav
  .cs_nav_list
  .menu-item-has-children
  .mega-menu
  li.mega-tab
  a.active
  span {
  color: #fff;
  background: #004097;
}
.cs_social_links a {
  height: 30px;
  width: 30px;
  font-size: 14px;
  background: #fff;
}
.cs_social_links i {
  line-height: normal;
}
.cs_contact_widget i {
  height: 30px;
  width: 30px;
  margin-top: 0;
}
.cs_contact_widget svg {
  width: 16px;
  height: 16px;
}
.cs_contact_widget li {
  align-items: center;
}
.cs_copyright {
  color: #fff;
  font-size: 14px;
}
.cs_copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.cs_footer.cs_style_1 .cs_footer_brand img {
  width: auto;
  height: 200px;
}
.cs_footer.cs_style_1 .cs_footer_brand img {
  animation: none;
}
.cs_text_widget img {
  width: auto;
  height: 60px;
}
.cs_footer.cs_style_1 .cs_text_widget + .cs_contact_widget {
  margin-top: 20px;
}
label.form-check-label {
  line-height: 1.8;
}
.form-check {
  font-size: inherit;
  /* color: inherit; */
}
.cs_input_label {
  font-weight: bold;
}
/* .cs_form_field {
  border-color: red !important;
} */
.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.cs_hero.cs_style_1 .cs_hero_title {
  max-width: 100%;
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 100%;
  font-size: 18px;
}
.cs_btn.cs_style_1.book-service-btn::after {
  opacity: 1;
  background-image: linear-gradient(270deg, #1652a1 0%, #004097 100%);
}
.cs_btn.cs_style_1.book-service-btn {
  margin-right: 10px;
}
.cs_hero.cs_style_1 .cs_hero_text {
  /* margin-top: 112px; */
  text-align: center;
  z-index: 3;
}
.cs_random_features .cs_iconbox_info p.cs_iconbox_title {
  color: #4074b3;
  font-size: 18px;
  font-weight: 600;
}
.cs_btn.cs_style_1::before {
  background-image: linear-gradient(134deg, #1652a1 0%, #004097 100%);
}
.cs_btn.cs_style_1::after {
  background-image: linear-gradient(270deg, #1652a1 0%, #004097 100%);
}
.cs_btn.cs_style_1.book-service-btn:hover::after {
  background-image: linear-gradient(134deg, #1652a1 0%, #004097 100%);
}
.cs_section_title {
  font-size: 48px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_title {
  margin-bottom: 12px;
}
.cs_nav .cs_nav_list > li > a {
  color: #004097 !important;
  font-weight: 600;
}
.why-chhose-section .cs_iconbox_title {
  color: #004097;
  margin-bottom: 6px;
}
.why-chhose-section .cs_iconbox_subtitle {
  color: #4074b3;
}
.served-city-section {
  margin-top: 100px;
}
.cs_departments.cs_style_1 .cs_department:hover {
  background-color: #004097;
}
.cs_blue_color {
  color: #004097;
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  background: #4074b3;
}
.cs_iconbox.cs_style_3::before,
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  background-color: #004097;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_title {
  color: #004097;
}
.testimonial-section p.section-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #4074b3;
  /* max-width: 555px; */
  padding-top: 10px;
}
.testimonial-section .cs_testimonial.cs_style_2 .cs_testimonial_meta {
  gap: 24px 20px;
}
.testimonial-section .cs_testimonial.cs_style_2 .cs_testimonial_avatar {
  height: 70px;
  width: 70px;
}
.partner-section .cs_brands.cs_style_2 {
  padding: 0 50px;
}
section.hau-join-section {
  margin-top: -140px;
}
section.hau-join-section .cs_banner.cs_style_1 .cs_banner_title {
  font-size: 38px;
  margin-bottom: 15px;
}
section.hau-join-section ul.unorder-list {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}
section.hau-join-section ul.unorder-list li {
  color: #274760;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
section.hau-join-section .cs_banner.cs_style_1 {
  margin-top: 0;
}
p.cs_footer_title {
  font-weight: 600;
  font-size: 20px;
}
section.hau-acadamy-and-corp .cs_iconbox.cs_style_10 .cs_iconbox_title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #4074b3;
}
.cs_testimonial.cs_style_2 .cs_testimonial_text p {
  margin-bottom: 18px;
  font-size: 16px;
}
section.hau-acadamy-and-corp .card-background::before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
}
section.hau-acadamy-and-corp .card-background {
  width: 64vw;
  padding-left: 55px;
  padding-right: 25px;
  position: relative;
  display: block;
  box-sizing: border-box;
}
section.hau-acadamy-and-corp .cs_card_collection {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  padding-top: 80px;
  margin-bottom: -40px;
  overflow: initial;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.cs_footer_item .cs_text_widget .footer-inner-title strong {
  font-size: 18px;
}
.cs_footer_item .cs_text_widget .footer-inner-title {
  font-size: 16px;
}
.cs_footer_disclaimer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgb(0 64 151 / 18%);
  padding: 20px 0;
}
.cs_footer_disclaimer .footer_disclaimer p {
  font-size: 14px;
}
.cs_footer_bottom .cs_footer_bottom_in {
  padding: 20px 0;
}
.cs_menu_links a {
  color: #fff;
  padding: 0 12px;
  border-right: 1px solid #fff;
  transition: 0.5s ease-out;
  opacity: 0.9;
  font-size: 14px;
}
.cs_menu_links a:hover {
  transform: scale(1.03);
  opacity: 1;
}
.cs_menu_links a:last-child {
  border-right: 0;
}
.cs_hero.cs_style_1 .cs_hero_wrap > .container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cs_hero.cs_style_1 .cs_hero_wrap {
  padding-top: 120px;
}
section.easy-step-section .cs_prefer_call .cs_prefer_call_card {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  z-index: 1;
  -webkit-animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transition: 0.5s ease-out;
}
section.easy-step-section .cs_prefer_call {
  justify-content: center;
  display: flex;
  margin-top: 50px;
}
.cs_hero.cs_style_1 .cs_hero_img {
  bottom: 0;
}
section.who-choose-section {
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
}
section.who-choose-section .cs_iconbox.cs_style_9 {
  background: #fff;
  min-height: 292px;
  justify-content: start;
}
.served-city-section .cs_section_title {
  font-size: 30px;
}
.served-city-section .cs_departments.cs_style_1 {
  padding-top: 0;
}
/* .served-city-section .cs_departments.cs_style_1 {
  padding-top: 85px;
} */
.served-city-section {
  margin-top: -155px;
}
.served-city-section .cs_card {
  width: 100%;
}

.served-city-section .cs_card_collection {
  display: flex;
  gap: 30px;
}
.served-city-section .cs_card_collection .cs_card img {
  width: auto;
  height: 56px;
}
.served-city-section .cs_departments.cs_style_1 .cs_department {
  height: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.easy-step-section .cs_iconbox.cs_style_3 .cs_iconbox_title {
  margin-bottom: 10px;
}
.easy-step-section p.cs_iconbox_subtitle {
  font-size: 18px;
}
.easy-step-section .cs_prefer_call_card:hover {
  transform: none !important;
  background-color: #004097 !important;
}
.easy-step-section .cs_prefer_call_card:hover img {
  filter: brightness(0) invert(1);
}
.easy-step-section .cs_prefer_call_card:hover p,
.easy-step-section .cs_prefer_call_card:hover h3 {
  color: #fff !important;
}
.cs_accent_color {
  color: #4074b3;
}
.cs_btn {
  opacity: 1;
}
.cs_btn.disabled,
.cs_btn:disabled {
  opacity: 0.6 !important;
}
form#book-service-form a.terms-condition-link {
  color: #4074b3;
  font-weight: 600;
  text-decoration: underline;
}
.book-service-section .cs_banner.cs_style_4 .cs_banner_title {
  font-size: 36px;
  line-height: 1.3;
}
.cs_site_header {
  background: #fff;
}
/* .cs_site_header.transparent-header {
  background: transparent !important;
} */
section.site-breadcrumb {
  min-height: auto !important;
  padding: 190px 0 46px !important;
}
section.site-breadcrumb .cs_banner_text {
  width: 100% !important;
}
section.site-breadcrumb .cs_banner_title {
  margin-bottom: 10px !important;
}
section.site-breadcrumb ul li:not(:last-child):after {
  content: "/";
  right: 0;
  top: 1px;
  max-width: max-content;
  padding-left: 8px;
}
section.site-breadcrumb ul {
  display: flex;
  list-style: none;
  align-items: center;
  padding-left: 0;
  gap: 10px;
  justify-content: center;
}
section.site-breadcrumb ul li {
  font-size: 16px;
  color: #274760;
}
section.site-breadcrumb h2 {
  font-size: 34px;
}
section.contact-breadcrumb.site-breadcrumb {
  min-height: auto !important;
  padding: 190px 0 140px !important;
}
.cs_site_header.transparent-header.cs_gescout_sticky {
  background: #fff !important;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
#successCard {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: block;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

#successCard .message-icon {
  font-size: 48px;
  margin-bottom: 25px;
  color: #4074b3;
}

#successCard .message-title {
  font-size: 24px;
  margin: 0;
  color: #4074b3;
}

#successCard .message-content {
  font-size: 16px;
  color: #274760;
  margin: 10px 0 20px;
}

#successCard .message-close {
  padding: 8px 16px;
  background-color: #4074b3;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why-work-with-section ul.unorder-list {
  list-style: none;
  padding-left: 0;
}
.why-work-with-section ul.unorder-list li {
  font-size: 16px;
  color: #274760;
  margin-bottom: 15px;
  font-weight: 500;
}
.why-work-with-section ul.unorder-list li span {
  margin-right: 16px;
}
.why-work-with-section .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
  padding: 124px 80px;
}
.who-can-apply-section .cs_iconbox {
  min-height: 150px;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.who-can-apply-section .cs_iconbox:hover {
  transform: translateY(-5px);
}
.who-can-apply-section p.role-title.cs_iconbox_title {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
section.review-section
  .cs_tabs.cs_style1
  .cs_tab_links
  .cs_testimonial_1_avatar
  img {
  width: 60px;
  height: 60px;
}
.grow-with-hau-section .cs_cta_subtitle,
.service-book-section .cs_cta_subtitle,
section.apply-to-join-section h3.cs_cta_subtitle.cs_heading_color {
  max-width: 500px;
  font-size: 20px;
  line-height: 1.4;
}
.grow-with-hau-section p {
  margin-bottom: 36px;
}
.grow-with-hau-section h2 {
  font-size: 48px;
}
.service-book-section h2 {
  font-size: 48px;
  color: #274760;
}
.service-book-section .cs_banner.cs_style_4,
.grow-with-hau-section .cs_banner.cs_style_4 {
  /* padding: 140px 130px 340px; */
  padding: 148px 130px 340px 45%;
}
.service-book-section .cs_banner.cs_style_4 {
  background-position: 18%;
}
@media (max-width: 1700px) {
  .grow-with-hau-section .cs_banner.cs_style_4 {
    /* padding: 140px 130px 340px; */
    padding: 125px 60px 370px 50%;
  }
}
section.hiring-in-section p.cs_iconbox_title {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 36px;
  font-size: 18px;
  color: #4074b3;
  border: 2px solid #4074b3;
}
section.health-service-section .cs_section_title {
  font-size: 42px;
}
section.who-can-apply-section h3.cs_section_subtitle,
section.core-pillar-section h3.cs_section_subtitle {
  font-size: 18px;
  color: #274760;
}
section.hiring-in-section .hiring-box {
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  padding: 80px 120px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px; */
}
section.hiring-in-section .hiring-box .box-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.hiring-in-section .hiring-box .box-card:hover {
  transform: translateY(-5px);
}

.apply-cta {
  background: #fff;
  padding: 25px;
  border-left: 5px solid #70a4d6;
  /* border-right: 5px solid #70a4d6; */
  border-radius: 10px;
  font-size: 16px;
  max-width: 65%;
  margin: 0 auto;
  color: #274760;
  text-align: center;
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
section.inner-page-main-banner .cs_banner_title {
  font-size: 36px;
  margin-top: 20px;
  max-width: 591px;
}
section.inner-page-main-banner,
.cs_banner.cs_style_5 {
  padding: 225px 0 110px !important;
}
section.inner-page-main-banner p {
  margin-bottom: 25px !important;
  font-size: 18px !important;
}
section.hau-care-service .link-text {
  position: absolute;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  background: #4074b3;
  width: 80%;
  height: 50px;
  color: #fff;
  border-radius: 0 0 0 20px;
}
section.hau-care-service .cs_iconbox.cs_style_4 .cs_iconbox_btn,
.cs_iconbox.cs_style_7 .cs_iconbox_btn {
  width: 20%;
  height: 50px;
  border-radius: 0px 0 20px 0;
}
section.hau-care-service .cs_iconbox p.cs_iconbox_subtitle {
  margin-bottom: 45px;
}
section.hau-care-service .cs_iconbox.cs_style_4 {
  border: 1px solid;
  border-color: rgb(234 234 234 / 72%);
  margin-bottom: 30px;
  padding: 30px 70px 50px 25px;
}
section.hau-care-service .cs_iconbox.cs_style_4:hover .cs_iconbox_btn {
  background: #4c7db8;
}
section.hau-care-service .cs_iconbox.cs_style_4:hover .link-text {
  background: #004097;
}
section.who-can-apply-section,
section.core-pillar-section {
  background: rgb(227 242 253 / 60%);
}
section.hiring-in-section h3.cs_section_subtitle,
section.who-we-serve-section h3.cs_section_subtitle {
  font-size: 18px;
  color: #274760;
}
section.hiring-in-section .apply-cta span {
  color: #4074b3;
  font-weight: 500;
}
section.hau-care-testimonials.cs_testimonial.cs_style_3 .cs_testimonial_img {
  height: 150px;
  width: 140px;
}
section.inner-page-main-banner {
  min-height: auto !important;
}
.service-why-choose-section .cs_iconbox.cs_style_9 {
  min-height: 255px;
}
section.cs_table {
  background: rgb(204 222 235 / 60%);
  padding: 120px 0;
}
section.cs_table table {
  border-collapse: separate;
  border-radius: 15px !important;
  overflow: hidden;
}
section.cs_table table thead th,
section.cs_table table tbody td {
  padding: 20px 25px;
  border-radius: 5px;
}

section.cs_table table thead th {
  background: #4074b3 !important;
  color: #fff;
}
section.cs_table table tbody td {
  background: #fff;
}
section.cs_table table tbody td span {
  font-weight: 600;
}
section.apply-to-join-section form#join-hau-form .cs_form_field {
  padding: 18px 30px;
}

/* ---------HAU Academy Page CSS------- */

section.about-hau-academy .about-content span,
section.about-section .about-content span {
  font-weight: 600 !important;
}
.hau-academy.easy-step-section svg.mail-icon {
  height: 35px;
  width: 40px;
  fill: #4074b3;
  stroke: #4074b3;
  stroke-width: 0.2px;
}
.easy-step-section .cs_prefer_call_card:hover p,
.easy-step-section .cs_prefer_call_card:hover svg.mail-icon {
  fill: #fff;
  stroke: #fff;
}
.service-why-choose-section.global-standard-section .cs_iconbox {
  min-height: auto;
}
section.hau-acadamy-and-corp.why-hau-certification .card-background {
  width: 100%;
  padding-left: 25px;
}
section.hau-acadamy-and-corp.why-hau-certification .card-background::before {
  border-radius: 20px 20px 20px 20px;
}
section.hau-acadamy-and-corp.why-hau-certification
  .cs_iconbox.cs_style_10
  .cs_iconbox_title {
  font-size: 24px;
}
section.hau-acadamy-and-corp.why-hau-certification .cs_iconbox {
  padding: 45px 25px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
section.hau-acadamy-and-corp.why-hau-certification .cs_card_collection {
  gap: 18px;
  padding-top: 95px;
  margin-bottom: -184px;
}
section.hau-acadamy-and-corp.why-hau-certification .cs_section_heading {
  padding-top: 110px;
}
.medical-service-book-section .cs_banner.cs_style_4 {
  padding: 148px 100px 340px 48%;
}
section.who-we-serve-section {
  background: #f5faff;
  padding: 80px 0;
}
section.who-we-serve-section .service-card {
  background: white;
  padding: 30px 15px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 64, 151, 0.07);
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

section.who-we-serve-section .service-card:hover {
  transform: translateY(-5px);
  border-top-color: #4074b3;
}

section.who-we-serve-section .service-card h5 {
  color: #004097;
  font-weight: 600;
  margin-top: 1rem;
}

section.who-we-serve-section .service-card p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
}

section.who-we-serve-section .icon-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  background: #4074b3;
}

.bg1 {
  background: linear-gradient(135deg, #004097, #4074b3);
}
.bg2 {
  background: linear-gradient(135deg, #4074b3, #0052a0);
}
.bg3 {
  background: linear-gradient(135deg, #004097, #5f9ae3);
}
.bg4 {
  background: linear-gradient(135deg, #4074b3, #003977);
}
.bg5 {
  background: linear-gradient(135deg, #004097, #4074b3);
}
.bg6 {
  background: linear-gradient(135deg, #4074b3, #0056b3);
}
.bg7 {
  background: linear-gradient(135deg, #004097, #4074b3);
}
section.who-we-serve-section .icon-bubble img {
  height: 35px;
}
section.hau-why-partner {
  background: #f5faff;
}
section.hau-why-partner .partner-card {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(64, 116, 179, 0.08);
  transition: all 0.3s ease;
  border-left: 5px solid #4074b3;
  margin-bottom: 30px;
}

section.hau-why-partner .partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 64, 151, 0.12);
}

section.hau-why-partner .icon-circle {
  background: #4074b3;
  color: white;
  font-size: 20px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-top: 2px;
}

section.hau-why-partner .partner-card h5 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

section.hau-why-partner .partner-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

section.who-choose-section.our-b2b-solution .cs_iconbox.cs_style_9 {
  padding: 40px 25px;
  /* min-height: 316px; */
  justify-content: flex-start;
}
section.who-choose-section.our-b2b-solution ul {
  text-align: left;
  padding-left: 30px;
  margin-bottom: 00;
}
section.who-choose-section.our-b2b-solution ul li {
  margin-bottom: 15px;
  color: #274760;
}
section.who-choose-section.our-b2b-solution ul li:last-child {
  margin-bottom: 0;
}
table.digital-solution-table td {
  font-size: 14px;
}
section.who-we-are-section .content-flex-box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-between;
}
section.who-we-are-section .content-flex-box .content-box {
  width: 47%;
}

section.who-we-are-section .content-flex-box .content-box h6 {
  font-size: 20px;
  margin-bottom: 8px;
}
section.who-we-are-section .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
  padding: 100px 80px;
}
section.core-pillar-section .cs_iconbox.cs_style_10 .cs_iconbox_title {
  font-size: 30px;
  font-weight: 600;
}
section.core-pillar-section h4.numbers {
  background: #bbcde452;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  color: #4074b3;
  padding: 40px;
  margin: 0 auto 25px;
  font-size: 36px;
  /* padding: 20px; */
}
section.what-make-difference .cs_iconbox.cs_style_4 {
  padding: 35px 30px;
}
section.promise-section img {
  height: 200px;
}
section.promise-section .promise-box {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
  padding: 50px;
  border-radius: 20px;
}
section.promise-section .content-box {
  border-left: 1px solid #004097;
  padding: 15px 50px;
}
section.us-ligacy-section img {
  height: 334px;
}
section.us-ligacy-section ul li {
  color: #274760;
  margin-bottom: 15px;
}
section.team-section .cs_isotop .cs_isotop_item a.read-more-link {
  color: #274760;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.4s ease;
}
section.team-section .cs_isotop .cs_isotop_item a.read-more-link:hover {
  color: #4074b3;
  font-size: 17px;
}
.hau-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.hau-modal.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.hau-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 50px 30px;
  width: 60rem;
  border-radius: 0.5rem;
}

.hau-close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  font-size: 38px;
  position: absolute;
  right: 30px;
  top: 25px;
}
.hau-close-button:hover {
  background-color: darkgray;
}
.doctor-details-box {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.doctor-details-box .doctor-name {
  font-size: 28px;
}
section.impect-section .inner-wrapper {
  border: 3px solid #4074b3;
}
section.impect-section .inner-wrapper .cs_section_heading {
  border-right: 3px solid #4074b3;
  padding: 50px 30px;
}
section.impect-section .inner-wrapper .impact-content {
  padding: 50px 30px;
}
section.service-book-section svg.email-svg {
  fill: #fff !important;
  width: 20px;
  height: 20px;
  z-index: 1;
  stroke-width: 0.4;
  stroke: #fff;
}
section.footer-section .cs_banner_title {
  font-size: 40px;
  color: #274760;
}
section.footer-section .apply-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: #eaf4fb;
  border-radius: 20px;
}
form .other-input {
  color: #274760;
  border: 0 0 1px 0;
  border: 0;
  padding: 0 5px 5px;
  border-bottom: 1px solid rgba(48, 123, 196, 0.5);
  background: transparent;
  width: 100%;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
form .other-input:focus-visible {
  outline: none;
  border-bottom: 1px solid #274760;
}
section.hau-acadamy-and-corp .cs_iconbox.cs_style_10:hover {
  transform: none;
}
.cs_hero_wrap {
  position: relative;
  overflow: hidden;
}
.main-hero-section {
  position: relative;
  height: calc(85vh - 25px) !important;
  overflow: hidden;
}
.cs_hero_wrap .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 75, 0.6);
  z-index: 2;
}
.explore-service-section .cs_iconbox_icon1 {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.explore-service-section .cs_iconbox_icon1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.explore-service-section .cs_random_features_col {
  position: relative;
  margin-bottom: 28px;
}
.explore-service-section .cs_iconbox1::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #002f4bc9 100%
  );
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); */
  transition: all 0.3s ease-in-out;
}
.explore-service-section .cs_iconbox_info svg {
  z-index: 99;
  fill: #fff;
}
.explore-service-section .cs_iconbox_info .cs_iconbox_title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
}
.explore-service-section .cs_iconbox_info {
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 0 30px;
}
.explore-service-section .cs_iconbox_subtitle {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease, max-height 0.6s ease;
}

.explore-service-section .cs_iconbox1 {
  position: relative;
}

.explore-service-section .cs_iconbox1:hover .cs_iconbox_subtitle {
  opacity: 1;
  max-height: 100px;
  transform: translateY(0);
}

section.who-choose-section .cs_section_heading {
  max-width: 650px;
}

section.testimonial-section .cs_height_xl_145 {
  height: 100px;
}
.cs_height_70 {
  height: 60px;
}
.cs_accordians.cs_style1 .cs_accordian:not(:last-child) {
  margin-bottom: 12px;
}
div.book-service-section .cs_banner.cs_style_4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 47, 75, 0.5);
}
div.book-service-section .cs_banner.cs_style_4 {
  padding: 120px 130px 340px;
  background-position: center top;
}
.cs_footer.cs_style_1 .cs_footer_main {
  padding: 20px 0;
}
.cs_menu_widget li:not(:last-child) {
  margin-bottom: 12px;
}
.cs_footer.cs_style_1 .cs_footer_brand {
  top: -164px;
  height: 400px;
  width: 470px;
}
.modal-content button.close {
  border: none;
  background: transparent;
  font-size: 30px;
  color: #fff;
}
.modal-content .modal-header {
  background: rgb(0, 64, 151);
}
.modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 20px;
}
.modal-content .modal-body {
  padding: 30px 25px;
}
.modal-content .modal-body form .cs_form_field {
  padding: 10px 20px;
}
section.easy-step-section p.step-title {
  font-size: 22px;
  font-weight: 600;
  color: #4074b3;
}
section.easy-step-section .cs_iconbox_icon {
  height: 120px;
  width: 120px;
  background: #4074b3;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 25px;
}
section.easy-step-section .step-card1 .step-info {
  margin-top: 40px;
  text-align: center;
  padding: 0 30px;
}
section.easy-step-section .step-card1 img {
  width: 100%;
  height: 130px;
}
.easy-step-section {
  position: relative;
  padding: 0 0 120px;
}

.step-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.step-card {
  position: relative;
  background: #fff;
  /* padding: 50px 20px; */
  /* border-radius: 12px; */
  /* box-shadow: 0 8px 20px rgba(0, 31, 63, 0.1); */
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
  width: 25%;
}

.step-info .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-info .step-details {
  font-size: 16px;
  color: #444;
}
.step-zigzag {
  position: relative;
}

.step-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.step-card {
  text-align: center;
  position: relative;
  z-index: 2;
}
.step-card img {
  width: 170px;
  position: relative;
  z-index: 2;
}
.connector {
  position: absolute;
  top: 0px;
  left: 179px;
  width: 72%;
  height: 120px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.connector svg {
  width: 100%;
  height: 100%;
}

.connector path {
  stroke: #0b2a72;
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;

  stroke-dasharray: 12;
  stroke-dashoffset: 1000;
  animation: dashmove 12s linear infinite;
}

/* Animated dash effect */
@keyframes dashmove {
  to {
    stroke-dashoffset: 0;
  }
}
.cs_testimonial.cs_style_3 {
  padding: 1px 65px 42px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_text {
  margin-top: 16px;
  color: #274760;
}
.hau-care-testimonials .cs_height_190.cs_height_xl_145.cs_height_lg_105 {
  height: 120px;
}
.cs_height_200.cs_height_xl_150.cs_height_lg_110 {
  height: 110px;
}
section.testimonial-page .cs_testimonial.cs_style_2 .cs_testimonial_text {
  border: 1px solid #4074b3;
}
section.testimonial-page .cs_slider_navigation.cs_style_1 .cs_slider_prev,
.cs_slider_navigation.cs_style_1 .cs_slider_next {
  background-color: #307bc4;
}
section.testimonial-page .cs_slider_navigation.cs_style_1 .cs_slider_prev img,
.cs_slider_navigation.cs_style_1 .cs_slider_next img {
  filter: brightness(0) invert(1);
}
.cs_departments.cs_style_1 .cs_department_title {
  font-size: 18px !important;
}
.explore-service-section .cs_height_70 {
  height: 100px;
}
section.why-work-with-section .cs_about.cs_style_3 .cs_about_img {
  height: 655px;
}
section.health-service-section .cs_about_img img {
  border-radius: 20px;
}
section.health-service-section.cs_about.cs_style_1 .cs_about_mini_img {
  right: 0;
}
div.grow-with-hau-section .cs_banner {
  position: relative;
}
div.grow-with-hau-section .cs_banner::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    #002f4bc9 100%
  ); */
  background: rgba(0, 47, 75, 0.6);
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); */
  transition: all 0.3s ease-in-out;
}
.grow-with-hau-section .cs_banner.cs_style_4 {
  /* padding: 140px 130px 340px; */
  padding: 140px 20% 370px 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grow-with-hau-section .cs_cta_subtitle {
  max-width: 100%;
}
.grow-with-hau-section .footer-banner-content {
  max-width: 832px;
}
section.why-work-with-section .cs_about.cs_style_3 .cs_about_img img {
  object-position: center top;
  display: block;
}
section.contact-page-details{
  padding: 120px 0;
}
section.contact-page-details .cs_contact_form.cs_style_1 {
  box-shadow: none;
  padding: 0 30px !important;
}
section.contact-page-details .cs_iconbox.cs_style_11{
  margin-bottom: 30px;
}
