/*========================================
          Crowdplat custom css
 ========================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

h1 {
    font-size: 46px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

p {
    font-size: 20px;
}

ul>li {
    list-style-type: none;
}

img {
    border-radius: 4px;
}

.nav-logo {
    width: 180px;
    height: 40px;
}

.btn {
    font-size: 18px;
}

.bg-blue {
    background: #1A76E2;
}

.bg-green {
    background: #4F9A3A;
}

.divider {
    margin: 8px auto 32px;
    display: block;
    background: #1488CC;
    width: 24px;
    height: 4px;
}

.sub-head {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    margin-top: 120px;
    margin-bottom: 110px;
}

.sub-head-blue {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.sub-head-blue {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.sub-head-green {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #3CA55C 0%, #B5AC49 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.sub-img {
    margin-bottom: 32px;
    width: 180px;
}

.body {
    margin-top: 80px;
}


/*========================================
             Contact Us Banner
  ========================================*/

.contactus-banner {
    height: 46px;
    padding: 0 48px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #1A76E2;
}

.contactus-banner-freelance {
    height: 46px;
    padding: 0 48px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #4F9A3A;
}

/* Product switcher in the top utility bar — shows which CrowdPlat
   product the visitor is in and lets them jump between them. */
.repo-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: auto;
}
.repo-switch .repo-tab {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 600;
    padding: 4px 13px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: .15s;
}
.repo-switch .repo-tab:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.repo-switch .repo-tab.active {
    background: rgba(255, 255, 255, 0.20);
    color: #FFFFFF;
    pointer-events: none;
    cursor: default;
}
@media (max-width: 575px) {
    /* Phones: shrink the top bar so the switcher + Contact Sales +
       Find Work all fit on one row without wrapping. */
    .contactus-banner,
    .contactus-banner-freelance { padding: 0 10px; }
    .repo-switch { gap: 2px; }
    .repo-switch .repo-tab { font-size: 12px; padding: 3px 7px; }
    .top-link { font-size: 12px; padding: 3px 9px; margin-left: 6px; }
}

.contactus-banner span:nth-child(1) {
    margin-right: 16px;
}

/* Plain links in the banner are white, but the .top-link pills keep their
   own (blue/green) text colors — see the .top-link rules below. */
.contactus-banner a:not(.top-link) {
    color: #FFF;
}

.contactus-banner a:hover {
    text-decoration: none;
}

.contactus-banner span i,
.contactus-banner-freelance span i {
    margin-right: 4px;
}


/*========================================
                   Navbar
  ========================================*/

.navbar {
    padding: 16px 24px;
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: .2s;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.navbar-collapse {
    display: none;
}

.navbar a:hover {
    text-decoration: none;
    opacity: .8;
}

.navbar-brand:hover {
    opacity: 1 !important;
}

.navbar-brand img {
    border-radius: 2px;
}

.nav-btn {
    background: #FCFEFC;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #4F9A3A;
    padding: 2px 12px !important;
    margin-right: 10px;
    transition: .2s;
}

.nav-btn:hover {
    color: #78BA54;
    transform: translateY(-1px);
    transition: .2s;
    opacity: 1 !important;
}

/* Blue variant — for customer-side CTAs: "Post Project" on blue pages and
   "For Customers" on green pages. Blue signals the customer side of the site,
   the same way the default green .nav-btn signals the talent side. */
.nav-btn-blue {
    color: #1A76E2;
}

.nav-btn-blue:hover {
    color: #155BB5;
}

/* Ghost button — transparent with a border, fills only on hover. Used for
   "Post Project" and "Log In" on blue pages so they read as secondary next
   to the solid white "Contact Sales" button. */
.nav-ghost {
    background: transparent !important;
    border: 1.5px solid #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    padding: 2px 12px !important;
    margin-right: 10px;
    transition: .2s;
}
.nav-ghost:hover {
    background: #FFFFFF !important;
    color: #1A76E2 !important;
    opacity: 1 !important;
}

/* Talent-side auth buttons (Sign Up / Login on green pages). Ghost style —
   transparent with a white border — matching the React /projects nav and
   findwork.html so every talent-facing page reads the same. */
.header-button-group {
    display: none;
    gap: 15px;
    align-items: center;
}
.header-button-group.show {
    display: flex;
}
.header-button {
    color: #FFFFFF !important;
    background: transparent;
    padding: 8px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: inline-block;
}
.header-button:hover {
    background: #FFFFFF;
    color: #4F9A3A !important;
    text-decoration: none !important;
    border: 1px solid #FFFFFF;
    opacity: 1 !important;
}
/* Customer-side variant — same ghost button, but the hover fills to the
   blue brand color instead of green. Used for Post Project / Login on
   blue pages. */
.header-button-blue:hover {
    color: #1A76E2 !important;
}

/* Top utility row — the thin bar above the navbar holds the cross-side
   links (Contact Sales / Find Work on blue pages, For Customers on green).
   White pill on the colored banner; text color signals which side it goes
   to (blue = customer side, green = talent side). */
.top-link {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 14px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: .15s;
}
.top-link:hover { text-decoration: none; opacity: .88; }
.top-link-blue { color: #1A76E2; }
.top-link-green { color: #4F9A3A; }

.nav-item.active {
    opacity: .8;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 128px;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    -moz-box-shadow: -3px 0 5px 0 #55555536;
    -webkit-box-shadow: -3px 0 5px 0 #55555536;
    box-shadow: -3px 0 5px 0 #55555536;
}

.sidenav a {
    padding: 16px 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.sidenav a:hover {
    background: #FAFAFA;
    text-decoration: none;
}

.sidenav a:hover span {
    color: #252525;
}

.sidenav a span {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    color: #989898;
    transition: 0.3s;
}

.sidenav a span.active {
    color: #1A76E2;
}

@media only screen and (max-width: 1110px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .navbar-toggler {
        display: unset !important;
    }

    .navbar {
        justify-content: space-between;
    }
}


/*========================================
                 Main Banner
  ========================================*/

.banner {
    padding: 80px 64px 0;
    margin-bottom: 32px;
}

.nasa-banner {
    padding: 32px 0 0;
    margin-bottom: 32px;
}

.banner-heading {
    margin-bottom: 16px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1.2;
    color: #1A76E2;
}

.banner-heading-green {
    margin-bottom: 16px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1.2;
    color: #4F9A3A;
}

.banner-sub {
    margin-bottom: 32px;
    color: #898989;
    font-size: 24px;
    line-height: 38px;
}


/*========================================
              Titles & Sub Heading
  ========================================*/

.sub-title {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 32px;
    margin: 16px auto 32px;
    color: #252525;
}

.header-title {
    background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.blue-text-gradient {
    background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title-underlined::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
}

.green-text-gradient {
    background: linear-gradient(90deg, #3CA55C 0%, #B5AC49 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-title-green {
    background: linear-gradient(90deg, #3CA55C 0%, #B5AC49 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 900;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.header-title-green-underlined::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #3CA55C 0%, #B5AC49 100%);
}

.banner-box {
    text-align: left;
}

.banner-buttons {
    text-align: left;
}

.top-sub {
    font-size: 1.6rem;
    color: #898989;
}

.steps {
    background: rgba(196, 196, 196, 0.17);
    border-radius: 20px;
    padding: 42px;
    margin-bottom: 62px;
}

.steps-head {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4;
    color: #2741B7;
    margin-bottom: 16px;
}

.steps-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 36px;
}


/*========================================
                   Table Section
  ========================================*/

.c-table {
    text-align: left;
}

.cds-table-left {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #252525;
}

.cds-table-right {
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: -0.02em;
    vertical-align: middle !important;
}

.cds-table-right {
    font-size: 20px;
    line-height: 23px;
}


/*========================================
                   Section
  ========================================*/

.gray-background {
    padding: 32px;
    background: #F1F7FD;
}

.gray-linear-bottom {
    padding: 32px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F7FD 100%);
}

.we-do {
    background: rgba(196, 196, 196, 0.35);
    border-radius: 8px;
    padding: 32px;
    margin-top: 32px;
}

.we-do-head {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #2741B7;
    margin-bottom: 8px;
}

.we-do-sub {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
}

.project-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.project-container {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 30px;
    padding: 30px 40px;
    transition: .2s;
}

.project-container:hover {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    transition: .2s;
}

.project-head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    background: #59A758;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-learn-more {
    color: #59A758;
    font-size: 20px;
    margin-top: 30px;
    padding: 0px 15px;
    cursor: pointer;
}

.project-img {
    height: 140px;
}


/*========================================
                   Buttons
  ========================================*/

.btn-blue,
.btn-white,
.btn-white-green,
.btn-green {
    margin: 8px 4px 32px;
    padding: 8px 32px;
    color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    transition: .2s;
    text-align: center;
}

.btn-green {
    background: #4F9A3A;
}

.btn-blue {
    background: #1A76E2;
}

.btn-white {
    background: #FFFFFF;
    border: 1px solid #1A76E2;
    color: #1A76E2;
}

.btn-white-green {
    background: #FFFFFF;
    border: 1px solid #4F9A3A;
    color: #4F9A3A;
}

.btn-blue:hover {
    background: #0F63C7;
    transition: .2s;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-green:hover {
    background: #599D34;
    transition: .2s;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-white:hover {
    color: #FFFFFF;
    background: #007bff;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-white-green:hover {
    color: #FFFFFF;
    background: #599D34;
    text-decoration: none;
    transform: translateY(-2px);
}

.card-btn {
    margin-bottom: 16px;
    padding: 8px 32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 3px !important;
    transition: .2s;
}

.card-btn:hover {
    background: #0F63C7;
    border: 1px solid #0F63C7;
    color: #FFFFFF;
    transition: .2s;
}

.card-container {
    width: 401.88px;
}


/*========================================
                   Footer
  ========================================*/

.footer a i {
    margin-right: 8px;
    color: #FFFFFF;
    font-size: 2em;
}

.footer-link {
    color: #FFFFFF;
    font-size: 18px;
}

.footer-link:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.footer-title {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 4px;
    font-size: 22px;
}

.copyright-text {
    font-size: 12px;
}

.copyright-text a {
    color: #FFF;
}

.success-card {
    position: relative;
}

.cust-info {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin: 16px auto 32px;
    color: #252525;
}

.cust-detail {
    border-radius: 90px 4px;
    height: 148px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    background: #FFFFFF;
}

.cust-img {
    max-width: 200px;
}

.cust-img-height {
    max-height: 72px;
}

.cp-read-more:hover {
    cursor: pointer;
}

.cp-p-hidden {
    display: none;
}


/*========================================
               Media Queries
  ========================================*/

@media screen and (max-width: 1400px) {
    .xl-crowdsourcing {
        display: none;
    }

    .lg-crowdsourcing {
        display: block;
    }
}

@media screen and (min-width: 1400px) {
    .xl-crowdsourcing {
        display: block;
    }

    .lg-crowdsourcing {
        display: none;
    }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1200px) {
    .banner {
        margin-bottom: -160px;
    }

    .project-img {
        height: 90px;
    }
}

@media screen and (min-width: 992px) {
    .copyright-text {
        font-size: 14px;
    }

    .btn-blue,
    .btn-white,
    .btn-green {
        padding: 12px 56px;
    }

    .project-head {
        min-height: 68px;
    }
}

@media screen and (max-width: 992px) {

    .contactus-banner,
    .contactus-banner-freelance {
        padding: 8px 24px;
    }

    .banner-box {
        text-align: center;
    }

    .banner-buttons {
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .project-container {
        height: auto;
        padding: 32px;
    }
}

@media screen and (min-width: 768px) {
    .copyright-text {
        font-size: 14px;
    }

    .c-table {
        width: 56%;
    }

    .web-block {
        display: flex;
    }

    .mobile-block {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 20px;
        margin-top: 16px;
    }

    .footer-content {
        padding-left: 24px;
        margin-bottom: 32px;
    }

    .crowdsourcing-work {
        background: #F1F7FD;
    }

    .banner {
        margin-bottom: 16px;
    }

    .banner-img {
        margin-top: 16px;
        width: 100%;
    }

    .c-table {
        width: 80%;
    }

    .web-block {
        display: none;
    }

    .mobile-block {
        display: flex;
    }
}

@media screen and (min-width: 544px) {}

@media screen and (max-width: 544px) {
    .contactus-banner {
        padding: 8px 24px;
        font-size: 14px;
    }

    .contactus-banner-freelance {
        padding: 8px 24px;
        font-size: 14px;
    }

    .banner {
        margin-top: 120px;
        padding: 16px;
    }

    .banner-heading-green,
    .banner-heading,
    .banner-sub {
        text-align: left;
    }

    .banner-heading {
        font-size: 28px;
        line-height: 1.4;
        margin: 24px 0;
    }

    .banner-sub {
        font-size: 20px;
        line-height: 1.4;
    }

    .banner-img {
        width: 90%;
    }

    .banner-heading-green {
        font-size: 28px;
    }

    .top-sub {
        font-size: 1.4rem;
    }

    .main-video {
        width: 100%;
    }

    video {
        margin-bottom: 32px;
        max-height: 220px;
    }

    p {
        font-size: 20px;
    }

    .card-container {
        width: 90%;
        margin: auto;
    }

    .header-title,
    .header-title-green {
        font-weight: bold;
        font-size: 28px;
        line-height: 1.4;
    }

    .banner-heading {
        font-size: 28px;
        line-height: 1.4;
        margin: 24px 0;
    }

    .cds-table-left {
        font-size: 30px;
    }

    .cds-table-right {
        font-size: 20px;
        line-height: 23px;
    }

    .we-do {
        margin: 16px;
        padding: 32px 16px;
    }

    .we-do-head {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -0.02em;
        color: #252525;
        margin-top: 12px;
    }

    .we-do-img {
        width: 100px;
        margin-left: auto;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}