@import url('https://fonts.cdnfonts.com/css/dune-rise');

section {
    padding: 30px 5%;
}

.business.container {
    width: 100%;
}

.hero-text {
    flex-direction: column;
}

.hero-text h1 {
    margin: 20px 0;
}

.hero-text h1 {
    font-size: 54px;
    color: white;
    margin-top: 20px;
    font-family: Dune Rise;
    font-weight: 400;
    font-style: Regular;
    font-size: 42px;
}

.hero-section {
    padding: 10% 4% 6% 4%;
    background: url(/images/hero-freelance-banner.webp);
    background-size: cover;
}

.hero-section-action div {
    width: 50%;
}

.hero-section-button {
    font-size: 14px;
}

.hero-section-button {
    width: 100%;
    height: 51px;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 29px 0px 24px;

}

.hero-section-flyer {
    margin-top: 30px;
}

.hero-section-flyer a {
    border-bottom: 1px solid #FFFFFF;
    max-width: 202px;
}

.hero-section-flyer p {
    margin-bottom: 8px;
}

.hero-section .heading-bullet {
    width: 135px;
    height: 28px;

}

.talent-section h2,
.why-us-section h2 {
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
}

.title-description {
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
}

.text-highlight {
    color: #0E8B00;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.project-search-section {
    background: #00000029;
    backdrop-filter: blur(94px);
    padding: 20px 10px;
    border-radius: 20px;
}

.project-search-field-section {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 1000px;
    padding: 5px 5px 5px 15px;
    border: 3px solid #F1F5F580;
}

.project-search-field-section img {
    width: 30px;
}

.project-search-field-section .icon-search {
    width: 4%;
}

.project-search-field-section .project-search-field {
    width: 76%;
}

.project-search-field-section .project-search-field input {
    border: none;
    font-family: Mori Gothic;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.project-search-field-section .project-search-field input:hover{
    border: none;
    box-shadow: none;
}

.search-dropdown-results {
    position: absolute;
    background: #fff;
    width: 73%;
}

.search-options {
    display: block;
    padding: 10px;
}

.project-search-field-section button {
    background: #00FF7B;
    width: 20%;
    font-family: Mori Gothic;
    font-weight: 400;
    font-size: 16px;
    border: none;
    padding: 10px 0;
    border-radius: 60px;
    color: #000;
}

.project-search-section .type-selection-tab {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    background: #00FF551A;
    backdrop-filter: blur(94px);
    border-radius: 40px;
    padding: 5px;
}

.type-selection-tab .tab-bullet {
    border-radius: 40px;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    color: #fff;
    font-family: Mori Gothic;
    font-weight: 400;
    font-size: 15px;
}

.type-selection-tab .tab-bullet.active {
    background: #003D27;
}

.talent-category {
    background: #F2F7F1;
    border-radius: 10px;
    padding: 20px 16px;
    height: 100%;
    width: 100%;
}

.talent-category p {
    color: #2D432C;
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    margin: 0;
}

.for-client-section {
    padding: 25px 35px;
    background: url('/images/freelance-for-client-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.for-client-section .section-top {
    margin-bottom: 20px;
}

.for-client-section .mini-title {
    margin-bottom: 80px;
}

.for-client-section h3,
.for-client-section h4,
.for-client-section a,
.for-client-section p,
.for-talent-section h3,
.for-talent-section h4,
.for-talent-section a,
.for-talent-section p {
    margin: 0;
    color: #fff;
}

.for-client-section h3,
.for-talent-section h3 {
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
}

.for-client-section h4,
.for-talent-section h4 {
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
}

.for-client-section .post-project-section {
    padding: 20px;
    background: #05C25F;
    border-radius: 10px;
}

.for-client-section .find-project-section {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.find-project-section .description,
.find-project-section .post-project-title {
    color: #003D27;
}

.post-project-section .description,
.find-project-section .description {
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    gap: 10px;
}

.post-project-section .post-project-title,
.find-project-section .post-project-title {
    margin-bottom: 25px;
}

.why-us-section h2 {
    color: #2D432C;
    margin-bottom: 25px;
}

.why-us-section .why-us-details {
    padding: 50px 65px;
    background: #F2F7F1;
    border-radius: 20px;
}

.why-us-details .why-us-data .title {
    gap: 10px;
    font-family: Mori Gothic;
    font-weight: 400;
    font-size: 30px;
    color: #003D27;
}

.why-us-details .why-us-data p {
    font-family: Mori Gothic;
    font-weight: 400;
    font-size: 16px;
    color: #003D27;
}

.about-projects {
    border-radius: 20px;
    padding: 65px 35px;
    height: 100%;
    background: #05C25F;
}

.about-projects h3 {
    font-family: Mori Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
}

.about-projects h2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 68px;
}

.pointers {
    gap: 10px;
    margin-top: 20px;
}

.pointer-details p {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.pointer-details h4 {
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 30px;
    color: #fff;
}

.talent-data {
    display: flex;
    height: 600px;
    /* or min-height */
}

.talent-featured-image {
    width: 60%;
    height: 100%;
    background: url('/images/for-talent.webp') center/cover no-repeat;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.talent-details {
    width: 40%;
    height: 100%;
    padding: 32px;
    background: #003D27;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.talent-pointers {
    display: flex;
    gap: 20px;
    padding: 30px 0;
    border-top: 1px solid #FFFFFF80
}

.for-talent-section .description {
    min-height: 150px;
}

.talent-action-button {
    background-color: #FFFFFF;
    color: #003D27 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 45px;
    display: inline-block;
}



@media (max-width: 768px) {
    .for-client-section .post-project-section {
        margin-bottom: 20px;
    }

    .why-us-section .why-us-details {
        padding: 30px;
        margin-bottom: 20px;
    }

    .about-projects {
        min-height: 450px;
    }

    .talent-data {
        flex-direction: column;
        height: auto;
    }

    .for-client-section {
        padding: 25px;
    }

    .talent-featured-image {
        min-height: 400px;
        background-position: center;
        background-size: cover;
        width: 100%;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .talent-details {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
}