:root{--br-brand:#0f5a66;--br-brand-dark:#083841;--br-accent:#f1b633;--br-bg:#f5f8fb;--br-surface:#ffffff;--br-text:#102132;--br-muted:#66788a;--br-line:#e2eaf1;--br-radius:18px;--br-shadow:0 20px 50px rgba(15,35,58,.08)}
.br-quick-actions{position:fixed;right:18px;bottom:18px;z-index:999;display:flex;flex-direction:column;gap:10px}.br-quick-actions a{background:var(--br-brand);color:#fff;border-radius:999px;padding:12px 16px;font-weight:700;box-shadow:var(--br-shadow);font-size:14px}.br-quick-actions a.alt{background:var(--br-accent);color:#1b2731}.banner-wrapper{position:relative;border-radius:0 0 36px 36px;overflow:hidden}.banner-wrapper::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(8,56,65,.86), rgba(15,90,102,.76))}.banner-wrapper>.container{position:relative;z-index:2}.banner-content h1{font-size:58px;line-height:1.02;letter-spacing:-1px}.banner-content p{max-width:720px;font-size:18px}.banner-content .banner-tag{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.18);padding:9px 16px;border-radius:999px;font-weight:700}.banner-wrapper .job-search-area form{background:#fff;padding:10px;border-radius:22px;box-shadow:var(--br-shadow);display:grid;grid-template-columns:1.15fr 1fr auto;gap:10px}.banner-wrapper .job-search-area .form-inner input,.banner-wrapper .job-search-area .form-inner .nice-select{height:60px;border:none;background:#f6f8fb;border-radius:16px;padding:0 16px}.banner-wrapper .job-search-area button.primary-btn-2{height:60px;border-radius:16px;padding:0 24px;background:var(--br-brand);border:none}.br-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.br-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 18px;border-radius:14px;font-weight:700}.br-hero-actions .build-cv{background:var(--br-accent);color:#1b2731}.br-hero-actions .post-job{background:#fff;color:var(--br-brand)}.banner-img-wrap .counter-item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.banner-img-wrap .single-counter{background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:20px;color:#fff;box-shadow:none}.banner-img-wrap .single-counter span{color:#e2f0f2}.footer-section,.footer-area{background:#073842!important;color:#d6ecef}.auth-section .form-wrapper,.login-section .form-wrapper,.register-section .form-wrapper{border-radius:22px;box-shadow:var(--br-shadow)}@media (max-width:991px){.banner-content h1{font-size:42px}.banner-wrapper .job-search-area form{grid-template-columns:1fr}} 
.hero-modern{
    background: linear-gradient(135deg,#083841 0%,#0d5460 45%,#3b7b84 100%);
    padding: 90px 0 70px;
    color: #fff;
}
.hero-modern .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.hero-content{
    max-width: 950px;
}
.hero-badge{
    display: inline-block;
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
}
.hero-modern h1{
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 20px;
}
.hero-modern h1 span{
    color: #f1b633;
}
.hero-modern p{
    max-width: 820px;
    font-size: 22px;
    line-height: 1.6;
    color: #dbeaec;
    margin-bottom: 26px;
}
.hero-search form{
    background: #fff;
    padding: 10px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(15,35,58,.08);
    display: grid;
    grid-template-columns: 1.15fr 1fr auto;
    gap: 10px;
}
.hero-search input{
    height: 60px;
    border: none;
    background: #f6f8fb;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 16px;
    color: #102132;
}
.hero-search button{
    height: 60px;
    border-radius: 16px;
    padding: 0 24px;
    background: #0f5a66;
    border: none;
    color: #fff;
    font-weight: 700;
}
.hero-trending{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
    align-items: center;
}
.hero-trending span{
    color: #fff;
    font-weight: 700;
}
.hero-trending a{
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
}
@media (max-width:991px){
    .hero-modern h1{
        font-size: 42px;
    }
    .hero-search form{
        grid-template-columns: 1fr;
    }
}

.header-logo,
.mobile-logo{
    display:flex;
    align-items:center;
}

.header-logo img,
.mobile-logo img{
    height:42px;
    width:auto;
    max-width:180px;
    object-fit:contain;
    display:block;
}

.menu-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.br-pricing-section{
    padding-top: 30px;
}
.br-pricing-head{
    max-width: 760px;
    margin: 0 auto 40px;
}
.br-pricing-tag{
    display:inline-block;
    background:#e8f3f4;
    color:var(--br-brand);
    padding:8px 16px;
    border-radius:999px;
    font-weight:700;
    margin-bottom:14px;
}
.br-pricing-head h2{
    font-size:52px;
    line-height:1.08;
    color:var(--br-text);
    margin-bottom:14px;
}
.br-pricing-head h2 span{
    color:var(--br-brand);
}
.br-pricing-head p{
    color:var(--br-muted);
    font-size:18px;
}
.br-price-card{
    height:100%;
    background:#fff;
    border:1px solid var(--br-line);
    border-radius:24px;
    box-shadow:var(--br-shadow);
    padding:28px;
    position:relative;
}
.br-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    background:var(--br-accent);
    color:#1b2731;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
}
.br-badge.alt{
    background:#e8f3f4;
    color:var(--br-brand);
}
.br-badge.dark{
    background:var(--br-brand);
    color:#fff;
}
.br-price-top h3{
    font-size:28px;
    margin-bottom:8px;
    color:var(--br-text);
}
.br-price-top p{
    color:var(--br-muted);
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}
.br-price-number{
    margin-bottom:24px;
}
.br-price-number h2{
    font-size:46px;
    line-height:1;
    margin-bottom:8px;
    color:var(--br-brand-dark);
}
.br-price-number span{
    color:var(--br-muted);
    font-size:14px;
}
.br-feature-list,
.br-addon-list,
.br-addon-features{
    list-style:none;
    padding:0;
    margin:0;
}
.br-feature-list li,
.br-addon-features li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    color:var(--br-text);
}
.br-feature-list li::before,
.br-addon-features li::before{
    content:"âœ“";
    position:absolute;
    left:0;
    top:0;
    color:#059669;
    font-weight:800;
}
.br-addon-list > li{
    border-bottom:1px solid var(--br-line);
    padding:14px 0;
}
.br-addon-list > li:last-child{
    border-bottom:none;
}
.br-addon-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}
.br-addon-item .content h6{
    margin:0 0 5px;
    color:var(--br-text);
}
.br-addon-item .content span{
    color:var(--br-muted);
    font-size:14px;
}
.br-addon-item.active{
    background:#f7fafb;
    padding:14px;
    border-radius:16px;
}
.br-addon-features{
    margin-top:12px;
    padding-left:4px;
}
.br-qty-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    background:#f7fafb;
    border:1px solid var(--br-line);
    border-radius:18px;
    padding:18px;
    margin-bottom:22px;
}
.br-qty-wrap h6{
    margin-bottom:4px;
}
.br-qty-wrap p{
    margin:0;
    color:var(--br-muted);
    font-size:14px;
}
.br-summary-table{
    border:1px solid var(--br-line);
    border-radius:18px;
    overflow:hidden;
    background:#fcfdff;
}
.br-summary-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:16px 18px;
    border-bottom:1px solid var(--br-line);
    color:var(--br-text);
}
.br-summary-row:last-child{
    border-bottom:none;
}
.br-summary-row.total{
    background:#f3f8f9;
    font-weight:800;
}
.br-summary-bottom{
    margin-top:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
}
.br-summary-bottom h2{
    margin:0;
    color:var(--br-brand-dark);
    font-size:38px;
}
.br-buy-btn{
    min-height:56px;
    border:none;
    border-radius:16px;
    background:var(--br-brand);
    color:#fff;
    padding:0 24px;
    font-weight:800;
}
@media (max-width:991px){
    .br-pricing-head h2{
        font-size:38px;
    }
    .br-qty-wrap,
    .br-summary-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
}

.br-home-hero{
    position:relative;
    overflow:hidden;
    padding:70px 0 48px;
    background:linear-gradient(135deg,#083841 0%,#0d5460 48%,#3a7d85 100%);
}
.br-home-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size:34px 34px;
    opacity:.45;
}
.br-home-hero-bg{
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 18%, rgba(255,255,255,.08), transparent 40%);
    pointer-events:none;
}
.br-home-hero .container{
    position:relative;
    z-index:2;
}
.br-home-hero-inner{
    max-width:1040px;
    margin:0 auto;
}
.br-home-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    color:#dbeaec;
    font-size:14px;
    font-weight:700;
    margin-bottom:24px;
}
.br-home-title{
    font-size:74px;
    line-height:1.02;
    font-weight:800;
    color:#fff;
    margin:0 0 18px;
    letter-spacing:-1.4px;
}
.br-home-title span{
    color:#f1b633;
}
.br-home-subtitle{
    max-width:820px;
    margin:0 auto 28px;
    color:#dce9eb;
    font-size:20px;
    line-height:1.6;
}
.br-home-search-wrap{
    max-width:980px;
    margin:0 auto 20px;
}
.br-home-search-form{
    background:#fff;
    padding:10px;
    border-radius:24px;
    box-shadow:0 20px 50px rgba(15,35,58,.12);
    display:grid;
    grid-template-columns:1.2fr 1fr auto;
    gap:10px;
}
.br-search-field{
    position:relative;
}
.br-search-field i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#9ca3af;
    font-size:16px;
}
.br-search-field input{
    width:100%;
    height:62px;
    border:none;
    background:#f6f8fb;
    border-radius:16px;
    padding:0 18px 0 46px;
    font-size:16px;
    color:#122033;
}
.br-search-field input::placeholder{
    color:#8b9cab;
}
.br-home-search-btn{
    border:none;
    min-width:190px;
    height:62px;
    border-radius:16px;
    background:#0f5a66;
    color:#fff;
    font-weight:700;
    font-size:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.br-home-search-btn:hover{
    background:#0b4550;
}
.br-home-trending{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:34px;
}
.br-home-trending span{
    color:#dce9eb;
    font-weight:700;
    font-size:14px;
}
.br-home-trending a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    color:#eef8fa;
    font-size:13px;
    text-decoration:none;
}
.br-home-trending a:hover{
    background:rgba(255,255,255,.16);
    color:#fff;
}
.br-home-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:10px;
}
.br-stat-card{
    background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
    border-radius:18px;
    padding:24px 20px;
    text-align:center;
}
.br-stat-icon{
    color:#dce9eb;
    font-size:20px;
    margin-bottom:12px;
}
.br-stat-card h3{
    margin:0 0 6px;
    color:#fff;
    font-size:38px;
    font-weight:800;
}
.br-stat-card p{
    margin:0;
    color:#dce9eb;
    font-size:15px;
}
@media (max-width: 991px){
    .br-home-title{
        font-size:48px;
    }
    .br-home-subtitle{
        font-size:18px;
    }
    .br-home-search-form{
        grid-template-columns:1fr;
    }
    .br-home-search-btn{
        width:100%;
    }
    .br-home-stats{
        grid-template-columns:repeat(2,1fr);
    }
}
@media (max-width: 575px){
    .br-home-hero{
        padding:56px 0 32px;
    }
    .br-home-title{
        font-size:38px;
    }
    .br-home-subtitle{
        font-size:16px;
    }
    .br-home-stats{
        grid-template-columns:1fr;
    }
}

.br-how-it-works-section{
    padding-top: 10px;
}
.br-section-head{
    max-width: 760px;
    margin: 0 auto 38px;
}
.br-section-mini{
    display:inline-block;
    font-size:13px;
    font-weight:800;
    color:#f1b633;
    letter-spacing:.08em;
    margin-bottom:10px;
}
.br-section-head h2{
    font-size:52px;
    line-height:1.1;
    color:#0f172a;
    margin-bottom:0;
    font-weight:800;
}
.br-section-head h2 span{
    color:var(--br-brand);
}
.br-work-card{
    height:100%;
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    padding:28px 24px;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
    transition:.25s ease;
}
.br-work-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(15,35,58,.08);
}
.br-work-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:22px;
}
.br-work-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}
.br-work-icon-1{
    background:#eaf6fb;
    color:#3b82f6;
}
.br-work-icon-2{
    background:#fff5dd;
    color:#eab308;
}
.br-work-icon-3{
    background:#fff0f0;
    color:#ef4444;
}
.br-work-icon-4{
    background:#ecfff1;
    color:#22c55e;
}
.br-work-number{
    font-size:34px;
    line-height:1;
    font-weight:800;
    color:#d9dee5;
}
.br-work-card h4{
    font-size:30px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin-bottom:14px;
}
.br-work-card p{
    margin:0;
    color:#6b7280;
    font-size:16px;
    line-height:1.7;
}
@media (max-width: 991px){
    .br-section-head h2{
        font-size:38px;
    }
    .br-work-card h4{
        font-size:24px;
    }
}
@media (max-width: 575px){
    .br-section-head h2{
        font-size:30px;
    }
}

.br-category-section{
    padding-top: 10px;
}
.br-category-section .br-section-head{
    max-width: 780px;
    margin: 0 auto 42px;
}
.br-category-section .br-section-head p{
    max-width: 680px;
    margin: 14px auto 0;
    color:#6b7280;
    font-size:17px;
    line-height:1.7;
}
.br-category-card{
    height:100%;
}
.br-category-link{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    padding:22px 20px;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
    text-decoration:none;
    transition:.25s ease;
    height:100%;
}
.br-category-link:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(15,35,58,.08);
    border-color:#d8e5ec;
}
.br-category-icon{
    width:64px;
    height:64px;
    min-width:64px;
    border-radius:18px;
    background:#f6fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.br-category-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}
.br-category-content{
    flex:1;
}
.br-category-content h4{
    margin:0 0 6px;
    font-size:22px;
    line-height:1.25;
    font-weight:800;
    color:#0f172a;
}
.br-category-content p{
    margin:0;
    color:#6b7280;
    font-size:15px;
}
.br-category-arrow{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:999px;
    background:#f1f7f8;
    color:var(--br-brand);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    transition:.25s ease;
}
.br-category-link:hover .br-category-arrow{
    background:var(--br-brand);
    color:#fff;
}
.br-view-all-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 24px;
    border-radius:16px;
    background:var(--br-brand);
    color:#fff;
    font-weight:700;
    text-decoration:none;
}
.br-view-all-btn:hover{
    background:#0b4550;
    color:#fff;
}
@media (max-width:991px){
    .br-category-content h4{
        font-size:20px;
    }
}
@media (max-width:575px){
    .br-category-link{
        padding:18px 16px;
    }
    .br-category-icon{
        width:56px;
        height:56px;
        min-width:56px;
    }
    .br-category-content h4{
        font-size:18px;
    }
}

.br-category-icon{
    width:64px;
    height:64px;
    min-width:64px;
    border-radius:18px;
    background:#f6fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.br-category-icon img{
    width:32px;
    height:32px;
    object-fit:contain;
    display:block;
}

.br-category-grid-section{
    padding-top:10px;
}
.br-category-grid-head{
    max-width:680px;
    margin:0 auto 38px;
}
.br-category-grid-head h2{
    font-size:52px;
    line-height:1.1;
    font-weight:800;
    color:#0f172a;
    margin-bottom:10px;
}
.br-category-grid-head h2 span{
    color:var(--br-brand);
}
.br-category-grid-head p{
    margin:0;
    color:#6b7280;
    font-size:18px;
}
.br-category-grid-card{
    height:100%;
    min-height:150px;
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(15,35,58,.03);
    padding:22px 16px;
    text-align:center;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition:.25s ease;
}
.br-category-grid-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(15,35,58,.08);
    border-color:#dbe5ec;
}
.br-category-grid-icon{
    width:50px;
    height:50px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
    font-size:24px;
    font-weight:800;
    overflow:hidden;
}
.br-category-grid-icon img{
    width:24px;
    height:24px;
    object-fit:contain;
    display:block;
}
.br-category-grid-card h4{
    margin:0 0 6px;
    font-size:17px;
    line-height:1.25;
    font-weight:800;
    color:#111827;
}
.br-category-grid-card p{
    margin:0;
    font-size:14px;
    color:#8a94a6;
}
.br-fallback-icon{
    font-size:22px;
    font-weight:800;
    color:inherit;
}

.br-cat-color-1{background:#eef6ff;color:#2563eb;border:1px solid #dbeafe;}
.br-cat-color-2{background:#eefcf2;color:#16a34a;border:1px solid #d1fae5;}
.br-cat-color-3{background:#fff1f2;color:#ef4444;border:1px solid #ffe4e6;}
.br-cat-color-4{background:#f7f0ff;color:#9333ea;border:1px solid #ede9fe;}
.br-cat-color-5{background:#fff7ed;color:#ea580c;border:1px solid #ffedd5;}
.br-cat-color-6{background:#ecfeff;color:#0891b2;border:1px solid #cffafe;}
.br-cat-color-7{background:#fdf2f8;color:#e11d48;border:1px solid #fce7f3;}
.br-cat-color-8{background:#eef2ff;color:#4f46e5;border:1px solid #e0e7ff;}
.br-cat-color-9{background:#fffbeb;color:#d97706;border:1px solid #fef3c7;}
.br-cat-color-10{background:#fffbea;color:#b45309;border:1px solid #fde68a;}
.br-cat-color-11{background:#effcff;color:#0f766e;border:1px solid #cfeef5;}
.br-cat-color-12{background:#f7fee7;color:#65a30d;border:1px solid #d9f99d;}

@media (max-width:991px){
    .br-category-grid-head h2{
        font-size:38px;
    }
}
@media (max-width:575px){
    .br-category-grid-head h2{
        font-size:30px;
    }
    .br-category-grid-card{
        min-height:135px;
        padding:18px 12px;
    }
    .br-category-grid-card h4{
        font-size:16px;
    }
}

.br-job-listing-home{
    padding-top:10px;
}
.br-job-listing-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:26px;
    flex-wrap:wrap;
}
.br-job-listing-head h2{
    margin:0 0 8px;
    font-size:48px;
    line-height:1.1;
    font-weight:800;
    color:#0f172a;
}
.br-job-listing-head h2 span{
    color:var(--br-brand);
}
.br-job-listing-head p{
    margin:0;
    color:#6b7280;
    font-size:17px;
}
.br-job-sort-wrap select{
    min-width:240px;
    height:48px;
    border:1px solid #dbe5ec;
    border-radius:12px;
    font-size:15px;
    color:#475467;
    box-shadow:none;
}
@media (max-width:991px){
    .br-job-listing-head h2{
        font-size:36px;
    }
}
@media (max-width:575px){
    .br-job-listing-head h2{
        font-size:30px;
    }
    .br-job-sort-wrap{
        width:100%;
    }
    .br-job-sort-wrap select{
        width:100%;
    }
}

.br-job-sidebar{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
    overflow:hidden;
}
.br-job-sidebar-inner{
    padding:24px;
}
.br-filter-head{
    margin-bottom:18px;
}
.br-filter-head h4{
    margin:0;
    font-size:24px;
    font-weight:800;
    color:#0f172a;
}
.br-filter-head h4 i{
    margin-right:8px;
    color:var(--br-brand);
}
.br-filter-box{
    margin-bottom:22px;
}
.br-filter-box label{
    display:block;
    font-size:13px;
    font-weight:800;
    color:#667085;
    margin-bottom:10px;
    text-transform:uppercase;
}
.br-keyword-box{
    position:relative;
}
.br-keyword-box i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#98a2b3;
}
.br-keyword-box input{
    height:48px;
    border:1px solid #dbe5ec;
    border-radius:12px;
    padding-left:40px;
    box-shadow:none;
}
.br-filter-select{
    width:100%;
    height:48px;
    border:1px solid #dbe5ec;
    border-radius:12px;
    padding:0 14px;
    color:#475467;
    background:#fff;
}
.br-pill-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.br-pill-option{
    display:block;
    cursor:pointer;
}
.br-pill-option input{
    display:none;
}
.br-pill-option span{
    display:block;
    padding:10px 14px;
    border-radius:10px;
    color:#475467;
    background:#fff;
    border:1px solid transparent;
    transition:.2s ease;
}
.br-pill-option input:checked + span{
    background:#eaf5f7;
    color:var(--br-brand);
    border-color:#d7eaee;
    font-weight:700;
}
.br-salary-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:16px;
}
.br-salary-option{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 0;
    color:#475467;
}
.br-filter-reset{
    margin-top:24px;
}
.br-reset-btn{
    display:block;
    text-align:center;
    color:#b45309;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
}

.br-job-topbar{
    align-items:center;
}
.br-job-results-wrap{
    display:block;
}
.br-job-card{
    display:flex;
    justify-content:space-between;
    gap:20px;
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
    padding:22px;
    transition:.25s ease;
}
.br-job-card:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(15,35,58,.08);
    border-color:#e5c980;
}
.br-job-card-left{
    display:flex;
    gap:18px;
    flex:1;
}
.br-job-logo{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:14px;
    background:#eef6f8;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
.br-job-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.br-job-content{
    flex:1;
}
.br-job-title-row{
    display:flex;
    justify-content:space-between;
    gap:14px;
    margin-bottom:10px;
}
.br-job-title-row h3{
    margin:0 0 5px;
    font-size:24px;
    line-height:1.25;
    font-weight:800;
}
.br-job-title-row h3 a{
    color:#111827;
    text-decoration:none;
}
.br-job-company{
    margin:0;
    color:#667085;
    font-size:15px;
}
.br-job-right-meta{
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.br-match-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 12px;
    border-radius:999px;
    background:#e8f8ec;
    color:#16a34a;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}
.br-job-right-meta .bookmark{
    width:38px;
    height:38px;
    min-width:38px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    color:#64748b;
    cursor:pointer;
}
.br-job-right-meta .bookmark.active{
    background:#fff1f2;
    color:#e11d48;
    border-color:#fecdd3;
}
.br-job-meta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:12px;
}
.br-job-meta span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#667085;
    font-size:14px;
}
.br-job-meta i{
    color:#98a2b3;
}
.br-job-salary{
    color:#0f5a66 !important;
    font-weight:800;
}
.br-job-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.br-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    border-radius:999px;
    background:#f4f6f8;
    color:#667085;
    font-size:12px;
    font-weight:700;
}
.br-tag.featured{
    background:#fff3d6;
    color:#c08200;
}
.br-tag.soft{
    background:#f7fafc;
}
.br-job-card-action{
    display:flex;
    align-items:center;
}
.br-apply-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:50px;
    padding:0 18px;
    border-radius:14px;
    background:#0f5a66;
    color:#fff;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap;
}
.br-apply-btn:hover{
    background:#0b4550;
    color:#fff;
}

@media (max-width:991px){
    .br-job-card{
        flex-direction:column;
    }
    .br-job-card-action{
        justify-content:flex-start;
    }
}
@media (max-width:575px){
    .br-job-title-row{
        flex-direction:column;
    }
    .br-job-title-row h3{
        font-size:20px;
    }
    .br-job-card-left{
        flex-direction:column;
    }
}

.br-filter-head{
    margin-bottom:20px;
}
.br-filter-head h4{
    margin:0 0 6px;
    font-size:26px;
    font-weight:800;
    color:#0f172a;
}
.br-filter-head p{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.6;
}
.br-keyword-box{
    position:relative;
}
.br-keyword-box i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#98a2b3;
}
.br-keyword-box input{
    height:52px;
    border:1px solid #dbe5ec;
    border-radius:14px;
    padding-left:42px;
    box-shadow:none;
    background:#fff;
}
.br-filter-select{
    width:100%;
    height:52px;
    border:1px solid #dbe5ec;
    border-radius:14px;
    padding:0 14px;
    color:#475467;
    background:#fff;
    box-shadow:none;
}
.br-pill-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.br-pill-option{
    cursor:pointer;
}
.br-pill-option input{
    display:none;
}
.br-pill-option span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    background:#f8fafc;
    color:#475467;
    border:1px solid #e5edf3;
    font-size:14px;
    transition:.2s ease;
}
.br-pill-option input:checked + span{
    background:#eaf5f7;
    color:var(--br-brand);
    border-color:#cfe5e9;
    font-weight:700;
}
.br-salary-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:16px;
}
.br-salary-option{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 0;
    color:#475467;
}

.br-insights-head{
    max-width:820px;
    margin:0 auto 36px;
}
.br-insights-head h2{
    font-size:58px;
    line-height:1.08;
    font-weight:800;
    color:#0f172a;
    margin-bottom:12px;
}
.br-insights-head h2 span{
    color:var(--br-brand);
}
.br-insights-head p{
    font-size:20px;
    color:#667085;
    line-height:1.6;
}

.br-insights-featured .br-featured-main,
.br-insights-featured .br-featured-side{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}
.br-featured-image,
.br-featured-side-image{
    display:block;
    position:relative;
}
.br-featured-image img,
.br-featured-side-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.br-featured-main{
    min-height:520px;
}
.br-featured-main .br-featured-image{
    height:520px;
}
.br-featured-side{
    min-height:248px;
}
.br-featured-side .br-featured-side-image{
    height:248px;
}
.br-featured-overlay,
.br-featured-side-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:26px 24px 22px;
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(11,20,33,.82) 80%);
}
.br-featured-overlay h3,
.br-featured-side-overlay h4{
    margin:12px 0 10px;
}
.br-featured-overlay h3 a,
.br-featured-side-overlay h4 a{
    color:#fff;
    text-decoration:none;
    font-weight:800;
}
.br-featured-overlay h3{
    font-size:24px;
}
.br-featured-side-overlay h4{
    font-size:16px;
    line-height:1.5;
}

.br-post-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 12px;
    border-radius:999px;
    background:#f1b633;
    color:#111827;
    font-size:13px;
    font-weight:800;
}
.br-post-chip.soft{
    background:#eef6f8;
    color:var(--br-brand);
}

.br-post-meta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    color:#667085;
    font-size:14px;
}
.br-post-meta.light{
    color:#e5edf2;
}

.br-blog-filter-bar{
    overflow:auto;
}
.br-blog-filter-scroll{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
    min-width:max-content;
}
.br-blog-filter-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border-radius:14px;
    border:1px solid #dbe5ec;
    background:#fff;
    color:#475467;
    font-weight:700;
    cursor:pointer;
}
.br-blog-filter-pill.active{
    background:var(--br-brand);
    color:#fff;
    border-color:var(--br-brand);
}

.br-insight-card{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
    height:100%;
}
.br-insight-card-image{
    display:block;
    height:240px;
}
.br-insight-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.br-insight-card-body{
    padding:20px;
}
.br-insight-card-body h3{
    font-size:18px;
    line-height:1.5;
    font-weight:800;
    margin:14px 0 12px;
}
.br-insight-card-body h3 a{
    color:#111827;
    text-decoration:none;
}
.br-insight-card-body p{
    color:#667085;
    line-height:1.7;
    margin-bottom:16px;
}

.br-blog-sidebar{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:20px;
    padding:20px;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
}

.br-article-hero{
    padding:40px 0 10px;
}
.br-article-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    color:#667085;
    margin-bottom:16px;
}
.br-article-breadcrumb a{
    color:#667085;
    text-decoration:none;
}
.br-article-hero-inner{
    max-width:860px;
}
.br-article-hero-inner h1{
    font-size:54px;
    line-height:1.12;
    font-weight:800;
    color:#0f172a;
    margin:18px 0 16px;
}
.br-article-main{
    background:#fff;
}
.br-article-image img{
    width:100%;
    border-radius:22px;
    display:block;
}
.br-article-content{
    color:#344054;
    line-height:1.9;
    font-size:17px;
}
.br-article-content h2,
.br-article-content h3,
.br-article-content h4{
    color:#111827;
    font-weight:800;
    margin-top:28px;
    margin-bottom:14px;
}
.br-article-share{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}
.br-article-share h6{
    margin:0;
    font-weight:800;
}
.br-article-sidebar .single-widgets{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    padding:20px;
    box-shadow:0 10px 30px rgba(15,35,58,.04);
}

@media (max-width:991px){
    .br-insights-head h2,
    .br-article-hero-inner h1{
        font-size:40px;
    }
    .br-featured-main{
        min-height:auto;
    }
    .br-featured-main .br-featured-image{
        height:380px;
    }
}
@media (max-width:575px){
    .br-insights-head h2,
    .br-article-hero-inner h1{
        font-size:30px;
    }
    .br-insights-head p{
        font-size:16px;
    }
    .br-featured-main .br-featured-image,
    .br-featured-side .br-featured-side-image{
        height:280px;
    }
}

.company-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.company-card:hover {
    transform: translateY(-6px);
}

.company-logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.job-count {
    display: block;
    margin: 10px 0;
    color: #0d6efd;
    font-weight: 600;
}

.view-btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
}

.filter-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}

.filter-check {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.br-page-head{
    max-width:760px;
    margin:0 auto 34px;
}
.br-page-head h2{
    font-size:52px;
    line-height:1.08;
    font-weight:800;
    color:#101828;
    margin-bottom:10px;
}
.br-page-head p{
    color:#667085;
    font-size:18px;
    line-height:1.7;
}

.br-company-filter .br-filter-card{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:20px;
    padding:22px 18px;
    box-shadow:0 12px 30px rgba(15,35,58,.05);
    position:sticky;
    top:100px;
}
.br-filter-block + .br-filter-block{
    margin-top:24px;
    padding-top:24px;
    border-top:1px solid #eef2f6;
}
.br-filter-title-row h5{
    margin:0 0 14px;
    font-size:18px;
    font-weight:800;
    color:#101828;
}
.br-filter-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.br-filter-scroll{
    max-height:320px;
    overflow:auto;
    padding-right:4px;
}
.br-filter-option{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border:1px solid #e7edf3;
    border-radius:12px;
    background:#f9fbfc;
    cursor:pointer;
    transition:.2s ease;
    font-size:15px;
    color:#344054;
}
.br-filter-option:hover{
    border-color:#bfd4db;
    background:#fff;
}
.br-filter-option input{
    width:16px;
    height:16px;
    accent-color:#0f5a66;
}
.br-company-results{
    min-height:240px;
}

@media (max-width:991px){
    .br-page-head h2{
        font-size:38px;
    }
    .br-company-filter .br-filter-card{
        position:static;
    }
}

.breadcrumb-section,
.breadcrumb-wrap,
.breadcrumb-content {
    display: none !important;
}

.main-content,
.page-content,
section {
    margin-top: 2px;
}

header {
    border-bottom: 1px solid #eee;
}

.contact-page-wrap {
    padding: 20px 0 80px;
}

.contact-card,
.contact-info-card {
    background: #f9fbf7;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(15, 27, 61, 0.05);
}

.contact-info-card {
    background: #f7f8fb;
}

.contact-page-title {
    margin-bottom: 40px;
}

.contact-form .form-group {
    margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.contact-form button {
    border-radius: 14px;
    padding: 16px 34px;
}

/* ===== Shared Page Hero Style (match Pricing page) ===== */
    }
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #eef2f6;
    margin-bottom: 16px;
    transition: all 0.25s ease;
}

.contact-info-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(11, 22, 51, 0.06);
}

/* Icon box */
.contact-info-list .icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eef7f5 0%, #e3f1ef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #176b78;
}

/* Text structure */
.contact-info-list .content span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #8c97ab;
    margin-bottom: 6px;
}

.contact-info-list .content a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.contact-info-list .content a:hover {
    color: #176b78;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    list-style: none;
}

.contact-uniform-info h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0b1633;
    margin-bottom: 20px;
}

.contact-uniform-info .mini-label {
    margin-bottom: 10px;
}

.social-card-upgraded ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.social-card-upgraded li {
    list-style: none;
}

.social-card-upgraded a {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff, #f3f7fb);
    border: 1px solid #e6ecf2;
    color: #176b78;
    box-shadow: 0 10px 25px rgba(11, 22, 51, 0.06);
    transition: all 0.25s ease;
}

.social-card-upgraded a:hover {
    transform: translateY(-4px) scale(1.05);
    background: linear-gradient(135deg, #2f6171 0%, #176b78 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(23, 107, 120, 0.25);
}

.social-card-upgraded {
    position: relative;
    overflow: hidden;
}

.social-card-upgraded::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(23, 107, 120, 0.12), transparent 70%);
}

/* ===== UNIFORM HERO (used across all pages) ===== */
.page-hero-uniform {
    padding: 55px 0 40px;
    background: #f7f7f7;
    text-align: center;
}

.page-hero-uniform .hero-badge {
    display: inline-block;
    padding: 11px 24px;
    border-radius: 999px;
    background: #e7f0ef;
    color: #176b78;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-hero-uniform h1 {
    margin: 0 0 16px;
    font-size: 46px; /* ðŸ‘ˆ YOUR FINAL SIZE */
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.7px;
    color: #0b1633;
}

.page-hero-uniform h1 .accent {
    color: #176b78;
}

.page-hero-uniform p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.6;
    color: #6c7a92;
}

/* Responsive */
@media (max-width: 991px) {
    .page-hero-uniform h1 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .page-hero-uniform h1 {
        font-size: 30px;
    }

    .page-hero-uniform p {
        font-size: 16px;
    }
}

/* ===== Premium Find Job Sidebar ===== */
.sidebar-section .col-xl-4,
.sidebar-section .col-lg-4,
.sidebar-section .col-md-4 {
    margin-top: 0;
}

.sidebar-section .job-widget-area,
.sidebar-section .widget-area,
.sidebar-section .sidebar,
.sidebar-section .job-sidebar,
.sidebar-section .widget-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
    border: 1px solid #e7edf4;
    border-radius: 28px;
    padding: 30px 24px;
    box-shadow: 0 18px 45px rgba(11, 22, 51, 0.06);
}

.sidebar-section .job-widget-area h5,
.sidebar-section .widget-area h5,
.sidebar-section .sidebar h5,
.sidebar-section .job-sidebar h5,
.sidebar-section .widget-wrap h5,
.sidebar-section .job-widget-area h4,
.sidebar-section .widget-area h4,
.sidebar-section .sidebar h4,
.sidebar-section .job-sidebar h4,
.sidebar-section .widget-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1633;
    margin-bottom: 14px;
}

.sidebar-section .job-widget-area p,
.sidebar-section .widget-area p,
.sidebar-section .sidebar p,
.sidebar-section .job-sidebar p,
.sidebar-section .widget-wrap p {
    color: #6c7a92;
    font-size: 16px;
    line-height: 1.7;
}

/* individual filter groups */
.sidebar-section .single-widget,
.sidebar-section .sidebar-widget,
.sidebar-section .widget-item,
.sidebar-section .job-widget,
.sidebar-section .filter-widget {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 22px 18px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(11, 22, 51, 0.03);
}

.sidebar-section .single-widget:last-child,
.sidebar-section .sidebar-widget:last-child,
.sidebar-section .widget-item:last-child,
.sidebar-section .job-widget:last-child,
.sidebar-section .filter-widget:last-child {
    margin-bottom: 0;
}

/* titles */
.sidebar-section .widget-title,
.sidebar-section .title,
.sidebar-section h6 {
    font-size: 17px;
    font-weight: 700;
    color: #48566d;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* input + selects */
.sidebar-section input[type="text"],
.sidebar-section input[type="search"],
.sidebar-section .form-control,
.sidebar-section .form-select,
.sidebar-section select,
.sidebar-section .nice-select {
    width: 100% !important;
    min-height: 58px;
    border: 1px solid #dfe7ef;
    border-radius: 20px;
    background: #fbfcfe;
    color: #4a5568;
    font-size: 16px;
    padding: 14px 18px 14px 44px;
    box-shadow: none;
}

.sidebar-section .nice-select {
    display: flex;
    align-items: center;
    padding-left: 18px;
}

.sidebar-section input[type="text"]:focus,
.sidebar-section input[type="search"]:focus,
.sidebar-section .form-control:focus,
.sidebar-section .form-select:focus,
.sidebar-section select:focus {
    border-color: #176b78;
    box-shadow: 0 0 0 4px rgba(23, 107, 120, 0.08);
    outline: none;
}

/* search icon alignment */
.sidebar-section .input-area,
.sidebar-section .form-inner {
    position: relative;
    width: 100%;
}

.sidebar-section .input-area i,
.sidebar-section .input-area svg,
.sidebar-section .form-inner i,
.sidebar-section .form-inner svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #95a1b5;
    z-index: 2;
}

/* remove bullets */
.sidebar-section ul,
.sidebar-section ol {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.sidebar-section li {
    list-style: none !important;
    margin: 0 0 12px;
    padding: 0;
}

/* employment, level, experience, salary buttons */
.sidebar-section .form-check,
.sidebar-section .check-item,
.sidebar-section .custom-checkbox,
.sidebar-section .custom-radio,
.sidebar-section li label,
.sidebar-section .checkbox-container,
.sidebar-section .radio-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border: 1px solid #dfe7ef;
    border-radius: 999px;
    background: #f9fbfd;
    color: #48566d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.22s ease;
    cursor: pointer;
    margin-bottom: 10px;
    min-height: 52px;
}

.sidebar-section .form-check:hover,
.sidebar-section .check-item:hover,
.sidebar-section .custom-checkbox:hover,
.sidebar-section .custom-radio:hover,
.sidebar-section li label:hover,
.sidebar-section .checkbox-container:hover,
.sidebar-section .radio-container:hover {
    background: #eef7f5;
    border-color: #c8e3de;
    color: #176b78;
}

.sidebar-section input[type="checkbox"],
.sidebar-section input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #176b78;
    margin: 0;
    flex-shrink: 0;
}

/* active/checked state */
.sidebar-section input[type="checkbox"]:checked + label,
.sidebar-section input[type="radio"]:checked + label {
    background: #176b78;
    color: #fff;
    border-color: #176b78;
}

/* if checked class is applied on parent by theme */
.sidebar-section .active,
.sidebar-section .selected,
.sidebar-section .checked {
    background: #176b78 !important;
    color: #fff !important;
    border-color: #176b78 !important;
}

/* clear filter button if present in sidebar */
.sidebar-section .clear-btn,
.sidebar-section .reset-btn,
.sidebar-section .clear-filter-btn,
.sidebar-section a[href*="find-job"] {
    border-radius: 14px;
}

/* range slider */
.sidebar-section .irs--flat .irs-line {
    background: #e6edf3;
    height: 6px;
}

.sidebar-section .irs--flat .irs-bar {
    background: linear-gradient(90deg, #176b78 0%, #2f6171 100%);
    height: 6px;
}

.sidebar-section .irs--flat .irs-handle > i:first-child {
    background: #176b78;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -6px;
}

.sidebar-section .irs-from,
.sidebar-section .irs-to,
.sidebar-section .irs-single {
    background: #0b1633;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 4px 8px;
}

/* mobile */
@media (max-width: 991px) {
    .sidebar-section .job-widget-area,
    .sidebar-section .widget-area,
    .sidebar-section .sidebar,
    .sidebar-section .job-sidebar,
    .sidebar-section .widget-wrap {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .sidebar-section .single-widget,
    .sidebar-section .sidebar-widget,
    .sidebar-section .widget-item,
    .sidebar-section .job-widget,
    .sidebar-section .filter-widget {
        padding: 18px 14px;
    }

    .sidebar-section .form-check,
    .sidebar-section .check-item,
    .sidebar-section .custom-checkbox,
    .sidebar-section .custom-radio,
    .sidebar-section li label,
    .sidebar-section .checkbox-container,
    .sidebar-section .radio-container {
        width: 100%;
        justify-content: flex-start;
        border-radius: 18px;
    }
}

/* ===== Premium Job Sidebar ===== */
.premium-job-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
    border: 1px solid #e7edf4;
    border-radius: 30px;
    padding: 28px 22px;
    box-shadow: 0 18px 45px rgba(11, 22, 51, 0.06);
}

.premium-filter-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
}

.premium-filter-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #e7f0ef;
    color: #176b78;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.premium-filter-head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.premium-filter-head h4 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #0b1633;
}

.premium-filter-head p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #6c7a92;
}

.premium-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 16px;
    background: #fff7f4;
    border: 1px solid #f3d8cc;
    color: #b85c38;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.premium-reset-btn:hover {
    background: #b85c38;
    color: #fff;
    border-color: #b85c38;
}

.premium-filter-group {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 20px 18px;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(11, 22, 51, 0.03);
}

.premium-filter-group label:first-child {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #48566d;
}

.premium-input-box,
.premium-select {
    width: 100% !important;
}

.premium-input-box {
    position: relative;
}

.premium-input-box i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #98a3b5;
    z-index: 2;
    font-size: 16px;
}

.premium-input-box input {
    width: 100%;
    min-height: 58px;
    border: 1px solid #dfe7ef;
    border-radius: 20px;
    background: #fbfcfe;
    color: #4a5568;
    font-size: 16px;
    padding: 14px 18px 14px 48px;
    box-shadow: none;
}

.premium-input-box input:focus,
.premium-select:focus,
.premium-job-sidebar select:focus {
    border-color: #176b78;
    box-shadow: 0 0 0 4px rgba(23, 107, 120, 0.08);
    outline: none;
}

.premium-select,
.premium-job-sidebar select {
    width: 100%;
    min-height: 58px;
    border: 1px solid #dfe7ef;
    border-radius: 20px;
    background: #fbfcfe;
    color: #4a5568;
    font-size: 16px;
    padding: 14px 18px;
    box-shadow: none;
}

.premium-pill-list,
.premium-salary-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.premium-pill-option,
.premium-salary-option {
    margin: 0;
    position: relative;
}

.premium-pill-option input,
.premium-salary-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.premium-pill-option span,
.premium-salary-option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid #dfe7ef;
    border-radius: 999px;
    background: #f9fbfd;
    color: #48566d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.22s ease;
    cursor: pointer;
}

.premium-pill-option span:hover,
.premium-salary-option span:hover {
    background: #eef7f5;
    border-color: #c8e3de;
    color: #176b78;
}

.premium-pill-option input:checked + span,
.premium-salary-option input:checked + span {
    background: #176b78;
    color: #fff;
    border-color: #176b78;
    box-shadow: 0 10px 24px rgba(23, 107, 120, 0.18);
}

.premium-range-wrap {
    margin-bottom: 18px;
}

.premium-job-sidebar .irs--flat .irs-line {
    background: #e6edf3;
    height: 6px;
}

.premium-job-sidebar .irs--flat .irs-bar {
    background: linear-gradient(90deg, #176b78 0%, #2f6171 100%);
    height: 6px;
}

.premium-job-sidebar .irs--flat .irs-handle > i:first-child {
    background: #176b78;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -6px;
}

.premium-job-sidebar .irs-from,
.premium-job-sidebar .irs-to,
.premium-job-sidebar .irs-single {
    background: #0b1633;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 4px 8px;
}

@media (max-width: 991px) {
    .premium-job-sidebar {
        padding: 22px 16px;
        border-radius: 24px;
    }

    .premium-filter-head-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .premium-reset-btn {
        width: 100%;
        justify-content: center;
    }

    .premium-filter-head h4 {
        font-size: 26px;
    }

    .premium-filter-group {
        padding: 18px 14px;
    }

    .premium-pill-list,
    .premium-salary-list {
        flex-direction: column;
    }

    .premium-pill-option span,
    .premium-salary-option span {
        width: 100%;
        justify-content: flex-start;
        border-radius: 18px;
    }
}

}

.premium-job-listing-section {
    background: #f7f7f7;
}

.single-smart-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbfb 100%);
    border: 1px solid #e8edf3;
    border-radius: 30px;
    box-shadow: 0 16px 40px rgba(11, 22, 51, 0.05);
}

.premium-job-toolbar-left {
    flex: 1;
}

.premium-toolbar-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #e7f0ef;
    color: #176b78;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.premium-job-toolbar-left h3 {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 700;
    color: #0b1633;
}

.premium-job-toolbar-left p {
    margin: 0;
    font-size: 16px;
    color: #6c7a92;
    line-height: 1.6;
}

.premium-job-toolbar-right {
    flex: 0 0 auto;
}

.premium-select-wrapper {
    position: relative;
    width: 320px;
    max-width: 100%;
}

.ai-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
    z-index: 2;
}

.premium-ai-sort {
    width: 100%;
    min-height: 60px;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    background: #ffffff;
    color: #48566d;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    padding: 0 18px 0 46px !important;
    cursor: pointer;
}

.premium-ai-sort:focus,
.premium-ai-sort:hover {
    border-color: #176b78;
    box-shadow: 0 0 0 4px rgba(23, 107, 120, 0.08);
}

/* Hide duplicate filter/sort/count controls from theme */
.premium-job-listing-section .br-job-listing-head,
.premium-job-listing-section .sidebar-section .col-xl-4,
.premium-job-listing-section .br-job-sidebar,
.premium-job-listing-section .default-sorting,
.premium-job-listing-section .job-sort-area,
.premium-job-listing-section .sorting-area,
.premium-job-listing-section .sort-by-section,
.premium-job-listing-section .listing-top,
.premium-job-listing-section .job-listing-top,
.premium-job-listing-section .filter-area,
.premium-job-listing-section .nice-select {
    display: none !important;
}

/* Hide duplicate â€œshowing resultsâ€ box and extra result bars inside included job section */
.premium-results-wrap .showing-result,
.premium-results-wrap .showing,
.premium-results-wrap .result-count,
.premium-results-wrap .job-found,
.premium-results-wrap .explore-job-result,
.premium-results-wrap .default-sorting,
.premium-results-wrap .sorting-area,
.premium-results-wrap .job-sort-area,
.premium-results-wrap .sort-by-section,
.premium-results-wrap .listing-top,
.premium-results-wrap .job-listing-top,
.premium-results-wrap .list-grid-product-wrap,
.premium-results-wrap .pagination-area .job-item-showing {
    display: none !important;
}

@media (max-width: 991px) {
    .single-smart-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px;
    }

    .premium-job-toolbar-right {
        width: auto;
        min-width: auto;
    }

    .premium-select-wrapper {
        width: 100%;
    }

    .premium-ai-sort {
        width: 100%;
    }

    .premium-job-toolbar-left h3 {
        font-size: 24px;
    }
}

/* Premium job card */
.premium-job-card {
    border-radius: 24px;
    border: 1px solid #e8edf3;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    box-shadow: 0 10px 28px rgba(11, 22, 51, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.premium-job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(11, 22, 51, 0.10);
    border-color: #d6e4ea;
}

.br-job-logo img {
    border-radius: 18px;
}

.br-top-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.br-top-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.recommended-pill {
    background: #e7f0ef;
    color: #176b78;
}

.featured-pill {
    background: #fff3df;
    color: #b36a00;
}

.br-match-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
}

/* Match colors */
.br-match-badge.match-high {
    background: #e9f8ef;
    color: #15803d;
    border-color: #cbeed6;
}

.br-match-badge.match-mid {
    background: #fff4e5;
    color: #b45309;
    border-color: #f6ddba;
}

.br-match-badge.match-low {
    background: #fdecec;
    color: #b91c1c;
    border-color: #f5caca;
}

.br-job-right-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bookmark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7fafc;
    border: 1px solid #e7edf4;
    transition: all 0.2s ease;
}

.bookmark:hover,
.bookmark.active {
    background: #176b78;
    border-color: #176b78;
    color: #fff;
}

.br-job-company {
    color: #6c7a92;
    font-size: 15px;
    margin-top: 6px;
}

.br-job-meta span {
    color: #526176;
}

.br-job-salary {
    font-weight: 700;
    color: #0b1633 !important;
}

.br-job-tags {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.br-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4f7fa;
    color: #4b5b71;
    font-size: 13px;
    font-weight: 600;
}

.br-tag.soft {
    background: #eef4f7;
}

.premium-apply-btn {
    border-radius: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.premium-apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(23, 107, 120, 0.15);
}

@media (max-width: 991px) {
    .br-job-title-row {
        gap: 14px;
    }

    .br-job-right-meta {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.homepage-ai-jobs-section {
    background: #f7f7f7;
}

.homepage-ai-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #e7f0ef;
    color: #176b78;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.homepage-ai-jobs-head h2 {
    font-size: 34px;
    font-weight: 700;
    color: #0b1633;
}

.homepage-ai-jobs-head p {
    color: #6c7a92;
    font-size: 16px;
}

.homepage-ai-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dfe7ef;
    color: #176b78;
    font-weight: 700;
    text-decoration: none;
}

.homepage-ai-job-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    border: 1px solid #e8edf3;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(11, 22, 51, 0.05);
    transition: 0.25s ease;
}

.homepage-ai-job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(11, 22, 51, 0.10);
}

.homepage-ai-job-card h4 a {
    color: #0b1633;
    text-decoration: none;
}

.homepage-ai-company {
    color: #6c7a92;
}

.homepage-ai-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #526176;
    font-size: 14px;
}

.homepage-ai-salary {
    font-weight: 700;
    color: #0b1633;
}

.homepage-ai-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 16px;
    background: #176b78;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.br-company-topbar .left-content h6{
    font-weight:700;
    color:#344054;
}
.br-company-card{
    background:#fff;
    border:1px solid #e7edf3;
    border-radius:18px;
    padding:22px;
    box-shadow:0 10px 30px rgba(15,35,58,.05);
    transition:.25s ease;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.br-company-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 35px rgba(15,35,58,.08);
}
.br-company-card-top{
    align-items:flex-start;
    gap:16px;
}
.br-company-logo-box{
    width:76px;
    height:76px;
    min-width:76px;
    border-radius:16px;
    background:#f8fafc;
    border:1px solid #e7edf3;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:8px;
}
.br-company-logo-box img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.br-company-card .name-location h5{
    margin-bottom:10px;
    font-size:20px;
    line-height:1.4;
    font-weight:800;
}
.br-company-card .name-location h5 a{
    color:#101828;
    text-decoration:none;
}
.br-company-meta{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}
.br-company-meta li{
    display:flex;
    align-items:center;
    gap:8px;
    color:#667085;
    font-size:14px;
    line-height:1.5;
}
.br-company-meta li svg{
    min-width:15px;
}
.br-company-card-bottom{
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid #eef2f6;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.br-company-card-bottom .vacancies p{
    margin:0;
    color:#475467;
    font-weight:600;
}
.br-company-card-bottom .vacancies span{
    color:var(--br-brand);
    font-weight:800;
}
@media (max-width:575px){
    .br-company-card{
        padding:18px;
    }
    .br-company-card-top{
        gap:12px;
    }
    .br-company-logo-box{
        width:64px;
        height:64px;
        min-width:64px;
    }
    .br-company-card-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
}

/* ===== FINAL CLEAN HEADER ===== */
.br-premium-header{
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e9eef5;
    box-shadow: 0 8px 24px rgba(15,35,58,.05);
}

.br-premium-nav{
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.br-site-logo img{
    max-height: 76px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    display: block;
}

.br-desktop-menu{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.br-menu-list{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.br-menu-list > li{
    position: relative;
    list-style: none;
}

.br-menu-link-row{
    display: flex;
    align-items: center;
}

.br-menu-list > li > .br-menu-link-row > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    transition: all .25s ease;
}

.br-menu-list > li > .br-menu-link-row > a:hover{
    color: var(--br-brand);
    background: rgba(15,90,102,.08);
}

.br-menu-list > li.active > .br-menu-link-row > a{
    background: #0f5a66;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(15,90,102,.18);
}

.br-submenu-toggle{
    display: none;
    border: 0;
    background: transparent;
    color: #64748b;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.br-sub-menu{
    min-width: 240px;
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 16px;
    padding: 10px;
    margin-top: 12px;
    box-shadow: 0 18px 40px rgba(15,23,42,.10);
}

.br-sub-menu li{
    list-style: none;
}

.br-sub-menu li a{
    display: block;
    padding: 11px 14px;
    border-radius: 10px;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.br-right-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}

.br-nav-link-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.br-nav-link-muted{
    color: #0f172a;
    background: #f5f7fb;
    border: 1px solid #e5ebf2;
}

.br-nav-link-solid{
    color: #fff !important;
    background: #0f5a66;
    box-shadow: 0 10px 22px rgba(15,90,102,.18);
}

/* ===== MOBILE BUTTON ===== */
.br-mobile-menu-btn{
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f5a66, #128093);
    border: 0;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 14px 30px rgba(15,90,102,.30);
}

.br-mobile-menu-btn i{
    font-size: 32px;
    line-height: 1;
}

/* ===== MOBILE DRAWER ===== */
.br-mobile-overlay{
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.34);
    z-index: 99990;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
}

.br-mobile-overlay.show{
    opacity: 1;
    visibility: visible;
}

.br-mobile-drawer{
    position: fixed;
    top: 0;
    right: -100%;
    width: 86%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transition: right .32s ease;
    box-shadow: -12px 0 40px rgba(15,23,42,.16);
    border-radius: 24px 0 0 24px;
    display: block;
}

.br-mobile-drawer.show{
    right: 0;
}

.br-mobile-drawer-top{
    padding: 18px;
    border-bottom: 1px solid #eef2f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.br-mobile-drawer-logo .br-site-logo img{
    max-height: 52px;
    max-width: 165px;
}

.br-mobile-drawer-close{
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: #f4f7fb;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.br-mobile-drawer-body{
    padding: 16px;
}

.br-mobile-drawer .br-menu-list{
    display: block;
    padding: 0;
    margin: 0;
}

.br-mobile-drawer .br-menu-list > li{
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.br-mobile-drawer .br-menu-link-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.br-mobile-drawer .br-menu-list > li > .br-menu-link-row > a{
    display: flex;
    width: calc(100% - 42px);
    justify-content: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 15px;
}

.br-mobile-drawer .br-submenu-toggle{
    display: inline-flex;
}

.br-mobile-drawer .br-sub-menu{
    position: static;
    width: 100%;
    min-width: 100%;
    margin: 8px 0 10px 0;
    box-shadow: none;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 8px;
    display: none;
}

.br-mobile-drawer .menu-item-has-children.open > .br-sub-menu{
    display: block;
}

.br-mobile-drawer-footer{
    padding: 18px;
    border-top: 1px solid #eef2f6;
}

.br-mobile-auth-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.br-mobile-action{
    min-height: 46px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.br-mobile-action-muted{
    background: #f5f7fb;
    color: #0f172a;
    border: 1px solid #e7edf3;
}

.br-mobile-action-solid{
    background: #0f5a66;
    color: #fff !important;
}

.br-mobile-quick-links{
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.br-mobile-quick-link{
    min-height: 50px;
    padding: 0 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.br-mobile-quick-link i{
    color: #0f5a66;
}

@media (max-width: 991px){
    .br-desktop-menu,
    .br-right-actions{
        display: none !important;
    }

    .br-mobile-menu-btn{
        display: inline-flex;
    }

    .br-premium-nav{
        min-height: 74px;
    }

    .br-site-logo img{
        max-height: 58px;
        max-width: 180px;
    }
}

@media (max-width: 575px){
    .br-premium-nav{
        min-height: 70px;
    }

    .br-site-logo img{
        max-height: 52px;
        max-width: 165px;
    }

    .br-mobile-drawer{
        width: 92%;
        max-width: 92%;
    }
}

/* Desktop dropdown behavior */
@media (min-width: 992px){
    .br-menu-list > li{
        position: relative;
    }

    .br-menu-list > li > .br-sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .22s ease;
        z-index: 99;
        display: block;
    }

    .br-menu-list > li:hover > .br-sub-menu{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 991px){
    .br-mobile-drawer{
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 86% !important;
        max-width: 360px !important;
        height: 100vh !important;
        background: #fff !important;
        z-index: 99999 !important;
        overflow-y: auto !important;
        transition: right .32s ease !important;
        box-shadow: -12px 0 40px rgba(15,23,42,.16) !important;
        border-radius: 24px 0 0 24px !important;
        display: block !important;
    }

    .br-mobile-drawer.show{
        right: 0 !important;
    }

    .br-mobile-overlay{
        position: fixed !important;
        inset: 0 !important;
        background: rgba(15,23,42,.34) !important;
        z-index: 99990 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: .25s ease !important;
        display: block !important;
    }

    .br-mobile-overlay.show{
        opacity: 1 !important;
        visibility: visible !important;
    }
}
