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


    body {
        font-family: "Roboto", sans-serif;
    }

    /* project banner section start */

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

    .project-banner-section::after {
        content: '';
        position: absolute;
        width: 497px;
        height: 100%;
        bottom: 0;
        right: 2%;
        background: url(../img/image__1_-removebg-preview.png) no-repeat;
        background-size: contain;
        background-position: bottom;
        z-index: 0;
    }

    .project-banner-text-wapper {
        max-width: 800px;
        position: relative;
        z-index: 1;
    }

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

    .project-banner-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;
    }





    .project-banner-text-wapper .banner-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;
    }



    .project-banner-text-wapper .banner-search-select-btn-wapper form {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .project-banner-text-wapper .banner-search-select-btn-wapper form .form-group {
        display: flex;
        flex: 1;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .project-banner-text-wapper .banner-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;
    }

    .project-banner-text-wapper .banner-search-select-btn-wapper form .search-btn-banner {
        height: 100%;
    }

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



    /* project banner section end */

    /* project listing section start */

    .project-listing-section {
        padding: 100px 0;
        background: #F5F5F5;
    }

    .project-listing-left-fillter-wapper {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 25px -5px rgba(35, 73, 162, 0.15);
        padding: 20px;
        width: 100%;
        /*position: sticky;*/
        /*top: 80px;*/
        height: fit-content;
        position: sticky;
  top: 90px;
  overflow: auto;
  height: 88vh;
    }

    .project-listing-left-fillter-wapper h3 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0;
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: 2px solid #e6f0ff;
        position: relative;
        color: #0052CC;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .project-listing-left-fillter-wapper h3 i {
        color: #FF6600;
    }

    .project-listing-left-fillter-wapper h3 span {
        display: none;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper {
        margin-bottom: 25px;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper h4 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #333333;
        margin: 0;
        padding-bottom: 15px;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner,
    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner {
        border-radius: 12px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        background: #FFF;
        border: 1px solid #e5e7eb;
        color: #333333 !important;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner input::placeholder,
    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner input::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner input,
    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner input {
        background: transparent;
    }


    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices .choices__inner .choices__item,
    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices .choices__inner .choices__item {
        border: 1px solid #e0e7ff;
        color: #333 !important;
        background: #e0e7ff !important;
        border: 1px solid #e0e7ff;
        color: #333 !important;
        background: #e0e7ff !important;
        font-size: 15px !important;
        font-weight: 700;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Category-wapper .choices[data-type*="select-multiple"] .choices__button,
    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Skills-wapper .choices[data-type*="select-multiple"] .choices__button {
        border-color: #e0e7ff !important;
        color: #333 !important;
    }


    .choices[data-type*="select-multiple"] .choices__button,
    .choices[data-type*="text"] .choices__button {
        position: relative;
        width: 12px;
        height: 12px;
        margin-left: 8px;
        border: none;
        background: none;
        cursor: pointer;
    }

    .choices[data-type*="select-multiple"] .choices__button::before,
    .choices[data-type*="text"] .choices__button::before,
    .choices[data-type*="select-multiple"] .choices__button::after,
    .choices[data-type*="text"] .choices__button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        background-color: #333;
        transform-origin: center;
    }

    .choices[data-type*="select-multiple"] .choices__button::before,
    .choices[data-type*="text"] .choices__button::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .choices[data-type*="select-multiple"] .choices__button::after,
    .choices[data-type*="text"] .choices__button::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }



    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-location-wapper select {
        border-radius: 12px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        background: #FFF;
        border: 1px solid #e5e7eb;
        outline: none;
        box-shadow: none;
        height: 50px;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper label {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        line-height: 24px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper input {
        accent-color: #e05a00;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper .budget-input-wapper {
        display: flex;
        gap: 5px;
        margin-bottom: 15px;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper .budget-input-wapper input {
        border-radius: 12px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        background: #FFF;
        border: 1px solid #e5e7eb;
        outline: none;
        box-shadow: none;
        height: 50px;
        -webkit-appearance: none;
        appearance: textfield;
        color: #333;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider {
        height: 15px;
        background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
        border: 1px solid #e05a00;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #0052CC;
        top: -5px;
        border: none;
        box-shadow: none;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle::before {
        display: none;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle::after {
        display: none;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle.noUi-handle-lower {
        background: #e05a00;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-connect {
        background: linear-gradient(to right, #2352d2, #fa6900) !important;
    }

    .project-listing-left-fillter-wapper .fillter-card-wapper .fillter-Budget-range-wapper #budgetSlider .noUi-origin .noUi-handle .noUi-tooltip {
        display: none;
    }

    .project-listing-left-fillter-wapper .fillter-btn-wapper {
        display: flex;
        margin: 0 0 0 auto;
    }

    .project-listing-left-fillter-wapper .fillter-btn-wapper button {
        transition: 0.5s all;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #FFF;
        padding: 10px 16px;
        border: 1px solid #0052cc;
        border-radius: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0052cc;
    }


    .project-listing-right-wapper {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 30px;
    }


    .freelancer-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .freelancer-card:hover {
        /* transform: translateY(-5px); */
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }



    .card-type-1 .card-header {
        padding: 25px 25px 15px;
        display: flex;
        align-items: center;
        background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
        position: relative;
    }

    /* Online/Offline Status */
    .status-indicator {
        position: absolute;
        top: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .status-indicator::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .status-online {
        background: rgba(76, 175, 80, 0.15);
        color: #2e7d32;
    }

    .status-online::before {
        background: #4CAF50;
    }

    .status-offline {
        background: rgba(158, 158, 158, 0.15);
        color: #616161;
    }

    .status-offline::before {
        background: #9E9E9E;
    }

    .status-away {
        background: rgba(255, 152, 0, 0.15);
        color: #ef6c00;
    }

    .status-away::before {
        background: #FF9800;
    }

    .status-busy {
        background: rgba(244, 67, 54, 0.15);
        color: #d32f2f;
    }

    .status-busy::before {
        background: #F44336;
    }

    .card-type-1 .avatar-container {
        position: relative;
        display: inline-block;
    }

    .card-type-1 .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .card-type-1 .profile-info {
        margin-left: 20px;
    }

    .card-type-1 .name {
        font-size: 1.4rem;
        font-weight: 700;
        color: #0052CC;
        margin-bottom: 5px;
    }

    .card-type-1 .title {
        color: #FF6600;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .card-type-1 .location {
        color: #666;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }

    .card-type-1 .location i {
        margin-right: 5px;
        color: #FF6600;
    }

    .card-type-1 .card-body {
        padding: 20px 25px;
        display: flex;
        flex-direction: column;
    }

    .card-type-1 .description {
        color: #444;
        line-height: 1.6;
        margin-bottom: 20px;
        font-size: 0.95rem;
    }

    .card-type-1 .skills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .card-type-1 .skill {
        border: 1px solid #e0e7ff;
        color: #333;
        background: #e0e7ff;
        padding: 6px 12px;
        border-radius: 20px;
        font-weight: 600;
        line-height: 20px;
        font-size: 16px;
    }

    /* Stats Section */
    .card-type-1 .stats {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 15px;
        background: #f9fafc;
        border-radius: 10px;
        border: 1px solid #eee;
        margin-top: auto;
    }

    .card-type-1 .stat {
        text-align: center;
        flex: 1;
        padding: 0 10px;
    }

    .card-type-1 .stat-value {
        font-size: 1.4rem;
        font-weight: 800;
        color: #0052CC;
        display: block;
        margin-bottom: 5px;
    }

    .card-type-1 .stat-label {
        font-size: 0.8rem;
        color: #666;
        font-weight: 500;
    }

    .card-type-1 .rating {
        display: flex;
        align-items: center;
        color: #FF6600;
        font-weight: 600;
        margin-bottom: 20px;
        justify-content: center;
    }

    .card-type-1 .rating i {
        color: #FFC107;
        margin-right: 5px;
    }

    .card-type-1 .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 25px;
        background: #f9fafc;
        border-top: 1px solid #eee;
    }

    .card-type-1 .rate {
        font-weight: 700;
        color: #FF6600;
        font-size: 1.2rem;
    }

    .card-type-1 .rate span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 500;
    }

    .card-type-1 .btn-contact {
        background: linear-gradient(to right, #0052CC, #2352d2);
        color: white;
        padding: 10px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
    }

    .card-type-1 .btn-contact i {
        margin-right: 8px;
    }

    .card-type-1 .btn-contact:hover {
        background: linear-gradient(to right, #0042a3, #1a3cb0);
        box-shadow: 0 5px 15px rgba(0, 82, 204, 0.3);
    }



    .lode-more-btn-wapper {
        margin-top: 40px;
    }

    .lode-more-btn-wapper a {
        transition: 0.5s all;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        padding: 10px 45px;
        border: 1px solid #FF6600;
        border-radius: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF6600;
        width: fit-content;
        margin: 0 auto;
    }

    /* project listing section end */






    /* --- New Freelancer Card Styles --- */

    .freelancer-card-new {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

        border: 1px solid #eee;
        transition: all 0.3s ease;

        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .freelancer-card-new:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        transform: translateY(-3px);
    }

    .card-new-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

    .profile-left {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .avatar-container {
        position: relative;
        flex-shrink: 0;
    }

    .avatar-container .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .avatar-container .status-indicator {
        position: absolute;
        bottom: 2px;
        right: 2px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #aaa;
        /* Default offline gray */
        border: 2px solid #fff;
    }

    .avatar-container .status-indicator.online {
        background: #28a745;
        /* Green for online */
    }

    .profile-info .name {
        font-size: 1.2rem;
        font-weight: 700;
        color: #222;
        margin: 0;
        padding-bottom: 5px;
    }

    .profile-info .verified-badge {
        color: #007bff;
        /* Blue check */
        font-size: 0.9em;
        margin-left: 3px;
    }

    .profile-info .title {
        font-size: 0.95rem;
        color: #666;
        margin: 0;
    }

    .freelancer-card-new .location {
        color: #666;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }

    .freelancer-card-new .location i {
        margin-right: 5px;
        color: #FF6600;
    }

    .profile-stats {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        font-size: 0.9rem;
        color: #333;
        flex-shrink: 0;
    }

    .profile-stats .stat-item {
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
    }

    .profile-stats .stat-item i {
        width: 16px;
        /* Align icons */
    }

    .profile-stats .stat-label {
        color: #777;
        font-weight: 400;
    }

    .card-new-body {
        /* margin-bottom: 20px; */
        padding-bottom: 20px;
        /* border-bottom: 1px solid #f0f0f0; */
        padding: 0 20px 20px 20px;
    }

    .card-new-body .description {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }

    .skills-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .skill-tag {
        border: 1px solid #e0e7ff;
        color: #333;
        background: #e0e7ff;
        padding: 6px 12px;
        border-radius: 20px;
        font-weight: 600;
        line-height: 20px;
        font-size: 16px;
    }



    .card-new-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(135deg, #f8f9ff 0%, #edf1ff 100%);
        padding: 20px;
        margin-top: auto;
        background: #f9fafc;
        border-top: 1px solid #eee;
    }

    .card-new-footer .rate {
        font-weight: 700;
        color: #FF6600;
        font-size: 1.5rem;
    }

    .card-new-footer .rate span {
        font-size: 0.9rem;
        font-weight: 400;
        color: #777;
    }

    .footer-buttons {
        display: flex;
        gap: 10px;
    }

    .footer-buttons .btn {
        padding: 10px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        box-shadow: none;
        outline: none;
        border: 1px solid transparent;
    }

    .footer-buttons .btn-profile {
        background: #0052CC;
        color: #FFF;
        border: 1px solid #0052CC;
    }


    .footer-buttons .btn-connect {
        background: #ff6600;
        color: #fff;
    }

    .modal-header {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-align: start;

	align-items: flex-start;

	-ms-flex-pack: justify;

	justify-content: space-between;

	padding: 1rem 1rem;

	border-bottom: 1px solid #dee2e6;

	border-top-left-radius: calc(.3rem - 1px);

	border-top-right-radius: calc(.3rem - 1px);

}
 .modal-title {

	font-family: "Roboto", sans-serif;

	font-size: 1.8rem;

	font-weight: 700;

	color: #0052CC;

	margin: 0;

	text-align: center;

}
 .modal-footer {

	border-top: 1px solid #E5E7EB;

}
 
 .btn-my-custom-two {

	transition: 0.5s all;

	font-family: "Roboto", sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 24px;

	color: #FFF !important;

	box-shadow: none;

	outline: none;

	padding: 10px 16px;

	border: none;

	border-radius: 10px;

	display: flex;

	align-items: center;

	justify-content: center;

	background: #FF6600;

	display: flex;

	align-items: center;

	gap: 5px;

}
 .btn-my-custom, .load-more-btn-css {

	transition: 0.5s all;

	font-family: "Roboto", sans-serif;

	font-style: normal;

	font-weight: 500;

	font-size: 18px;

	line-height: 24px;

	color: #FFF !important;

	box-shadow: none;

	outline: none;

	padding: 10px 16px;

	border: none;

	border-radius: 10px;

	display: flex;

	align-items: center;

	justify-content: center;

	background: #0052CC;

	display: flex;

	align-items: center;

	gap: 5px;

}
  #inviteForm .form-group{
            margin-bottom: 20px;
        }
 
        #inviteForm .form-group label{
            font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
        }
 
        #inviteForm .form-group select{
            width: 100%;
  height: 50px;
  border: 1px solid #E5E7EB;
  outline: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: #FFF;
  border-radius: 12px;
  padding: 10px;
        }
 
        #inviteForm .form-group textarea{
            width: 100%;
  border: 1px solid #E5E7EB;
  outline: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background: #FFF;
  border-radius: 12px;
        }
.custom-close-css {

	background: transparent !important;

	color: red !important;

	border: none !important;

	font-size: 15px !important;

	outline: none !important;

	box-shadow: none !important;

	margin-right: 12px !important;

}
 
 
 .project-listing-left-fillter-wapper .fillter-btn-wapper 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;

    border: 1px solid #FF6600;;

    border-radius: 5px;

    width: auto;
    
    height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #FFFFFF;

}






    @media(max-width:1199px) {
        /* project banner section start */

        .project-banner-section::after {
            width: 473px;
            right: 0%;
        }

        /* project banner section end */

        /* project listing section start */


        .project-listing-right-wapper .project-card-wapper {
            align-items: start;
        }
        
        .project-listing-left-fillter-wapper {
	height: fit-content;
}

        /* project listing section end */
    }




    @media(max-width:991px) {
        /* project banner section start */
        
             .project-listing-left-fillter-wapper {
	height: auto;
}
     

        .project-banner-section::after {
            display: none;
        }

        /* project banner section end */

        /* project listing section start */

        .project-listing-section .row {
            flex-direction: column;
            row-gap: 30px;
        }

        .project-listing-left-fillter-wapper h3 span {
            display: block;
        }

        .project-listing-left-fillter-wapper h3 span a {
            color: #e05a00;
            font-size: 20px;
        }

        .project-listing-left-fillter-wapper h3 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0;
        }

        .project-listing-left-fillter-wapper .project-fillter-main-wapper {
            display: none;
            padding-top: 20px;
        }

        /* project listing section end */


    }




    @media(max-width:767px) {

        /* project banner section start */
        
      
        .project-banner-section {
            padding: 50px 0;
        }

        .project-banner-text-wapper h2 {
            font-size: 36px;
            line-height: 40px;
            letter-spacing: 0px;
        }

        .project-banner-text-wapper .banner-search-select-btn-wapper {
            flex-wrap: wrap;
            height: auto;
        }



        .project-banner-text-wapper .banner-search-select-btn-wapper form {
            width: 100%;
            height: 50px;
        }

        .project-banner-text-wapper .banner-search-select-btn-wapper form input {
            font-size: 15px;
        }

        /* project banner section end */

        /* project listing section start */
        
        .project-listing-left-fillter-wapper {
	height: auto;
}

        .project-listing-section {
            padding: 50px 0;
        }

        .project-listing-right-wapper .project-card-wapper {
            flex-direction: column;
        }

        .project-listing-pagination ul {
            flex-wrap: wrap;
        }

        .project-listing-right-wapper .project-card-wapper .project-action {
            width: 100%;
            flex-direction: column-reverse;
        }

        .project-listing-right-wapper .project-card-wapper {
            padding: 20px;
            gap: 20px;
        }

        .avatar-container .avatar {
            width: 60px;
            height: 60px;
        }

        .profile-left {
            gap: 10px;
        }

        .profile-stats .stat-label {
            display: none;
        }

        /* project listing section end */


    }
