.elementor-12352 .elementor-element.elementor-element-52ade8a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for tp-header-04, class: .elementor-element-23a6964 */.logo-2 img {
    width: 200px;
    height: auto;
}

.tp-header-3-social svg {
  width: 18px;   /* Adjust width as needed */
  height: 18px;  /* Adjust height as needed */
}
/* Ensure SVG uses currentColor */
.tp-header-3-social svg path {
  fill: currentColor !important;
}

/* Default icon color */
.tp-header-3-social a {
  color: #999; /* Set your normal (non-hover) icon color */
  transition: color 0.3s ease;
}

/* Hover color to white */
.tp-header-3-social a:hover {
  color: #ffffff;
}/* End custom CSS */