/* menu background */
#modal-menu {
  background: linear-gradient(rgba(249,249,249,0.88), rgba(249,249,249,0.88)), 
              url(/images/background/bg_menu.jpeg) right top/cover no-repeat;
}

/* logo height mobile */
@media (max-width: 1200px) {
    #sp-header .logo-image {
        height: 75px !important;
    }
}

/* accordion hover color */
.sppb-addon-accordion:has(.sppb-panel-modern)
.sppb-panel-group
.sppb-panel-modern:hover:before{
    background:#06b6d4;
}

/* reset page title subheading font */
.sp-page-title .sp-page-title-sub-heading {
    font-family: inherit !important;
}

/* social icons size and color */
.social-icons a {
    font-size: 24px;
}

/* social icons size and color */
.social-icons a span {
    font-size: 24px;
    color: #ffffff;
}

/* social icons hover */
.social-icons a:hover span {
    color: #10b981;
}

/* footer padding */
#sp-footer .container-inner {
    padding: 30px 0 20px;
}