.main-menu li.root-level a.collapsible-title {
    color: #000; 
    text-decoration: none; 
    transition: color 0.3s; 
}

/* Change color on hover */
.main-menu li.root-level a.collapsible-title:hover {
    color: #a48532;
  }
.unicode {
    font-weight: bold;
    font-size:18px !important;
}
.social-link i {
    color: #a48532; 
}
.undefined.s-button-element:hover{
  background-color: #a48532;
}
.undefined.s-button-element:hover .s-button-text{
  color: black;
}
.undefined.s-button-element .s-button-text {
  color: black;
}
/*
.swiper-container {
    width: 100%;
}

.swiper-slide {
    width: 100% !important;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}
*/