.text-main {
    color: #1A3DB1 !important;
}

.text-main a:hover,
a.text-main:hover {
    color: #153291 !important;
}

.text-secondary a:hover,
a.text-secondary:hover {
    color: #7f08ce !important;
}

.text-danger a:hover,
a.text-danger:hover {
    color: #ff003f !important;
}

.bg-pd-main {
    background: #1A3DB1 !important;
}

.bg-pd-secondary {
    background: #9f14fb !important;
}

.text-link {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    ;
}

.text-link:hover {
    color: #1A3DB1 !important;
    text-decoration: underline;
}

.bg-pd-semi-light {
    background: var(--bs-pd-semi-light) !important;
}

.bg-pd-main {
    background: var(--bs-blue) !important;
}

.bg-pd-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-pd-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pd-light-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-pd-blue-rgb), var(--bs-bg-opacity)) !important;
}

.btn-pd-light {
    --bs-btn-bg: #f8eeff;
    --bs-btn-border-color: #f8eeff;
    --bs-btn-hover-bg: #f9e0ff;
    --bs-btn-hover-border-color: #f9e0ff;
    --bs-btn-active-bg: #f9e0ff;
    --bs-btn-active-border-color: #f9e0ff;
    --bs-btn-disabled-bg: #f9e0ff;
    --bs-btn-disabled-border-color: #f9e0ff;
}

.btn-primary,
.btn-pd-main {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1A3DB1;
    --bs-btn-border-color: #1A3DB1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005dce;
    --bs-btn-hover-border-color: #153291;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1A3DB1;
    --bs-btn-active-border-color: #153291;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #153291;
    --bs-btn-disabled-border-color: #1A3DB1;
}

.btn-outline-primary,
.btn-outline-pd-main {
    --bs-btn-color: #153291;
    --bs-btn-border-color: #153291;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #153291;
    --bs-btn-hover-border-color: #153291;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #153291;
    --bs-btn-active-border-color: #153291;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #153291;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #153291;
    --bs-gradient: none;
}

.btn-pd-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9f14fb;
    --bs-btn-border-color: #7f08ce;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7f08ce;
    --bs-btn-hover-border-color: #7f08ce;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9f14fb;
    --bs-btn-active-border-color: #7f08ce;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7f08ce;
    --bs-btn-disabled-border-color: #9f14fb;
}

.btn-outline-pd-secondary {
    --bs-btn-color: #9f14fb;
    --bs-btn-border-color: #9f14fb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9f14fb;
    --bs-btn-hover-border-color: #9f14fb;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9f14fb;
    --bs-btn-active-border-color: #9f14fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9f14fb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9f14fb;
    --bs-gradient: none;
}

.w-x-auto {
    width: auto !important;
}

.text-danger {
    color: rgb(255, 28, 49);
}

.grid_thumb_image {
    min-height: 100%;
    width: 100%;
    height: auto;
}

.display-10 {
    font-size: 1.5rem !important;
}

.overlay-div {
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(18, 22, 251, 0.85);
}

.service_name {
    align-items: center;
    white-space: nowrap;
    width: 100%;
    display: flex;
    scroll-behavior: smooth;
    flex-wrap: wrap;
}

.service_name .name {
    background: #f8eeff;
    font-size: 0.8rem;
    color: #000;
    align-items: center;
    line-height: normal;
    margin: 0.15rem;
    padding: 0.2rem 0.4rem;
}

.bg-rgba-white-1 {
    background-color: rgba(var(--bs-light-main-rgb), 0.1);
}

.bg-rgba-white-2 {
    background-color: rgba(var(--bs-light-main-rgb), .2);
}

.bg-rgba-white-3 {
    background-color: rgba(var(--bs-light-main-rgb), .3);
}

.bg-rgba-white-4 {
    background-color: rgba(var(--bs-light-main-rgb), .4);
}

.bg-rgba-white-5 {
    background-color: rgba(var(--bs-light-main-rgb), .5);
}

.bg-rgba-white-6 {
    background-color: rgba(var(--bs-light-main-rgb), .6);
}

.bg-rgba-white-7 {
    background-color: rgba(var(--bs-light-main-rgb), .7);
}

.bg-rgba-white-8 {
    background-color: rgba(var(--bs-light-main-rgb), .8);
}

.bg-rgba-white-9 {
    background-color: rgba(var(--bs-light-main-rgb), .9);
}

.bg-rgba-black-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-rgba-main-2 {
    background-color: rgba(231, 5, 26, 0.2);
}

.bg-rgba-light-5 {
    background-color: rgba(248, 244, 243, 0.5);
}


.alert {
    margin-top: 10px !important;
}

.alert-success {
    background: #69e769;
}

.alert-danger {
    background: #ff7d7d;
}

.alert-info {
    background: #3af8f8;
}

.alert-warning {
    background: #ffd05a;
}

.d-none-mob {
    display: inline !important;
}

.d-none-mob.d-flex {
    display: flex !important;
}

.d-none-pc {
    display: none !important;
}

.container-pd {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .65);
    padding-left: calc(var(--bs-gutter-x)* .65);
    margin-right: auto;
    margin-left: auto;
}

.navbar>.container-pd {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
    margin: 0 5px;
}

.navbar-brand img {
    height: 52px;
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1A3DB1;
    --bs-btn-border-color: #1A3DB1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005dce;
    --bs-btn-hover-border-color: #005dce;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1A3DB1;
    --bs-btn-active-border-color: #005dce;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1A3DB1;
    --bs-btn-disabled-border-color: #1A3DB1;
}

.btn-outline-info {
    --bs-btn-color: #1A3DB1;
    --bs-btn-border-color: #1A3DB1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1A3DB1;
    --bs-btn-hover-border-color: #1A3DB1;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1A3DB1;
    --bs-btn-active-border-color: #1A3DB1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1A3DB1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1A3DB1;
    --bs-gradient: none;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
    --bs-backdrop-opacitys: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacitys);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.bg-fixed {
    background-attachment: fixed !important;
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/*navebar*/
.details-navbar {
    overflow-x: auto;
    white-space: nowrap;
    background-color: #9f14fb;
}

.details-navbar .details-nav-link {
    display: inline-block;
    padding: 14px 20px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.details-navbar .details-nav-link.active {
    background-color: #1A3DB1;
}

.detail-img {
    width: 100%;
    height: 250px !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #ff0600;
    border: 1px solid #ff0600;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #ff0600;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.modal {
    --bs-modal-zindex: 1055 !important;
    z-index: 1055 !important;
}

.stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
    margin: 0 5px;
}

.star.selected-1,
.star.selected-2,
.star.selected-3,
.star.selected-4,
.star.selected-5,
.star:hover {
    transform: scale(1.2);
}

.star.selected-1,
.star.hover-1 {
    color: #dc3545;
    /* Red */
}

.star.selected-2,
.star.hover-2 {
    color: #0dcaf0;
    /* Orange */
}

.star.selected-3,
.star.hover-3 {
    color: #198754;
    /* Yellow */
}

.star.selected-4,
.star.hover-4 {
    color: #1A3DB1;
    /* Light Green */
}

.star.selected-5,
.star.hover-5 {
    color: #9f14fb;
    /* Green */
}

.star-feedback {
    margin: 5px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.star-options {
    margin-top: 10px;
    text-align: left;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.star-option-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    --color-secondary-filled-bg: #edf7ff;
    --color-secondary-filled-border: #daedff;
    border-radius: 10rem;
    border: 1px solid var(--color-secondary-filled-border);
    background: var(--color-secondary-filled-bg);
    padding: 5px 10px;
}

.star-options input {
    display: none;
}

.star-options .star-custom-checkbox {
    width: 20px;
    height: 20px;
    background: #daedff;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    transition: background 0.3s;
}

.star-options>input:checked+.star-option-label .star-custom-checkbox {
    background: #32cd32;
    /* Change this color as needed */
}

.star-options>input:checked+.star-option-label .star-custom-checkbox::after {
    content: '\f00c';
    /* Font Awesome check mark */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.star-options>input:checked+label {
    background-color: #e0ffe0;
    /* Light green background */
    padding: 5px 10px;
    border-radius: 10rem;
}

.review-reasons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.review-reasons li {
    display: flex;
    align-items: center;
    list-style: none;
}

.review-reasons li i {
    margin-right: 5px;
}

.pagination a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 2px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    gap: 4px;
}

.pagination .current {
    display: inline-block;
    margin: 0 2px;
    padding: 0 2px;
    min-width: 34px;
    height: 34px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #9f14fb;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .next:hover {
    color: var(--bs-blue);
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    /* Adjust height based on your layout */
}

.fa-spinner {
    font-size: 48px;
    /* Adjust size as needed */
    color: #007bff;
    /* Adjust color */
}

.favorite-heart {
    color: #007bff;
    /* Adjust color */
}

.favorite-heart:hover {
    color: #dc3545;
    /* Adjust color */
}

/* city search home page design */
#searchContainer {
    position: relative;
    width: 100%;
}

#cityList {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    list-style: none;
    padding: 10px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 999999 !important;
    /* Extremely High */
    max-height: 400px;
    overflow-y: auto;
    display: none;
    animation: dropdownSlide 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-effect-search {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15) !important;
    border-radius: 50rem !important;
    position: relative;
    z-index: 1000 !important;
    /* Fix Stacking Context for Dropdown */
}

#cityList li,
#cityList li.city {
    padding: 12px 24px;
    margin: 4px 8px;
    border-radius: 12px;
    background-color: transparent;
    border-bottom: none;
    cursor: pointer;
    font-weight: 500;
    color: #2c3e50;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Add icon to city items */
#cityList li.city::before {
    content: '\f3c5';
    /* FontAwesome map-marker-alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a0aec0;
    font-size: 0.9em;
    transition: color 0.2s ease;
}

#cityList li.city:hover,
#cityList li.city.active {
    background-color: rgba(26, 61, 177, 0.1);
    /* Stronger brand blue tint */
    /* Light primary tint */
    color: #1A3DB1;
    padding-left: 30px;
}

#cityList li.city:hover::before {
    color: #1A3DB1;
}

#cityList li:last-child {
    border-bottom: none;
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#suggestionInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 24px 10px 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.3);
    /* Fade color for suggestion */
    pointer-events: none;
    /* Disable interactions */
    z-index: 9999 !important;
    /* Ensure the suggestionInput is below the main input */
}

#searchInput {
    position: relative;
    z-index: 1;
    /* Ensure the main input is above the suggestionInput */
}

.w-md-50 {
    width: 50% !important;
}

/* end city search home page design */

/*
.bg-gradient-vertical {
   -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 6, 132, 0.35)), to(rgba(24, 27, 28, 0)));
}*/

.back-btn {
    color: #000000;
    background: #bfbfbf;
}

.back-btn:hover {
    background: #bae3aa;
}

@media (max-width: 1024px) {
    .w-md-50 {
        width: auto !important;
    }

    .d-none-mob {
        display: none !important;
    }

    .d-none-pc {
        display: inline !important;
    }

    .d-none-pc.d-flex {
        display: flex !important;
    }

    .service_name {
        flex-wrap: nowrap;
        overflow-y: hidden;
        width: 100%;
        scroll-behavior: smooth;
        margin: .5rem 0;
    }

    .service_name .name {
        font-size: 0.8rem;
        color: #000;
        align-items: center;
        line-height: normal;
        margin-right: 0.3rem;
        padding: 0.2rem 0.4rem;
    }

    .service_name::-webkit-scrollbar {
        display: none;
    }

    .container-pd {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: .25rem !important;
        padding-left: .25rem !important;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-brand img {
        height: 45px;
    }

    .navbar {
        --bs-navbar-padding-y: 0.25rem;
    }

    /* bottom detials navbar */
    .details-navbar {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        /* For smooth scrolling on iOS */
    }

    .details-navbar .details-nav-link {
        text-align: left;
    }
}

/* =========================================
   Redesign Fixes - High Visibility Glass
   ========================================= */

/* 1. Glass Panel (Container) */
.glass-panel {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
}

/* 2. Feature Card */
.feature-card {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px) !important;
    background: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
    border-left-color: #00d2ff !important;
}

.feature-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease;
    flex-shrink: 0;
}

.feature-card:hover .feature-icon-wrapper {
    transform: rotate(10deg) scale(1.1);
    background: linear-gradient(135deg, #007bff 0%, #00c6ff 100%);
}

.feature-card:hover .feature-icon-wrapper i {
    color: #ffffff !important;
}

.section-header__subtitle {
    color: #007bff !important;
    font-weight: 700 !important;
}

/* =========================================
   RESTORATION: Hero & Aurora Styles
   ========================================= */

/* Animated Hero Background - OVERFLOW VISIBLE FIX FOR DROPDOWN */
.hero-animated {
    background: radial-gradient(circle at top right, #0b1120 0%, #080c16 100%);
    position: relative;
    overflow: visible !important;
    /* Critical for dropdown clipping */
    z-index: 1;
}

.hero-compact {
    min-height: auto !important;
}

/* Aurora Animation Container */
.aurora-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Keep aurora inside */
    z-index: -1;
}

/* ... existing aurora code ... */


/* Aurora Blobs */
.aurora-blob {
    position: absolute;
    filter: blur(80px);
    opacity: 0.5;
    animation: aurora-float 10s infinite alternate;
    border-radius: 50%;
}

.blob-1 {
    top: -10%;
    left: -10%;
    width: 800px;
    height: 800px;
    background: #4f46e5;
    /* Indigo/Blue */
    animation-duration: 25s;
}

.blob-2 {
    bottom: -10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: #7c3aed;
    /* Purple */
    animation-duration: 20s;
}

.blob-3 {
    top: 40%;
    left: 40%;
    width: 400px;
    height: 400px;
    background: #db2777;
    /* Pink */
    animation-duration: 30s;
}

@keyframes aurora-float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(40px, 60px) rotate(10deg);
    }
}

/* Glass Buttons & Cards */
.btn-glass-primary {
    background: #1A3DB1 !important;
    /* Solid Blue for visibility */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
    transition: all 0.3s ease;
}

.btn-glass-primary:hover {
    background: #0b5ed7 !important;
    /* Darker Blue on Hover */
    color: white !important;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Mobile Fixes & Nav Button */
/* btn-nav-action (e.g., Login/Register) */
.btn-nav-action {
    background: #9f14fb !important;
    /* Brand Secondary Purple */
    color: white !important;
    border: 1px solid #7f08ce;
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-nav-action:hover {
    background: #7f08ce !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}



/* Mobile Input Fixes */
@media (max-width: 768px) {
    .glass-effect-search {
        flex-direction: column !important;
        border-radius: 20px !important;
        padding: 10px !important;
        gap: 0px;
    }

    .glass-effect-search .d-flex {
        width: 100% !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .glass-effect-search .d-flex:last-child {
        border-bottom: none;
    }

    .glass-effect-search input {
        font-size: 16px !important;
        /* Prevent zoom on iOS */
        padding-left: 10px !important;
    }

    #search-btn {
        width: 100% !important;
        margin-top: 10px !important;
        background: #1A3DB1 !important;
        /* Force Blue on mobile */
    }

    .hero-animated {
        min-height: auto !important;
        padding-top: 80px !important;
        /* Space for nav */
    }
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s;
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.glass-card i {
    color: #4ade80;
    /* Green accent for icons */
}

/* Header & Text */
.text-gradient-main {
    background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(165, 180, 252, 0.3);
}

.vertical-divider-custom {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.btn-pulse {
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Header Nav Glass Effect (Restored) */
.glass-effect-nav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* =========================================
   RESTORATION: My Listings & Dashboard Styles
   ========================================= */

/* Filter Badges (Horizontal Scroll) */
.filter-scroll-container {
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
    padding-right: 20px;
    /* Fix: Add space at end of scroll */
    gap: 15px;
    /* Fix: Space between badges */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
}

.filter-scroll-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome/Safari */
}

.filter-badge {
    white-space: nowrap;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e9ecef;
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    /* Fix: Space between Label and Count */
}

.filter-badge:hover,
.filter-badge.active {
    background: #e3f2fd;
    color: #1A3DB1;
    border-color: #1A3DB1;
}

/* Listing Card */
.listing-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 16px !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.listing-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Logo Box */
.listing-logo-box {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.listing-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Status Badges */
.status-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Progress Bar Wrapper */
.progress-wrapper {
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.2s;
}

.progress-wrapper:hover {
    filter: brightness(0.95);
}

.progress {
    height: 6px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
}

/* Share & Action Buttons */
.action-btn-group .btn {
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 0.9rem;
}

/* Responsive Toggles */
.mobile-layout {
    display: none;
}

.desktop-layout {
    display: flex;
}

@media (max-width: 991.98px) {
    .desktop-layout {
        display: none !important;
    }

    .mobile-layout {
        display: block !important;
    }

    .listing-logo-box {
        width: 60px;
        height: 60px;
    }
}

/* =========================================
   RESTORATION: View Listing (Business Panel)
   ========================================= */

/* View Page Logo Box */
.listing-logo-box-view-page {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.listing-logo-box-view-page img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* Gallery Preview Cards */
.gallery-preview-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 150px;
    /* Consistent height */
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.gallery-preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-preview-card:hover img {
    transform: scale(1.08);
}

.more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    z-index: 2;
    backdrop-filter: blur(4px);
    text-decoration: none;
}

.more-overlay:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

/* Document Grid */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.photo-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    aspect-ratio: 1;
}

.photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.photo-wrapper .info-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    font-size: 0.8rem;
    cursor: help;
}

.doc-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Action Badges & Buttons */
.action-badge {
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.btn-pd-main {
    background: #1A3DB1;
    color: white;
    border: none;
}

.btn-pd-main:hover {
    background: #0b5ed7;
    color: white;
}

.btn-danger-soft {
    background: #fde8e8;
    color: #c0392b;
    border: 1px solid #f9d6d5;
}

/* Info Boxes */
.congrats-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px;
}

.suggestion-box {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    padding: 15px;
}

.link-item a {
    text-decoration: none;
    color: #4b5563;
    font-weight: 500;
}

.link-item a:hover {
    color: #1A3DB1;
}

/* Header Search Professional Styles */
.header-search-input {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding-right: 60px !important;
    /* Prevent text overlap with button */
}

.header-search-input:focus {
    background: #ffffff !important;
    box-shadow: 0 6px 12px rgba(13, 110, 253, 0.15) !important;
    /* Blue glow on focus */
    transform: translateY(-1px);
}

.header-search-btn {
    z-index: 10002 !important;
    /* Always on top of focused input (10001) */
    /* Ensure it stays above input */
    transition: all 0.3s ease;
}

.header-search-btn:hover {
    transform: scale(1.05);
}

/* Utility for opacity transition */
.transition-all {
    transition: all 0.3s ease-in-out;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.opacity-100 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Mobile Logo Size */
@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 45px !important;
        /* Reduced from default */
        width: auto;
    }
}

.mobile-search-input {
    padding-right: 60px !important;
    /* Prevent text overlap with button */
}

/* Ensure button stays on top of focused input */
.mobile-search-input:focus {
    z-index: 1;
    /* Keep input lower than button */
}

.mobile-search-btn {
    z-index: 10002 !important;
    /* Always on top of input (10001) */
}

/* Search Overlay */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    z-index: 37;
    transition: opacity 0.3s ease;
}

/* Ensure Navbar is always above overlay */
.navbar {
    z-index: 38 !important;
    position: sticky;
    top: 0;
}

/* Ensure focused search inputs stay above overlay */
.header-search-input:focus,
.mobile-search-input:focus {
    position: relative;
    z-index: 10001 !important;
    /* Above overlay (1000), below button (10002) */
    background: #fff !important;
}

/* Ensure the parent forms are also not hidden if they have overflow hidden */
#headerSearchForm,
#mobileSearchDropdown form {
    position: relative;
    z-index: 9999 !important;
}

/* Autocomplete Results - Ensure proper z-index */
.autocomplete-results {
    z-index: 10000 !important;
}

.autocomplete-results.show {
    display: block;
}

/* Fix admin header profile hover color */
.navbar-custom-menu .navbar-nav .nav-link:hover .profile-text h6,
.navbar-custom-menu .navbar-nav .nav-link:focus .profile-text h6,
.profile-text h6:hover {
    color: #000 !important;
}

.navbar-custom-menu .navbar-nav .nav-link:hover .profile-text span,
.navbar-custom-menu .navbar-nav .nav-link:focus .profile-text span {
    color: #444 !important;
}

/* Admin Search Bar Border */
#adminSearchInput {
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}

#adminSearchInput:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Sidebar Bottom Padding & Margin */
.sidebar-body {
    margin-bottom: 150px !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020 !important;
}

/* Global Modern Review Design */
.rating-summary-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.score-box {
    background: linear-gradient(135deg, #FF9933 0%, #FFCC33 100%);
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 8px 20px rgba(255, 153, 51, 0.3);
}

.score-value {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.score-label {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.9;
}

.rating-bar-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.rating-bar-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    width: 45px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-bar-progress {
    flex-grow: 1;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 1s ease-out;
}

.rating-bar-count {
    font-size: 11px;
    font-weight: 700;
    color: #adb5bd;
    width: 25px;
    text-align: right;
}

/* Individual Review Card */
.review-card-modern {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    position: relative;
}

.review-card-modern:hover {
    border-color: #1A3DB1;
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.1);
}

.user-avatar-modern {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.review-badge-tag {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(13, 110, 253, 0.08);
    color: #1A3DB1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.review-reason-pill {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 50px;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0 5px 5px 0;
}

.review-reason-pill i {
    color: #28a745;
    font-size: 10px;
}

.owner-reply-box {
    background: #f9f9f9;
    border-left: 4px solid #1A3DB1;
    border-radius: 0 15px 15px 0;
    padding: 15px;
    margin-top: 15px;
}

.owner-logo-small {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .rating-summary-card {
        padding: 20px 15px;
    }

    .score-box {
        width: 70px;
        height: 70px;
    }

    .score-value {
        font-size: 24px;
    }

    .review-card-modern {
        padding: 15px;
    }

    .user-avatar-modern {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #eee !important;
    }
}

/* Global Admin Body Background */
body.fixed.sidebar-mini {
    background-color: #f4f7fe !important;
}

/* --- Packers Dunia Brand Overrides --- */
:root {
    --pd-blue: #1A3DB1;
    --pd-blue-hover: #153291;
    --pd-green: #70C13E;
    --pd-green-hover: #5fa435;
}

/* Sidebar Branding */
.sidebar-nav ul li a:hover,
.sidebar-nav ul li.mm-active>a {
    background-color: rgba(26, 61, 177, 0.05) !important;
    color: var(--pd-blue) !important;
}

.sidebar-nav ul li.mm-active>a i {
    color: var(--pd-blue) !important;
}

/* Common UI Elements */
.bg-soft-primary {
    background-color: rgba(26, 61, 177, 0.1) !important;
}

.text-primary {
    color: var(--pd-blue) !important;
}

.bg-primary {
    background-color: var(--pd-blue) !important;
}

.text-success {
    color: var(--pd-green) !important;
}

.bg-success {
    background-color: var(--pd-green) !important;
}

/* Dashboard Overrides */
.icon-blue {
    background: rgba(26, 61, 177, 0.1) !important;
    color: var(--pd-blue) !important;
}

.icon-green {
    background: rgba(112, 193, 62, 0.1) !important;
    color: var(--pd-green) !important;
}

.dashboard-header {
    background: linear-gradient(135deg, var(--pd-blue) 0%, #0d2a8a 100%) !important;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    color: white;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(26, 61, 177, 0.15);
}

.dashboard-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

/* Header & Avatar */
.user-avatar-wrapper {
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.user-avatar-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.avatar-circle {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, var(--pd-blue) 0%, #4a6ee0 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.bg-soft-primary {
    background-color: rgba(26, 61, 177, 0.1) !important;
}

/* Header & Dropdown UI */
.letter-spacing-1 {
    letter-spacing: 1px;
}

.navbar-custom-menu .dropdown-menu {
    border-radius: 12px;
    min-width: 220px;
    transform-origin: top right;
}

.navbar-custom-menu .dropdown-item {
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar-custom-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    padding-left: 1.25rem;
}

.navbar-custom-menu .nav-link {
    color: #6c757d;
}


/* Edit Listing Elements */
.step-progress-bar {
    background-color: var(--pd-blue) !important;
}

input:checked+.pd-switch-slider {
    background-color: var(--pd-green) !important;
}

.add-doc-btn:hover {
    border-color: var(--pd-blue) !important;
    color: var(--pd-blue) !important;
}

.doc-section-title {
    border-left: 3px solid var(--pd-green) !important;
}

/* Search Elements */
.search-input:focus {
    border-color: var(--pd-blue) !important;
    box-shadow: 0 0 0 3px rgba(26, 61, 177, 0.15) !important;
}

.search-wrapper:focus-within .search-icon {
    color: var(--pd-blue) !important;
}

/* --- Premium Listing Card Redesign --- */
.card-hover-bg {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    /* Soft initial shadow */
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.card-hover-bg:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    /* Deep premium shadow */
    border-color: rgba(0, 0, 0, 0.05) !important;
}

/* Card Title */
.card-hover-bg h3 a {
    color: #2c3e50 !important;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.3px;
    transition: color 0.2s;
}

.card-hover-bg h3 a:hover {
    color: #1A3DB1 !important;
    /* Main Blue */
}

/* Premium Badges */
.badge-premium {
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0.4em 0.8em !important;
    border: 1px solid transparent;
}

.badge-gst-verified {
    background-color: #f0fdf4 !important;
    /* Light Green bg */
    color: #166534 !important;
    /* Dark Green text */
    border-color: #dcfce7 !important;
}

.badge-office-verified {
    background-color: #eff6ff !important;
    /* Light Blue bg */
    color: #1e40af !important;
    /* Dark Blue text */
    border-color: #dbeafe !important;
}

.badge-docs-verified {
    background-color: #faf5ff !important;
    /* Light Purple bg */
    color: #6b21a8 !important;
    /* Dark Purple text */
    border-color: #f3e8ff !important;
}

.badge-location {
    background-color: #fff !important;
    color: #475569 !important;
    /* Slate 600 */
    border-color: #e2e8f0 !important;
    /* Slate 200 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Flex Container for Badges */
.badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* Consistent gap */
    align-items: center;
    margin-top: 8px;
    margin-bottom: 12px;
}

/* Image styling */
.card-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-image-wrapper img {
    transition: transform 0.5s ease;
}

.card-hover-bg:hover .card-image-wrapper img {
    transform: scale(1.05);
}

/* Services Tags */
.service_name .name {
    background-color: #f8fafc !important;
    /* Very light slate */
    color: #64748b !important;
    /* Slate 500 */
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.75rem !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 3px 8px !important;
    transition: all 0.2s;
}

.service_name .name:hover {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    border-color: #cbd5e1;
}

/* Mobile Specific Tweaks */
@media (max-width: 768px) {
    .badge-container {
        gap: 6px;
    }

    .badge-premium {
        font-size: 0.7rem !important;
        /* Smaller on mobile */
        padding: 0.3em 0.6em !important;
    }
}

/* Claim This Business Button */
.btn-claim-sm {
    display: inline-flex;
    align-items: center;
    background: #ffc107;
    color: #212529 !important;
    border: 1px solid #ffc107;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border-radius: 10px;
}

.btn-claim-sm:hover {
    background: #f8f9fa;
    color: #555 !important;
    border-color: #ddd;
}