.elementor-4398 .elementor-element.elementor-element-22737bba > .elementor-container{max-width:1440px;}/* Start custom CSS for html, class: .elementor-element-58c100d1 */.pcc-header-a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  font-family: 'DM Sans', Arial, sans-serif;
  padding: 24px 0;
}
.pcc-header-a *{ box-sizing: border-box; }

.pcc-header-inner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pcc-header-logo img{
  height: 38px;
  width: auto;
  display: block;
  margin-bottom: 8px; 
}

.pcc-header-menu{
  display: flex;
  align-items: center;
  gap: 32px;
}
.pcc-header-menu a{
  color: #1A2B3C;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.pcc-header-menu a:hover{
  color: #1A9E96;
}

.pcc-header-search{
  margin-left: auto;
}
.pcc-header-search input{
  width: 320px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid #000;
  background: rgba(255,255,255,0.9);
  padding: 0 20px;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 15px;
  color: #1A2B3C;
}
.pcc-header-search input::placeholder{
  color: #888;
}

.pcc-header-icons{
  display: flex;
  align-items: center;
  gap: 16px;
}
.pcc-header-icons a{
  color: #1A2B3C;
  display: flex;
}
.pcc-header-icons svg{
  width: 22px;
  height: 22px;
}

@media (max-width: 992px){
  .pcc-header-menu, .pcc-header-search{
    display: none;
  }
  .pcc-header-inner{
    justify-content: space-between;
  }
}/* End custom CSS */