/*
Theme Name:     Stitch & Pixels
Theme URI:      https://stitchandpixels.com/
Description:    Customization project for Stitch & Pixels
Author:         enginethemes
Author URI:     https://www.enginetheme.com
Template:       freelanceengine
Version:        2.2
*/

.fre-project-list > li {
    display: flex;
    column-gap: 30px;
}
.project-list-img {
    margin: 30px 0 18px;
    width: 170px;
    flex-shrink: 0;
    overflow: hidden;
    max-height: 170px;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.project-list-img img,
.project-detail-info.snp .featured_image img,
.sp-featured-preview img,
.sp-jobs-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fre-project-placeholder {
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.fre-project-placeholder:hover {
    transform: scale(1.05);
}
.project-detail-info.snp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    align-items: center;
}
.project-detail-info.snp > div:nth-child(2) {
    flex-basis: 100%;
}
.project-detail-info.snp .featured_image,
.sp-featured-preview {
    height: 170px;
    flex-shrink: 0;
    overflow: hidden;
    max-width: 170px;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.sp-featured-preview {
    margin-bottom: 10px;
}
.sp-add-img {
    font-weight: 600;
}
.sp-jobs-image {
    width: 50px;
    flex-shrink: 0;
    overflow: hidden;
    max-height: 50px;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.fre-jobs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fre-jobs-list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    column-gap: 10px;
    padding: 10px 35px;
}
.fre-jobs-list .jobs-title {
    max-width: calc(100% - 600px);
    padding-right: 20px;
    padding-left: 10px;
}
.fre-jobs-list .jobs-title p {
    white-space: wrap;
    text-overflow: unset;
}
.project-detail-desc {
    word-break: break-word;
}

.fre-input-field input[type="tel"] {
    padding: 12px 15px;
    width: 100%;
    height: 44px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #415161;
    line-height: normal;
}

.sp-phone-number {
    margin-top: 10px;
    padding: 6px 0;
    display: inline-block;
    font-size: 16px;
    color: #415161;
    margin-right: 34px;
    line-height: 1em;
}
.sp-phone-number .sp-number,
#account_number,
.sp-profile-level {
    font-family: "Open Sans", sans-serif;
}
.credit-recharge {
    display: none !important;
}
.project-average-col,
.project-average-bid,
.project-location,
.project-bid-col,
.project-detail-box .freelancer-bidding-head .row .col-md-2.col-sm-3,
.project-detail-box .freelancer-bidding .row .col-md-2.col-sm-3 {
    display: none !important;
}
.processing {
    position: relative;
    cursor: wait;
    opacity: 0.7;
}

.processing:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sp-profile-level-wrapper {
    color: #8b0000;
    font-weight: 700;
    font-size: 1.1em;
}
.project-bid-info-list > li span.project-countdown {
    font-size: 14px;
    color: #7b8d96;
}
.sp-header {
    height: unset;
    background-color: #f4efeb;
}
.sp-header .fre-header-wrap {
    position: unset;
    background-color: unset;
    border-bottom: unset;
    padding-top: 10px;
}
.sp-header .container {
    border-top: 2px solid #d9b310;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.sp-header .sp-header-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fre-site-logo {
    width: 30%;
    padding: 7px 0;
}
.sp-header .fre-site-logo > a {
    height: 300px;
}
.sp-header .fre-menu-top {
    display: flex;
    height: unset;
    justify-content: flex-end;
}
.sp-header .fre-menu-top .fre-menu-main {
    display: flex;  
    flex-wrap: wrap;
    justify-content: right;
    border-bottom: 1px solid #d9b310;
    gap: 20px;
    padding-left: 1%;
    padding-bottom: 3px;
}
.sp-header .fre-account {
    padding: 30px 0;
}
.sp-header .fre-menu-top .fre-menu-main li {
    padding: unset;
}
.sp-header .fre-menu-top .fre-menu-main li a {
    padding: 15px 0;
    font-size: 1.5em;
    height: unset;
}
.sp-header .fre-menu-top .fre-menu-main li a:hover,
.sp-header .fre-menu-top .fre-menu-main li a.active,
.sp-header .fre-menu-top .fre-menu-main li.current-menu-item a {
    background: none;
    color: #328cc1;
    font-weight: 700;
    border-bottom: 6px solid #091f5b;
    /* padding-bottom: 40px; */
    margin-bottom: -6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sp-header .fre-account-wrap {
    text-align: right;
    height: unset;
}
.sp-header .fre-account-wrap .fre-login-wrap { 
    padding: 30px 0 40px;
}
.sp-header .fre-account-wrap .fre-login li a {
    display: block;
    border: 1px solid #091f5b;
    padding: 10px 30px;
    border-radius: 20px;
    position: relative;
    padding-right: 50px;
    font-size: 1.5em;
}
.sp-header .fre-account-wrap .fre-login li a:after {
    content: "➜";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.sp-header .fre-account-wrap .fre-login > li + li {
    margin-left: 15px;
}

.home-block-banner {
    border-top-left-radius: 150px;
    background-position-y: center;
    height: 900px;
}
body.page-template-page-home-new {
    background-color: #f4efeb;
}
.fre-btn,
.fre-btn-disable,
.fre-payment-list > li > .btn {
    border-radius: 25px;
    border: 2px solid #d9b310 !important;
    position: relative;
    padding-right: 50px;
}

.fre-btn:after,
.fre-btn-disable:after,
.fre-payment-list > li > .btn:after {
    content: "➜";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.fre-btn-o {
    border-radius: 25px;
    border: 2px solid #d9b310 !important;
}

.sp-action-button .sp-social-line-decoration {
    position: absolute;
    margin-top: 100px;
}

.fre-our-stories {
    background-color: #fff;
    padding: 0;
}
.fre-our-stories-bg {
    background-color: #091f5b;
    border-bottom-left-radius: 150px;
    padding: 48px 0 50px;
}
footer {
    padding: 0;
    background-color: #fff;
}
.footer-inner {
    background-color: #f4efeb;
    border-top-left-radius: 150px;
}


.sp-footer-logo {
    flex: 0 0 20%;
    max-width: 20%;
}
.sp-horizontal-line {
    display: block;
    height: 8px;
    background-color: #328cc1;
    margin-top: -5px;
    border-radius: 50px;
    width: 80%;
    text-align: right;
    margin-left: 15%;
}
footer .sp-horizontal-line {
    width: 80%;
    margin-left: 15%;
}

.sp-footer-logo img {
    max-width: 90%;
}
.sp-footer-menu {
    flex: 0 0 45%;
}
.sp-footer-menu .widget_nav_menu {
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
}

.sp-footer-menu .widget_nav_menu div {
    align-self: flex-start;
    margin-bottom: 20px;
}

.sp-footer-menu .widget_nav_menu div ul li {
    color: #328cc1;
    display: inline-block;
    margin-bottom: 15px;
    border-left: 1px solid #328cc1;
    padding-inline: 15px;
    letter-spacing: 0.1em;
}

.sp-footer-menu .widget_nav_menu div ul li:last-child {
    border-right: 1px solid #328cc1;
}
.sp-footer-menu .widget_nav_menu div ul li a {
    color: #328cc1;
    font-weight: 700;
}
.sp-footer-contact {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    justify-content: flex-end;
}
.sp-footer-contact-title {
    font-size: 1.4em;
    letter-spacing: 0.2em;
    color: #091f5b;
    margin-bottom: 15px;
}

.sp-contact-grid {
    display: grid;
    grid-template-columns: min-content 1px auto;
    gap: 20px;
    align-items: center;
    margin-left: 20px;
}
.sp-contact-icons {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.sp-contact-icons i {
    font-size: 15px;
    color: #091f5b;
}

.sp-contact-divider {
    width: 1px;
    height: 100%;
    background-color: #091f5b;
}

.sp-contact-details {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
}
.sp-footer-social {
    flex: 0 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 25px;
    padding-right: 25px;
}
.sp-social-line-decoration {
    width: 4px;
    height: 110px;
    background-color: #328cc1;
    position: relative;
    overflow: visible;
    z-index: 99999;
    margin-top: -65px;
    margin-bottom: 15px;
}
.sp-line-ball {
    width: 10px;
    height: 10px;
    background-color: #328cc1;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -3px;
    z-index: 1;
}
.sp-social-icon {
    color: #328cc1;
    font-size: 20px;
    transition: color 0.3s ease;
}
.sp-social-icon:hover {
    color: #091f5b;
}


.page-template-page-home-new .fre-our-stories h2 {
    color: #fff;
    text-align: left;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    width: fit-content;
    padding: 10px 0px;
}
.fre-our-stories .owl-carousel {
    margin-top: 30px;
}
.fre-our-stories .owl-carousel .item {
    padding: 20px;
}
.fre-stories-wrap {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    min-height: 350px;
}
.fre-our-stories .sp-horizontal-line {
    background-color: #d9b310;
    width: 10%;
    margin-left: 8%;
}
.fre-stories-wrap .stories-img {
    width: 12em;
    height: 12em;
    border-radius: 100%;
    margin-top: -6em;
    background-color: #fff;
    box-shadow: 0 0 0 3px #fff;
    overflow: hidden;
}
.fre-stories-wrap .stories-img + .stories-content {
    width: 100%;
    margin-right: unset;
    padding: 30px 15px 50px;
}
.fre-stories-wrap .stories-content .sp-testimonial-author {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-wrap: nowrap;
    font-weight: 700;
}

.fre-stories-wrap .stories-content .sp-testimonial-author:before,
.fre-stories-wrap .stories-content .sp-testimonial-author:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #328cc1;
}
.fre-stories-wrap .stories-content p.sp-testimonial-author-pos {
    text-align: center;
    font-size: 0.9em;
    margin-top: 3px;
}
.sp-features {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.sp-features-content-wrapper {
    display: flex;
    align-items: center;
    max-width: 1200px;
    background-color: #328cc1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-bottom-right-radius: 150px;
    /* max-height: 55vh; */
}
.sp-features-content-block {
    flex: 1;
    padding: 0px;
    color: #fff;
}
.sp-features-content-block ul {
    list-style-type: none;
    padding: 0;
}
.sp-features-content-block li {
    font-size: 1.5em;
    line-height: 1.6;
    margin: 25px 0;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #eee;
}
.sp-features-content-block li:before {
    content: "➜";
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-right: 30px;
}
/* .sp-features-image-block {
    background-image: url("./imgs/features-bg.jpeg");
    position: absolute;
    min-height: 100%;
    min-width: 60%;
    background-clip: border-box;
    border-top-left-radius: 300px;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 42%;
    background-position: center;
    background-size: cover;
} */

.sp-features-image-block {
    background-image: url(./imgs/features-bg.jpeg);
    position: absolute;
    min-height: 100%;
    min-width: 64%;
    background-clip: border-box;
    border-top-left-radius: 300px;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 36%;
    background-position: center;
    background-size: cover;
}

.sp-features-image-block img {
    display: none;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.sp-features-highlight-text {
    padding: 2px 0;
    font-size: 2.6em;
    font-weight: 800;
    color: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #d9b310;
    /* margin-bottom: 30px;
    margin-left: 30px; */
    /* align-self: end; */
}
.sp-features-highlight-text span.highlight {
    color: #d9b310;
}

.blog-header-container .blog-classic-top {
    height: unset;
    text-align: center;
}
.blog-header-container .blog-classic-top h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 20px;
}
.fre-project-list-filter .row .col-md-4:nth-child(6) {
    display: none;
}
/* .sp-banner-block {
    max-height:100vh;
} */
.sp-banner-block .item {
    min-height: auto;
    height: 100%;
    display: block;
    position: relative;
}
.owl-carousel-banners .owl-next span::before {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.owl-carousel-banners .owl-next span::after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.owl-carousel-banners .owl-prev {
    width: 32px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer !important;
}
.owl-carousel-banners .owl-next {
    width: 32px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer !important;
}
.owl-carousel-banners .owl-prev span::after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.owl-carousel-banners .owl-prev span::before {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.owl-carousel-banners .item .fre-banner-wrap {
    position: relative;
    width: 100%;
    padding-top: 47.8%;
}
.sp-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("./imgs/banner.webp");
    background-size: cover;
    background-position: top center;
}
.sp-banner-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("./imgs/banner-1-rs.webp");
    background-size: cover;
    background-position: top center;
    min-height: 810px;
}

.sp-banner-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("./imgs/banner-2-rs.webp");
    background-size: cover;
    background-position: bottom center;
}
.sp-banner-img-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("./imgs/banner-3-rs.webp");
    background-size: cover;
    background-position: top center;
}
.sp-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sp-banner-heading {
    position: relative;
    margin-top: 4em;
    width: fit-content;
}
.sp-banner-heading-0 {
    margin-left: 10%;
}
.sp-banner-heading-1,
.sp-banner-heading-2 {
    margin-left: 30%;
}
.sp-banner-heading-3 {
    margin-left: 55%;
}
.sp-banner-content-3 .sp-banner-text {
    margin-left: 55%;
    margin-top: 3em;
    width: 35%;
}
.sp-banner-content-3 .sp-banner-btn {
    margin-left: 55%;
}
.sp-banner-content-3 .sp-horizontal-line {
    margin-left: 53%;
    width: 35%;
}
.sp-banner-title-2 {
    font-weight: 700;
    font-size: 2.8em;
    color: #fff;
}
.sp-banner-title-2 .highlight {
    color: #328cc1;
}
.sp-banner-title {
    font-weight: 700;
    font-size: 2.8em;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}
.sp-banner-title .highlight {
    color: #d9b310;
}
.sp-banner-heading .sp-horizontal-line {
    width: 20%;
    height: 5px;
    margin-top: -4px;
    margin-left: 5%;
}
.sp-banner-heading-0 .sp-horizontal-line {
    width: 25%;
    margin-left:53%;
    background-color: #d9b310;
}
.sp-banner-subtitle {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.15em;
    margin-top: 8px;
    font-weight: 600;
}
.sp-banner-heading-0 .sp-banner-subtitle {
    font-size: 2.7em;
    letter-spacing: 0.1em;
    margin-top: 25px;
}
.sp-banner-text {
    position: relative;
    width: 22%;
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    margin-top: 7em;
    margin-left: 30%;
}
.sp-banner-btn {
    margin-left: 30%;
    margin-top: 10em;
}
.sp-banner-text-0,
.sp-banner-btn-0 {
    margin-left: 10%;
}
.sp-banner-btn .sp-btn-action.primary-bg-color.fre-btn {
    border-width: 1px !important;
    border-color: #fff !important;
    background-color: rgba(9, 31, 91, 0.6);
    letter-spacing: 0.2em;
    z-index:9999;
}
.sp-banner-btn .sp-btn-action.primary-bg-color.fre-btn:hover {
    color: rgb(9 31 91) !important;
    background-color: #ffffff9c !important;
}
/* Small devices (phones and tablets, 767px and below) */
@media (max-width: 767px) {
    .fre-project-list > li {
        flex-direction: column;
        align-items: center;
    }
    .sp-features-image-block{
        display: none;
    }
    .project-list-img {
        width: unset;
        max-width: 100%;
    }
    .project-detail-info.snp {
        flex-direction: column;
        align-items: center;
    }
    .project-detail-info.snp .featured_image {
        max-width: 100%;
        max-height: 170px;
    }
    .fre-jobs-list > li {
        position: relative;
        padding: 10px 20px 10px 20px;
    }
    .fre-jobs-list > li > div.sp-jobs-image {
        position: unset;
        transform: unset;
        margin: 10px;
    }
    .fre-jobs-list > li > div:nth-child(2),
    .fre-jobs-list > li > div:nth-child(3),
    .fre-jobs-list > li > div:nth-child(4) {
        padding-left: 10%;
        padding-right: 10%;
    }
    .fre-jobs-list > li > div.jobs-view {
        margin-bottom: 10px;
    }
}

/* Small to medium devices (tablets and small desktops, 768px to 991px) */


@media (max-width: 900px) {
    .sp-features-content-wrapper {
        flex-direction: column;
        width: 100%;
        /* margin: 0 10px; */
    }
    .sp-features-image-block {
        display: none;
    }
    .sp-features-highlight-text {
        position: static;
        transform: none;
        font-size: 4em;
        text-align: center;
        margin: 10px;
    }
    .sp-action-button .fre-btn {
        font-size: 1em;
    }
   
}
@media (max-width: 600px) {
    .sp-features-content-wrapper {
        flex-direction: column;
        width: 100%;
        /* margin: 0 10px; */
    }
    .sp-features-image-block {
        margin-top: 20px;
    }
    .sp-features-highlight-text {
        position: static;
        transform: none;
        font-size: 2.5em;
        text-align: center;
        margin: 10px;
    }
    .sp-action-button .fre-btn {
        font-size: 1em;
    }
   
}

/* Medium devices (desktops, 991px and below) */
@media (max-width: 991px) {
    /* Jobs list styling */
    .fre-jobs-list {
        flex-direction: row;
    }
    .fre-jobs-list li {
        min-height: 120px;
        flex-direction: column;
    }
    .fre-jobs-list > li > div {
        flex-basis: 100%;
    }
   

}
    .fre-jobs-list > li > div.sp-jobs-image {
        order: 1;
        flex-basis: 100px;
        height: 100px;
        max-height: 100px;
        width: 100px;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
    }
    .fre-jobs-list > li > div.sp-jobs-image svg {
        height: 100px;
        width: 100px;
    }
    .fre-jobs-list > li > div:nth-child(2),
    .fre-jobs-list > li > div:nth-child(3),
    .fre-jobs-list > li > div:nth-child(4) {
        order: 2;
        flex-basis: 50%;
        padding-left: 110px;
        padding-right: calc(100% - 520px);
        flex-direction: column;
    }
    .fre-jobs-list > li > div:nth-child(5) {
        order: 3;
        flex-basis: 25%;
    }
    .fre-jobs-list .jobs-title {
        max-width: unset;
    }
    .fre-jobs-list .jobs-view {
        width: unset;
    }
    
   
    /* Footer and features styling */
    .sp-social-line-decoration,
    .sp-line-ball,
    .sp-horizontal-line {
        display: none;
    }
    .sp-footer-social {
        flex-direction: row;
    }
    .sp-features .container {
        flex-direction: column;
        border-bottom: 3px solid #d9b310;
        padding-bottom: 20px;
       
    }
    
    /* Footer container */
    .sp-footer .container {
        border-bottom: 3px solid #d9b310;
        border-top: 3px solid #d9b310;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
        padding: 20px;
    }
    
    /* Features container */
    .sp-features .container {
        border-bottom: 3px solid #d9b310;
        display: flex;
        flex-direction: column;
        padding: 0;
        position: relative;
        z-index: 1;
        margin:auto;
        padding-bottom: 20px;
        
    }
 


/* Medium to large devices (991px to 1199px) */
@media (max-width: 1199px) {
        /* .sp-header .sp-header-right {
            display: none;
        } */
         .fre-header-wrapper.notify-active .fre-account-wrap {
        display: block;
        width: 100%;
        position: absolute;
        right: 0px;
        
    }
.fre-header-wrap .container {
        width: 100%;
    }
    .fre-account-wrap.login-register {
    display: block;
}
 .sp-header .fre-account-wrap .fre-login li a {
        display: flex
;
        border: 1px solid #091f5b;
        /* padding: 5px 5px; */
        border-radius: 13px;
        position: relative;
        /* padding-right: 36px; */
        font-size: 14px;
        align-items: center;
        justify-content: center;
    }
    .sp-header .fre-account-wrap .fre-login-wrap {
    padding: 0px 0 0px;
}
   /* .sp-header .fre-account-wrap .fre-login li a {
    display: block;
    border: 1px solid #091f5b;
    padding: 5px 5px;
    border-radius: 20px;
    position: relative;
    padding-right: 35px;
    font-size: 14px;
} */
     .fre-login>li+li {
        margin: auto; 
     }
     .sp-header .fre-account-wrap .fre-login > li + li {
    margin-left: 0px;
}
    .fre-header-wrapper.notify-active .fre-account-wrap .dropdown-menu-notifi {
        margin-top: 57px;
    }
    .sp-header .sp-header-right {
    width: auto;
}
.sp-header-right .fre-menu-top {
    display: none !important;
}
    .sp-header .fre-site-logo {
        width: 100%;
    }
    .sp-header .fre-site-logo > a {
        height: 40px;
    }
    .sp-header {
        height: unset;
    }
    .fre-header-wrap {
        border-bottom: unset;
    }
    .fre-account-info-tablet .dropdown-menu {
        background-color: unset;
        margin-left: 20px;
        margin-top: 10px;
    }
        .fre-account-info-tablet .dropdown-menu>li:last-child {
        display: block;
    }
        .sp-header .fre-menu-top {
    display: flex;
    height: unset;
    justify-content: center;
}
/* .sp-header .fre-menu-top .fre-menu-main {
    gap: 0px;  
} */
}

/* Large devices (large desktops, 1200px and below) */
@media (max-width: 1200px) {
    .fre-jobs-list .jobs-title {
        max-width: calc(100% - 486px);
    }
    .fre-jobs-list .jobs-view {
        width: 160px;
    }
}

/* Medium devices and above (desktops, 991px and above) */
@media screen and (min-width: 991px) {
    .sp-features {
        overflow: hidden;
    }  
 
    .sp-features .container {
        border-bottom: 3px solid #d9b310;
        display: flex;
        flex-direction: row;
        padding: 0;
        position: relative;
        z-index: 1;
       
        padding-bottom: 50px;
        /* min-height: 70vh; */
        /* height: 100vh; */
        margin-left: 10em;
        width: 90%;
         margin-top:50px;
    }
    .sp-features-content-block {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    
    .sp-features-content-block ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .sp-features-content-block li {
        font-size: 1em;
        margin: 15px 0;
        line-height: 1.4;
    }
    
    .sp-features-content-wrapper {
        /* padding: clamp(20px, 4vh, 40px); */
        width: 50%;
        font-size: 1.4em;
        padding: 35px;
    }
    
    .sp-features-highlight-text {
        font-size: clamp(1.8em, 3vw, 2.6em);
    }
    .sp-footer .container {
        border-bottom: 3px solid #d9b310;
        border-top: 3px solid #d9b310;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 50px;
    }
}

/* Large devices (large desktops, 1199px and above) */
@media (min-width: 1199px) {
    .sp-banner-text {
        font-size: 1.5em;
        margin-top: 4em;
    }
    .fre-inbox-wrap, .page-post-project-wrap,.profile-employer-wrap,.my-work-employer-wrap, .fre-credit-wrap {
    margin-top: 70px !important;
}
    
    .sp-banner-heading {
        margin-top: 6em;
    }
    .sp-banner-title {
        font-size: 3.2em;
    }
    .sp-banner-content-3 .sp-banner-title {
        font-size: 3em;
    }
    .sp-banner-content-3 .sp-banner-text {
        font-size: 1.5em;
        margin-top: 4em;
        width: 28%;
    }
    .mobile-menu-custom{
        display: none !important;
    }
    .sp-action-button .container {
    padding: 100px 0;
    margin: 0 auto;
    border-bottom: 2px solid #d9b310;
    border-top: 2px solid #d9b310;
    text-align: center;
}
.sp-action-button .fre-btn {
    margin: auto;
    display: block;
    width: max-content;
    padding-inline-start: 70px;
    padding-inline-end: 70px;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    height: unset;
    border-radius: 40px;
    z-index: 9999;
}

}

/* Extra small devices (small phones, 576px and below) */
@media screen and (max-width: 576px) {
    .sp-footer .container {
        border-bottom: 3px solid #d9b310;
        border-top: 3px solid #d9b310;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }
    .sp-features .container {
        border-bottom: 3px solid #d9b310;
        display: flex;
        flex-direction: column;
        padding: 0;
        position: relative;
        z-index: 1;
        margin:0px;
        padding-bottom: 20px;
    }
    .sp-features-content-wrapper {
        width: 100%;
    }
    .sp-features-content-block ul {
    list-style-type: none;
    padding: 15px;
}
.sp-features-content-block li {  
    margin: 10px 0;   
}
}

/* XX-Large devices (larger desktops, 1400px and above) */
@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
    .sp-header .fre-menu-top .fre-menu-main {
        gap: 50px;
    }
    .sp-header .fre-menu-top .fre-menu-main li a {
        font-size: 1.5em;
    }
    /* .sp-features-image-block {
        min-width: 60%;
        left: 40%;
        background-position: top;
    } */
    .sp-banner-text {
        font-size: 2em;
        margin-top: 3em;
    }
    .sp-banner-heading {
        margin-top: 5em;
    }
    .sp-banner-title {
        font-size: 4.5em;
    }
    .sp-banner-content-3 .sp-banner-title {
        font-size: 3.5em;
    }
    .sp-banner-content-3 .sp-banner-text {
        font-size: 1.7em;
        margin-top: 3em;
        width: 28%;
    }
    .sp-banner-btn a {
        font-size: 1.4em;
        padding: 7px 80px 7px 30px;
        height: 60px;
        border-radius: 40px;
    }
    .sp-features-highlight-text {
        font-size: 3em;
        /* margin-left: 10%; */
    }
    .sp-features-content-block li::before {
        font-size: 1em;
    }
    .sp-features-content-block li {
        font-size: 1.1em;
    }
}

/* XXX-Large devices (extra large desktops, 1600px and above) */
@media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
    
    .sp-header .fre-menu-top .fre-menu-main li a {
        font-size: 2em;
    }
    
}

/* XXXX-Large devices (extremely large desktops, 1800px and above) */
@media (min-width: 1800px) {
    .container {
        width: 1640px;
    }
    .sp-features-content-block li {
        font-size: 1.5em;
    }

}


@media only screen and (min-width: 1200px) {
    .banner-1-buttons {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    gap: 16px;
    position: relative;
    bottom: 113px;
}
.sp-header-right-mobile{
    display: none !important;
}

}


@media only screen and (max-width: 1200px) {
    .banner-1-buttons {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    gap: 16px;
    position: relative;
    bottom: 70px;
}
.fre-account-info-tablet .dropdown-menu {
        background-color: white;
        margin-left: 10px;
        margin-top: 22px;
        padding: 12px;
    }
    .fre-hamburger{
    display: block !important;
}
.fre-account-tablet{
    padding-top:0px !important;
    
}
.fre-login {
        padding-top: 8px;
        padding-bottom: 8px;
    }

}

    .features {
      display: flex;
      justify-content: center;
      gap: 30px;
      color: #ffffff; /* light blue like screenshot */
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px;
      position: relative;
      bottom:45px;
    }
    .features i {
      margin-right: 8px;
      color: #ffffff;
    }
  

.fre-hamburger {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width:1200px ) {
    .fre-hamburger{
    display: none !important;
}

}

/* Dropdown Menu Overlay */
.fre-account-info-tablet .dropdown-menu,
.fre-account .dropdown-menu {
    position: absolute;
    top: 100%;  /* below the user avatar / button */
    right: 0;
    left: auto;
    background: #fff;
    z-index: 9999;
    width: 200px; /* adjust as needed */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border-radius: 6px;
}

/* Ensure it overlays instead of pushing content */
.fre-account-info-tablet,
.fre-account {
    position: relative; /* parent for absolute menu */
}
.fre-account-tablet{
    display: block !important;
    
}
.sp-header .fre-account-wrap-mobile .fre-login li a {
    display: block;
    border: 1px solid #091f5b;
    padding: 10px 30px;
    border-radius: 20px;
    position: relative;
    padding-right: 50px;
    font-size: 1.5em;
    text-align: center;
}

.dropdown-menu-mobile{
    display: none;
}
@media only screen and (max-width: 1199px) {
 .dropdown-menu-mobile{
    display: flex
;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    padding: 5px;
    list-style: none
}
.fre-inbox-wrap, .page-post-project-wrap,.profile-employer-wrap,.my-work-employer-wrap, .fre-credit-wrap {
    margin-top: 40px !important;
}
ul.dropdown-menu.desk {
    display: none;
}

ul.dropdown-menu-mobile li a {
    color: black;
    padding: 11px;
} 
    .sp-action-button .container {
    padding: 50px 0;
    margin: 0 auto;
    border-bottom: 2px solid #d9b310;
    border-top: 2px solid #d9b310;
    text-align: center;
}
 
}

ul.more-than-just-a-job-board li {
    display: flex
;
}
 .sp-features-bg-mobile {
    display: none;
}
@media only screen and (max-width:820px){
     .sp-features-bg-mobile {
    display: block;
}
    .sp-features-bg-mobile img {
    width: 100%;
}
 /* .sp-features-image-block, .sp-features-highlight-text{
        display: none;
    } */
     
}

@media (min-width: 768px) {
    .container {
        width: 87%;
    }

}
@media (max-width: 767px) {
      ul.more-than-just-a-job-board li p {
    font-size: 1.5rem;
}
}

@media screen and (max-width: 820px) and (min-width: 767px) {
  .sp-features-content-block {
    padding: 30px;
}
}
    .sp-features-content-wrapper{
    display: flex;
    flex-direction: column;
   } 

li.project-item {
    display: flex;
    column-gap: 30px;
    padding: 40px 40px 0px 40px;
}

h2.project-list-title, .project-list-skill a{
    color: #218ad1;
}
span.fre-label {
    display: none;
}
.project-list-skill a {
    background-color: #8080800d;
    padding: 5px;
    border-radius: 0px;
}
.project-list-wrap {
    width: 100%;
}

.sp-header .fre-menu-top .fre-menu-main li a:hover, .sp-header .fre-menu-top .fre-menu-main li.current-menu-item a {
    font-weight: 400 !important;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    width: 200px !important;
    left: -157px !important;
    top:40px;
}
.fre-input-field textarea {
    width:auto !important;
}