.secondary-color{color:#fff700}*{box-sizing:border-box;margin:0;padding:0}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{margin-left:25px}section.projects-list::-webkit-scrollbar{display:none}section.projects-list{-ms-overflow-style:none;scrollbar-width:none;width:100%;height:100%;padding:40px 0;overflow-y:scroll}section.projects-list.section-bg{background-color:#f5f9ff}section.projects-list .section-heading{padding:20px}section.projects-list .section-heading.horizontal-center{flex-direction:column;align-items:center;gap:20px;display:flex}section.projects-list .section-heading h1.title{text-align:center;color:#1d2437;font-size:44px;font-weight:800}section.projects-list .section-heading h1.title .gradient{color:#0000;background:linear-gradient(90deg,#4285f4,#34a853);-webkit-background-clip:text;background-clip:text;display:inline}section.projects-list .section-heading h2.sub-heading{text-align:center;opacity:.6;width:100%;margin-top:8px;padding:0 3%;font-size:20px;font-weight:400}section.projects-list .section-heading h4.tag-section-heading{color:#919191;text-transform:uppercase;background-color:#fff;border:1px solid #919191;border-radius:30px;width:fit-content;padding:6px 18px;font-size:14px}section.projects-list .more-btn{justify-content:center;align-items:center;width:100%;padding:30px 0;display:flex}section.projects-list .more-btn .btn{color:#fff;cursor:pointer;background-color:#4285f4;border:4px solid #4285f4;border-radius:50px;width:fit-content;padding:10px 25px;font-size:20px;transition:all .3s;display:block}section.projects-list .more-btn .btn:hover{color:#4285f4;background-color:#fff}section.projects-list{padding:20px 120px}@media only screen and (max-width:767px){section.projects-list{padding:20px 15px}}section.projects-list .section-heading h1.title,section.projects-list .section-heading h1.title .gradient{font-weight:800}.project{background-color:#fff;border:1px solid #eef0f4;border-radius:20px;align-items:center;width:80%;max-width:1100px;margin:10px auto;padding:20px 30px;display:flex;position:relative;box-shadow:0 4px 18px #0f172a0f}.project .action-btns{z-index:100;align-items:center;gap:14px;display:flex;position:absolute;top:26px;right:30px}.project .action-btns .btn{color:#4285f4;border:2px solid #4285f4;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .3s;display:flex;overflow:hidden}.project .action-btns .btn:hover{color:#fff;background-color:#4285f4}.project .action-btns .btn.save-btn{color:#4285f4;background:#fff;border:1.5px solid #e2e8f0;width:38px;height:38px;font-size:15px}.project .action-btns .btn.save-btn:hover{color:#4285f4;background:#f8fafc;border-color:#cbd5e1}.project .action-btns .btn.bid-btn{color:#fff;background:linear-gradient(#4a9bff 0%,#1f6dff 100%);border:none;border-radius:24px;width:auto;height:40px;padding:0 28px;font-size:15px;font-weight:700;box-shadow:0 6px 16px #2b6cf666}.project .action-btns .btn.bid-btn:hover{color:#fff;filter:brightness(1.04);background:linear-gradient(#4a9bff 0%,#1f6dff 100%)}.project:hover{cursor:pointer;border-color:#e2e8f0;box-shadow:0 10px 28px #0f172a1a}.project:hover .title .caption{color:#4285f4}.project:hover .details .description .full-details{background-color:#fff}@media only screen and (max-width:767px){.project{flex-direction:column}}.project:last-child{border-bottom:none}.project .project-details-in-project-row{align-items:center;width:100%;display:flex}@media only screen and (max-width:767px){.project .project-details-in-project-row{flex-direction:column}}.project .project-details-in-project-row .profile{border-right:1px solid #eef0f4;width:20%;padding:10px 24px 10px 10px}@media only screen and (max-width:767px){.project .project-details-in-project-row .profile{border-right:none;width:100%;margin-bottom:15px;padding:0}}.project .project-details-in-project-row .profile .dp{aspect-ratio:1;content:"";background:#f1f5f9;border-radius:50%;width:80%;margin:0 auto;position:relative;overflow:hidden}@media only screen and (max-width:767px){.project .project-details-in-project-row .profile .dp{width:40%;margin:0}}.project .project-details-in-project-row .profile .name{text-align:center;width:100%;margin-top:16px;font-size:16px;font-weight:700}@media only screen and (max-width:767px){.project .project-details-in-project-row .profile .name{text-align:left;margin-top:10px;font-size:15px}}.project .project-details-in-project-row .details{width:80%;min-width:0;padding-left:26px;position:relative}@media only screen and (max-width:767px){.project .project-details-in-project-row .details{width:100%;padding-left:0}}.project .project-details-in-project-row .details .project-top{align-items:center;display:flex}.project .project-details-in-project-row .details .project-top .time{color:#64748b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.project .project-details-in-project-row .details .project-top .time .posted-icon{color:#4285f4;flex-shrink:0;width:14px;height:14px}.project .project-details-in-project-row .details .project-top .nature{color:#fff;background-color:#34a853;border-radius:20px;margin-left:10px;padding:4px 11px;font-size:11.5px;font-weight:600}.project .project-details-in-project-row .details .title{width:100%;margin:8px 0;display:flex}.project .project-details-in-project-row .details .title .caption{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;width:70%;font-size:21px;font-weight:800;overflow:hidden}@media only screen and (max-width:767px){.project .project-details-in-project-row .details .title{font-size:20px}}.project .project-details-in-project-row .details .company-statistics::-webkit-scrollbar{display:none}.project .project-details-in-project-row .details .company-statistics{-ms-overflow-style:none;scrollbar-width:none;align-items:center;gap:12px;font-size:13px;display:flex}@media only screen and (max-width:767px){.project .project-details-in-project-row .details .company-statistics{flex-wrap:wrap;width:100%;overflow-x:scroll}}.project .project-details-in-project-row .details .company-statistics>*+*{border-left:1px solid #e5e7eb;padding-left:12px}.project .project-details-in-project-row .details .company-statistics .verification{white-space:nowrap;align-items:center;gap:5px;display:flex}.project .project-details-in-project-row .details .company-statistics .verification .image-icon{vertical-align:middle;width:auto;height:16px}.project .project-details-in-project-row .details .company-statistics .verification .status{color:#4285f4;font-weight:700}.project .project-details-in-project-row .details .company-statistics .rating{white-space:nowrap;align-items:center;display:flex}.project .project-details-in-project-row .details .company-statistics .rating .icon{color:#e6b400}.project .project-details-in-project-row .details .company-statistics .location{align-items:center;gap:5px;min-width:0;font-weight:700;display:flex}.project .project-details-in-project-row .details .company-statistics .location .icon{color:#ff671e;flex-shrink:0}.project .project-details-in-project-row .details .company-statistics .location .location-text{text-overflow:ellipsis;white-space:nowrap;max-width:240px;overflow:hidden}.project .project-details-in-project-row .details .payment-details::-webkit-scrollbar{display:none}.project .project-details-in-project-row .details .payment-details{-ms-overflow-style:none;scrollbar-width:none;align-items:center;gap:8px;margin:12px 0;font-size:12.5px;display:flex}@media only screen and (max-width:767px){.project .project-details-in-project-row .details .payment-details{flex-wrap:wrap;width:100%;overflow-x:scroll}}.project .project-details-in-project-row .details .payment-details .column{white-space:nowrap;background-color:#fff;border:1px solid #eef0f4;border-radius:14px;align-items:center;gap:8px;padding:5px 13px 5px 5px;display:inline-flex}.project .project-details-in-project-row .details .payment-details .column .column__icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.project .project-details-in-project-row .details .payment-details .column .column__icon svg{width:13px;height:13px}.project .project-details-in-project-row .details .payment-details .column .label{color:#1f2937;font-weight:700}.project .project-details-in-project-row .details .payment-details .column .value{color:#6b7280}.project .project-details-in-project-row .details .payment-details .column.column--exp .column__icon{color:#2b6cf6;background:#e8f0fe}.project .project-details-in-project-row .details .payment-details .column.column--dur .column__icon{color:#7c3aed;background:#ede9fe}.project .project-details-in-project-row .details .payment-details .column.column--budget .column__icon{color:#16a34a;background:#e7f6ec}.project .project-details-in-project-row .details .description{width:90%;position:relative;overflow:hidden}.project .project-details-in-project-row .details .description .content{--max-lines:2;line-clamp:var(--max-lines);-webkit-line-clamp:var(--max-lines);-webkit-box-orient:vertical;font-size:16px;line-height:1.5em;display:-webkit-box;overflow:hidden}.project .project-details-in-project-row .details .description .full-details{color:#4285f4;text-align:end;background-color:#f5f9ff;position:absolute;bottom:0;right:0}.project .project-details-in-project-row .details .description .full-details:hover{text-decoration:underline}.project-details-side-panel{z-index:2000;width:100%;height:100%;transition:all .3s;display:flex;position:fixed;top:0;right:-100%}@media only screen and (max-width:767px){.project-details-side-panel{top:100%;right:0}}.project-details-side-panel.active{right:0}@media only screen and (max-width:767px){.project-details-side-panel.active{top:0}}.project-details-side-panel .close-side-panel-col{content:"";background-color:#000000cb;width:20%;height:100%}@media only screen and (max-width:767px){.project-details-side-panel .close-side-panel-col{width:0}}.project-details-side-panel .project-details-col{background-color:#fff;width:80%;height:auto;display:flex;overflow-y:scroll}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col{flex-direction:column;width:100%}}.project-details-side-panel .project-details-col .project-side{border-right:1px solid #595c5a68;width:70%;height:auto;padding:30px 0 40px 50px}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .project-side{border-right:none;width:100%;padding:20px}}.project-details-side-panel .project-details-col .project-side .side-panel-action-btn{gap:25px;margin-bottom:15px;padding:20px 0;display:flex}.project-details-side-panel .project-details-col .project-side .side-panel-action-btn div{padding:8px 12px;font-size:18px}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .project-side .side-panel-action-btn div{font-size:14px}}.project-details-side-panel .project-details-col .project-side .side-panel-action-btn .close-panel{color:#fff;cursor:pointer;white-space:nowrap;background-color:#000000ac;border-radius:8px;align-items:center;font-weight:500;display:flex}.project-details-side-panel .project-details-col .project-side .side-panel-action-btn .open-window{color:#4285f4;cursor:pointer;white-space:nowrap;border:none;font-weight:600}.project-details-side-panel .project-details-col .project-side .project-head{border-bottom:1px solid #595c5a68;padding:0 0 30px}.project-details-side-panel .project-details-col .project-side .project-head .title{opacity:.7;font-size:40px;font-weight:800}.project-details-side-panel .project-details-col .project-side .project-head .other{flex-wrap:wrap;align-items:center;gap:20px;padding:10px 0;font-size:16px;display:flex}.project-details-side-panel .project-details-col .project-side .project-head .other .type{color:#fff;background-color:#34a853;border-radius:20px;padding:5px 12px}.project-details-side-panel .project-details-col .project-side .project-head .other .category,.project-details-side-panel .project-details-col .project-side .project-head .other .time,.project-details-side-panel .project-details-col .project-side .project-head .other .location{opacity:.6;font-weight:700}.project-details-side-panel .project-details-col .project-side .project-head .other .category .icon,.project-details-side-panel .project-details-col .project-side .project-head .other .time .icon,.project-details-side-panel .project-details-col .project-side .project-head .other .location .icon{color:#ff671e}.project-details-side-panel .project-details-col .project-side .description{opacity:.8;width:90%;padding:30px 10px;font-size:18px}.project-details-side-panel .project-details-col .project-side .requirements{flex-flow:wrap;align-items:center;gap:80px;padding:50px 30px;display:flex}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .project-side .requirements{gap:20px;padding:25px 15px}}.project-details-side-panel .project-details-col .project-side .requirements .row{align-items:center;gap:20px;font-size:22px;display:flex}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .project-side .requirements .row{flex:40%;width:45%}}.project-details-side-panel .project-details-col .project-side .requirements .row .icon{color:#34a853;font-size:32px}.project-details-side-panel .project-details-col .project-side .requirements .row .caption .title{text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:700}.project-details-side-panel .project-details-col .project-side .requirements .row .caption .content{opacity:.6;white-space:nowrap}.project-details-side-panel .project-details-col .project-side .skills{border-top:1px solid #595c5a68;border-bottom:1px solid #595c5a68;padding:40px 20px}.project-details-side-panel .project-details-col .project-side .skills .head{font-size:20px;font-weight:700}.project-details-side-panel .project-details-col .project-side .skills .tags{flex-wrap:wrap;gap:15px;padding:15px 0;font-size:14px;display:flex}.project-details-side-panel .project-details-col .project-side .skills .tags .tag{background-color:#f5f9ff;border:1px solid #7373733b;border-radius:20px;padding:5px 12px}.project-details-side-panel .project-details-col .project-side .reviews{flex-direction:column;gap:30px;padding:60px 20px;display:flex}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .project-side .reviews{display:none}}.project-details-side-panel .project-details-col .project-side .reviews .reviews-heading{font-size:20px;font-weight:700}.project-details-side-panel .project-details-col .project-side .reviews .review{border:1px solid #7373733b;border-radius:10px;width:90%;padding:15px 20px}.project-details-side-panel .project-details-col .project-side .reviews .review .head{align-items:center;gap:20px;display:flex}.project-details-side-panel .project-details-col .project-side .reviews .review .head .image{border-radius:50%;width:60px;height:60px;position:relative;overflow:hidden}.project-details-side-panel .project-details-col .project-side .reviews .review .head .title{flex-direction:column;gap:6px;display:flex}.project-details-side-panel .project-details-col .project-side .reviews .review .head .title .name{color:#34a853;font-size:18px;font-weight:700}.project-details-side-panel .project-details-col .project-side .reviews .review .head .title .stars{color:#e6b400;font-size:14px;display:flex}.project-details-side-panel .project-details-col .project-side .reviews .review .review-content{opacity:.6;margin-left:80px;padding-top:12px;font-size:16px}.project-details-side-panel .project-details-col .project-side .reviews .load-more-btn{color:#fff;cursor:pointer;background-color:#34a853;border:2px solid #34a853;border-radius:8px;width:fit-content;padding:10px 15px;transition:all .3s}.project-details-side-panel .project-details-col .project-side .reviews .load-more-btn:hover{color:#34a853;background-color:#fff}.project-details-side-panel .project-details-col .project-side .other-projects{border:1px solid #7373733b;border-radius:20px;flex-direction:column;gap:30px;width:80%;padding:40px;display:flex}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .project-side .other-projects{display:none}}.project-details-side-panel .project-details-col .project-side .other-projects .head{font-size:20px;font-weight:700}.project-details-side-panel .project-details-col .project-side .other-projects .other-project-row{flex-direction:column;gap:5px;display:flex}.project-details-side-panel .project-details-col .project-side .other-projects .other-project-row .other-project-title{color:#34a853;font-size:18px;font-weight:700}.project-details-side-panel .project-details-col .project-side .other-projects .other-project-row .other-project-description{--max-lines:2;line-clamp:var(--max-lines);-webkit-line-clamp:var(--max-lines);-webkit-box-orient:vertical;width:80%;font-size:16px;line-height:1.2em;display:-webkit-box;overflow:hidden}.project-details-side-panel .project-details-col .client-side{width:25%;padding:50px 20px 30px 40px}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .client-side{flex-direction:column-reverse;width:100%;padding:20px;display:flex}}.project-details-side-panel .project-details-col .client-side .action-btns{flex-direction:column;gap:15px;width:100%;display:flex}.project-details-side-panel .project-details-col .client-side .action-btns div.bid-btn,.project-details-side-panel .project-details-col .client-side .action-btns div.save-btn{border:2px solid #4285f4;border-radius:12px;justify-content:center;align-items:center;gap:20px;padding:10px 0;font-size:18px;font-weight:700;display:flex}.project-details-side-panel .project-details-col .client-side .action-btns div.bid-btn .icon,.project-details-side-panel .project-details-col .client-side .action-btns div.save-btn .icon{font-size:18px}.project-details-side-panel .project-details-col .client-side .action-btns div.bid-btn{color:#fff;background-color:#4285f4}.project-details-side-panel .project-details-col .client-side .action-btns div.save-btn{color:#4285f4}.project-details-side-panel .project-details-col .client-side .project-activity{border-bottom:1px solid #595c5a68;padding:30px 0}.project-details-side-panel .project-details-col .client-side .project-activity .head{font-size:20px;font-weight:700}.project-details-side-panel .project-details-col .client-side .project-activity .details{flex-direction:column;gap:4px;margin-top:12px;display:flex}.project-details-side-panel .project-details-col .client-side .project-activity .details .row{flex-direction:row;gap:10px;display:flex}.project-details-side-panel .project-details-col .client-side .project-activity .details .row .index{font-weight:700}.project-details-side-panel .project-details-col .client-side .client-details{flex-direction:column;gap:10px;padding:20px 0;display:flex}@media only screen and (max-width:767px){.project-details-side-panel .project-details-col .client-side .client-details{padding:0}}.project-details-side-panel .project-details-col .client-side .client-details .head{font-size:20px;font-weight:700}.project-details-side-panel .project-details-col .client-side .client-details .name-dp{padding:20px 0}.project-details-side-panel .project-details-col .client-side .client-details .name-dp .dp{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;width:100px;height:100px;margin-bottom:10px;position:relative;overflow:hidden}.project-details-side-panel .project-details-col .client-side .client-details .name-dp .name{margin-bottom:12px;font-size:20px;font-weight:700}.project-details-side-panel .project-details-col .client-side .client-details .payment-verified,.project-details-side-panel .project-details-col .client-side .client-details .phone-verified{color:#34a853;gap:10px;font-size:16px;font-weight:700;display:flex}.project-details-side-panel .project-details-col .client-side .client-details .rating{align-items:center;gap:5px;margin-top:10px;display:flex}.project-details-side-panel .project-details-col .client-side .client-details .rating .icon{color:#e6b400}.project-details-side-panel .project-details-col .client-side .client-details .rating .average{font-weight:700}.project-details-side-panel .project-details-col .client-side .client-details .other{padding:15px 0}.loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:40px 20px;display:flex}.loading-container .loading-spinner{border:4px solid #f3f3f3;border-top-color:#4285f4;border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite spin}.loading-container p{color:#697ba9;margin:0;font-size:1rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
