@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700';
@import './font.css';
@import './font-li-shobuj.css';

:root {
    --ha-primary: #5e2797;
    --ha-dark: #152536
}

body {
    font-family: solaimanlipi, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: #5e2797;
    text-decoration: none
}

a,
button {
    color: var(--ha-primary);
    outline: medium
}

button:hover,
button:focus,
.btn:hover {
    background-color: #723275
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: li shobuj nolua unicode, sans-serif;
    font-weight: 400;
    color: var(--ha-dark);
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: normal
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-weight: 500
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--ha-dark);
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0;
    margin: 30px 0;
    padding: 0
}

label {
    color: var(--ha-dark);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: var(--ha-dark);
    color: #fff;
    text-shadow: none
}

::selection {
    background: var(--ha-dark);
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: var(--ha-dark);
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

*:focus {
    outline: none
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #148941 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.separator {
    border-top: 1px solid #f2f2f2
}

.btn {
    -moz-user-select: none;
    background: var(--ha-primary) none repeat scroll 0 0;
    border: medium;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 transparent
}

.breadcrumb>.active {
    color: #888
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel .owl-nav div:hover {
    background: #2b96cc;
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--ha-primary)
}

#scrollUp {
    background: var(--ha-primary);
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px
}

#scrollUp:hover {
    background: var(--ha-dark)
}

.PreLoader {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff9e;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: wait !important
}

.nice-select {
    width: 100%;
    margin-bottom: 15px
}

.nice-select.open .nice-select-dropdown {
    width: 100%
}

.nice-select .nice-select-dropdown {
    width: 100%
}

header {
    align-items: center;
    justify-content: center;
    align-self: middle;
    border-bottom: 1px solid #ced4da;
    transition: .3s all ease 0s
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff
}

header.sticky .navbar-brand {
    padding: 10px 0
}

header.sticky .navbar-nav a.nav-item:last-child {
    margin-right: 0
}

header.sticky .navbar-nav a.nav-item {
    font-weight: 700;
    color: var(--ha-dark);
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    transition: .3s
}

header.sticky .navbar-nav a.nav-item:hover {
    color: var(--ha-primary)
}

.logo {
    text-align: left;
    max-width: 100%;
    width: 120px;
    height: auto
}

.navbar-nav a.nav-item:last-child {
    margin-right: 0
}

.navbar-nav a.nav-item,
.navbar-nav ul li.a {
    font-weight: 700;
    color: var(--ha-dark);
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 0 5px;
    display: inline-block;
    transition: .3s
}

ul.menu li.item:hover>a {
    color: var(--ha-primary)
}

.dropdown-menu {
    margin-top: 8px;
    width: 180px;
    overflow: hidden
}

.dropdown-menu a {
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: block
}

.navbar-nav a:last-child {
    border-bottom: 0
}

.navbar-nav a:hover {
    color: var(--ha-primary)
}

a.f-notification {
    position: relative
}

a.f-notification::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: red;
    left: 10px;
    right: 0;
    border-radius: 100%
}

a.f-notification::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: red;
    left: 10px;
    right: 0;
    border-radius: 100%
}

.dropdown-menu-right {
    right: auto !important;
    left: auto
}

.hero-section {
    display: block;
    background-image: url(../img/header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0
}

.hero-title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    letter-spacing: .05em
}

.hero-title h2 span {
    color: var(--ha-primary)
}

.hero-content.text-center p {
    position: relative;
    padding: 15px 0;
    color: var(--ha-primary);
    margin: 0
}

.hero-content.text-center p::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/hero-border.png);
    height: 10px;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 10px
}

.hero-content a {
    font-weight: 500;
    font-size: 16px
}

.hero-content a,
.hero-content button {
    font-weight: 500;
    font-size: 13px;
}

.breadcrumbs-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 50px
}

.recent-registe-section {
    background: #152536;
    padding: 20px 0
}

.recent-title h4,
.recent-reigster-item h4 {
    color: #fff
}

.recent-item-register {
    background: #1459a3ad;
    padding: 10px 42px;
    border-radius: 3px;
    margin: 0 6px
}

.recent-reigster-item p {
    color: #ddd;
    font-size: 18px;
    font-weight: 500
}

/* Recent Slider Recreation */
.recent-slider {
    display: block;
    width: 100%;
    overflow: hidden;
}

.slider-item {
    outline: none;
    margin: 0 10px;
}

.recent-slider .recent-item-register {
    min-height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    width: 100%;
    margin: 0;
}

.recent-register-img img {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.recent-reigster-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}


.recent-title h4::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    width: 150px;
    margin: auto
}

.data-filter {
    background: var(--ha-primary);
    padding: 30px;
    border-radius: 5px;
    color: #fff
}

.data-filter label,
.data-filter select {
    color: #fff
}

.data-filter select {
    display: none
}

.data-filter .nice-select,
.data-filter .nice-select.open .nice-select-dropdown {
    cursor: pointer;
    background: #723275;
    outline: none !important;
    border: #723275;
    border-radius: 0;
    color: #fff;
    width: 100%
}

.data-filter .nice-select .list {
    background: #723275;
    color: #fff
}

.data-filter select option:checked,
.data-filter select option:hover {
    cursor: pointer;
    box-shadow: 0 0 10px 100px #45cc7a inset
}

.data-filter .nice-select .option {
    color: #152536
}

.data-filter select option:hover {
    cursor: pointer;
    color: #152536;
    background-color: #45cc7a !important
}

.data-filter .nice-select:after {
    border-color: #fff
}

.submit-form button {
    cursor: pointer;
    outline: none;
    border: none;
    background: #723275;
    color: #fff;
    padding: 5px 20px
}

.card {
    margin-bottom: 10px
}

.card-bg-1 {
    cursor: pointer;
    background: #dccaef;
    border: 1px dashed #22a354
}

.card-bg-2 {
    cursor: pointer;
    background: #e5e0eb;
    border: 1px dashed var(--ha-primary)
}

.card-bg-3 {
    cursor: pointer;
    background: #dbb3ce;
    border: 1px dashed #0f6dd0
}

.card-bg-4 {
    cursor: pointer;
    background: #d7afaf;
    border: 1px dashed #ce3d08
}

.achivement-content .card-title {
    font-size: 24px;
    color: var(--ha-dark)
}

.featured-biodata {
    display: block;
    position: relative;
    padding: 100px 0;
    padding-top: 50px;
    overflow: hidden
}

.biodata-card a.btn {
    font-weight: 400;
    font-size: 16px
}

.section-title {
    display: block;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px
}

.biodata-card {
    border-radius: 5px;
    padding: 0 0 20px;
    transition: all .292s ease 0s;
    margin-bottom: 50px;
    border: 1px solid var(--ha-primary);
    transition: .2s ease-in-out
}

.biodata-card:hover {
    transform: scale(1.02);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    cursor: pointer
}

.biodata-card .biodata-body {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 40px 40px 25px
}

.biodata-img img {
    position: relative;
    bottom: -3px
}

.biodata-img {
    display: block;
    background: #fff;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    text-align: center
}

.biodata-header {
    color: #fff;
    margin: 0;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 60px 0;
    box-shadow: 0 1px 0 0 var(--ha-primary);
    background: var(--ha-primary)
}

.biodata-card .biodata-body label:nth-child(1) {
    border-top: 1px solid var(--ha-primary)
}

.biodata-card .biodata-body p:nth-child(2) {
    border-top: 1px solid var(--ha-primary)
}

.biodata-card .biodata-body label {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: right;
    margin: 0;
    padding: 5px 10px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--ha-primary);
    font-size: 16px;
    color: var(--ha-dark)
}

.biodata-card .biodata-body p {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0;
    text-align: left;
    padding: 5px 10px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: var(--ha-primary);
    font-size: 16px
}

.biodata-title h4 {
    color: #fff;
    font-size: 26px;
    line-height: 40px
}

.biodata-title p {
    margin: 0;
    color: #eee;
    font-size: 22px;
    padding: 0
}

.profile-card {
    background: var(--ha-primary);
    text-align: center;
    color: #fff
}

.profile-card button {
    background: #fff;
    color: #152536;
    font-weight: 400
}

.profile-card .biodata-body label,
.profile-card .biodata-body p,
.profile-card .biodata-body label:first-child,
.profile-card .biodata-body p:nth-child(2) {
    color: #fff;
    border-color: #fff
}

.profile-card .biodata-header {
    padding: 30px 0
}

.profile-card .biodata-body {
    padding: 15px 40px 25px
}

.sorting select {
    border: none;
    background: #ccc
}

.sorting select:hover,
.sorting select:focus,
.sorting select:active {
    border: none;
    background: #ccc
}

.pagination-area {
    padding: 30px 0;
    text-align: center;
    margin: auto
}

.pagination-area .page-link {
    color: var(--ha-primary)
}

.pagination-area .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--ha-primary);
    border-color: var(--ha-primary)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.profile-card-content .card-header h5 {
    padding: 15px 10px;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: var(--ha-primary);
    display: block;
    border-top: 2px solid var(--ha-primary);
    border-radius: 5px;
    width: 100%
}

.profile-card-content table tbody tr {
    text-align: left;
    color: #152536
}

.profile-card-content table tbody tr th {
    font-weight: 500;
    font-size: 15px;
    width: 50%;
    border: none;
    vertical-align: middle !important
}

.profile-card-content table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: 0;
    font-size: 14px;
    vertical-align: middle !important
}

.contact-biodata button {
    font-weight: 400
}

.contact-form {
    border-radius: 5px;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    margin-top: 40px;
    margin-bottom: 50px
}

.profile-tab-content .nav-biodata .nav-link {
    border-radius: 0;
    margin-bottom: 30px;
    font-family: li shobuj nolua unicode
}

.profile-tab-content .nav-biodata .nav-link.active,
.nav-biodata .show>.nav-link {
    color: #fff;
    background-color: var(--ha-primary);
    border-radius: 0;
    margin-bottom: 30px;
    font-family: li shobuj nolua unicode
}

.nav .nav-link.active,
.nav .show>.nav-link {
    color: #fff;
    background-color: var(--ha-primary)
}

.about-section {
    display: block;
    background: var(--ha-primary);
    color: #fff;
    padding: 60px 0
}

.about-section-content h3 {
    color: #fff;
    line-height: 55px
}

.about-section-content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.auth-card .card-header h5 {
    padding: 15px 10px;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: var(--ha-primary);
    display: block;
    border-top: 2px solid var(--ha-primary);
    border-radius: 5px;
    width: 100%
}

.sign-in a {
    color: var(--ha-dark);
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px
}

.auth-card {
    padding: 180px 0
}

.auth-card label {
    color: var(--ha-dark);
    font-weight: 700
}

.edit-profile .nav-biodata .nav-link {
    background: #f3f3f3;
    margin-bottom: 10px !important;
    border-radius: 0;
    font-family: li shobuj nolua unicode;
    margin-right: 5px;
    color: var(--ha-dark)
}

footer {
    display: block;
    overflow: hidden;
    position: relative;
    background: var(--ha-dark);
    padding: 20px 0
}

.copyright-text p {
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.footer-logo {
    display: block;
    text-align: left;
    margin-bottom: 20px
}

.social-icon a {
    margin-left: 10px;
    display: inline-block;
    background: var(--ha-primary);
    padding: 10px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 16px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

.footer-menu {
    position: relative;
    top: 29px
}

.footer-menu ul li {
    display: inline-block;
    margin-right: 15px
}

.footer-menu ul li:last-child {
    margin-right: 0
}

.footer-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-style: normal
}

.f-border {
    position: relative
}

.f-border::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 97%;
    left: 0;
    bottom: 40px;
    right: 0;
    margin: auto
}

.breadcrumbs {
    background: #723275;
    margin-bottom: 50px
}

.breadcrumbs h2 {
    padding: 100px 0;
    text-align: center;
    color: #fff
}

.about-content {
    padding: 30px 0;
    border-top: 1px dashed #ddd
}

.about-content p {
    font-size: 19px;
    text-align: justify;
    line-height: 26px
}

.social-content h3 {
    margin-bottom: 20px;
    line-height: 40px
}

.social-content a {
    font-size: 20px
}

#social-links ul {
    display: inline-block
}

#social-links ul li:not(:first-child) {
    display: inline-block;
    padding: 0 5px
}

.biodata-approve-rulls {
    padding: 20px
}

.biodata-approve-rulls ul li {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    font-size: 18px
}

.biodata-approve-rulls ul li:last-child {
    border: none
}

/* New Recent Slider Styles */
.new-recent-slider .new-slider-item {
    outline: none;
}

.new-recent-slider .user-card-new {
    background: #6a89cc !important;
    /* Fallback */
    background: linear-gradient(90deg, #6a89cc 0%, #4a69bd 100%) !important;
    /* Blueish gradient similar to screenshot */
    border: none !important;
    transition: transform 0.3s ease;
}

.new-recent-slider .user-card-new:hover {
    transform: translateY(-3px);
}

.new-recent-slider .user-info h5 {
    color: #fff !important;
}

.new-recent-slider .user-info p {
    color: #f1f1f1 !important;
}

.new-recent-slider .user-img img {
    border: 2px solid #fff !important;
}

.biodata-approve-rulls ul li i {
    margin: 10px
}

.modal-video {
    border-bottom: none
}

.popup-title h4 {
    font-weight: 600;
    letter-spacing: 1.5px;
}

/* Header Profile Icon Style */
.header-profile-icon {
    font-size: 24px !important;
    background: linear-gradient(45deg, #5e2797, #db2777) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.nav-link:hover .header-profile-icon,
.dropdown-toggle:hover .header-profile-icon {
    transform: scale(1.1);
}

/* Dashboard Menu Grid Styles */
.dashboard-menu-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.dashboard-menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.dashboard-menu-icon {
    display: inline-block;
}

.dashboard-menu-icon i {
    background: -webkit-linear-gradient(45deg, #5e2797, #db2777);
    background: linear-gradient(45deg, #5e2797, #db2777);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #5e2797;
    /* Fallback */
}

/* Ensure nice spacing on mobile */
@media (max-width: 576px) {
    .dashboard-menu-item {
        padding: 1rem !important;
    }

    .dashboard-menu-item h6 {
        font-size: 12px !important;
    }

    .dashboard-menu-icon i {
        font-size: 1.5em;
    }
}

/* Offer Urgent Card - Highlighted Color */
.offer-card-urgent {
    background: linear-gradient(45deg, #ff0055 0%, #ff0099 100%) !important;
    border: 2px solid #fff !important;
    position: relative;
    overflow: hidden;
    animation: pulse-border 2s infinite;
    box-shadow: 0 4px 15px rgba(255, 0, 85, 0.4) !important;
}

.offer-card-urgent:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 0, 85, 0.6) !important;
}

.offer-card-urgent .dashboard-menu-icon i {
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.urgency-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff000;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    border: 1px solid #fff;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 85, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 85, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 85, 0);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-3px);
    }
}

/* Fix Header Z-Index Overlay Issue */
.header-sticky {
    position: sticky;
    top: 0;
    z-index: 9999 !important;
    background: white;
    /* Ensure background is opaque if sticky */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}