
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --color-background: #FFF;
    --color-main-1: #111;
    --color-main-2: #767676;
    --color-main-3: #444;
    --color-main-4: #EEE;
    --color-main-5: #E6FF2A;
    --color-main-6: #F0F0FE;
    --color-main-7: #F8F7F2;
    --color-main-8: #8E8B7D;
    --color-main-9: #EDEBE3;
    --color-text: #232022;
    --color-text-2: #656565;
    --color-link: #000;
    --color-label: #000;
    --color-error: #F64A4D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}
body{
    background: #F8F7F2 !important;
}
.ast-container {
    max-width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body {
    font-family: 'Roboto', sans-serif;
}
.site-container{
    margin: 0 auto;
    max-width: 1200px;
}
header{
    position: relative;
    background: #000;
}
.header-pc .site-container {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-pc .site-container .column-left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-pc .site-container .column-left .left-menu{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-pc .site-container .column-right{
    display: flex;
    align-items: center;
    gap: 4px;
}
.header-pc .site-container .column-right .menu-right{
    display: flex;
    align-items: center;
}
.header-pc .site-container .column-right .buttons__container{
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}
.header-pc {
    padding: 14px 0px;
    margin-left: auto;
    margin-right: auto;
}
.header-pc .menu-wrapper{
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.header-pc .menu-wrapper a{
    padding: 0 10px;
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-main-2);
}
.header-pc .menu-wrapper a.active{
    color: #FFF;
    position: relative;
}
.header-pc .menu-wrapper a.active:before{
    content: '';
    width: calc(100%);
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: -18px;
}
.header-pc .additional__information {
    position: relative;
    height: 16px;
}
.menu-wrapper-mob{
    display: none;
}
.additional__information .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.triangle {
    position: absolute;
    top: -7px;
}
.additional__information .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--color-main-1);
    min-width: 160px;
    border-radius: 4px;
    z-index: 1;
    width: 240px;
    margin-top: 2px;
    padding: 20px 15px;
    left: 0px;
}
.additional__information .dropdown .dropbtn{
    content: url("/wp-content/themes/astra-child/assets/img/header/dots-vertical.svg");
    width: 16px;
    height: 16px;
}
.additional__information .dropdown-content a {
    color: #fff;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.additional__information .dropdown-content .talent{
    color: #CCB0FF;
}
.additional__information .dropdown-content a:not(:last-child){
    margin-bottom: 20px;
}
.additional__information .dropdown .dropdown-content {
    margin-top: 35px;
    margin-left: -10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.header-pc .menu__join button {
    height: 52px;
    padding: 0 18px;
    border-radius: 12px;
    background: var(--color-main-5);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.header-pc .menu__join button:before{
    height: 16px;
    content: url("/wp-content/themes/astra-child/assets/img/header/user-sign-up.svg");
}
.login__dropdown {
    display: none;
    position: absolute;
    right: 10px;
    background-color: var(--color-main-1);
    width: 240px;
    height: 92px;
    border-radius: 4px;
    z-index: 1;
    padding: 20px 15px;
    margin-top: 18px;
    margin-left: 45px;
}
.login__dropdown.active {
    display: block !important;
}
.login__dropdown .triangle {
    position: absolute;
    top: -7px;
    right: 9px;
}
.login__dropdown a {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.join__as-customer {
    color: #FFFFFF;
    margin-bottom: 18px;
}
.join__as-customer:hover {
    color: #FFFFFF;
}
.login__dropdown  .join__as-talent {
    color: var(--color-main-5);
}
.login__dropdown  .join__as-talent:hover {
    color: var(--color-main-5);
}
.logged-in .header-pc .menu__login {
    display: none;
}
.currency__switcher, .currency__switcher:hover, .currency__switcher:focus {
    height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 52px;
    background: var(--color-main-3);
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #FFF;
}
.currency__switcher:before{
    height: 24px;
    line-height: 100%;
    content: url("/wp-content/themes/astra-child/assets/img/header/icon-currency-switcher.svg");
}
.currency__switcher:after{
    height: 16px;
    line-height: 100%;
    content: url("/wp-content/themes/astra-child/assets/img/header/chevron-up-down.svg");
}
.menu__currency .dropdown-content {
    background: var(--color-main-1);
    border-radius: 4px;
    color: #fff;
    display: none;
    position: absolute;
    width: 85px;
    z-index: 1;
    margin-left: 15px;
    margin-top: 18px;
}
.menu__currency .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 0px;
    margin: 10px 0;
}
.menu__currency .triangle {
    left: 58px;
}
.header-pc .menu__login a {
    height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-radius: 12px;
    background: var(--color-main-4);
}
.header-pc .menu__login a:before{
    height: 16px;
    content: url("/wp-content/themes/astra-child/assets/img/header/user-not-signed.svg");
}
.logged-in .menu__login .not__logged {
    display: none;
}
.logged-in .menu__join .not__logged {
    display: none;
}
.logged-in .menu__currency {
    border: none;
}
body:not(.logged-in) .profile__dropdown {
    display: none;
}
.profile__dropdown {
    position: relative;
}
.profile__dropdown .account__menu {
    height: 52px;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 52px;
    background: var(--color-main-3);
}
.profile__dropdown .account__menu:before {
    height: 24px;
    content: url("/wp-content/themes/astra-child/assets/img/header/user-signed.svg");
}
.profile__dropdown .account__menu:after {
    height: 16px;
    content: url("/wp-content/themes/astra-child/assets/img/header/chevron-up-down.svg");
}
.profile__dropdown .account__menu span{
    max-width: 120px;
    display:block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.profile__dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--color-main-1);
    width: 240px;
    border-radius: 4px;
    z-index: 1;
    padding: 20px 15px;
    margin-top: 18px;
    right: 0;
}
.profile__dropdown .dropdown-content a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.profile__dropdown .dropdown-content a:not(:last-child){
    margin-bottom: 20px;
}
.profile__exit-frame {
    border-top: 1px solid #202B2B;
    padding-top: 20px;
    margin-top: 20px;
}
.profile__dropdown .dropdown-content .triangle {
    right: 14px;
}
.profile__dropdown .dropdown-content .link-wrapper{
    padding-bottom: 20px;
    border-bottom: 1px solid #202B2B;
    margin-bottom: 20px;
}
.profile__dropdown .dropdown-content .profile__exit-frame a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    color: var(--color-error);
}
.custom__spacer {
    width: 80px;
    height: 15px;
    position: absolute;
    top: -10px;
}

/* Header - END */

/* Footer */

footer {
    padding: 90px 0;
    background: #000;
}
footer .site-container {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
}
footer .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}
footer .footer-top .links-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
footer .footer-top .links-wrapper a {
    width: fit-content;
    color: var(--color-main-6);
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
footer .footer-top .column-left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
footer .footer-top .column-right {
    padding-top: 60px;
}
footer .footer-top .column-right .links-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 12px;
}
footer .footer-bottom {
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
footer .footer-bottom .column-left p {
    margin: 0;
    color: var(--color-main-6);
    font-family: "Akshar", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    cursor: default;
}
footer .footer-bottom .column-right .terms-menu-wrapper {
    display: flex;
    column-gap: 24px;
}
footer .footer-bottom .column-right .terms-menu-wrapper a {
    color: var(--color-main-6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (max-width: 1024px) {

    footer .site-container {
        row-gap: 60px;
    }
    footer .footer-top {
        grid-template-columns: auto auto;
    }
    footer .footer-top .column-right .links-wrapper {
        grid-column-gap: 12px;
    }
    footer .footer-bottom {
        display: flex;
        flex-direction: column-reverse;
    }
    footer .footer-bottom .column-right .terms-menu-wrapper {
        flex-flow: wrap;
        row-gap: 6px;
        justify-content: center;
    }

}

@media (max-width: 767px) {

    footer .footer-top {
        grid-template-columns: auto;
    }
    footer .footer-top .column-left {
        padding-bottom: 24px;
    }
    footer .footer-top .column-right {
        padding: 0;
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
    footer .footer-top .column-right:before {
        content: 'Freelancers';
        color: rgba(255, 255, 255, 0.36);
        font-family: "Akshar", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
    }

}

/* Footer - END */

/* Home page */

.home-top-section {
    margin-top: -84px;
    padding: 180px 0 120px;
    background: #000;
    background-image: url('/wp-content/themes/astra-child/assets/img/home/hero.png');
    background-repeat: no-repeat;
    background-position: bottom right calc((100vw - 1200px) / 4);
}
.home-top-section .site-container .section-inner {

}
.home-top-section .site-container .section-inner .content-wrapper {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.home-top-section .site-container .section-inner .content-wrapper h1 {
    color: #FFF;
    font-family: "Akshar", serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 96%;
    letter-spacing: -3px;
}
.home-top-section .site-container .section-inner .content-wrapper p {
    margin: 0;
    color: #FFF;
    font-family: "Akshar", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    letter-spacing: -0.6px;
    opacity: 0.6;
}
.home-top-section .site-container .section-inner .content-wrapper a {
    width: fit-content;
    margin-top: 12px;
    padding: 12px 36px;
    display: block;
    border-radius: 12px;
    background: #E6FF2A;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.section-benefits {
    padding: 120px 0;
    background: var(--color-main-7);
}
.section-benefits .site-container .section-inner .content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}
.section-benefits .site-container .section-inner .content-wrapper .column {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.section-benefits .site-container .section-inner .content-wrapper .column h4 {
    color: #000;
    font-family: "Akshar", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.9px;
}
.section-benefits .site-container .section-inner .content-wrapper .column h4:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
}
.section-benefits .site-container .section-inner .content-wrapper .column p {
    margin: 0;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.6px;
}
.section-steps {
    padding: 120px 0;
    background: #FFF;
}
.section-steps .site-container .section-inner {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    justify-content: center;
}
.section-steps .site-container .section-inner h2 {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
}
.section-steps .site-container .section-inner .content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}
.section-steps .site-container .section-inner .content-wrapper .column:nth-child(1):before {
    content: url('/wp-content/themes/astra-child/assets/img/home/01.svg');
}
.section-steps .site-container .section-inner .content-wrapper .column:nth-child(2):before {
    content: url('/wp-content/themes/astra-child/assets/img/home/02.svg');
}
.section-steps .site-container .section-inner .content-wrapper .column:nth-child(3):before {
    content: url('/wp-content/themes/astra-child/assets/img/home/03.svg');
}
.section-steps .site-container .section-inner .content-wrapper .column:nth-child(4):before {
    content: url('/wp-content/themes/astra-child/assets/img/home/04.svg');
}
.section-steps .site-container .section-inner .content-wrapper .column h4 {
    color: #000;
    font-family: "Akshar", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.9px;
}
.section-steps .site-container .section-inner .content-wrapper .column p {
    margin: 0;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.6px;
}
.section-steps {
    padding: 120px 0;
    background: #FFF;
}
.section-steps .site-container .section-inner {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    justify-content: center;
}
.section-steps .site-container .section-inner h2 {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
}
.section-steps .site-container .section-inner .content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}
.section-categories {
    padding: 120px 0;
    background: #000;
}
.section-categories .site-container .section-inner {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    justify-content: center;
}
.section-categories .site-container .section-inner h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
}
.section-categories .site-container .section-inner .categories-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
}
.section-categories .site-container .section-inner .categories-wrapper .category-item {
    width: 100%;
    height: 120px;
    padding: 10px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(68, 68, 68, 0.00) 0%, rgba(20, 20, 20, 0.84) 100%), var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    transition: 0.3s;
}
.section-categories .site-container .section-inner .categories-wrapper .category-item:hover {
    opacity: 1;
    transition: 0.3s;
}
.section-categories .site-container .section-inner .categories-wrapper .category-item:last-child {
    padding: 36px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.10);
}
.section-categories .site-container .section-inner .categories-wrapper .category-item:last-child:before {
    content: url('/wp-content/themes/astra-child/assets/img/home/icon-search.svg');
}
.section-categories .site-container .section-inner .categories-wrapper .category-item h5 {
    color: #FFF;
    font-family: "Akshar", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.section-faq {
    padding: 120px 0;
}
.section-faq .site-container .section-inner {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
}
.section-faq .site-container .section-inner h2 {
    margin: 0;
    color: #000;
    text-align: left;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
}
.section-faq .site-container .section-inner .faq-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.section-faq .site-container .section-inner .faq-wrapper .faq-accordion .faq__item {
    border-bottom: 1px solid #000;
    padding: 15px 0px;
}
.section-faq .site-container .section-inner .faq-wrapper .faq-accordion .faq__item .faq__question {
    display: flex;
    gap: 24px;
    cursor: pointer;
    position: relative;
    color: #000;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
}
.faq__question::before {
    content: url("/wp-content/themes/astra-child/assets/img/home/plus.svg");
    transition: all .3s ease-in-out;
    height: 24px;
}
.faq__item.active .faq__question::before {
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}
.faq__answer {
    display: none;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.375px;
    padding: 12px 0px 24px 48px;
    margin: 0;
    opacity: 0.75;
}
.faq-accordion {
    display: grid;
    width: 100%;
    max-width: 800px;
    border-top: 1px solid #000;
}
.faq-accordion .faq__item:first-child .faq__answer {
    display: block;
}

@media (max-width: 1024px) {

    .home-top-section {
        margin-top: -140px;
        padding: 360px 0 90px;
        background-size: 400px;
        background-position: top 90px center;
    }
    .home-top-section .site-container .section-inner .content-wrapper h1 {
        font-size: 60px;
    }
    .home-top-section .site-container .section-inner .content-wrapper p {
        font-size: 16px;
    }
    .section-benefits .site-container .section-inner .content-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-steps .site-container .section-inner .content-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-categories .site-container .section-inner .categories-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 767px) {

    .home-top-section {
        background-size: 360px;
    }
    .home-top-section .site-container .section-inner .content-wrapper h1 {
        font-size: 60px;
    }
    .home-top-section .site-container .section-inner .content-wrapper p {
        font-size: 16px;
    }
    .home-top-section .site-container .section-inner .content-wrapper a {
        width: 100%;
        text-align: center;
    }
    .section-benefits .site-container .section-inner .content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-steps .site-container .section-inner .content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-categories .site-container .section-inner .categories-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* For freelancers page */

.freelancers-top-section {
    background: url('/wp-content/themes/astra-child/assets/img/for-freelancers/top-section-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-freelancer-form {
    padding: 120px 0;
    background: #FFF;
}
.section-freelancer-form .site-container .section-inner .become-description {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.section-freelancer-form .site-container .section-inner .become-description h2 {
    margin: 0;
    color: #000;
    text-align: left;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
}
.become-form {
    width: 100%;
    max-width: 800px;
}
.become-form-upload-image {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 15px;
    margin-bottom: 30px;
}
.userpic {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.image-preview {
    width: 60px;
    height: 60px !important;
    object-fit: cover;
    border-radius: 50%;
}
.userpic-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-decoration: underline;
    margin: 7px 0 3px 0;
    cursor: pointer;
}
.userpic-info {
    color: var(--color-main-8);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.two-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.two-inputs-different {
    display: grid;
    grid-template-columns: auto 165px;
    grid-gap: 30px;
}
.become-label {
    margin: 0 0 5px 7px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
input.become-input, textarea.become-input, input.become-input-dropdown {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px !important;
    display: block;
    border-radius: 12px !important;
    background: var(--color-main-9) !important;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #000000;
}
input.become-input::placeholder, textarea.become-input::placeholder, input.become-input-dropdown::placeholder {
    color: var(--color-main-8);
}
input.become-input:focus, .become-input.become-input:focus, input.become-input-dropdown:focus {
    border: none;
    outline: none;
}
input.become-input-dropdown {
    padding: 0 40px 0 20px !important;
    background: url('/wp-content/themes/astra-child/assets/img/for-freelancers/down-category.svg') no-repeat scroll right 20px top 22px, var(--color-main-9) !important;
    cursor: default;
}
.categories-dropdown {
    max-height: 300px;
    margin-top: -25px;
    padding: 30px 20px;
    overflow-x: auto;
    border: 1px solid var(--color-main-9);
    border-radius: 8px;
    position: absolute;
    background: #ffffff;

    display: none;
    width: 280px;
    z-index: 9;
}
.categories-dropdown label {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    margin: 0 0 0 30px;
}
.categories-dropdown-title {
    color: var(--color-main-8);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 22px;
}
.become-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.become-form-inputs label:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    border: 2px solid var(--color-main-9);
    border-radius: 5px;
    background-position: center center;

}
.become-checkbox:checked + label::before {
    border-color: var(--color-main-5);
    background-color: var(--color-main-5);
    background-image: url('/wp-content/themes/astra-child/assets/img/for-freelancers/checkmark.svg');
}
.become-icon {
    position: relative;
}
.become-icon::before {
    content: '€';
    font-size: 14px;
    font-weight: 500;
    color: var(--color-main-8);
    position: absolute;
    top: 13px;
    left: 16px;
}
.become-form textarea {
    height: 120px;
    margin-top: 10px;
    padding: 17px 20px !important;
    resize: none;
}
input.become-input-rate {
    padding: 12px 0 12px 28px !important;
}
.become-btn {
    vertical-align: middle;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #000000;
    padding: 12px 0;
    border-radius: 12px;
    background: var(--color-main-5);
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
}
.become-btn:hover{
    background: var(--color-main-5);
    color: #000000;
}
#customer:before {
    background-color: #000000 !important;
}
.active {
    display: block;
}
.become-form-inputs {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 26px;
}

.error-form {
    margin-top: -30px;
    color: red;
}

@media (max-width: 1220px) {
    .become-description {
        display: block;
    }

    .become-info-text {
        padding-right: 0;
    }

    .two-inputs {
        grid-template-columns: 1fr 1fr;
    }

    .two-inputs-different {
        grid-template-columns: 65% 1fr;
    }
}

@media (max-width: 767px) {

    .userpic-info {
        padding-right: 34%;
    }

    .two-inputs, .two-inputs-different {
        display: inherit;
    }

    .become-label {
        margin-left: 0;
    }

}

/* For freelancers page - END */












.customer__finder-scroller-section {
    scrollbar-width: none;
}

.bottom-footer img, .bottom-footer-mob img {
    width: auto;
    max-height: 35px;
    display: block;
    margin: 15px 0;
}

.section__secure-transaction {
    height: 790px;
    margin-bottom: -340px;
    padding-top: 90px;
    background-color: #F6F9F6;
}

.section__secure-transaction-inner {
    max-width: 1035px;
    margin: 0 auto;
}

.section__secure-transaction h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.section__secure-transaction-subitems {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 240px 240px 240px 240px;
    grid-column-gap: 25px;
}

.section__secure-transaction-item {
    position: relative;
    text-align: center;
}

.section__secure-transaction-item h4 {
    margin-top: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    letter-spacing: -0.1px;
}

.item__first:after, .item__second:after, .item__third:after {
    position: absolute;
    content: " ";
    width: 165px;
    height: 1px;
    background-color: #C1E4CA;
    top: 30px;
    right: -95px;
}

.home__top-section-buttons {
    display: grid;
    grid-template-columns: 166px 165px;
    grid-column-gap: 25px;
    margin-top: 45px;
}

.button__find-talents {
    width: 166px;
    height: 54px;
    background: #61B174;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0;
}

.button__become-a-talent {
    width: 165px;
    height: 54px;
    background: #F3FBF5;
    border: 1px solid #61B174;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #61B174;
    padding: 0;
}

.button__become-a-talent:hover {
    background: #61B174;
    border-color: #61B174;
}

.button__become-a-talent-footer-frame {
    text-align: right;
    margin-bottom: 30px;
}

.button__become-a-talent-footer {
    width: 165px;
    height: 40px;
    background: #F3FBF5;
    border: 1px solid #61B174;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #61B174;
    padding: 0;
}

footer .company-info-text a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-decoration-line: underline;
    color: #000000;
    text-align: left;
}

footer .company-info-text img {
    width: auto;
    max-height: 35px;
    display: block;
    margin: 15px 0;
}

@media (max-width: 1000px) and (min-width: 768px) {

    .section__secure-transaction-subitems {
        margin-top: 45px;
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-column-gap: 1%;
    }

    .section__secure-transaction-subitems br {
        display: none;
    }

    .item__first:after, .item__second:after, .item__third:after {
        width: 57%;
        right: -31%;
    }

    .customer__finder-scroller-section {
        display: none;
    }

}

@media (max-width: 767px) {

    .section__secure-transaction {
        height: 810px;
        padding: 60px 15px 0;
    }

    .section__secure-transaction h2 {
        font-size: 20px;
        text-align: left;
    }

    .section__secure-transaction-subitems {
        grid-template-columns: 100%;
        grid-row-gap: 25px;
        margin-top: 30px;
    }

    .section__secure-transaction-subitems br {
        display: none;
    }

    .section__secure-transaction-item {
        display: grid;
        grid-template-columns: 50px auto;
        grid-column-gap: 20px;
        text-align: left;
        align-items: center;
        min-height: 53px;
    }

    .item__first:after, .item__second:after, .item__third:after {
        width: 1px;
        height: 17px;
        top: 57px;
        left: 24px;
    }

    .section__secure-transaction img {
        width: 50px;
        height: 50px;
    }

    .section__secure-transaction h4 {
        text-align: left;
        margin: 0;
        font-size: 18px;
    }

    .home__top-section-buttons {
        grid-column-gap: 10px;
    }

    .customer__finder-scroller-section-inner {
        display: none;
    }

    .top-footer {
        position: relative;
    }

    footer .button__become-a-talent-footer {
        position: absolute;
        top: 35px;
        right: 0px;
    }

    footer .section__product-search input {
        display: none;
    }

    footer .section__product-search {
        padding-top: 10px;
        height: 0;
    }

    footer .section__company-support {
        display: none;
    }

}

@media (max-width: 360px) {

    .home__top-section-buttons {
        grid-template-columns: 166px;
        grid-row-gap: 20px;
    }

    .button__become-a-talent {
        margin-top: 0 !important;
    }

}

/* My profile page */

.myprofile__subheader {
    grid-template-columns: 68px 115px 100px 100px !important;
}

.myprofile__general-container {
    padding: 120px 0 180px;
}

.myprofile__inner-container {
    max-width: 750px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 120px auto;
    grid-column-gap: 30px;
}

.myprofile__image-frame {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.myprofile__image-frame img {
    height: 120px !important;
    width: auto !important;
}

.myprofile__title-subsection {
    display: grid;
    grid-template-columns: auto 184px;
    grid-column-gap: 30px;
}

.myprofile__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
}

.myprofile__edit-button-frame button {
    width: 184px;
    height: 40px;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.myprofile__edit-button-frame button:hover {
    background: #D1D1D1;
    color: #FFFFFF;
}

.myprofile__reviews-subsection {
    margin-top: -8px;
    display: grid;
    grid-template-columns: 65px auto;
    grid-column-gap: 10px;
}

.myprofile__reviews-subsection a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #C4C4C4;
}

.myprofile__specializations-subsection ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style-type: none;
    margin: 0;
}

.myprofile__specializations-subsection ul li {
    padding: 5px 8px;
    background: #EEEEEE;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #767676;
}

.myprofile__statistic-subsection {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 120px 120px 120px;
    grid-column-gap: 30px;
}

.myprofile__statistic-value {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.myprofile__statistic-description {
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.myprofile__description-subsection {
    margin-top: 45px;
}

.myprofile__description-subsection h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.myprofile__description-subsection p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}

.myprofile__rate-subsection {
    margin-top: 45px;
}

.myprofile__rate-subsection h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.myprofile__rate-subsection p {
    margin: 5px 0 0 0;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.myprofile__edit-button-frame-mobile {
    display: none;
}

.account_subsection-top-filter .active {
    color: #000;
    padding-bottom: 18px;
    border-bottom: 2px solid #000;
}



@media (max-width: 1200px) {

    .myprofile__general-container {
        padding: 80px 0 100px;
    }

}

@media (max-width: 767px) {

    .myprofile__general-container {
        padding: 50px 10px 100px;
    }

    .myprofile__inner-container {
        grid-template-columns: auto;
        position: relative;
    }

    .myprofile__image-frame {
        width: 60px;
        height: 60px;
    }

    .myprofile__image-frame img {
        height: 60px !important;
    }

    .myprofile__title-subsection {
        grid-template-columns: auto;
    }

    .myprofile__base-user-info {
        width: calc(100vw - 75px - 20px);
        margin-left: 75px;
        margin-top: -68px;
    }

    .myprofile__edit-button-frame {
        display: none;
    }

    .myprofile__statistic-subsection {
        grid-template-columns: max-content max-content max-content;
        grid-column-gap: 20px;
    }

    .myprofile__edit-button-frame-mobile {
        display: block;
        margin-top: 30px;
    }

    .myprofile__edit-button-frame-mobile button {
        width: 184px;
        height: 40px;
        padding: 0;
        background: #FFFFFF;
        border: 1px solid #D1D1D1;
        border-radius: 20px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #767676;
    }

    .myprofile__edit-button-frame-mobile button:hover {
        background: #D1D1D1;
        color: #FFFFFF;
    }

}



/* My profile page - END */

@media (max-width: 1200px){
    .site-container{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px){

    .hero-section h1{
        font-size: 72px;
        letter-spacing: -1.8px;
        margin-bottom: 30px;
    }
    .hero-section a{
        font-size: 36px;
        letter-spacing: -0.9px;
    }
    .info-section .info-section-wrapper{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 64px;
    }
    .info-section .info-section-wrapper img{
        position: relative;
        margin-top: -120px;
        top: unset;
        right: unset;
    }
    .info-section{
        padding: 0 0 120px 0;
    }
    .info-section .info-section-wrapper h2{
        font-size: 36px;
        letter-spacing: -0.9px;
    }
    .info-section .info-section-wrapper a{
        font-size: 36px;
        letter-spacing: -0.9px;
    }
    .faq .faq-wrapper {
        flex-direction: column;
    }
    .faq-accordion{
        max-width: 100%;
    }
}

@media (max-width: 900px){
    .hero-section{
        margin-top: -118.2px;
    }
    .profile__dropdown .account__menu img{
        display: none;
    }
    .profile__dropdown .account__menu:after{
        content: url("/wp-content/themes/astra-child/assets/img/chevron-up-downwhite.svg")
    }
    .currency__switcher{
        height: 29px;
        background: none;
        padding: 5px 10px;
        gap: 5px;
        color: #FFF;
    }
    .currency__switcher:focus{
        height: 29px;
        background: none;
        padding: 5px 10px;
        color: #FFF;
        gap: 5px;
    }
    .menu__currency .triangle {
        left: 8px;
    }
    .menu__currency .dropdown-content {
        margin-left: 5px;
    }
    .currency__switcher:before{
        display: none;
    }
    .currency__switcher:after{
        content: url("/wp-content/themes/astra-child/assets/img/chevron-up-downwhite.svg")
    }

    .menu__messages{
        padding: 5px 12px;
        gap: 5px;
    }
    .header-pc{
        padding: 0;
    }

    .header-pc .menu__login a {
        height: 36px;
        padding: 0 12px;
    }

    .header-pc .menu__join button {
        height: 36px;
        padding: 0 12px;
    }

    .login__dropdown {
        right: 0;
    }

    .profile__dropdown .account__menu{
        height: 29px;
        padding: 5px 10px;
        background: none;
        gap: 5px;
    }
    .profile__dropdown .account__menu span{
        color: #FFF;
    }
    .profile__dropdown .account__menu:before {
        display: none;
    }
    header .logo__container {
        width: 36px;
        height: 32px;
        overflow: hidden;
    }
    header .logo__container a img {
        max-width: 132px;
    }
    .header-pc .site-container {
        flex-direction: column-reverse;
    }
    .header-pc .site-container .column-left{
        border-radius: 12px;
        border: 1px solid #F7F7F7;
        background: #FFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
        padding: 0 10px;
        margin: 10px 10px 25px;
        max-width: calc(100vw - 20px);
    }
    .header-pc .site-container .column-right{
        background: rgba(0, 0, 0, 0.20);
        padding: 10px;
    }
    .header-pc .site-container .column-left,.header-pc .site-container .column-right {
        width: 100%;
        justify-content: space-between;
    }
    .header-pc .site-container{
        padding: 0;
        background: none;
        box-shadow: none;
        border: none;
    }
    .menu-wrapper-mob{
        display: flex;
        padding: 13px 5px 10px 5px;
        position: relative;
    }
    .menu-wrapper-mob .menu-trigger{
        color: #000;
        font-family: "Akshar", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .menu-wrapper-mob .menu-trigger:after{
        content: url("/wp-content/themes/astra-child/assets/img/header/chevron-up-down-black.svg");
        height: 16px;
    }
    .header-pc .menu-wrapper{
        display: none;
    }
    .additional__information .dropdown .dropdown-content {
        margin-top: 45px;
    }
    .menu-wrapper-mob .dropdown-content{
        position: absolute;
        display: none;
        border-radius: 4px;
        background: #111;
        padding: 20px 15px;
        width: 100%;
        right: -10px;
        top: 100%;
        margin-top: 30px;
    }
    .menu-wrapper-mob .dropdown-content a{
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .menu-wrapper-mob .dropdown-content .triangle {
        right: 7px;
    }
    .menu-wrapper-mob .dropdown-content a:not(:last-child) {
        margin-bottom: 20px;
        display: block;
    }
    .additional__information .dropdown .dropbtn {
        content: url("/wp-content/themes/astra-child/assets/img/header/dots-vertical-black.svg");
        padding: 0;
    }
    .top-footer{
        grid-template-columns: 1fr;
    }
    .top-footer .col:nth-child(3){
        margin-top: -82px;
    }
    .bottom-footer{
        flex-direction: column-reverse;
        justify-content: center;
        gap: 24px;
    }
    .bottom-footer .footer-menu{
        flex-wrap: wrap;
        justify-content: center;
        grid-row-gap: 6px;
        grid-column-gap: 24px;
    }
    footer{
        padding: 60px 0;
    }
    .bottom-footer{
        padding-top: 60px;
    }
}

@media (max-width: 600px) {
    .steps .column-wrapper{
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

/* Catalog page */

body.catalog {
    background:#F8F7F2 !important;
}

.catalog-page-wrapper .subsection-top{
    padding: 96px 0 90px;
    background: #EDEBE3;
}
.catalog-page-wrapper .subsection-top h1{
    color: #000;
    font-family: "Akshar", serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 96%;
    letter-spacing: -3px;
}

.catalog-page-wrapper .site-container .section-inner form {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-top {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-gap: 24px;
    align-items: center;
}

.catalog-page-wrapper .site-container .section-inner .subsection-top .title-wrapper h2 {
    margin: 0;
    font-family: "Afacad", sans-serif;
    color: #000;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
}

.catalog-page-wrapper .filter-wrapper .sort-wrapper h4{
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.catalog-page-wrapper .filter-wrapper .sort-wrapper select {
    width: 100%;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 12px;
    background: #FFF;
    border: none;
    z-index: 1;
    background-image:url("/wp-content/themes/astra-child/assets/img/icon-sort.svg");
    background-repeat: no-repeat;
    background-position: center right 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-page-wrapper .filter-wrapper .sort-wrapper select::-ms-expand {
    display: none;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom {
    display: grid;
    grid-template-columns:  auto 250px;
    grid-gap: 60px;
    padding: 60px 0;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .skills-filter-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .skills-filter-wrapper h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.filter-checkbox-wrapper {
    position: relative;
}
.filter-checkbox-wrapper input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.filter-checkbox-wrapper label {
    height: fit-content;
    padding-top: 4px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s;
}
.filter-checkbox-wrapper label:before {
    content: url("/wp-content/themes/astra-child/assets/img/checkbox-not-active.svg");
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 0;
    border: 2px solid #CCC;
    background: transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: 0.3s;
}
.filter-checkbox-wrapper label:after {
    content: url("/wp-content/themes/astra-child/assets/img/checkbox-active.svg");
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
}
.filter-checkbox-wrapper input:checked + label:after {
    opacity: 1;
    transition: 0.3s;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .rate-filter-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .rate-filter-wrapper h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.hourly-rate-wrapper {
    display: grid;
    grid-template-columns: 110px auto 110px;
    align-items: center;
}

.hourly-rate-wrapper .divider {
    color: #C4C4C4;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hourly-rate-wrapper .number-range {
    width: 100%;
    height: 40px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: #FFF;
}

.hourly-rate-wrapper .number-range button {
    width: 25px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hourly-rate-wrapper .number-range .input-wrapper {
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.hourly-rate-wrapper .number-range .input-wrapper span {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hourly-rate-wrapper .number-range .input-wrapper input {
    width: 40px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .actions-wrapper button {
    width: 100%;
    padding: 12px 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #E6FF2A;
    color:black;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 16px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output .product-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    border-radius: 12px;
    border: 1px solid #F7F7F7;
    background: #FFF;
}
.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output .product-item svg{
    position: absolute;
    top:10px;
    right:10px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output .product-item .column-left{
    display: flex;
    align-items: center;
    gap: -10px;
}
.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output .product-item .column-left .product-price{
    color: #000;
    text-align: center;
    display: flex;
    width: 72px;
    height: 72px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 60px;
    border: 2px solid #FFF;
    background: #EDEBE3;
    margin-left: -10px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-left .image-wrapper img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #FFF;
    z-index: 1;
    position: relative;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
    align-items: center;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-title-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
    gap: 5px;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-title-wrapper h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-title-wrapper .rating-wrapper {
    padding-top: 7px;
}
.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-title-wrapper .rating-wrapper .star-rating{
    margin: 0;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-title-wrapper .product-price {
    position: absolute;
    top: 28px;
    right: 23px;
    color: #000;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-categories-wrapper {
    display: flex;
    justify-content: center;
    gap: 1px;
    flex-flow: wrap;
}

.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-categories-wrapper span {
    padding: 4px 7px;
    display: block;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: #EDEBE3;
    color: #767676;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .product-item .column-right .product-categories-wrapper span:not(:first-child){
    margin-left: -5px;
}
.pagination-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 24px auto 0;
    padding: 4px;
    border-radius: 12px;
    background: none;
}
.pagination-wrapper ul {
    width: fit-content;
    margin: 0;
    display: flex;
    column-gap: 4px;
    list-style-type: none;
    text-decoration: none;
    background: none;
}

.pagination-wrapper ul li {
    margin: 0;
}

.pagination-wrapper ul li a {
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #767676;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: none;
}

.pagination-wrapper ul li a.prev{
    display: none;
}

.pagination-wrapper ul li a.next {
    display: none;
}

.pagination-wrapper ul li span {
    width: 40px;
    height: 40px;
    margin: 0;
    color: #C4C4C4;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: default;
    background: none;
}

.pagination-wrapper ul li span.current {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
    background: #E6FF2A;
    color: black;
    border:none
}
.no-items{
    text-align: center;
    padding: 90px 0;
}
.no-items p{
    color: #000;
    font-family: "Akshar", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.35px;
    margin-bottom: 24px;
}
.no-items-button {
    width: fit-content;
    height: 48px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #E6FF2A;
    color:black;
    font-family: "Akshar", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 auto  ;
}

@media (max-width: 1024px) {

    .catalog-page-wrapper .site-container .section-inner .subsection-top {
        grid-template-columns: auto;
    }

    .hourly-rate-wrapper {
        display: grid;
        grid-template-columns: 110px 30px 110px;
        align-items: center;
    }

    .catalog-page-wrapper .site-container .section-inner form {
        row-gap: 30px;
    }

    .catalog-page-wrapper .site-container .section-inner .subsection-bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 48px;
    }

    .catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .skills-filter-wrapper {
        position: relative;
        padding-top: 41px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
    }

    .catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .skills-filter-wrapper h4 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output .product-item {
        padding: 10px;
        grid-gap: 10px;
    }

}

@media (max-width: 767px) {

    .catalog-page-wrapper .site-container .section-inner .subsection-bottom .filter-wrapper .skills-filter-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog-page-wrapper .site-container .section-inner .subsection-bottom .products-output-wrapper .products-output {
        grid-template-columns: repeat(2, 1fr);
        gap:10px
    }

    .catalog-page-wrapper .subsection-top{
        background: none;
        padding: 60px 0 24px 0;
    }
    .catalog-page-wrapper .subsection-top h1{
        font-size: 54px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -1.35px;
    }
    .catalog-page-wrapper .site-container .section-inner .subsection-bottom{
        padding-top: 0;
    }
    .hourly-rate-wrapper {
        grid-template-columns: 1fr 30px 1fr;
    }

}

/* Catalog page - END */