.site-header{
  position: sticky !important;
  top: 0;
  z-index: 9999;
}
.site-header .list-inline-item .search-wrapper button:focus,button:hover{
  background: #ffff !important;
}
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer), 
.site-header .header-inner, 
.site-header:not(.dynamic-header), 
body:not([class*=elementor-page-]) .site-main {
  max-width: 100% !important;
  background-color: #1f0844;
}
.site-header .site-branding {
  margin: 0 auto !important;
  width: 30%;
  max-width: 170px;
  padding: 0px 0px 0px 0px;
}
.site-header .right-menu-site-branding{
  width: 60%;
}
.site-header .social-list .sign_up_custom_btn a{
  color: #fff;
  text-decoration: inherit;
  font-weight: 600;
  transition: .2s;
}
.site-header .social-list .sign_up_custom_btn a:hover{
  color: #7bd8c3;
}

/*.site-header .wc-left-sidebar {
  display: inline-block;
  margin-top: 5px;
}
*/
.wc-left-sidebar{
  display: none;
}

.right-menu-site-branding .social-list,
.search-results .right-menu-site-branding .social-list,
.search-no-results .right-menu-site-branding .social-list{
  width: 71%;
  display: flex !important;
  align-items: center;
  list-style: none;
  gap: 20px; 
  justify-content: flex-end;
}
.right-menu-site-branding .social-list li a svg,
.search-results .right-menu-site-branding .social-list li a svg,
.search-no-results .right-menu-site-branding .social-list li a svg{
  color: white;
  width: 24px;
  height: 24px;
  transition: color 0.3s ease;
}

.search-results {
  max-height: 300px;
  overflow-y: auto;
}

.right-menu-site-branding .social-list li a svg:hover,
.search-results .right-menu-site-branding .social-list li a svg:hover,
.search-no-results .right-menu-site-branding .social-list li a svg:hover{
  color: #7bd8c3;
}

.site-header .search-wrapper .search-btn svg{
  color: #1f0844;
  width: 18px;
  height: 18px;
} 
.site-header .search-wrapper .search-btn{
  border: none;
  padding: 10px 12px;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border-radius: 20px;
} 
.site-header .search-wrapper button:hover{
  background: #ffff !important;
}
.site-header .search-wrapper .search-form {
  position: relative;
  width: 100%;
}
.search-wrapper .search-form .search-input {
  padding-right: 3rem;
  position: relative;
  border-radius: 8px;
  width: 300px;
  height: 40px;
  cursor: pointer;
  text-align: left;
  padding-left: 40px;
  outline: none;
  box-shadow: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.site-header .search-wrapper .form-control {
  display: block;
  padding: .375rem .75rem;
  color: #252930;
  background-color: #fff;
  border-color: #e0f7e6;
}
.site-header .search-wrapper .search-form .search-btn {
  color: #828d9f;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0.15rem;
  margin-right: 0;
}
.site-header .menu-toggle-icon {
  cursor: pointer;
  display: inline-block;
}
.site-header .menu-toggle-icon .svg_mobile_menu,
.site-header .menu-toggle-icon  .svg_mobile_close {
  width: 26px;
  height: 26px;
}
.site-header .main-navigation--right-menu .main-navigation--right-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  width: auto;
  background: transparent linear-gradient(269deg, #209a9a, #2ca086) 0 0 no-repeat padding-box;
  background-color: #269d91;
  border: 4px solid #269d91 !important;
  color: #fff;
  cursor: pointer;
  transition: all .32s;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .502);
  font-weight: 800 !important;
  font-size: 14px;
  padding: 5px;
  text-decoration: none;
}
.site-header .main-navigation--right-menu .main-navigation--right-menu__link:hover {
  background: #200747 0 0 no-repeat padding-box;
  background-color: #200747;
  border: 4px solid #269d91;
  border-radius: 8px;
  text-shadow: 0 2px 4px rgba(0,0,0,.502);
  box-shadow: 0 0 20px 5px rgba(61,84,130,.702);
  color: #fff;
}

.site-footer {
  background-color: #1b0830;
  color: #ccc;
  padding: 20px 0;
  font-size: 18px;
  z-index: 999;
}
.site-footer a {
  color: #67baa6; 
  font-weight: 600;
  text-decoration: none;
}
.site-footer a:hover {
  color: #ffffff;
} 
.site-footer .footer-container { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer .footer-left {
  text-align: left;
  flex: 1;
  min-width: 200px;
}
.site-footer .footer-right {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}
.site-footer .footer-right a svg {
  fill: #ffffff;
  transition: transform 0.3s ease, fill 0.3s ease;
}
.site-footer .footer-right a:hover svg {
  transform: scale(1.2);
  fill: #67baa6;
}
.site-footer .footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1f0844;
  padding: 20px;
  flex-wrap: wrap;
  color: #fff;
}
.site-footer .footer-left .custom-logo-link img {
  height: 30px; 
  width: auto;
}
.site-footer .footer-right {
  font-size: 14px;
  text-align: right;
}

span.highlight {
  background-color: yellow;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .site-header .right-menu-site-branding .social-list .search-form{
    max-width: 400px !important;
  }
}

@media (min-width: 992px) {
  .site-header .right-menu-site-branding .social-list .search-form{
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .site-header .right-menu-site-branding .social-list {
    width: 90%;
  }
  .site-header .right-menu-site-branding .search-wrapper .search-form .search-input {
    width: 200px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .search-wrapper .d-md-block {
    display: block !important;
  }
}
@media (max-width: 768px) {

  .search-results .wc-left-sidebar,
  .search-no-results .wc-left-sidebar{
    display: none !important;
  }

  .site-header .main-navigation--right-menu .main-navigation--right-menu__link{
    font-size: 10px;
    padding: 4px;
  }

  .site-header .right-menu-site-branding .social-list .wc-left-sidebar {
    display: block;
  }
  .site-footer .footer-bar {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-right {
    margin-top: 10px;
    text-align: center;
  }
  .site-header .right-menu-site-branding .tab-hide-menu {
    display: none !important;
  }
  .site-header .right-menu-site-branding .wc-left-sidebar {
    display: inline-block;
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  .site-footer .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-left, .footer-right {
    justify-content: center;
  }
  .list-inline-item .mobile-hide-menu {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .search-header {
    flex-direction: column;
    align-items: stretch;
  }
  .search-input,.cancel-btn {
    width: 100%;
  }
  .cancel-btn {
    text-align: center;
  }
}
