.container {
  max-width: 1240px;
  width: 100%;
}
.site-header {
  background: transparent;
  padding: 24px 0;
  position: absolute;
  top: 25px;
  z-index: 99;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */

/* CENTER MENU */
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation .menu {
  display: flex;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .menu li a {
  /* color: #fff; */
  text-decoration: none;
  font-size: 16px;
}

.main-navigation-blue .menu li a{
  color: #00336B;
}

/* RIGHT */
.header-right .lang-switch {
  /* color: #fff; */
  text-decoration: none;
  font-size: 16px;
}
/* Default Header (White version) */
.logo-blue {
    display: none;
}

.site-header .menu li a,
.site-header .lang-switch {
    color: #ffffff;
}

.blue-header .logo-white {
    display: none;
}

.blue-header .logo-blue {
    display: block;
}

.blue-header .site-header .menu li a,
.blue-header .site-header .lang-switch {
    color: #00336B;
}
.banner-curv {
  padding: 115px 0px 85px;
  position: relative;
}
.banner-curv:after {
  content: "";
  position: absolute;
  background-image: url(http://localhost/new-jointcare-global/wp-content/uploads/2026/02/Shape.png);
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.banner-curv > .e-con-inner {
  position: relative;
  z-index: 99;
}
.height-box {
  height: 100% !important;
}

.site-footer{
    font-family: Arial, sans-serif;
}

/* TOP */
.footer-top{
    background:#e6edf1;
    padding:60px 0;
}

.footer-links h6{
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
    color:#243746;
}

.footer-links ul{
    list-style:none;
    padding:0;
}

.footer-links ul li{
    margin-bottom:8px;
}

.footer-links ul li a{
    font-size:13px;
    color:#516270;
    text-decoration:none;
}

.footer-links ul li a:hover{
    color:#0c4a7d;
}

/* policies */

.footer-policies{
    border-top:1px solid #cfd7dc;
    margin-top:40px;
    padding-top:20px;
}

.footer-policies a{
    font-size:13px;
    color:#516270;
    text-decoration:none;
}

/* BOTTOM */

.footer-bottom{
    background:#0c3d6d;
    color:white;
    padding:30px 0;
}

.footer-bottom p{
    font-size:12px;
    margin-bottom:10px;
}

.footer-bottom-links a{
    color:white;
    font-size:12px;
    margin-right:20px;
    text-decoration:underline;
}

.footer-logo{
    max-width:140px;
}