.elementor-385 .elementor-element.elementor-element-52ade8a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for tp-header-04, class: .elementor-element-23a6964 */1) Remove the circular badges added by the theme 
.tp-header-3-social a::before,
.tp-header-3-social a::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

  
.tp-header-3-social a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 6px !important;          
  line-height: 1 !important;
  display: inline-flex !important;   
  align-items: center;
  justify-content: center;
}


.tp-header-3-social .e-font-icon-svg {
  width: 30px !important;             
  height: 30px !important;
  display: block !important;
  background: transparent !important;
  overflow: visible !important;
  position: relative;
  z-index: 1;                          
}


.tp-header-3-social .e-font-icon-svg path {
  fill: #fff !important;
}


.tp-header-3-social a:hover .e-font-icon-svg path,
.tp-header-3-social a:focus .e-font-icon-svg path {
  fill: #fff !important;
}

/*ham bar*/

/* Circle button baseline */
.tp-header-3-bar.tp-offcanvas-open-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #000; /* your dark circle */
  overflow: hidden;
}

/* Draw the three bars (white) without any icon font */
.tp-header-3-bar.tp-offcanvas-open-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;              /* bar length */
  height: 2px;              /* bar thickness */
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  /* top & bottom bars via box-shadow */
  box-shadow:
    0 -6px 0 0 #fff,
    0  6px 0 0 #fff;
}

/* Hide any broken icon glyphs inside the button */
.tp-header-3-bar.tp-offcanvas-open-btn i,
.tp-header-3-bar.tp-offcanvas-open-btn svg {
  font-size: 0 !important;   /* collapse missing glyph */
  color: transparent !important;
  fill: transparent !important;
  border: 0 !important;
  background: transparent !important;
  width: 0; height: 0; line-height: 0;
}

/* Optional: keep bars white on hover/focus */
.tp-header-3-bar.tp-offcanvas-open-btn:hover::before,
.tp-header-3-bar.tp-offcanvas-open-btn:focus::before {
  background: #fff;
  box-shadow:
    0 -6px 0 0 #fff,
    0  6px 0 0 #fff;
}/* End custom CSS */