  * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* hero section start */


    .hero-section {
    background-image: linear-gradient(to right in oklab, #0052CC 0%, #FF6600 100%);
    padding: 100px 0;
    position: relative;
}

.hero-section::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 43%;
	background: url('/public/img/two-young-happy-smiling-successful-businesspeople-working-with-laptop-white-wall-removebg-preview-removebg-preview.png') no-repeat;
	background-size: contain;
	background-position: bottom;
}

    .hero-section .row {
        align-items: center;
    }

    .hero-left-content-wapper h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 60px;
        color: #FFF;
        margin: 0;
        padding-bottom: 20px;
        letter-spacing: 3px;
    }

    .hero-left-content-wapper h2 span {
        font-weight: 800;
        letter-spacing: 4px;
    }

    .hero-left-content-wapper p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #FFF;
        margin: 0;
        padding-bottom: 20px;
    }



    .hero-left-content-wapper .hero-search-select-btn-wapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #FFF;
        border-radius: 10px;
        padding: 0;
        height: 50px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .hero-left-content-wapper .hero-search-select-btn-wapper select {
        width: 28%;
        height: 100%;
        background: #FF6600;
        border: none;
        padding: 6px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #FFF;
    }

    .hero-left-content-wapper .hero-search-select-btn-wapper form {
        display: flex;
        align-items: center;
        width: 72%;
        height: 100%;
    }

    .hero-left-content-wapper .hero-search-select-btn-wapper form .form-group {
        display: flex;
        flex: 1;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .hero-left-content-wapper .hero-search-select-btn-wapper form input {
        background: transparent;
        height: 100%;
        border: none;
        box-shadow: none;
        outline: none;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
    }

    .hero-left-content-wapper .hero-search-select-btn-wapper form .search-btn-hero {
        height: 100%;
    }

    .hero-left-content-wapper .hero-search-select-btn-wapper form .search-btn-hero a {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #FFF;
        cursor: pointer;
        background: #0052CC;
    }



    .hero-left-content-wapper ul.hero-categories {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin: 00;
        padding: 0;
        list-style: none;
    }

    .hero-left-content-wapper ul.hero-categories li {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #FFF;
        border: 1px solid #FFF;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    .hero-left-content-wapper .post-project-find-btn {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-top: 20px;
    }

    .hero-left-content-wapper .post-project-find-btn a {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #FFF;
        border: 1px solid #FFF;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        background: #FF6600;
        transition: all 0.5s ease-in-out;
    }

    .hero-left-content-wapper .post-project-find-btn a:hover {
        background: #0052CC;
    }

    .hero-right-content-wapper h5 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        color: #FFF;
        margin: 0;
        padding-bottom: 15px;
    }

    .hero-right-content-wapper {
        border-radius: 10px;
        border: 1px solid #FFF;
        padding: 20px;
        background: color-mix(in oklab, #FFF 10%, transparent);
    }

    .hero-right-content-wapper ul {
        margin: 0;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
    }

    .hero-right-content-wapper ul li {
        position: relative;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #FFF;
    }

    .hero-right-content-wapper ul li::before {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: #FFF;
        font-size: 16px;
        font-weight: 900;
        margin-right: 10px;
    }


    /* hero section end */


    /* Popular Categories section start */

    .popular-categories-section {
        padding: 100px 0;
        background: #F5F5F5;
    }

    .popular-categories-section .popular-categories-title-wapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border-bottom: 2px solid #E6F0FF; */
        /* padding-bottom: 15px; */
        margin-bottom: 30px;
    }

    .popular-categories-section .popular-categories-title-wapper h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        padding-bottom: 0px;
        text-align: center;
        position: relative;
        display: inline-block;
        color: #0052CC;
        /* background: linear-gradient(to right, #2352d2, #fa6900); */
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        /* color: transparent; */
    }

    /* .popular-categories-section .popular-categories-title-wapper h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #2352d2, #fa6900);
    border-radius: 2px;
} */


    .popular-categories-section .popular-categories-title-wapper .popular-categories-view-all-btn {
        display: flex;
    }

    .popular-categories-section .popular-categories-title-wapper .popular-categories-view-all-btn a {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #0052CC;
    }

    .popular-categories-section .row {
        row-gap: 30px;
    }

    .popular-categories-card-wapper {
        background: #FFF;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 8px rgba(54, 52, 53, 0.2);
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: all 0.5s ease-in-out;
    }

    .popular-categories-card-wapper:hover {
        transform: scale(0.95);
    }

    .popular-categories-card-wapper .popular-categories-card-icon span {
        color: #FF6600;
        font-size: 40px;
        border-radius: 10px;
    }

    .popular-categories-card-wapper .popular-categories-card-inner {
        margin-top: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .popular-categories-card-wapper .popular-categories-card-inner h3 {
        margin: 0;
        padding-bottom: 5px;
        line-height: 0;
    }

    .popular-categories-card-wapper .popular-categories-card-inner h3 a {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
        color: #0052CC;
    }

    .popular-categories-card-wapper .popular-categories-card-inner p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
        margin: 0;
        padding-bottom: 20px;
    }

    .popular-categories-card-wapper .popular-categories-card-inner .popular-categories-explore-btn {
        display: flex;
        margin-top: auto;
    }

    .popular-categories-card-wapper .popular-categories-card-inner .popular-categories-explore-btn a {
        transition: 0.5s all;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 24px;
        color: #333333;
    }

    /* Popular Categories section end */


    /* How it Works section start */


    .how-work-section {
        padding: 100px 0;
        counter-reset: benefit-counter;
    }

    .how-work-section .how-work-title h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        color: #0052CC;
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .how-work-section .how-work-title {
        text-align: center;
        margin-bottom: 30px;
        /* border-bottom: 2px solid #E6F0FF; */
        /* padding-bottom: 15px; */
    }

    .how-work-section .how-work-title h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        padding-bottom: 10px;
        text-align: center;
        position: relative;
        display: inline-block;
        /* background: linear-gradient(to right, #2352d2, #fa6900); */
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        color: #0052CC;
    }

    /* .how-work-section .how-work-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #2352d2, #fa6900);
    border-radius: 2px;
} */


    .how-work-section .row {
        row-gap: 30px;
    }

    .how-work-card-wapper {
        border-radius: 10px;
        box-shadow: 0px 0px 8px rgba(54, 52, 53, 0.2);
        padding: 20px 14px;
        transition: box-shadow 0.27s, transform 0.27s;
        border: 1px solid #E5EAF1;
        height: 100%;
        position: relative;
    }

    .how-work-card-wapper::before {
        counter-increment: benefit-counter;
        content: "0" counter(benefit-counter);
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 3rem;
        font-weight: 800;
        color: rgba(35, 82, 210, 0.08);
        line-height: 1;
    }

    .how-work-card-wapper:hover {
        transform: translateY(-5px) scale(1.03);
    }

    .how-work-card-wapper .how-work-card-icon span {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto;
        box-shadow: 0 1px 7px rgba(35, 82, 210, 0.07);
        background: #f6f8fb;
        color: #FF6600;
        font-size: 24px;
    }

    .how-work-card-wapper .how-work-card-inner {
        margin-top: 20px;
    }

    .how-work-card-wapper .how-work-card-inner h3 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
        color: #0052CC;
        margin: 0;
        padding-bottom: 10px;
        text-align: center;
    }

    .how-work-card-wapper .how-work-card-inner p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
        margin: 0;
        padding-bottom: 0px;
        text-align: center;
    }

    /* How it Works section end */


    /* Why Freelancers Love 9lancer section start */

    .freelancer-lancer-section {
        padding: 100px 0;
        background: #F5F5F5;
    }

    .freelancer-lancer-section .freelancer-lancer-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .freelancer-lancer-section .freelancer-lancer-title h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        padding-bottom: 10px;
        text-align: center;
        position: relative;
        display: inline-block;
        /* background: linear-gradient(to right, #2352d2, #fa6900); */
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        color: #0052CC;
    }

    /* .freelancer-lancer-section .freelancer-lancer-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #2352d2, #fa6900);
    border-radius: 2px;
} */

    .freelancer-lancer-section .row {
        row-gap: 30px;
    }

    .freelancer-lancer-card-wapper {
        background: #ffffff;
        border-radius: 12px;
        padding: 30px;
        text-align: left;
        display: flex;
        align-items: flex-start;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .freelancer-lancer-card-wapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(35, 82, 210, 0.1);
    }

    .freelancer-lancer-card-wapper .freelancer-lancer-card-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        margin-right: 20px;
        flex-shrink: 0;
        font-size: 24px;
        color: #ffffff;
    }

    .freelancer-lancer-section .row .col-lg-6:nth-child(odd) .freelancer-lancer-card-wapper .freelancer-lancer-card-icon {
        background: linear-gradient(135deg, #2352d2 0%, #1a3aa0 100%);
        box-shadow: 0 5px 15px rgba(35, 82, 210, 0.2);
    }

    .freelancer-lancer-section .row .col-lg-6:nth-child(even) .freelancer-lancer-card-wapper .freelancer-lancer-card-icon {
        background: linear-gradient(135deg, #fa6900 0%, #e05a00 100%);
        box-shadow: 0 5px 15px rgba(250, 105, 0, 0.2);
    }


    .freelancer-lancer-card-wapper .freelancer-lancer-card-inner h3 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin: 0;
        padding-bottom: 15px;
    }

    .freelancer-lancer-card-wapper .freelancer-lancer-card-inner p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        margin: 0;
        padding-bottom: 0;
        color: #333333;
    }

    .freelancer-lancer-section .row .col-lg-6:nth-child(odd) .freelancer-lancer-card-wapper .freelancer-lancer-card-inner h3 {
        color: #0052CC;
    }

    .freelancer-lancer-section .row .col-lg-6:nth-child(even) .freelancer-lancer-card-wapper .freelancer-lancer-card-inner h3 {
        color: #FF6600;
    }

    /* Why Freelancers Love 9lancer section end */


    /* rating section start */

    .rating-section {
        padding: 100px 0;
    }


    .rating-section .row {
        row-gap: 30px;
        align-items: center;
    }


    .stats-left {
        background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(35, 82, 210, 0.15);
        padding: 40px 30px 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
    }

    /* .stats-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, #2352d2, #fa6900);
} */

    .stats-main {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .stats-rating {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
    }

    .stats-num {
        background: linear-gradient(to right, #2352d2, #e05a00);
        -webkit-background-clip: text;
        background-clip: text;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 65px;
        color: transparent;
    }

    .stats-rating i {
        font-size: 2.2rem;
        color: #fa6900;
        text-shadow: 0 2px 8px rgba(250, 105, 0, 0.3);
    }

    .stats-label {
        opacity: 0.8;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #333333;
    }

    .stats-benefits {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        width: 100%;
    }

    .stats-benefit {
        background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
        border-radius: 12px;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        box-shadow: 0 4px 12px rgba(35, 82, 210, 0.1);
        transition: all 0.3s ease;
        border-left: 3px solid #fa6900;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #2352d2;
    }

    .stats-benefit:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(35, 82, 210, 0.15);
    }

    .stats-benefit i {
        color: #fa6900;
        font-size: 1.3rem;
        width: 24px;
        text-align: center;
    }

    .testimonials-right {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .testimonial-card {
        background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(35, 82, 210, 0.1);
        padding: 30px 35px 25px 60px;
        position: relative;
        transition: all 0.3s ease;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(35, 82, 210, 0.15);
    }

    .testimonial-quote {
        position: absolute;
        left: 18px;
        top: 20px;
        color: #fa6900;
        font-size: 1.8rem;
        opacity: 0.8;
    }

    .testimonial-text {
        display: block;
        margin-bottom: 0px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        color: #0052CC;
    }

    .testimonial-author {
        display: block;
        font-style: italic;
        opacity: 0.6;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

    .testimonial-header {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 15px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        flex-shrink: 0;
        object-position: top;
    }


    .decorative-element {
        position: absolute;
        z-index: 0;
        opacity: 0.05;
    }

    /* .circle-1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #2352d2;
    top: -50px;
    right: -50px;
}

.circle-2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fa6900;
    bottom: -30px;
    left: -30px;
} */


    /* rating section end */

    /*  Simple Pricing section start */

    .simple-pricing-section {
        padding: 100px 0;
        background: #F5F5F5;
    }

    .simple-pricing-section .simple-pricing-title-wapper {
        text-align: center;
        margin-bottom: 30px;
    }

    .simple-pricing-section .simple-pricing-title-wapper h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        margin: 0;
        padding-bottom: 10px;
        text-align: center;
        position: relative;
        display: inline-block;
        /* background: linear-gradient(to right, #2352d2, #fa6900); */
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        color: #0052CC;
    }

    /* .simple-pricing-section .simple-pricing-title-wapper h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #2352d2, #fa6900);
    border-radius: 2px;
} */

    .simple-pricing-section .row {
        row-gap: 30px;
    }

    .simple-pricing-card-wapper {
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 20px;
        padding: 40px 30px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
        height: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .simple-pricing-card-wapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #ff6600, #ff3300);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .simple-pricing-card-wapper:hover::before {
        opacity: 1;
    }

    .simple-pricing-card-wapper span {
        display: flex;
        color: #FF6600;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: rgba(255, 102, 0, 0.1);
        padding: 6px 12px;
        border-radius: 30px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        width: fit-content;
        margin: 0 auto 15px auto;
    }

    .simple-pricing-card-wapper h3 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        line-height: 30px;
        font-size: 26px;
        font-weight: 700;
        color: #0052CC;
        margin: 0;
        padding-bottom: 15px;
        text-align: center;
    }

    .simple-pricing-card-wapper p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin: 0;
        padding-bottom: 20px;
    }

    .simple-pricing-card-wapper ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
    }

    .simple-pricing-card-wapper ul li {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        padding-left: 30px;
        position: relative;
    }



    .simple-pricing-card-wapper ul li::before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #ff6600;
        font-size: 16px;
        font-weight: bold;
        width: 24px;
        height: 24px;
        background: rgba(255, 102, 0, 0.1);
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right: 5px;
    }

    .choose-prices-btn {
        margin-top: auto;
        padding-top: 20px;
    }

    .choose-prices-btn a {
        transition: 0.5s all;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #FF6600;
        padding: 10px 16px;
        border: 1px solid #FF6600;
        border-radius: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .choose-prices-btn a:hover {
        background: #FF6600;
        color: #FFF;
    }


    .simple-pricing-card-wapper:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        border-color: #ffd6c4;
    }


    /*  Simple Pricing section end */

    /* Post your project section start */

    .post-project-section {
        background-image: linear-gradient(to right in oklab, #0052CC 0%, #FF6600 100%);
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .circle-decoration {
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
    }

    /* .circle-1 {
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
}

.circle-3 {
    width: 200px;
    height: 200px;
    bottom: 100px;
    right: 200px;
} */
    .post-project-text-wapper {
        position: relative;
        z-index: 1;
    }

    .post-project-text-wapper h2 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 60px;
        color: #FFF;
        margin: 0;
        padding-bottom: 20px;
        letter-spacing: 3px;
        text-align: center;
    }

    .post-project-text-wapper p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #FFF;
        margin: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .post-project-text-wapper .post-work-project-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .post-project-text-wapper .post-work-project-btn a {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #FFF;
        border: 1px solid #FFF;
        padding: 10px 20px;
        border-radius: 10px;
        cursor: pointer;
        background: #FF6600;
        transition: all 0.5s ease-in-out;
    }

    .post-project-text-wapper .post-work-project-btn a:hover {
        background: #0052CC;
    }


    /* Post your project section end */


@media(max-width:1199px) {
    .hero-section::after {
	background-size: inherit;
}
}

    @media(max-width:991px) {
        /* hero section start */
        
         .hero-section::after {
	display: none !important;
}

        .hero-section .row {
            gap: 30px;
        }

        /* hero section end */
    }




    @media(max-width:767px) {
        /* hero section start */

        .hero-section {
            padding: 50px 0;
        }

        .hero-left-content-wapper h2 {
            font-size: 36px;
            line-height: 40px;
            letter-spacing: 2px;
        }

        .hero-left-content-wapper .hero-search-select-btn-wapper {
            flex-wrap: wrap;
            height: auto;
        }

        .hero-left-content-wapper .hero-search-select-btn-wapper select {
            width: 100%;
            height: 40px;
        }

        .hero-left-content-wapper .hero-search-select-btn-wapper form {
            width: 100%;
            height: 50px;
        }

        .hero-left-content-wapper .hero-search-select-btn-wapper form input {
            font-size: 15px;
        }

        /* hero section end */

        /* Popular Categories section start */

        .popular-categories-section {
            padding: 50px 0;
        }

        .popular-categories-section .popular-categories-title-wapper h2 {
            font-size: 28px;
            line-height: 30px;
        }

        .popular-categories-section .row {
            row-gap: 20px;
        }

        /* Popular Categories section end */


        /* How it Works section start */

        .how-work-section {
            padding: 50px 0;
        }

        .how-work-section .row {
            row-gap: 20px;
        }


        /* How it Works section end */

        /* Why Freelancers Love 9lancer section start */
        .freelancer-lancer-section {
            padding: 50px 0;
        }

        .freelancer-lancer-section .row {
            row-gap: 20px;
        }

        /* Why Freelancers Love 9lancer section end */

        /* rating section start */

        .rating-section {
            padding: 50px 0;
        }

        .stats-benefits {
            grid-template-columns: 1fr;
        }

        .testimonial-header {
            flex-direction: column;
        }

        /* rating section end */

        /*  Simple Pricing section start */

        .simple-pricing-section {
            padding: 50px 0;
        }

        .simple-pricing-section .row {
            row-gap: 20px;
        }

        /*  Simple Pricing section end */
    }