/* Add custom CSS styles below */ 
.index_logo {width:81px!important; max-height:7.5rem!important;height:auto!important}
.navbar-brand img{max-height:7.5rem!important}
.landing-page-logo {Display:none}
.branches-list{padding-top:45px}
.sv-categories-category h4 {padding:20px 20px; background-color:#1b7549a8;font-weight: bold}

.sv-top-navbar{
   display: flex !important; 
}

.flex.flex-wrap.items-center.text-\[14px\].text-\[var\(--color-upper-text\)\] {
    line-height: 40px;
}

.text-\[\#D02E2E\]{color: #000}

.top-navbar .container{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top-navbar .container > div:first-child{
    width: auto;
}

.brand-switch-widget-container {
    background: #ffffff17;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    width: auto;
    white-space: nowrap;
}

.brand-switch-widget {
    display: flex;
    gap: 5px;
    background: transparent;
    padding: 5px;
    border-radius: 16px;
    align-items: center;
}

.brand-switch-widget-btn {
    width: 80px;
    flex: 1;
    padding: 3px 10px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.brand-switch-widget-btn:hover:not(.active) {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.brand-switch-widget-btn:active {
    transform: translateY(0);
}

.brand-switch-widget-btn.active {
    background: #1a1a1a;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.brand-switch-widget-btn.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

.brand-switch-widget-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.brand-switch-widget-url-display {
    margin-top: 30px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-size: 12px;
    font-family: 'Courier New', monospace;
    word-break: break-all;
    text-align: center;
}

.brand-switch-widget-url-display-label {
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.8;
}

.hide-landing #landingPage2 {
  display: none;
}