.container {
	max-width: 1145px !important;
}

.profile-card {
  box-shadow: none !important;
  transition: box-shadow 0.3s ease !important;
}

.card {
  box-shadow: none !important;
}

.menu-container {
  box-shadow: none !important;
}

.profile-card:hover {
  box-shadow: none !important;
}

.elementor-section .elementor-container {
    flex-wrap: wrap;
}

.social-media-icon ul li a {
	border: none !important;	
}

.ele-button {
	color: #f4c524;
}

/* Search */
.wp-block-search__label {
	color: #f4c524;
}

.wp-block-heading {
	color: #f4c524;
}

.wp-block-search__inside-wrapper {
  display: flex;
  justify-content: center; /* Center align both search input and button */
  align-items: center; /* Vertically align input and button */
}

.wp-block-search__input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px; /* Updated border-radius */
  width: 300px; /* Adjust the width as needed */
  margin-right: 10px; /* Space between input and button */
}

.wp-block-search__button {
  padding: 10px 20px;
  background-color: #f4c524; /* Updated button color */
  color: white;
  border: none;
  border-radius: 6px; /* Updated border-radius */
  cursor: pointer;
}

.wp-block-search__button:hover {
  background-color: #d1a81d; /* Slightly darker shade on hover */
}



.social-media-icon ul li a:hover svg {
    fill: #f4c524; /* icon color on hover */
}


.bentofolio-dark-theme .social-media-icon ul li a svg {
	border: none;
	fill: #f4c524 !important;
}

.icon-custom {
	color: #f4c524 !important;
	fill: #f4c524 !important;
}
