[v-cloak]{
    display: none;
}
@media (max-width: 768px) {
    #notification_area .dropdown-menu {
        min-width: 100% !important;
        max-width: 100vw;
        word-wrap: break-word;
        white-space: normal;
    }
    #notification_area .navbar {
        flex-direction: column;
        align-items: stretch;
    }
    #notification_area .d-flex.align-items-center {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
}
.dropdown-menu {
    --bs-dropdown-link-active-bg: rgb(2 123 78)
}


 body {
     font-family: 'Poppins', sans-serif;
     /*font-family: 'Segoe UI', sans-serif;*/
     background-color: #f0f5f2;
     margin: 0;
     color: #212529;
     font-size: 1rem;
 }
h1, h2, h3, h4, h5 {
    font-weight: 600;
}
.btn {
    font-weight: 600;
    font-size: 0.95rem;
}

.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-outline-light:hover {
    background-color: #ffffff22;
    color: #fff;
}

.btn-light.text-success {
    background-color: #fff;
    color: #065f46;
    border: 2px solid #22c55e;
}

.btn-light.text-success:hover {
    background-color: #f0fff4;
    color: #0f5132;
}

.navbar {
    background-color: #065f46;
}
.navbar-brand, .nav-link, .nav-link:hover {
    color: #ffffff !important;
    font-weight: 600;
}
.hero-section {
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    background-color: #edf7f3;
    margin-top: 0 !important;
    padding-top: 60px; /* Adjust as needed */
}
.hero-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #065f46;
}
.hero-text {
    font-size: 1.2rem;
    color: #444;
    max-width: 700px;
    margin: 20px auto;
}
.hero-buttons .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 30px;
    transition: 0.3s ease;
}
.btn-get-started {
    background-color: #065f46;
    color: #fff;
}
.btn-get-started:hover {
    background-color: #054731;
}
.btn-pricing {
    border: 2px solid #065f46;
    color: #065f46;
}
.btn-pricing:hover {
    background-color: #065f46;
    color: #fff;
}
footer {
    background-color: #065f46;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}
.text-banner {
    background-color: #e9f5f1;
    padding: 30px 20px;
    border-radius: 8px;
}
.typed-text {
    color: #0f172a;
    font-size: 1.25rem;
}
.cursor {
    display: inline-block;
    width: 1px;
    background: #0f172a;
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.hero-section {
    background-color: #edf7f3;
}

.shadow-text {
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
}



 .typed-text .cursor {
     display: inline-block;
     background: #0f172a;
     width: 1px;
     animation: blink 1s infinite;
 }
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.typed-text .cursor {
    display: inline-block;
    background: #0f172a;
    width: 1px;
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*border: none;*/
    min-width: 160px;
    max-width: 200px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}




 .step-card {
     background: #f9fafb;
     border-radius: 12px;
     padding: 20px 15px;
     box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.step-number {
    background: linear-gradient(to right, #059669, #047857);
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .step-card {
        max-width: 90%;
        margin: 0 auto;
    }
}


 .section-underline {
     width: 80px;
     height: 4px;
     background: #059669;
     margin: 0 auto 20px;
     border-radius: 3px;
 }
.team-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 5px solid #065f46;
}
.team-card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    transition: 0.3s ease;
}


 .writer-carousel .team-card {
     background: #fff;
     padding: 20px;
     margin: 15px;
     border-radius: 8px;
     text-align: center;
     border: 1px solid #ddd;
 }
.writer-carousel .team-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #059669;
    margin-bottom: 10px;
}
.slick-prev:before, .slick-next:before {
    color: #065f46;
}
/* Center dots and add spacing */
.slick-dots {
    bottom: -20px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}

/* Remove default numbers inside dots */
.slick-dots li button {
    font-size: 0;
}

/* Dot styling */
.slick-dots li button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Active dot styling */
.slick-dots li.slick-active button:before {
    background-color: #065f46;
    transform: scale(1.3);
}
/* Ensure dots are centered with spacing */
.slick-dots {
    bottom: -20px;
    display: flex !important;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Hide default button styles */
.slick-dots li button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
}

/* Clean circular dots */
.slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Active dot style */
.slick-dots li.slick-active button:before {
    background-color: #065f46;
    transform: scale(1.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.carousel .btn[aria-current="true"] {
    background-color: #065f46 !important;
}
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-card:hover .icon-box {
    background-color: #065f46;
    color: #fff;
    transform: scale(1.1);
}

.feature-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.icon-circle {
    background: rgba(6, 95, 70, 0.1);
    color: #065f46;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.why-card:hover .icon-circle {
    background: #065f46;
    color: #fff;
    transform: scale(1.15);
}

.why-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    transition: 0.3s ease;
}

.process-step .step-icon {
    width: 70px; height: 70px;
    background: rgba(6,95,70,0.1);
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    color:#059669;
}

[v-cloak]{
    display: none;
}
@media (max-width: 768px) {
    #notification_area .dropdown-menu {
        min-width: 100% !important;
        max-width: 100vw;
        word-wrap: break-word;
        white-space: normal;
    }
    #notification_area .navbar {
        flex-direction: column;
        align-items: stretch;
    }
    #notification_area .d-flex.align-items-center {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
}

.active_tab{
    background-color: rgba(255,255,255,0.1); border-bottom: 3px solid white;
}

.five-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 5;       /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.5em;                  /* set line height */
    min-height: calc(1.5em * 5);         /* always occupy 2 lines */

}

.bg-success-subtle { background-color: rgba(6,95,70,0.05) !important; }

.card img {
    object-fit: cover;
}

/* Ensure search & filters are sticky on scroll (optional) */
.search-filter {
    position: sticky;
    top: 1rem;
    z-index: 10;
}

/* Tweak pagination */
.pagination .page-item .page-link {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-success-subtle { background-color: rgba(6,95,70,0.05) !important; }

.card img {
    object-fit: cover;
}

/* Ensure search & filters are sticky on scroll (optional) */
.search-filter {
    position: sticky;
    top: 1rem;
    z-index: 10;
}

/* Tweak pagination */
.pagination .page-item .page-link {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background-color: #f7fcfa;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #059669;
}

.step-icon {
    font-size: 2rem;
    color: #059669;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #059669;
}

.timeline {
    position: relative;
    margin: 2rem 0;
    padding-left: 1.75rem; /* shrink so line is under icons */
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem; /* shift line to icon center */
    width: 4px;
    height: 100%;
    background: #059669;
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
}

.timeline-item .icon-container {
    position: absolute;
    left: 0; /* sit icon’s center on the line */
    top: 0;
    width: 2rem;
    height: 2rem;
    background: #059669;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .timeline {
        padding-left: 1.5rem;
    }

    .timeline::before {
        left: 0.9rem;
    }

    .timeline-item {
        padding-left: 2rem;
    }
}

.process-card {
    background-color: #f7fcfa;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
}
.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    border-color: #059669;
}
.icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(6,95,70,0.1);
    color: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.expertise-tags{
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 450px;
    .expertise-tags-item {
        width: 87px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}
@media (min-width: 768px) and (max-width: 950px) {
    .expertise-tags-item {
        width: 87px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}
.two-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.5em;                  /* set line height */
    min-height: calc(1.5em * 2);         /* always occupy 2 lines */

}



.bg-success-subtle { background-color: rgba(6,95,70,0.05) !important; }
.sample-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.sample-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #059669 !important;
}
.sample-card.border-success {
    border: 1px solid #059669 !important;
}
.card .badge {
    font-size: 0.75rem;
}
@media (max-width: 767px) {
    .sample-card { padding: 2rem 1.5rem; }
}



body { font-family: 'Poppins', sans-serif; background-color: #f0f5f2; margin: 0; color: #212529; }
.navbar { background: linear-gradient(to right, #006644, #017d4f); }
.navbar-brand, .nav-link { color: #fff !important; font-weight: 600; }
.hero-section { background-color: #edf7f3; text-align: center; padding: 100px 0; border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,0.05); }
.hero-title { font-size: 2.5rem; font-weight: 800; color: #065f46; text-shadow: 0px 3px 8px rgba(0,0,0,0.08); }
.hero-text { font-size: 1.2rem; color: #444; max-width: 700px; margin: 20px auto; }
.btn-get-started { background-color: #065f46; color: #fff; padding: 0.75rem 1.5rem; border-radius: 30px; font-weight: 600; transition: background 0.3s; }
.btn-get-started:hover { background-color: #054731; }



.card {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: none;
}

.file-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.secure-box {
    background-color: #e6f4ea;
    border-left: 5px solid #198754;
    padding: 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1c4532;
    display: flex;
    align-items: center;
    gap: 10px;
}

.secure-box i {
    font-size: 1.2rem;
    color: #198754;
}

.pay-btn {
    background: linear-gradient(to right, #198754, #28a745);
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pay-btn:hover {
    background: #146c43;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.badge-pill {
    border-radius: 50px;
    font-size: 0.85rem;
    padding: 6px 12px;
}




[v-cloak] {
    display: none;
}

.timeline-entry {
    position: relative;
    margin-bottom: 30px;
    padding-left: 10px;
}

.timeline-entry::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -23px;
    width: 16px;
    height: 16px;
    background-color: #198754;
    border-radius: 50%;
    z-index: 2;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    height: 100%;
    background-color: #dee2e6;
    z-index: 1;
}




.form-container {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.upload-box {
    border: 2px dashed #ced4da;
    padding: 2rem;
    text-align: center;
    border-radius: 12px;
    background-color: #f8f9fa;
    transition: border-color 0.3s;
}

.upload-box.dragover {
    border-color: var(--green);
}

.file-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
}

.file-links::-webkit-scrollbar {
    width: 6px;
}

.file-links::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.file-links .file-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.file-name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.file-meta {
    font-size: 0.85rem;
    text-align: right;
}

.file-note {
    font-size: 0.9rem;
    color: #555;
    margin-top: 0.5rem;
    background: #f9f9f9;
    padding: 0.5rem;
    border-left: 4px solid #007a33;
    border-radius: 6px;
}

.file-entry {
    background: #f1f4f9;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.file-entry textarea {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}



/* CSS */
.budget-container {
    max-width: 400px;
    margin: 1rem 0;        /* top & bottom only, flush to left */
    font-family: sans-serif;
}

.budget-label {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #222;
}

.budget-input-group {
    display: flex;
    gap: 0.5rem;
}

.budget-select,
.budget-input {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.budget-select {
    max-width: 100px;  /* keep currency dropdown compact */
    /* if you want the little arrow on the right: */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'10'%20height%3D'6'%20viewBox%3D'0%200%2010%206'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200l5%206%205-6'%20stroke%3D'%23666'%20stroke-width%3D'1.2'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.budget-select:focus,
.budget-input:focus {
    border-color: #5b9df9;
    box-shadow: 0 0 0 3px rgba(91, 157, 249, 0.3);
}

/* Optional: responsive tweak for very small screens */
@media (max-width: 360px) {
    .budget-input-group {
        flex-direction: column;
    }
    .budget-select {
        max-width: none;
    }
}






[v-cloak] {
    display: none;
}
.container-bidding, .bids-section {
    width: 100%;
}

.active-chat-bid {
    background-color: #cdebce !important;
}

.bid-card {
    width: 100%;
}

.container-bidding {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.order-summary {
    flex: 1 1 300px;
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 1rem;
    height: fit-content;
}

.bids-section {
    flex: 2 1 600px;
}

.bid-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

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

.writer-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.writer-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.writer-meta small {
    color: #6c757d;
}

.rating {
    color: goldenrod;
    font-size: 0.9rem;
}

.bid-message {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #343a40;
}

.bid-actions {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn-outline-success {
    color: var(--green);
    border-color: var(--green);
}

.btn-outline-success:hover {
    background-color: var(--green);
    color: white;
}

.btn-dark {
    background-color: #343a40;
}

@media (max-width: 768px) {
    .container-bidding {
        flex-direction: column;
        gap: 0; /* Remove unwanted spacing */
        padding: 1rem; /* Optional: reduce padding */
    }

    .order-summary {
        display: none;
    }

    .bids-section {
        flex: 1 1 100%;
        width: 100%;
    }
}




.file-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
}

.file-links::-webkit-scrollbar {
    width: 6px;
}

.file-links::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.file-links::-webkit-scrollbar-track {
    background: transparent;
}

.file-links .file-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.file-links .file-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-links .file-name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.file-links i {
    /*color: #6c757d;*/
    /*font-size: 1.2rem;*/
}

.file-meta {
    text-align: right;
    font-size: 0.85rem;
}

.file-note {
    font-size: 0.9rem;
    color: #555;
    margin-top: 0.5rem;
    background: #f9f9f9;
    padding: 0.5rem;
    border-left: 4px solid #007a33;
    border-radius: 6px;
}
