html {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a,
.service-bnrd-logo figure img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.9rem;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 35px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

figure {
    margin: 0px;
}

a,
a:hover {
    color: #000;
}

.navigation ul li a.nav-btn:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.banner-section .btn-sec .common-btn:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

@media (min-width: 992px) {
    .banner-section .col-lg-5 {
        width: 38.666667%;
    }

    .banner-section .col-lg-7 {
        width: 61.333333%;
    }
}

@media (min-width: 1550px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1470px;
    }
}

.logo {
    display: block;
    padding: 0px 0;
    width: 150px;
    transition: width 0.5s;
}

.header {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.banner-section h1 {
    max-width: 763px;
    margin: 0 auto 30px;
    font-weight: bold;
}

.common-btn {
    padding: 20px 40px;
    border: 1.5px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
}

.font-23 {
    font-size: 19px;
}

.banner-section {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40vh 0 0;
    height: 100vh;
}

.upload {
    background-color: #3D3D3D;
    border: 1px solid #707070;
    border-radius: 10px;
    height: 100px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.header.fixed {
    padding: 10px 0;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.header.fixed .logo {
    display: block;
    padding: 0px 0;
    width: 120px;
    transition: width 0.5s;
}

.header.fixed .navigation {
    padding: 0px 0 0;
}

.header.fixed .navigation ul li {
    margin: 0 8px;
    transition: margin 0.5s;
}

.closebtn {
    display: none;
}

h1.mobile-menu {
    display: none;
}

.navigation {
    padding: 5px 0 0;
}

.navigation ul {
    list-style: none;
    text-align: right;
    display: flex;
    justify-content: center;
}

.navigation ul li {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    border-right: 1px solid #606060;
}

.navigation ul li:last-child {
    margin-right: 0;
}

/* .box-inner img {
    filter: grayscale(1);
} */
.common-btn.transparent {
    background: transparent;
    color: #fff;
}

/* .navigation ul li:last-child a{
	padding: 10px 20px;
	background:#073da5;
	color: #fff;
} */
/* .navigation ul li:last-child a:hover{
	background:#000;
	color: #fff;
} */
.navigation ul li a {
    color: #ffffff;
    display: block;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.navigation ul li a.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
}

.navigation ul li:last-child {
    padding-right: 0;
    border: 0;
}

.navigation ul li a span {
    display: none;
}

.navigation ul li a:hover {
    color: #4d8c54;
}

.banner-section .btn-sec .common-btn:first-child {
    border: none;
    font-size: 19px;
}

.banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.navigation ul li a.nav-btn {
    background: linear-gradient(to bottom, #62E781, #029FA7);
    padding: 18px 30px;
    border-radius: 6px;
    color: #fff;
}

.navigation ul li:last-child a.nav-btn {
    background: transparent;
    color: #073da5;
    border: 1px solid #073da5;
}

.text-30 {
    font-size: 30px;
}

.text-22 {
    font-size: 22px;
}

.modal {
    z-index: 20000 !important;
}

#previewModal {
    z-index: 20002 !important;
}

.modal-backdrop {
    z-index: 19999 !important;
}

.how-work p.text-22 {
    max-width: 826px;
    margin: 0 auto 70px;
    opacity: 0.5;
    line-height: normal;
}

.how-work .col-lg-4 {
    text-align: center;
}

.how-work h5 {
    font-size: 24px;
    margin: 35px 0 0;
}

.how-work p.m-0 {
    opacity: 0.5;
}

.how-work img.line-a {
    position: absolute;
    z-index: -1;
    top: 65%;
    transform: translateY(-65%);
    width: 85%;
    left: 115px;
}

p.work-p {
    font-size: 25px;
}

h2.rider+p {
    font-size: 20px;
    color: #9a9494;
}

.faq h2 {
    font-size: 50px;
}

.text-29 {
    font-size: 29px;
}

.feature-icon {
    width: 95px;
    height: 95px;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.fixedheader_top.fixed-header header.header {
    background: #000000;
}

span.tags {
    background: #fff;
    color: #000;
    padding: 10px;
    display: inline-block;
    margin: 0 0 20px;
    border-left: 4px solid #599f65;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
}

.box-inner {
    display: inline-block;
    text-align: center;
}

.fixedheader_top.fixed-header header.header .row.pb-2 {
    display: none;
}

.slider-main p.m-0 {
    font-size: 21px;
    font-weight: 500;
}

.theme-color {
    color: #073da5;
}

.service-slider img.slick-arrow {
    display: none !important;
}

.service-slider .slider-main .slick-list.draggable {
    overflow: visible;
}

.service-slider .slider-main .slick-active.slider-inner {
    opacity: 1;
}

.service-slider .slider-main .slider-inner {
    opacity: 0.5;
}

.single-btn a.common-btn {
    background: linear-gradient(to bottom, #62E781, #029FA7);
    font-size: 17px;
}

.bg-pink {
    background: #FFF0EF;
}

.bg-green {
    background: #EBFFF9;
}

.bg-marrown {
    background: #EBF4FF;
}

.color-boxed-inner {
    padding: 40px 20px;
    border-radius: 13px;
}

.bg-yellow {
    background: #FFFAEB;
}

.color-boxed-inner p.text-30 {
    line-height: normal;
    margin: 35px 0 0;
    font-size: 22px;
    letter-spacing: 0px;
}

.site-footer .col-lg-5.col-md-6 img {
    max-width: 120px;
    margin: 0 0 20px;
    filter: brightness(0) invert(1);
}

.testimonial-card {
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    padding: 30px;
    margin: 15px;
    min-height: 180px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-card .stars {
    color: #FFD700;
    font-size: 20px;
}

.testimonial-card small {
    color: #888;
    font-size: 11px;
    margin: 10px 0 0;
}

.slick-prev:before,
.slick-next:before {
    color: #00bfa5;
    font-size: 25px;
}

.slick-dots li button:before {
    color: #00bfa5;
    opacity: .5;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.testimonial-card .stars span.text-dark.ms-1 {
    font-size: 15px;
}

.arrow-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 28px;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 10px #9a9999;
    padding: 20px;
}

.arrow-btn:hover {
    background: linear-gradient(to bottom, #478a55, #498d57);
    color: #fff;
}

.heading-row h2 {
    font-size: 54px;
    font-weight: bold;
    max-width: 400px;
    text-align: left;
    margin: 0;
}

.heading-row h6 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #073da5;
    margin: 0;
}

.testimonial-card p.mb-4 {
    margin-bottom: 15px !important;
    font-size: 15px;
}

.testimonial-section .d-flex.justify-content-between.mb-2 {
    margin-bottom: 50px !important;
}

.testimonial-section h6.fw-semibold.mb-0 {
    text-align: start;
    font-size: 18px;
}

.subscribe-section {
    padding: 85px 0;
    background: #F9F9F9;
}

.site-footer a:hover {
    color: #000;
}

.service-slider .single-btn a.common-btn:hover {
    background: #000;
    color: #fff;
}

.subscribe-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    border-right: 4px solid transparent;
    transition: all 0.3s ease;
}

.subscribe-form-card {
    border: 3px solid #5EE2A6;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 0px #00bfa5;
    background: #fff;
}

.subscribe-form-card form {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.subscribe-form-card h4 {
    font-weight: 700;
    color: #02474E;
    margin-bottom: 20px;
    text-align: center;
    font-size: 44px;
}

.subscribe-form-card input {
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 20px 24px;
    background: #F8F8F8 !important;
}

.subscribe-form-card button {
    width: 310px;
    border: none;
    color: #fff;
    font-weight: normal;
    border-radius: 10px;
    background: linear-gradient(to right, #00bfa5, #00e676);
    padding: 18px 0;
    box-shadow: 0 3px 8px rgba(0, 191, 165, 0.4);
    transition: all 0.3s ease;
    margin: 0 auto;
    display: block;
    font-size: 19px;
    margin-top: 45px;
}

.subscribe-form-card button:hover {
    background: #000;
    box-shadow: 0 3px 8px rgb(0 0 0 / 40%);
}

.accordion-item button:hover::after {
    background: #000 !important;
}

.subscribe-info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    height: 100%;
}

.subscribe-info-card h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 64px;
}

.subscribe-info-card p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

.accordion-item button {
    background: #F5F5F5 !important;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    padding: 36px;
    border-radius: 25px !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-item .accordion-body {
    color: #fff;
    padding: 0;
    font-size: 18px;
}

.accordion-item {
    border: none;
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: normal;
    background: transparent;
}

.accordion-item button.accordion-button::after {
    color: #fff !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom, #6fb37a 0%, #5aa066 38%, #4a8f58 65%, #3f7f4e 100%);
}

.accordion-button:not(.collapsed) {
    color: #5aa066;
}

.accordion-item button.accordion-button::before {
    background-image: url(../images/plus.png);
    content: "";
}

.accordion-item button.accordion-button::before {
    background-image: url(../images/plus.png);
    content: "";
    position: absolute;
    right: 33px;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.about-image img {
    max-height: 450px;
    margin: 0 auto;
    display: block;
}

img.img-fluid.dog-img {
    max-width: 160px;
}

.site-footer {
    background-position: center;
    background-size: cover;
    padding: 50px 0 0;
    color: #fff;
    position: relative;
    z-index: 9;
}

/* .site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 36 26 / 30%);
    z-index: -1;
} */
.site-footer p,
.site-footer a {
    color: #fff;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer ul li:last-child {
    margin-bottom: 0px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.banner-section.inner-common-banner {
    padding-bottom: 100px !important;
    text-align: center;
    background-position: top;
    height: auto;
    padding-top: 230px;
}

.about-image {
    position: relative;
    top: 0;
}

.about-image.bottom::after {
    left: unset;
    right: -15px;
}

.about-image::after {
    content: "";
    position: absolute;
    left: -25px;
    top: -25px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #1e532c, #0e0e0e);
    border-radius: 10px;
    z-index: -1;
}

.common-btn {
    background: linear-gradient(to bottom,
            #6fb37a 0%,
            #5aa066 38%,
            #4a8f58 65%,
            #3f7f4e 100%);
    color: #ffffff;
}

.site-footer::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(58 83 62 / 50%);
    z-index: -1;
}

.site-footer .container {
    padding: 0 50px;
}

.serving-sec img.img-fluid.mt-4 {
    filter: grayscale(1);
}

.contact-info i.fa-solid {
    background: linear-gradient(to bottom, #225d31, #029FA7);
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 5px 5px 0;
}

.privacy-content h5 {
    margin-top: 20px;
    font-weight: 600;
}

.privacy-content ul li {
    margin-bottom: 10px;
}

input.form-control,
textarea,
select.form-select {
    height: 60px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #029FA7 !important;
    font-size: 18px;
}

textarea {
    height: 110px;
}

.contact-form label.form-label {
    font-size: 18px;
    color: #000;
}

.contact-info ul li {
    font-size: 20px;
}

.contact-info ul li strong {
    font-size: 22px;
}

.parrellex-effect {
    position: relative;
    z-index: 1;
}

.parrellex-effect::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: -1;
}

.font-50 {
    font-size: 50px;
}


@media (max-width: 1549px) {
    .how-work img.line-a {
        left: 100px;
    }

    .color-boxed-inner p.text-30 {
        font-size: 23px;
    }
}

@media (max-width: 1499px) {
    .navigation ul li a {
        font-size: 18px;
    }

    .navigation ul li {
        margin: 0px;
    }

    .text-30 {
        font-size: 20px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    .font-23 {
        font-size: 17px;
    }

    .common-btn {
        padding: 16px 28px;
        font-size: 18px;
    }

    .how-work img.line-a {
        left: 75px;
    }

    .text-22 {
        font-size: 18px;
    }

    .heading-row h2 {
        font-size: 40px;
    }

    .testimonial-card p.mb-4 {
        margin-bottom: 40px !important;
        font-size: 18px;
    }

    .subscribe-info-card h3 {
        font-size: 50px;
    }
}

@media (max-width: 1399px) {
    .how-work img.line-a {
        left: 60px;
    }

    footer ul.d-flex {
        flex-wrap: wrap;
    }

    .color-boxed-inner p.text-30 {
        font-size: 19px;
    }

    .subscribe-info-card p {
        font-size: 20px;
        line-height: 34px;
    }

    .subscribe-info-card h3,
    .faq h2 {
        font-size: 40px;
    }

    .subscribe-form-card button {
        width: auto;
        padding: 10px 43px;
    }

    h1 {
        font-size: 40px;
    }

    .font-50 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .color-boxed-inner p.text-30 {
        font-size: 16px;
    }

    .subscribe-form-card h4 {
        font-size: 30px;
    }

    .subscribe-form-card {
        padding: 20px;
        height: 100%;
    }

    .subscribe-info-card p {
        font-size: 16px;
        line-height: 30px;
    }

    .accordion-item button {
        font-size: 18px;
        padding: 26px;
    }

    .accordion-item button.accordion-button::before {
        right: 23px;
    }

    .navigation ul li a.nav-btn {
        padding: 18px;
    }
}

@media (max-width: 991px) {
    .header .container {
        max-width: 100%;
    }

    .header .btn-right-end {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .banner-section.inner-common-banner {
        padding-top: 160px;
        padding-bottom: 50px;
    }

    p.work-p {
        font-size: 18px;
    }

    .text-29 {
        font-size: 20px;
    }

    .font-50,
    .faq h2 {
        font-size: 30px;
    }

    .site-footer::after {
        bottom: unset;
        top: 0;
    }

    .banner-section.inner-common-banner h1.text-white {
        color: #fff !important;
        margin: 0;
        font-size: 30px;
    }

    .site-footer .container {
        padding: 0 15px;
    }

    .site-footer p.m-0 {
        text-align: left !important;
    }
}

/* ===== Preview Modal (Job Posting) ===== */
.preview-thumb-img {
    width: 55px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.preview-thumb-img:hover,
.preview-thumb-img.active-thumb {
    border-color: #5aa066;
}

.preview-thumbs {
    overflow-x: auto;
    scrollbar-width: none;
}

.preview-thumbs::-webkit-scrollbar {
    display: none;
}

#previewModal .modal-content {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* Job Posting Preview Modal Styles */
#previewModal .modal-content {
    background: #ffffff !important;
    border: none;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.preview-header {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.back-btn-ui {
    background: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    display: flex;
    transition: 0.3s;
}

.back-btn-ui:hover {
    color: #2D6A4F;
}

.preview-main-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
    display: block;
}

.preview-thumbs-strip {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.thumb-item {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
}

.thumb-item.active {
    border-color: #2D6A4F;
}

.preview-body-content {
    padding: 25px;
}

.preview-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.preview-meta {
    display: flex;
    gap: 20px;
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
}

.meta-icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-icon-box i {
    font-size: 16px;
}

.meta-icon-box i.location {
    color: #e74c3c;
}

.desc-head {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.desc-para {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.btn-post-job-green {
    background: linear-gradient(180deg, #2D6A4F 0%, #1B4332 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    transition: 0.3s;
}

.btn-post-job-green:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Chat Page Layout Fix */
body.chat-page {
    /* height: 100vh; */
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
}

body.chat-page section {
    flex: 1;
    overflow: hidden;
    padding-top: 80px !important;
    /* Fixed header height approx */
    padding-bottom: 0 !important;
    height: 100vh;
}

body.chat-page .container-fluid {
    height: 100% !important;
    padding: 0 10px !important;
}

body.chat-page section>.container-fluid>.row,
body.chat-page section>.container-fluid>.row>div,
body.chat-page .card {
    height: calc(100vh - 100px) !important;
}

body.chat-page .card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.chat-page .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

body.chat-page .card-body>.row {
    flex: 1;
    overflow: hidden;
    margin: 0;
}

body.chat-page .chat-column {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

/* User List Scrolling */
.chat-user-list {
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

/* Chat Messages Scrolled Area */
.chat-messages-area {
    flex: 1;
    overflow-y: auto;
    padding: 15px 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.chat-messages-area::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome, Safari and Opera */
}

/* Notification Page Styles */
.notification-container {
    max-width: 900px;
    margin: 40px auto;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.notification-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.btn-mark-read {
    color: #2D6A4F;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-mark-read:hover {
    text-decoration: underline;
}

.notif-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.notif-tab {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-bottom: 12px;
}

.notif-tab.active {
    color: #000;
}

.notif-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2D6A4F;
    border-radius: 10px;
}

.notif-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: 0.3s;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.notif-card:hover {
    border-color: #2D6A4F;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.notif-card.unread {
    background: #f0fff4;
}

.notif-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.notif-icon-job {
    background: #e8f5e9;
    color: #2D6A4F;
}

.notif-icon-msg {
    background: #e3f2fd;
    color: #1976d2;
}

.notif-icon-bid {
    background: #fff3e0;
    color: #f57c00;
}

.notif-content {
    flex: 1;
}

.notif-content h6 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
    color: #000;
}

.notif-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

.notif-time-status {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.notif-time {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
}

.unread-dot {
    width: 10px;
    height: 10px;
    background: #e74c3c;
    border-radius: 50%;
}

/* ===== Nav Profile Pill Widget ===== */
.nav-profile-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px 6px 6px;
        background: linear-gradient(to bottom, #6fb37a 0%, #5aa066 38%, #4a8f58 65%, #3f7f4e 100%);
       
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 180px;
}

.nav-profile-pill:hover {
           background: linear-gradient(to bottom, #5e9c68 0%, #468350 38%, #3b7947 65%, #387947 100%);
    box-shadow: 0 4px 15px rgba(81, 245, 66, 0.4);
}

.nav-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.nav-profile-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.nav-profile-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
}

.nav-profile-role {
    font-size: 11px;
    color: #4a3a00;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.nav-profile-arrow {
    font-size: 10px;
    color: #1a1a1a;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.nav-profile-pill.active .nav-profile-arrow {
    transform: rotate(180deg);
}

/* Notification Bell */
.nav-bell-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc !important;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.nav-bell-icon:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
}

.nav-bell-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

/* Profile Dropdown */
.nav-profile-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: -70px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 12px 0;
    animation: dropdownFadeIn 0.25s ease;
}

.nav-profile-dropdown.show {
    display: block;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-dd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    transition: background 0.2s;
    font-family: 'Montserrat', sans-serif;
}

.nav-dd-item:hover {
    background: #f5f5f5;
    color: #1a1a1a !important;
}

.nav-dd-item i {
    width: 18px;
    text-align: center;
    color: #5aa066;
    font-size: 15px;
}

.nav-dd-divider {
    height: 1px;
    background: #eee;
    margin: 6px 16px;
}

.nav-dd-logout {
    color: #e74c3c !important;
}

.nav-dd-logout i {
    color: #e74c3c !important;
}

.nav-dd-logout:hover {
    background: #fff0f0;
}

@media (max-width: 991px) {
    .nav-profile-pill {
        min-width: auto;
        padding: 4px 10px 4px 4px;
    }

    .nav-profile-info {
        display: none;
    }

    .nav-profile-arrow {
        display: none;
    }

    .nav-profile-dropdown {
        right: 0;
        min-width: 200px;
    }
}
