.footer-app-image {
    display: flex;
    gap: 20px;
}

.footer-app-image a img {
    width: 130px;
}

.marginleft10 {
    margin-left: 20px;
}

.sec-top-p {
    padding-top: 80px;
}

.creative-service-layout-2 {
    border: 1px solid #EEEEEE;
}

/* footer mobile menubar */
.phone-nav-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: white;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    background: #0A3161;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.phone-nav-btn {
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: none;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
}

.phone-nav-btn>i {
    font-size: 1.25rem;
}

.phone-nav-btn:hover {
    color: #71C9F8;
    transition: 0.2s all ease-in-out;
}

.phone-nav-btn:focus,
.phone-nav-btn.active {
    color: #71C9F8;
    transition: 0.2s all ease-in-out;
}

.desktop-device-display-none {
    display: none;
}

.desktop-device-display-block {
    display: block;
}

.background-white {
    background: #ffffff;
    position: relative;
    z-index: 9;
}

.margin-bottom70 {
    padding-bottom: 100px;
}

.breadcrumb-wrapper h5 {
    color: #FFF;
}

.book-appoinment-form {
    padding: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.video-form-detials {
    border: 1px solid #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-video video {
    width: 100%;
}

.form-detials {
    padding: 30px;
}

.form-detail-title {
    margin-bottom: 25px;
}

.form-detials .details {
    margin-bottom: 20px;
}

.details span {
    color: #0A3161;
}

/* submit button */

.cmn-btn button {
    position: relative;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #0A3161;
    border-radius: 5px;
    padding: 10px 25px;
    min-width: 130px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
}

.cmn-btn button:before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #0A3161;
    transition: all 0.5s ease-out 0s;
    border-radius: 5px;
    z-index: -1;
}

.cmn-btn button:after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #0A3161;
    transition: all 0.5s ease-out 0s;
    border-radius: 5px;
    z-index: -1;
}

.cmn-btn button:hover {
    color: #000;
}

.cmn-btn button:hover:before {
    transform: rotateX(90deg);
    z-index: 1;
}

.cmn-btn button:hover:after {
    transform: rotateY(90deg);
    z-index: 1;
}

.setbtnmainbox span {
    color: #0A3161;
    margin-left: 15px;
}

.display-none {
    display: none;
}

.dfaic {
    display: flex;
    align-items: center;
}

/* radio button */
.basic-container input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--gray);
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--transition);
}

.basic-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--gray);
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--transition);
}

.basic-container input[type="radio"]:checked {
    border-color: var(--primary);
    background-color: var(--primary-light);
}

.basic-container input[type="checkbox"]:checked {
    border-color: var(--primary);
    background-color: var(--primary-light);
}

.basic-container input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--primary);
}

.basic-container input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--primary);
}

.basic-container label {
    font-weight: 500;
    cursor: pointer;
    padding-left: 5px;
    transition: var(--transition);
}

.basic-container input[type="radio"]:checked+label {
    color: var(--primary);
}

.basic-container input[type="checkbox"]:checked+label {
    color: var(--primary);
}

.basic-container input {
    margin-bottom: 0 !important;
}

.mt-20px {
    margin-top: 20px;
}

.dfdr {
    display: flex;
    flex-direction: row;
}

/* service profile css */
.user-card-full {
    overflow: hidden;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
    background: -webkit-gradient(linear-gradient(to right, #0A3161, #0A3161de));
    background: linear-gradient(to right, #0A3161, #0A3161de)
}

.user-profile {
    padding: 15px 10px;
}

.img-radius {
    border-radius: 5px;
}


.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}


.user-profile-bg-color {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #1f2373;
    padding: 5px;
}

.profile-img-box img {
    width: 50%;
    height: auto;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

.c-text-offwhite {
    color: #dbdbdb;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
}

.c-text-white {
    color: #ffffff;
    cursor: pointer;
}

.c-text-white:hover {
    color: #ffdddd;
}

.white-bg-btn {
    padding: 5px 15px;
    margin-top: 20px;
    background: #FFF;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #0A3161;
    position: relative;
    display: inline-block;
    border: 1px solid #0A3161;
    box-shadow: 0px 0px 15px rgba(84, 161, 93, 0.1);
    transition: all 0.5s ease-out 0s;
}

.user-profile-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.user-profile-heading h6 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.minimum-hour span {
    padding: 3px 7px;
    font-size: 12px;
    background-color: #212474;
    border-radius: 10px;
    color: #fff;
}

.m-b-10 {
    margin-bottom: 10px;
}

.user-review-area .rating-text .all-r-t {
    color: #212474;
    font-weight: 600;
    cursor: pointer;
}

.user-review-area .rating-text .all-r-t:hover {
    color: #1f2273cc;
}

.user-more-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paddingtb10lr10 {
    padding: 10px;
}

.profile-title {
    color: #000000;
    transition: 0.3s ease-in-out;
}

.profile-title:hover {
    color: #212474;
    transition: 0.3s ease-in-out;
}

.read-more {
    font-weight: 700;
    color: #212474;
    margin-top: 50px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.user-more-detail .read-more:hover {
    color: #4447af;
    transition: 0.3s ease-in-out;
}

/* filter css start */
.filter-box {
    padding: 15px;
    border: 1px solid #212474;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.short-by-filter {
    margin-bottom: 20px;
}

.short-by-filter {
    float: right;
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-group:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.filter-group h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.button-group .day-filter-btn {
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    margin: 5px 4px;
    transition: all 0.3s ease;
}

.button-group .day-filter-btn:focus {
    outline: none;
    border-color: #0A3161;
    color: #0A3161;
}

/* Active class styling */
.button-group .day-filter-btn.active {
    border-color: #0A3161;
    background-color: #0A3161;
    color: #fff;
}

.custom-time {
    margin-top: 8px;
}

.custom-time select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}


.time-select-box {
    position: relative;
    width: 160px;
}

.sorted-select-box {
    position: relative;
    width: 220px;
}

/* price range css */

.price-filter {
    padding: 20px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

.reset {
    color: #008060;
    cursor: pointer;
    font-size: 14px;
}

.histogram {
    display: flex;
    align-items: flex-end;
    height: 50px;
    margin-bottom: -10px;
    justify-content: space-around;

}

.bar {
    width: 12px;
    background-color: #0A316187;
    border-radius: 2px;
}

.slider-container {
    position: relative;
    height: 36px;
    margin-bottom: 10px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 36px;
    background: none;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #ccc;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #0A3161;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: -7px;
    position: relative;
    z-index: 2;
}

.range-highlight {
    position: absolute;
    height: 6px;
    background-color: #1e2173;
    border-radius: 3px;
    top: 15px;
    z-index: 1;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.average {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.average b {
    font-weight: bold;
}

.nice-select .list {
    max-height: 350px;
    overflow-y: auto;
}

.tasker-trust-icon {
    width: 50px;
    margin-right: 15px;
}

.dfac {
    display: flex;
    align-items: center;
}

.color-black {
    color: #141414;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.sidebar-filter-slider .filter-box {
    background-color: #ffffff;
}

.filter-btn i {
    font-size: 25px;
    font-weight: 700;
    color: #0A3161;
    cursor: pointer;
}

.filter-btn {
    display: none;
}

.position-relative {
    position: relative;
}

.cros-btn {
    position: absolute;
    right: -5px;
    top: -5px;
    display: none;
}

.cros-btn i {
    color: #FF2400;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}

.check-box-main-box label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 5px 0;
}

/* select dropdown css */
.custom-dropdown {
    position: relative;
    width: 100%;
    margin-right: 20px;
    font-family: sans-serif;
}

.dropdown-selected {
    background-color: #000066;
    color: white;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
}

.dropdown-selected .selected-text,
.dropdown-selected .dropdown-arrow {

    color: white;
}

.dropdown-selected img {
    margin-right: 10px;
}

.dropdown-selected .selected-text {
    flex: 1;
    margin-left: 10px;
}

.dropdown-arrow {
    margin-left: 10px;
    font-size: 16px;
}

.dropdown-list-wrapper {
    position: absolute;
    width: 100%;
    top: 110%;
    background: white;
    border-radius: 10px;
    display: none;
    z-index: 99;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.search-box {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    outline: none;
}

.dropdown-list {
    list-style: none;
    max-height: 250px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.dropdown-list li {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
}

.dropdown-list li:hover {
    background-color: #000066;
    color: white;
}

/* tasker profile model css */

.model-cross-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.model-cross-btn i {
    border: 1px solid #0A3161;
    padding: 2px;
    color: #0A3161;
    font-size: 25px;
    border-radius: 50px;
    cursor: pointer;
}

.model-cross-btn i:hover {
    border: 1px solid #FF2400;
    color: #FF2400;
    transition: 0.3s ease-in-out;
}

.model-content-body {
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.paddingtopbottom {
    padding: 30px 20px;
}

.profile-img img {
    width: 100%;
    height: auto;
    border: 2px solid #0A3161;
    border-radius: 10px;
}

.tasker-rate h6 {
    font-size: 25px;
    font-weight: 700;
    color: #0A3161;
}

.dfjeaie {
    display: flex;
    justify-content: end;
    align-items: end;
}

.tasker-about-details {
    margin-top: 20px;
}

.details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.details.expanded p {
    -webkit-line-clamp: unset;
    overflow: visible;
}

/* work image css */
.work-Photos {
    margin-top: 25px;
}

.gallery-item {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.gallery-item img {
    width: 100px;
    height: auto;
    display: block;
    border-radius: 5px;
}

.gallery-item .overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 8px;
    font-size: 25px;
    border-radius: 4px;
}

/* Tasker review Css start */
.tasker-all-review {
    margin-top: 25px;
}

.single-review {
    margin-bottom: 15px;
}

.review-first-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.review-first-row .review-profile {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #0A3161;
}

.review-first-row .review-profile img {
    width: 100%;
    height: auto;
}

.review-first-row .review-heading-rating .revi-heading {
    font-size: 20px;
    font-weight: 500;
}

.service-name-date {
    margin-top: 10px;
}

.service-name-date .service-name {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #0A3161;
    color: #FFF;
    margin-right: 4px;
    font-size: 12px;
    text-transform: capitalize;
}

/* pagination css */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.pagination .page,
.pagination .arrow {
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    transition: background-color 0.2s;
}

.pagination .page:hover,
.pagination .arrow:hover:not(.disabled) {
    background-color: #e0e0e0;
    color: #000;
}

.pagination .active {
    background-color: #0A3161;
    color: white;
    font-weight: bold;
}

.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pagination .dots {
    padding: 8px 0;
    color: #000;
}

.breadcrumb-wrapper h1 {
    color: #FFF;
}

/* all services page css */
.sec-title.service-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.sec-title.service-heading h3 {
    font-weight: 600;
    font-size: 50px;
    color: #0A3161;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sec-title.service-heading p {
    font-size: 16px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* user profile upload css */
.user-profile-img {
    position: relative;
    cursor: pointer;
}

.user-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-profile-img input[type="file"] {
    display: none;
}

.upload-overlay {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
}

.dfaicjc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Taskers css */
.become-takers-form-area h3 {
    font-weight: 700;
    font-size: 60px;
    color: #B31942;
    margin-bottom: 15px;
}

.form-card {
    margin: auto;
    border-radius: 10px;
}

.form-select,
.btn {
    border-radius: 6px;
}

.rate-display {
    font-size: 32px;
    font-weight: bold;
    color: #043927;
}

.btn-green {
    background-color: #0A3161;
    color: white;
    font-weight: 600;
}

.btn-green:hover {
    background-color: #040971;
    color: #FFF;
}

.sign-in-text {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.sign-in-text a {
    color: #B31942;
    text-decoration: none;
    font-weight: 800;
}

.sign-in-text a:hover {
    text-decoration: underline;
}

.tasker-form-label {
    font-size: 20px;
    font-weight: 700;
    color: #000066;
}

.custom-dropdown-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.custom-dropdown {
    position: relative;
    user-select: none;
}

.input-wrapper {
    position: relative;
}

.dropdown-input {
    width: 100%;
    padding: 10px 36px 10px 12px;
    /* space for icon */
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
    font-size: 15px;
    height: 50px;
}

.dropdown-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    color: #888;
}

.tasker-dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.search-box {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.dropdown-options {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-options li {
    padding: 10px 12px;
    cursor: pointer;
    transition: 0.2s ease;
}

.dropdown-options li:hover {
    background-color: #f2f2f2;
    color: #000;
}

.min-height200 {
    max-height: 200px;
    min-height: 200px;
}

.testimonialmargintop {
    margin-top: 60px;
}

/* tasker flip box */
.flip-container {
    perspective: 1000px;
    position: relative;
    width: 100%;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    min-height: 100%;
}

.front,
.back {
    backface-visibility: hidden;
    position: relative;
    /* Change from absolute to relative */
    width: 100%;
    display: block;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flip-container.flipped .flipper {
    transform: rotateY(180deg);
}

/* Login Form Css Start */
.tasker-login-form {
    background-color: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .tasker-login-form {
        padding: 55px 15px;
    }
}

.tasker-login-form h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #0A3161;
}

.tasker-login-form span {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #6C6C6C;
}

.tasker-login-form span a {
    display: inline-block;
    color: #6C6C6C;
    font-weight: 600;
}

.tasker-login-form>p {
    font-size: 16px;
    text-align: center;
    color: #0A3161;
}

.tasker-login-form>p a {
    display: inline-block;
    text-decoration-line: underline;
    color: #0A3161;
    font-weight: 500;
}

.tasker-login-form form {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .tasker-login-form form {
        margin-top: 40px;
    }
}

.tasker-login-form form label {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #0A3161;
}

.tasker-login-form form label i {
    position: absolute;
    right: 20px;
    top: 43px;
    cursor: pointer;
}

.tasker-login-form form label input {
    width: 100%;
    background-color: #fff;
    border: 1px solid 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
    margin-top: 5px;
    font-size: 14px;
    color: #6C6C6C;
    padding: 0 5px;
}

.tasker-login-form form label input[type="password"] {
    padding-right: 5px;
}

.tasker-login-form form input[type="submit"] {
    background-color: #0A3161;
    border-radius: 6px;
    border: none;
    height: 50px;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s;
}

.tasker-login-form form input[type="submit"]:hover {
    color: #fff;
    background-color: #2E2E2E;
}

.back-btn {
    cursor: pointer;
    color: #B31942;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.back-btn i {
    font-size: 25px;
}

.about-us-title {
    color: #B31942;
}

input.submit-button[type="submit"] {
    width: 200px;
}

.submit-btn-box {
    display: flex;
    justify-content: center;
}

.about-right .side-image img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.side-image-box img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.what-make-heading {
    font-size: 22px;
    margin-top: 30px;
}

.elite-taskers-heading h3 {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #0A3161;
    margin-bottom: 5px;
}

.text-center {
    text-align: center;
}

.rating-star-box i {
    color: #FFDF00;
}

.content-box-m {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-box-m p {
    font-size: 18px;
    font-weight: 500;
}

.contact-info .info .desc a:hover {
    color: #ffffff;
}

/* Search Box Design */
.unique-search-box-298 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e0e0e0;
}

.unique-search-box-298 input {
    flex: 1;
    padding: 10px 10px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    height: 50px;
}

.unique-search-box-298 input::placeholder {
    color: #888;
}

.unique-search-box-298 button {
    background-color: #0a2c59;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    height: 50px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #000066;
    /* dark blue */
    border: none;
    border-radius: 12px;
    padding: 8px 16px;
    height: 48px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* Placeholder Text */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    font-weight: bold;
}

/* Arrow Icon */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent;
    margin-top: 6px;
}

/* Selected text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}

/* Dropdown Results */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000066;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #e6e6e6;
    color: #000;
}

.select2-selection__clear span {
    color: #fff !important;
}

/* Tasker verification css */
.skills-textarea-label {
    margin-bottom: 10px !important;
}

.marginbotton15 {
    margin-bottom: 15px;
}

.tasker-verification-form {
    max-width: 100%;
}

/* Container Box */
.radius-container {
    margin: 15px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.radius-label {
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    margin-bottom: 12px;
    display: block;
}

.radius-slider-wrap {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 70px;
    bottom: 0;
}

.tasker-map-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ccc;
    border-radius: 5px;
    outline: none;
    margin-bottom: 15px;
    cursor: pointer;
}

.tasker-map-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #003366;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-top: -7px;
}

.tasker-map-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #003366;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}

.radius-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    font-family: monospace;
}

/* Map Box */
#map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#radiusSlider.tasker-map-range {
    position: relative !important;
    pointer-events: auto !important;
    height: 20px !important;
}

.dropdown-options li {
    text-align: left;
}

.tasker-verification-form form .tasker-form-label {
    margin-bottom: 5px;
}

/* Hide number input spinners for Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide number input spinners for Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.schedule-card {
    background: #edededff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.schedule-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.schedule-row>div {
    padding: 0 10px;
}

/* image upload css */
.payment-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
    margin-bottom: 20px;
}

.card-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.card-input:focus {
    box-shadow: none;
    border-bottom: 2px solid #007bff;
}

.secure-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.secure-label i {
    color: #000;
}

.card-icons {
    display: flex;
    gap: 0.3rem;
}

.card-icons img {
    width: 30px;
    height: auto;
}

.form-control::placeholder {
    color: #aaa;
}

.upload-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.upload-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
    font-weight: 500;
}

.camera-preview {
    width: 100%;
    height: 180px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.camera-preview img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

input[type="file"] {
    display: none;
}

.login-form form label .upload-icon {
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}

.action .cancel span {
    padding: 5px 10px;
    background-color: #b9123d;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

.action .write-review span {
    padding: 5px 10px;
    background-color: #26A69A;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

td .status-pending span {
    font-size: 16px;
    font-weight: 700;
    color: #FFC107 !important;
}

td .status-accepted span {
    font-size: 16px;
    font-weight: 700;
    color: #2196F3 !important;
}

td .status-completed span {
    font-size: 16px;
    font-weight: 700;
    color: #26a744 !important;
}

.cancel-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.cancel-btn button {
    padding: 10px 30px;
    background-color: #b9123d;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #b9123d;
}

.tasker-detail {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.call-now a {
    padding: 5px 20px;
    color: #fff;
    background: #003366;
    border: 1px solid #003366;
    margin-top: 15px;
    border-radius: 10px;
}

.task-details ul {
    padding-left: 20px;
}

.day-label {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

/* Review & Rating CSS Start */
.contact_message textarea {
    border: 1px solid #adadad;
    background: rgba(0, 0, 0, 0.15);
    resize: none;
    width: 100%;
    padding: 5px 10px;
    color: #000;
}

.contact_message input {
    height: 45px;
    border: 1px solid #adadad;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 0 10px;
    color: #000;
}

.contact_message input::placeholder,
.contact_message textarea::placeholder {
    color: #555;
}

.RatingSelectOuter {
    display: flex;
    align-items: center;
}

.RatingStar25 {
    font-size: 25px;
}

.fontS30W600 {
    font-size: 30px;
    font-weight: 600;
}

.marginleft-5 {
    margin-left: 10px;
}

.starrate {
    color: #f9d00a;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.starrate.saved {
    color: #ff9a00;
}

.starrate:hover,
.starrate.saved:hover {
    color: #ff9a00;
}

.starrate span.ctrl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.starrate span.cont {
    z-index: 1;
    display: inline-block;
}

.btn-style-one {
    background:#0A3161;
    padding: 10px 30px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn-style-one:hover {
    background:#b9123d;
    color: #ffffff;
}


/********************************************
Media Query Start Here
**********************************************/
@media (min-width: 768px) {
    .schedule-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .schedule-row>div {
        flex: 1;
        text-align: center;
    }

    .schedule-row>div:first-child {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .schedule-row>div {
        margin-bottom: 10px;
    }
}


/* media query tablet device */
@media (max-width: 1199px) {
    .mobile-d-display-none {
        display: none;
    }

    .mobile-d-display-block {
        display: block;
    }

    .category-slide .thumb {
        padding: 20px;
    }

    .category-slide .category-inner h4 a {
        font-size: 15px;
    }

    .creative-service-layout-2 .creative-inner-service {
        padding: 10px;
    }

    .creative-service-layout-2 .creative-inner-service h4 a {
        font-weight: 500;
        font-size: 15px;
    }

    .hero-wrapper {
        position: relative;
        padding: 1px 1px;
        margin: 0 auto;

    }

    .dfaic {
        flex-direction: column;
    }

    .sidebar-filter-slider {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 1001;
        overflow-y: auto;
        transition: left 0.3s ease;
    }

    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1000;
        display: none;
    }


    .filter-btn {
        display: block;
    }

    .cros-btn {
        display: block;
    }

    .tasker-rate h6 {
        font-size: 18px;
        font-weight: 600;
    }

}

/* media query mobile device */
@media (max-width: 767px) {
    .marginleft10 {
        margin-left: 0;
        margin-top: 30px;
    }

    .sec-title.layout-3 h3 {
        font-size: 20px;
    }

    .sec-title {
        margin-bottom: 25px;
    }

    .sec-title.layout-3 {
        margin-bottom: 25px;
    }

    .sec-title .title-left h3 {
        font-size: 25px;
    }

    .accordion-button {
        font-size: 16px !important;
    }

    .sec-title.layout-3.left {
        margin-bottom: 25px;
    }

    .category-slide .thumb {
        padding: 10px;
    }

    .category-slide .category-inner h4 a {
        font-size: 12px;
    }

    .creative-service-layout-2 .creative-inner-service {
        padding: 5px;
    }

    .creative-service-layout-2 .creative-inner-service h4 a {
        font-weight: 450;
        font-size: 13px;
    }

    .white-bg-btn {
        margin-top: 10px;
        font-size: 10px;
    }

    .user-profile-heading h6 {
        font-size: 18px;
    }

    .user-more-detail h5 {
        font-size: 16px;
    }

    .user-profile {
        padding: 5px 5px;
    }

    .single-service .single-inner .started>span {
        font-size: 14px;
    }

    .single-service .single-inner .started>span strong {
        font-size: 14px;
    }

    .single-service .single-inner {
        padding: 10px;
    }

    .single-service .single-inner .author-info {
        margin-bottom: 10px;
    }

    .single-service .single-inner h4 a {
        font-size: 14px;
        line-height: 15px !important;
    }

    .single-service .single-inner h4 {
        line-height: 15px !important;
    }
}