.lqd-section.payments {
    padding: 80px 20px 80px;
}
.gp-working-buyer-img {
    text-align: center;
}
.gp-working-buyer-img img {
    width: 600px;
    transition: transform .65s cubic-bezier(.05, .7, .2, 1),opacity .3s;
}
.gp-working-buyer-img[data-float] {
    --float-animation-ease: ease;
    --float-animate-from: 0%;
    --float-animate-to: 3%;
    --float-delay: 0s;
    animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
    animation-delay: var(--float-delay);
}

@keyframes lqdFIFloatOne {
    0% {
        transform: translateY(var(--float-animate-from,0))
    }

    100% {
        transform: translateY(var(--float-animate-to,3%))
    }
}

.lgd-p-box p {
    width: 390px;
    font-size: 20px;
    margin-top: 22px;
    line-height: 1.3;
}

.lgd-p-box p span {
    color: #b9b7b7;
}
.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 170%;
    position: absolute;
    top: 0;
    left: 25px;
    z-index: -1;
    background-color: #e9e9e9;
}
.iconbox-icon-wrap {
    position: relative;
}
.iconbox .iconbox-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}
.shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}
.rounded-full {
    border-radius: 50em;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}

.iconbox .iconbox-icon-container span {
    width: 100px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    font-size: 18px;
}
.iconbox .contents {
    margin-left: -30px;
}
.gp-working-process-wrapper {
    padding-top: 25px;
}
.iconbox {
    position: relative;
    margin-bottom: 30px;
}
.iconbox-icon-linked:last-child .iconbox-icon-wrap:before{
    display: none;
}
.iconbox-circle:hover .iconbox-icon-container {
    color: #f2fdff;
    background: var(--primary-gradiant);
}
.iconbox .iconbox-icon-container {
    height: 52px;
    width: 50%;
}
.banner-img-box img {
    width: 82%;
}

.twm-home2-banner-section{
    padding-bottom: 100px !important;
}
.banner-img-box .twm-small-ring-2 {
    width: 50px;
    height: 50px;
    border: 5px solid #29b841;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 85px;
    z-index: 5;
    left: 0;
}
.banner-img-box .twm-small-ring-3 {
    width: 50px;
    height: 50px;
    border: 5px solid #29b841;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 120px;
    right: 152px;
    z-index: 5;
}
.text-clr-green {
    color: #157c5d !important;
}

.process-list-items {
    list-style: none;
    gap: 10px 10px;
    margin-bottom: 0;
}
.process-list-items li {
    background: linear-gradient(135deg, #a16afd 0%, #7eaeff 100%);
    background-size: 200%,1px;
    padding: 2px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
}
.iconbox .iconbox-icon-container {
    height: 58px;
    width: 58px;
}
.iconbox .contents {
    margin-left: 15px;
}
.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 155%;
    position: absolute;
    top: 0;
    left: 29px;
    z-index: -1;
    background-color: #e9e9e9;
}
.top-all-buyer-list-right p span {
    display: block;
}

/* media query */
@media (max-width: 767px) {
    .twm-home2-banner-section {
        padding-bottom: 45px !important;
    }
    .banner-img-box img {
        width: 100%;
    }
    .gp-working-buyer-img {
        margin-bottom: 60px;
    }
    .lgd-p-box p{
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }

    .lqd-section.payments {
        padding: 80px 10px 80px;

    }
    .iconbox .iconbox-icon-container span {
        width: 106px;
    }
    .iconbox .contents {
        margin-left: -35px;
        padding-left: 0;
    }
    .iconbox .iconbox-icon-container {
        height: 52px;
        width: 50%;
    }
    .iconbox {
        margin-bottom: 40px;
    }
    .banner-img-box .twm-small-ring-3 {
        top: 163px;
        right: 0;
        left: 97px;
    }
    .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
        bottom: 45px !important;
    }
    .twm-home2-banner-section .twm-bnr2-right-content .twm-small-ring-2{
        display: none !important;
    }
    .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
        right: 0;
        left: 0;
        bottom: 45px !important;
        width: 238px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* Top Event */

ul#project-tab.custom-2.top-event-box {
    width: auto;
    border-radius: 4px 4px 0px 0px;
}
ul#project-tab.custom-2.top-event-box li.nav-item {
    background: #f3f3f3;
    margin: 5px;
    border-radius: 4px;
}
.top-event-prize-list-wrapper{
    padding: 20px;
    border: 1px dashed #66db20;
    margin-bottom: 40px;
    border-radius: 10px;
}
ul#project-tab.custom-2.top-event-box li.nav-item .nav-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}
.top-event-prize-box .event-description-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    padding: 0px 5%;
    text-align: justify;
}
.e-img-bx {
    text-align: center;
}
.e-img-bx img {
    width: 58px;
}
.top-event-prize-list-c-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top-event-prize-list-item-wrapper {
    gap: 20px;
    position: relative;
    justify-content: center;
}
.top-event-prize-list-c-item {
    flex-basis: 170px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 5px;
}
.event-time-box {
    padding: 10px;
    position: absolute;
    top: -20px;
    right: -19px;
}
.event-time-box h3 {
    font-size: 13px;
    margin-bottom: 10px;
}

.event-time-list p {
    margin-bottom: 0;
    text-align: center;
    font-size: 8px;
    color: #fff;
}
.event-time-list-wrapper {
    gap: 10px;
}
.event-time-list {
    flex-basis: 60px;
    width: 45px;
    background: linear-gradient(135deg, #7596fc 0%, #b479ff 100%);
    padding: 5px;
    border-radius: 5px;
}
.event-time-list h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.event-time-box {
    padding: 10px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    top: auto;
    border-left: 1px dashed #66db20;
    border-top: 1px dashed #66db20;
    border-radius: 10px 0px 0px 0px;
    background: #7c93fc17;
}


/*email verification page start*/
.email-verification-wrapper {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    background: #fff;
}
.email-verification-wrapper .mail-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.email-verification-wrapper .email-text {
    margin-bottom: 0;
    font-size: 14px;
}
.email-verification-wrapper .email-text .email {
    font-weight: 600;
}
.email-verification-wrapper .email-text .fa-envelope {
    color: #00ba3f;
}
.email-verification-wrapper .send-verification-button {
    background: #03A9F4;
    color: #fff;
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 100px;
    font-weight: 600;
}
.email-verification-wrapper .send-verification-button:hover {
    color: #fff;
}
.email-verification-wrapper .email-verify-btn {
    padding: 3px 25px;
    font-size: 14px;
    font-weight: 600;
    background-color: #00ba3f !important;
    border: none;
    outline: 0;
}
.email-verification-wrapper .email-verify-btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
/*email verification page end*/

.btn.custom-send-form {
    padding: 5px 20px;
    background: var(--primary-gradiant);
    color: #fff;
    margin-right: 10px;
    border: none;
    font-size: 14px;
}
.email-verification-wrapper .verification-information {
    color: #673AB7;
    padding: 5px 10px;
    background: #dddddd38;
    border-radius: 5px;
}
@media only screen and (max-width: 1400px) and (min-width: 1024px)  {
    .top-event-prize-list-item-wrapper {
        justify-content: start;
    }
}
@media (max-width: 767px) {
    .email-verification-wrapper {
        text-align: center;
    }
    .email-verification-wrapper .mail-section {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .email-verification-wrapper .email-text {
        margin-bottom: 5px;
    }
    .email-verification-wrapper .verification-information {
        line-height: 1.3;
        font-size: 13px;
    }



    .event-time-box {
        position: relative;
        flex-basis: 100%;
        left: 0;
        right: 0;
        top: 15px;
        border-radius: 10px 10px 0px 0px;
        border-right: 1px dashed #66db20;
    }
    .top-event-prize-list-c-item:first-child{
        flex-basis: 100%;
    }
    .top-event-prize-list-c-item {
        flex-basis: 47%;
    }
    .top-event-prize-list-item-wrapper {
        gap: 10px 4%;
        position: relative;
        justify-content: center;
    }
    .top-event-prize-list-c-item:first-child .e-img-bx img{
        width: 58px;
    }
    .top-event-prize-list-c-item:first-child  p{
        font-size: 14px;
    }
    .top-event-prize-list-c-item .e-img-bx img {
        width: 30px;
    }
    .top-event-prize-list-c-item p {
        font-size: 12px;
    }
    ul#project-tab.custom-2.top-event-box li.nav-item {
        flex-basis: 100%;
    }
    ul#project-tab.custom-2.top-event-box li.nav-item .nav-link {
        max-width: 100%;
        width: 100%;
    }
    .top-event-prize-list-wrapper {
        padding: 15px;
    }
}


.myEarningExpense span {
    border-radius: 5px;
    background: #007cff;
    padding: 6px 20px;
    color: #fff;
}

/* ============================================
   MODERN DESIGN OVERRIDES
   ============================================ */

/* --- Header --- */
.site-header .main-bar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.site-header .main-bar.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.site-header .header-nav .nav > li > a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: var(--dark, #17171d);
    padding: 10px 18px;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.site-header .header-nav .nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.site-header .header-nav .nav > li:hover > a::after,
.site-header .header-nav .nav > li.active > a::after {
    width: 24px;
}

.site-header .header-nav .nav > li:hover > a {
    color: var(--primary, #1967d2);
}

/* Auth buttons */
.twm-nav-sign-up {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px !important;
    border-radius: 9999px !important;
    border: 2px solid var(--primary, #1967d2) !important;
    color: var(--primary, #1967d2) !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px;
}

.twm-nav-sign-up:hover {
    background: var(--primary, #1967d2) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(25, 103, 210, 0.3);
}

.twm-nav-post-a-job {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px !important;
    border-radius: 9999px !important;
    background: var(--gradient-primary) !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px;
}

.twm-nav-post-a-job:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25, 103, 210, 0.35);
    color: #fff !important;
}

/* Logo */
.logo-header-inner img {
    max-height: 50px;
    transition: all 0.3s ease;
}

/* Mobile toggler */
.navbar-toggler {
    border: 2px solid var(--dark, #17171d) !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
}

.navbar-toggler .icon-bar {
    transition: all 0.3s ease;
}

/* --- Footer --- */
.footer-light {
    background: linear-gradient(180deg, #f8f9fc 0%, #f1f3f8 100%);
    padding-top: 80px;
    position: relative;
}

.footer-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(25, 103, 210, 0.2), transparent);
}

.footer-light .widget-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--dark, #17171d);
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer-light .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 3px;
}

.footer-light .widget_services ul li a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--text-muted, #6b7280);
    transition: all 0.3s ease;
    padding: 4px 0;
    display: inline-block;
}

.footer-light .widget_services ul li a:hover {
    color: var(--primary, #1967d2);
    transform: translateX(4px);
}

.footer-light .ftr-list li p {
    font-size: 14px;
    color: var(--text-muted, #6b7280);
    line-height: 1.6;
}

.footer-light .ftr-list li p span {
    font-weight: 600;
    color: var(--dark, #17171d);
}

.footer-light .logo-footer img {
    max-height: 45px;
    margin-bottom: 16px;
}

.footer-light .widget_about > p {
    font-size: 14px;
    color: var(--text-muted, #6b7280);
    line-height: 1.7;
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 24px 0;
    margin-top: 50px;
}

.footer-bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.copyrights-text {
    font-size: 14px;
    color: var(--text-muted, #6b7280);
}

.social-icons {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(25, 103, 210, 0.08);
    color: var(--primary, #1967d2);
    font-size: 15px;
    transition: all 0.3s ease;
}

.social-icons li a:hover {
    background: var(--primary, #1967d2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(25, 103, 210, 0.3);
}

/* --- Banner section --- */
.twm-home-6-banner-section {
    position: relative;
    overflow: hidden;
}

.twm-bnr-title-large {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

/* --- Search Bar Modern --- */
.twm-bnr-search-bar {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(108, 92, 231, 0.08) !important;
    padding: 12px 12px 12px 20px !important;
    height: auto !important;
    transition: box-shadow 0.3s ease;
}

.twm-bnr-search-bar:hover {
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(108, 92, 231, 0.12) !important;
}

.twm-bnr-search-bar label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px !important;
    letter-spacing: 1.5px;
    color: var(--primary, #1967d2) !important;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.twm-search-input-wrap {
    position: relative;
}

.twm-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary, #1967d2);
    font-size: 16px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.twm-search-input-wrap .form-control {
    border-radius: 14px !important;
    border: 2px solid rgba(15, 23, 42, 0.06) !important;
    height: 56px !important;
    padding-left: 44px !important;
    font-size: 15px !important;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.twm-search-input-wrap .form-control:focus {
    border-color: var(--primary, #1967d2) !important;
    box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.1) !important;
    background: #fff;
}

.twm-search-input-wrap .form-control:focus ~ .twm-search-icon,
.twm-search-input-wrap:hover .twm-search-icon {
    opacity: 1;
}

.twm-search-input-wrap .form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.twm-bnr-search-bar .site-button {
    border-radius: 14px !important;
    height: 56px;
    padding: 0 36px !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, var(--primary, #1967d2), var(--secondary, #6c5ce7)) !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(108, 92, 231, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.twm-bnr-search-bar .site-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(108, 92, 231, 0.4);
}

.twm-bnr-search-bar .site-button:active {
    transform: translateY(0);
}

/* --- Sections --- */
.section-head .wt-small-separator {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.section-head .wt-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.twm-w-process-steps-2 .twm-w-pro-top {
    border-radius: var(--radius-lg, 16px);
    transition: all 0.4s ease;
}

.twm-w-process-steps-2 .twm-w-pro-top:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.twm-w-process-steps-2 .twm-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* --- Testimonials --- */
.twm-testimonial-8-area {
    position: relative;
}

.testimonials-v {
    border-radius: var(--radius-lg, 16px);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.testimonials-v:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.twm-testi-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* --- Payments / Working Process --- */
.lqd-section.payments {
    position: relative;
}

.gp-working-buyer-img img {
    border-radius: var(--radius-xl, 24px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.process-list-items li {
    transition: all 0.3s ease;
}

.process-list-items li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(161, 106, 253, 0.3);
}

/* --- Description list --- */
.description-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.description-list li:hover {
    color: var(--primary, #1967d2);
    transform: translateX(4px);
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .site-header .header-nav .nav > li > a {
        padding: 12px 16px;
        font-size: 16px;
    }

    .footer-bottom-info {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .twm-bnr-search-bar {
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .twm-search-input-wrap .form-control {
        border-radius: 12px !important;
        height: 50px !important;
        padding-left: 40px !important;
        font-size: 14px !important;
    }

    .twm-bnr-search-bar .site-button {
        border-radius: 12px !important;
        margin-top: 10px;
        width: 100%;
        height: 50px;
        font-size: 14px;
    }

    .footer-light {
        padding-top: 50px;
    }

    .footer-light .widget-title::after {
        left: 0;
    }
}

/* ============================================
   INNER PAGE BANNER
   ============================================ */
.wt-bnr-inr {
    padding: 100px 0 60px;
    position: relative;
}

.wt-bnr-inr .wt-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.wt-breadcrumb li {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.wt-breadcrumb li a {
    color: rgba(255,255,255,0.85);
}

.wt-breadcrumb li a:hover {
    color: #fff;
}

/* ============================================
   PARTNER DASHBOARD
   ============================================ */

/* --- Sidebar Modern --- */
#sidebar-admin-wraper {
    background: linear-gradient(180deg, #0f172a 0%, #1a2332 100%) !important;
    box-shadow: 4px 0 24px rgba(15, 23, 42, 0.2);
}

#sidebar-admin-wraper .page-logo {
    padding: 20px 20px 16px !important;
}

#sidebar-admin-wraper .admin-nav ul li {
    margin-bottom: 2px;
}

#sidebar-admin-wraper .admin-nav ul li a {
    color: rgba(255,255,255,0.65);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 16px;
    transition: all 0.25s ease;
    border-radius: 12px;
    margin: 1px 10px;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 0.1px;
}

#sidebar-admin-wraper .admin-nav ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

#sidebar-admin-wraper .admin-nav ul li.active a {
    color: #fff;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.35), rgba(124, 58, 237, 0.25));
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    font-weight: 600;
}

#sidebar-admin-wraper .admin-nav ul li.active a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 0 4px 4px 0;
}

#sidebar-admin-wraper .admin-nav ul li a i {
    width: 20px;
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
}

#sidebar-admin-wraper .admin-nav ul li.active a i {
    opacity: 1;
}

/* --- Header Admin Modern --- */
#header-admin {
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    z-index: 1000;
}

#header-admin .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-admin .header-widget .dropdown-toggle .user-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#header-admin .nav-btn-admin:hover {
    background: rgba(255,255,255,0.28) !important;
    transform: scale(1.05);
}

/* --- Content Area --- */
.content-admin-main {
    padding: 30px;
}

.wt-admin-right-page-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

/* --- Dashboard Stat Cards Modern --- */
.dashboard-card {
    border-radius: 20px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
    position: relative;
    overflow: hidden;
}

.dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transform: translate(30px, -30px);
    transition: transform 0.4s ease;
}

.dashboard-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.1) !important;
}

.dashboard-card:hover::before {
    transform: translate(20px, -20px) scale(1.2);
}

.wt-panel-body {
    padding: 24px !important;
    position: relative;
    z-index: 1;
}

.wt-card-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wt-card-icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.wt-card-right {
    font-size: 32px !important;
    font-weight: 800 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1;
    color: #1a1a2e;
}

.wt-card-bottom h4 {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 4px;
    opacity: 0.6;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.2px;
}

/* --- Coin Box / Referral --- */
.coin-box-wrapper {
    border-radius: 20px !important;
    padding: 28px !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
    background: #fff !important;
}

.coin-box-wrapper label {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--primary, #1967d2);
    font-family: 'Inter', sans-serif;
}

.coin-box-wrapper .form-control {
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    transition: all 0.2s ease;
}

.coin-box-wrapper .form-control:focus {
    border-color: var(--primary, #1967d2);
    box-shadow: 0 0 0 4px rgba(25, 103, 210, 0.08);
}

.gold-btn {
    background: linear-gradient(135deg, var(--primary, #1967d2), var(--accent, #6c5ce7)) !important;
    color: #fff !important;
    border: none !important;
    padding: 0 24px !important;
    border-radius: 0 12px 12px 0 !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(25, 103, 210, 0.25);
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold-btn:hover {
    opacity: 0.9;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(25, 103, 210, 0.35);
    transform: translateY(-1px);
}

/* ============================================
   AUTH PAGES
   ============================================ */
.twm-log-reg-form-wrap {
    padding: 40px;
}

.log-reg-form-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.twm-tabs-style-2 .nav-tabs .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px 8px 0 0;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.twm-tabs-style-2 .nav-tabs .nav-link.active {
    background: var(--primary, #1967d2);
    color: #fff;
    border-color: var(--primary, #1967d2);
}

/* ============================================
   JOB LIST CARDS
   ============================================ */
.twm-jobs-list-style1 {
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.04);
    background: #fff;
}

.twm-jobs-list-style1:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.twm-jobs-list-style1 .twm-media img {
    border-radius: 10px;
}

.twm-jobs-amount {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* ============================================
   BLOG CARDS
   ============================================ */
.twm-blog-post-1-outer {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.04);
    margin-bottom: 30px;
}

.twm-blog-post-1-outer:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.twm-blog-post-1-outer .wt-post-media img {
    border-radius: 0;
    transition: transform 0.5s ease;
}

.twm-blog-post-1-outer:hover .wt-post-media img {
    transform: scale(1.05);
}

/* ============================================
   NOTICE PAGE
   ============================================ */
.job-description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #6b7280);
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination-outer .pagination-style1 ul li a {
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-outer .pagination-style1 ul li.active a {
    background: var(--gradient-primary);
    border-color: transparent;
}

/* ============================================
   JOB CATEGORIES
   ============================================ */
.job-categories-block-2 {
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.04);
}

.job-categories-block-2:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

/* ============================================
   SIDEBAR
   ============================================ */
.side-bar {
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.04);
}

.section-head-small {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

/* ============================================
   MOBILE RESPONSIVE — PARTNER DASHBOARD
   ============================================ */
@media (max-width: 768px) {
    /* Sidebar */
    #sidebar-admin-wraper {
        width: 280px !important;
        margin-left: -280px !important;
    }

    #sidebar-admin-wraper.active {
        margin-left: 0 !important;
    }

    /* Header */
    #header-admin .nav-btn-admin {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

    #header-admin .nav-btn-admin .fa-bars,
    #header-admin .nav-btn-admin .fa-angle-left {
        font-size: 18px;
    }

    /* Content */
    #content {
        width: 100% !important;
    }

    #content.active {
        width: 100% !important;
    }

    /* Stat cards */
    .dashboard-card {
        border-radius: 16px !important;
    }

    .wt-panel-body {
        padding: 18px !important;
    }

    .wt-card-icon {
        width: 48px !important;
        height: 48px !important;
        font-size: 20px !important;
        border-radius: 14px !important;
    }

    .wt-card-right {
        font-size: 26px !important;
    }

    .wt-card-bottom h4 {
        font-size: 12px !important;
    }

    .content-admin-main {
        padding: 16px !important;
    }

    .coin-box-wrapper {
        padding: 18px !important;
    }

    /* Overlay when sidebar open */
    #sidebar-admin-wraper.active::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: -1;
        backdrop-filter: blur(2px);
    }
}

@media (max-width: 480px) {
    .wt-admin-right-page-header h4 {
        font-size: 18px !important;
    }

    .dashboard-card .col-xl-3 {
        margin-bottom: 12px !important;
    }
}
