@media (max-width:1440px) {}

@media (max-width:1024px) {
    .main-title {
        font-size: 45px;
        line-height: 55px;
    }

    .portfolio-images {
        flex-wrap: wrap;
    }

    .portfolio-header .btn.btn-primary {
        font-size: 14px;
        padding: 10px 25px;
    }

    .profile-sidebar {
        display: unset;
        gap: 20px;
    }

    .profile-userpic {
        margin-bottom: 20px;
    }

    .profile-content {
        display: unset;
        gap: 20px;
    }

    .profile-sidebar .stats-bar {
        padding: 10px;
        gap: 0px;
    }

    .step-bar .step_img {
        max-width: 310px;
    }

    .step-content h3 {
        font-size: 30px;
    }

    .step-content p {
        font-size: 15px;
        line-height: 20px;
    }

    .step .step-number {
        font-size: 50px;
    }

    .step .step-number {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .step-content {
        position: relative;
    }


    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .upload-box.profile-boxs .image-preview {
        width: 100%;
        height: 103px;
    }
}

@media (max-width: 900px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        flex-direction: column;
        gap: 20px;
        padding: 0px 0px;
        box-shadow: -3px 0 16px rgba(0, 0, 0, 0.08);
        transition: right 0.3s cubic-bezier(.82, .01, .35, 1);
        z-index: 100;
    }



    body.menu-open {
        overflow: hidden;
    }

    /* body.menu-open::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 99;
    } */

    .nav-links li {
        width: 90%;
        /* background: #f6f6f6db; */
        padding: 0px 0px !important;
        border-radius: 8px;
        margin: 0px 20px;
    }

    .nav-links li:last-child {
        width: 100%;
        background: none;
        padding: 0px;
        border-radius: 0px;
        margin: 0;
        width: 100%;
    }

    .nav-links li .login-btn {
        background: var(--blue);
        color: var(--white);
        border: none;
        font-weight: 500;
        font-size: 18px;
        padding: 10px 40px;
        cursor: pointer;
        border-radius: 30px;
        margin-left: 10px;
        width: 90%;
    }

    .nav-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .nav-right .login-btn {
        display: block;
        margin: 0;
    }

    .mobile_top {
        margin-top: 90px !important;
    }

    .mobile-nav-header {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f9f3ef;
        width: 100%;
        padding: 20px;
    }

    .mobile-nav-header a img {
        max-width: 120px;
    }

    .nav-links li a {
        color: #110a56;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.3s;
    }

    .nav-links.active {
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .nav-links.active {
        right: 0;
    }

    .close-btn {
        display: block;
        position: relative;
        top: 0px;
        background: #f6f5f4;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #365afa;
        font-size: 30px;
        line-height: 20px;
        left: 0;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -300px;
        /* ... your menu styles ... */
    }

    header .nav-links {
        position: fixed;
        top: 0;
        left: -500px;
        width: 500px;
        height: 100%;
        background: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        z-index: 1000;
    }

    header .nav-links.active {
        left: 0;
        justify-content: start !important;
    }

    header .nav-links li a {
        display: inline-block;
        width: 100%;
        padding: 0px 0;
        color: var(--navy);
    }

    header .nav-links .mobile-nav-header {
        display: block;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f9f3ef;
        width: 55%;
        padding: 20px;
        position: fixed;
        margin: auto;
        /* padding: 20px; */
        margin-top: 0px;
        z-index: 999;
    }

    header .nav-right {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        background: var(--cream);
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 0;
    }

    .login_btn {
        text-decoration: none;
    }

    .nav-overlay.active {
        z-index: 95;
    }

    .account.mobile-menu-user {
        display: none;
    }
}

@media (max-width:768px) {
    .logo img {
        max-width: 200px;
    }

    .earnmoney_section {
        padding: 50px 0px;
    }

    .main-title br {
        display: none;
    }

    .process-step {
        margin-bottom: 10px;
    }

    .faq-section .hero-container {
        padding: 30px;
    }

    .wallet_section .row:first-child .col-lg-6:first-child {
        display: none;
    }

    .tab-content form .form-label {
        font-size: 16px;
    }

    .tab-content form .input-group input,
    .tab-content form .input-group select {
        font-size: 16px;
    }

    .tab-content form .input-group .icon-box i {
        font-size: 17px;
    }

    .profile-sidebar .stats-bar {
        padding: 20px;
        gap: 0px;
    }

    .profile-userpic.distop {
        display: none;
    }

    .mobile-distop {
        display: block;
    }

    .hero-container img {
        margin-bottom: 20px;
    }

    .allsteps .step {
        gap: 20px;
    }

    .swiper.portfolioModalSwiper .swiper-slide img {
        min-height: 500px;
        max-height: 500px;
    }

    input#google_address {
        max-width: 95%;
    }

    input#buss_google_address {
        max-width: 93%;
    }

    .tab-content form .input-group input {
        max-width: 95%;
    }

    .logo img {
        max-width: 150px;
    }

    .mobile-nav-header {
        width: 65% !important;
    }

    .profile-box img {
        width: 110px;
        height: 110px;
    }

    .upload-box.profile-boxs .image-preview {
        width: 100%;
        height: 169px;
    }

    .update_profile {
        padding-bottom: 50px;
    }

    .wallet_section {
        padding: 40px 0px 40px !important;
    }
}

@media screen and (max-width:555px) {
    .mobile-nav-header {
        width: 90% !important;
    }

    .logo img {
        max-width: 130px;
    }
}

@media (max-width:480px) {

    .hero-container {
        padding: 30px;
        border-radius: 15px;
    }

    .main-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .section-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hero-container p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }

    .benefits-list h5 {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .benefits-list ul li {
        font-size: 15px;
        line-height: 25px;
    }

    .btn.btn-primary {
        font-size: 16px;
        padding: 12px 32px;
    }

    .btn.btn-primary svg {
        width: 22px;
        height: 22px;
    }

    .earnmoney_box p {
        font-size: 16px;
        line-height: 24px;
        height: auto;
        min-height: unset;
    }

    .earnmoney_box h5 {
        font-size: 22px;
    }

    .earnmoney_icon {
        padding: 5px 10px;
    }

    .earnmoney_icon svg {
        width: 26px;
        height: 26px;
    }

    .jop_section {
        padding: 50px 0px;
    }

    .sub_heading {
        font-size: 17px;
        line-height: 25px;
    }

    .process-step-area {
        padding: 50px 0px;
    }

    .process-step-wrapper {
        margin-top: 0px;
    }

    .hero.download-app {
        padding: 50px 0px;
    }

    .service-section {
        padding-top: 50px;
    }

    .service-section .benefits-list h5 {
        font-size: 25px;
    }

    .service-section .benefits-list ul li {
        font-size: 17px;
        line-height: 25px;
    }

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

    .faq-item {
        padding: 13px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .footer-bottoms {
        margin-top: 0px !important;
    }

    .footer-logo {
        max-width: 150px;
    }

    .app-links {
        display: flex !important;
        align-items: center;
        gap: 10px;
        justify-content: end;
    }

    .social-icons {
        margin: 0px !important;
        justify-content: end !important;
    }

    .social-icons {
        margin: 10px 0px 0px !important;
        justify-content: end !important;
        display: flex !important;
        gap: 10px;
    }

    .wallet-container {
        padding: 30px 20px;
    }

    .balance-card {
        padding: 15px;
    }

    .sidebar .nav-link {
        padding: 0px 0px;
        font-size: 16px;
    }

    .sidebar .nav {
        display: grid;
        gap: 5px;
    }

    .sidebar .nav-link .right_svg svg {
        width: 12px;
        height: 12px;
    }

    .profile-sidebar .location {
        font-size: 15px;
        line-height: 21px;
    }

    .profile-sidebar .stat-value {
        font-size: 18px;
    }

    .profile-sidebar .stat-label {
        font-size: 16px;
    }

    .profile-sidebar .stat-detail {
        font-size: 16px;
    }

    .profile-sidebar .prifile-userpic-inner p {
        font-size: 15px;
    }

    .hero-container img {
        height: auto;
    }

    .step-bar {
        padding-left: 0px;
        border: 0px;
    }

    .allsteps {
        margin: 40px 15px;
    }

    .allsteps .step::before {
        display: none;
    }

    .video-section {
        padding: 40px 0px;
    }

    .provider_demo_video iframe {
        height: 341px;
    }

    /* .profile-userpic {
        padding: 0px !important;
    } */

    .portfolio-header .btn.btn-primary {
        font-size: 13px;
        padding: 10px 17px;
    }

    .nav-links {
        width: 90% !important;
    }

    .contact-section {
        padding: 30px 0px;
    }

    .posttask_section {
        padding: 30px 0px;
    }

    .footer-bottom {
        text-align: center !important;
    }

    .tab-content h4 {
        font-size: 23px;
        margin-bottom: 10px !important;
    }

    .service_list_section .error_content {
        padding: 30px;
    }

    .service_list_section .error_content img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .service_list_section .error_content p {
        font-size: 16px;
    }
}

@media (max-width:425px) {
    .step .step-number {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .step-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .step-bar .step_img {
        max-width: 100%;
    }

    .step-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .swiper.portfolioModalSwiper .swiper-slide img {
        min-height: 300px;
        max-height: 300px;
    }

    .update_profile {
        padding-bottom: 50px;
        margin-top: 50px;
    }

    .logo img {
        max-width: 110px;
    }

    .dropdown.user_menu_dropdown {
        padding: 7px 10px;
        font-size: 16px;
    }

    .main-title {
        font-size: 30px;
        line-height: 40px;
    }

    .terms-header h1,
    .terms-header h2,
    .terms-header h3,
    .terms-header h4,
    .terms-header h5,
    .terms-header h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .terms-header p {
        font-size: 15px;
        line-height: 23px;
    }

    .footer-bottoms .app-links {
        gap: 5px;
    }

    .profile-userpic {
        padding: 15px;
    }

    .profile-sidebar .prifile-userpic-inner h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .profile-sidebar .prifile-userpic-inner p {
        font-size: 15px;
        margin-top: 4px;
    }

    .profile-sidebar .prifile-userpic-inner .rounded-circle {
        width: 55px;
        height: 55px;
        object-fit: cover;
    }

    .view_profile {
        padding: 30px 0px;
    }

    .profile-sidebar .location {
        font-size: 14px;
        line-height: 19px;
    }

    .profile-sidebar .stats-bar {
        padding: 10px;
        gap: 0px;
    }

    .profile-sidebar .stat-label {
        font-size: 14px;
    }

    .verified .verified-text h6 {
        font-size: 16px;
    }

    .profile-userpic .verified {
        padding: 13px;
        margin-top: 10px;
    }

    .btn.btn-primary svg {
        width: 15px;
        height: 15px;
    }

    .profile-userpic h4 {
        margin-bottom: 0px;
    }

    .popup-title {
        font-size: 20px;
        line-height: 30px;
    }

    .modal-footer .btn.btn-secondary,
    .modal-footer .btn.btn-primary {
        padding: 7px 37px;
        font-size: 15px;
    }

    .no-reviews-container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        min-height: 100px;
        margin: auto;
        background: #ff04043d;
        width: 100%;
        border-radius: 10px;
        color: #fff;
    }

    .no-reviews-container {
        padding: 20px;
    }

    .no-reviews-content h5 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .no-reviews-content svg {
        font-size: 38px;
        margin: auto auto 10px auto;
    }

    .profile-boxs .profile-category p {
        font-size: 14px;
    }

    .profile-boxs .profile-category {
        gap: 10px;
    }

    .profile-category .icon-box {
        padding: 10px;
    }

    .upload-box .profile_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .upload-box.profile-boxs .image-preview {
        height: 157px;
    }

    .profile-userpic.about-us p {
        margin-top: 10px;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .tab-content form .input-group input,
    .tab-content form .input-group select {
        font-size: 14px;
    }

    .tab-content form .input-group .icon-box svg {
        width: 14px;
        height: 14px;
    }

    .tab-content form .input-group input,
    .tab-content form .input-group select {
        padding: 11px;
    }

    .tab-content form .input-group {
        border-radius: 5px;
    }

    .no_bookings {
        padding: 15px !important;
    }

    .no_bookings svg {
        width: 50px !important;
        height: 50px !important;
    }

    .no_bookings h3 {
        font-size: 18px !important;
    }

    .no_bookings p {
        font-size: 14px !important;
    }

    .delete-address {
        padding: 15px !important;
    }

    .delete-address h3 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .delete-address p {
        font-size: 14px !important;
        color: #6E6E6E;
        margin-bottom: 10px !important;
        font-weight: medium;
    }

    .delete-address .delete-button .btn.btn-outline-secondary,
    .delete-address .delete-button .btn.btn-danger {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .service_list_section .error_content h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .service_list_section .app-btns svg {
        width: 150px;
        height: 42px;
    }
}

@media (max-width:375px) {
    .logo img {
        max-width: 120px;
    }

    .nav-right {
        gap: 10px;
    }

    .nav-right .login-btn {
        font-size: 16px;
        padding: 10px 30px;
        border-radius: 10px;
    }

    .hero-container {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .hero .btn.btn-primary {
        margin-bottom: 15px;
    }

    .main-title {
        font-size: 30px;
        line-height: 40px;
    }

    .faq-question {
        display: flex;
        gap: 8px;
        justify-content: space-between;
    }

    .faq-section .hero-container {
        padding: 30px 20px;
    }

    footer h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer {
        background: var(--navy);
        padding: 50px 0 30px;
    }

    footer ul li {
        margin-bottom: 0px;
    }

    .footer-logo {
        max-width: 90px;
    }

    .balance-card h2 {
        font-size: 24px;
    }

    .balance-card .btn.btn-primary {
        padding: 8px 20px;
    }

    .tab-content h4 {
        font-size: 22px;
    }

    .profile-box img {
        width: 110px;
        height: 110px;
    }

    .profile-box svg {
        width: 25px;
        height: 25px;
    }

    .profile-sidebar .location {
        margin-top: 10px;
    }

    .profile-userpic h4 {
        font-size: 20px;
    }

    .portfolio-header .btn.btn-primary {
        padding: 7px 25px;
    }

    .portfolio-images img {
        width: 152px;
        height: 102px;
    }

    .swiper-button-next {
        background-size: 24px;
    }

    .swiper-button-prev {
        background-size: 24px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-navigation {
        position: absolute;
        right: 71px;
        bottom: 49px;
        width: fit-content;
    }

    .faq-section .hero-container {
        padding: 30px 20px !important;
    }

    .dropdown.user_menu_dropdown {
        padding: 10px 10px !important;
    }
    .user_menu .dropdown-toggle-icon{
        font-size: 14px;
    }

    .social-icons svg {
        width: 106px;
        /* height: 30px; */
    }

    .footer-bottoms .app-links a {
        margin-top: 0 !important;
    }

    .footer-bottoms .app-links {
        gap: 5px;
        justify-content: space-between;
    }

    .profile-userpic.about-us p {
        font-size: 13px;
        line-height: 18px;
    }

    .service_list_section .error_content img {
        max-width: 133px;
        margin-bottom: 20px;
    }

    .service_list_section .error_content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .service_list_section .error_content p {
        font-size: 14px;
        line-height: 20px;
    }

    .app-btns {
        display: grid;
        gap: 10px;
    }
    header .nav-right {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}