.empty-cart-card {
    max-width: 520px;
    border-radius: 24px;
    border: 1px solid rgba(6, 18, 87, 0.08);
    box-shadow: 0 24px 70px rgba(6, 18, 87, 0.12);
    background: #fff;
}

.empty-cart-icon svg {
    filter: drop-shadow(0 18px 24px rgba(26, 43, 109, 0.08));
}

.empty-title {
    font-weight: 700;
    color: #061257;
    letter-spacing: 0.3px;
}

.empty-text {
    color: #6c7aa0;
    font-size: 15px;
}

.empty-cart-card .btn {
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

/* ============================
   Optimized HelveticaNeueCyr
   Only woff2 + woff formats
   ============================ */

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Thin.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-ThinItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-UltraLight.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-UltraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Light.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-LightItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Italic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-MediumItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-BoldItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Heavy.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-HeavyItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-HeavyItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-Black.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/fonts/HelveticaNeueCyr-BlackItalic.woff2") format("woff2"),
        url("public/assets/fonts/HelveticaNeueCyr-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

:root {
    --navy: #061257;
    --blue: #0a65fc;
    --button-color: #cee0fe;
    --light-blue: #e7f0ff;
    --cream: #f9f3ef;
    --white: #ffffff;
    --black: #000000;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    overflow-x: hidden;
}

.ajax-loader {
    position: fixed;
    background: #00000094;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
    float: left;
    width: 100%;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: absolute;
    border-left: 3px solid #ffffff;
    border-top: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loading,
.loading:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* ------------------ Header ------------------ */
/* ====== Header Sticky ====== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 9;
    padding: 12px 0px;
    border-bottom: 1px solid var(--button-color);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease forwards;
} */

li.mobile_post {
    display: none;
}

/* @keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
} */

/* ====== Scroll Animation ====== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Navbar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 16px;
}

.navbar .right-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    /* flex: 1 1 100%; */
    flex-wrap: wrap;
}

.navbar .right-bar .logo {
    flex-shrink: 0;
}

.navbar .right-bar>.nav-links {
    flex: 1 1 auto;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

/* Navigation Links */
.nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: #384179;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s;
    position: relative;
}

.nav-links li a.view-all-link {
    color: var(--blue);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--blue);
}

.nav-links li a:hover {
    color: var(--blue);
}

.nav-links li .standards {
    background: var(--button-color);
    color: var(--blue);
    border: none;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 30px;
    margin-left: 0px;
}

.nav-links li a.provider_link {
    background: rgb(243, 247, 255);
    color: #365afa !important;
    padding: 13px 24px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 36px;
    letter-spacing: 0.25px;
    font-weight: 500;
    transition: background-color 120ms ease-in-out, color 120ms ease-in-out;
}

.nav-links li a.provider_link:hover {
    background-color: rgb(231, 240, 255);
    color: rgb(10, 101, 252);
}

/* ===== Mega menu ===== */
.mega-menu {
    position: absolute;
    top: 100%;
    width: 700px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 99;
    border: 1px solid #cfdffd;

    /* animation setup */
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: all 0.3s ease;
}

/* When active (hover or click) */
.nav-links li:hover .mega-menu,
.mega-menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.mega-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    /* menu ke upar */
    left: 40px;
    /* arrow ki position (adjust karo) */
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    /* neeche white arrow */
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
    /* halka shadow arrow ke liye */
}

.mega-column {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    display: grid;
}

.mega-column a {
    display: block;
    padding: 5px 0;
    color: #333;
}

.has-mega-menu:hover .mega-menu {
    display: grid;
}

/* Logo */
.logo {
    max-width: 120px;
    object-fit: cover;
    display: inline-flex;
}

.mobile-nav-header {
    display: none;
}

/* Urban Company Style Header Search */
.header-search-container {
    display: flex;
    align-items: center;
}

.header-search-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile_search {
    display: none;
}

.location-search,
.service-search {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    padding: 10px 15px;
    gap: 5px;
    border: 1px solid var(--button-color);
}

.location-search svg,
.service-search svg {
    color: #666;
    flex-shrink: 0;
}

.location-search input,
.service-search input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 150px;
    color: #333;
}

.location-search input::placeholder,
.service-search input::placeholder {
    color: #999;
}

.location-dropdown,
.service-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

.location-dropdown .dropdown-item,
.service-dropdown .dropdown-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
    color: #333;
}

.location-dropdown .dropdown-item:hover,
.service-dropdown .dropdown-item:hover {
    background: #f0f0f0;
}

.location-dropdown .dropdown-item:first-child,
.service-dropdown .dropdown-item:first-child {
    border-radius: 10px 10px 0 0;
}

.location-dropdown .dropdown-item:last-child,
.service-dropdown .dropdown-item:last-child {
    border-radius: 0 0 10px 10px;
}

.search-btn {
    background: var(--blue);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.search-btn:hover {
    background: #0856d1;
    transform: translateY(-1px);
}

/* Buttons (Login / Post Task) */
.login-btn {
    background: var(--button-color);
    color: var(--blue);
    border: none;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 30px;
    margin-left: 0px;
}

.post_task {
    background: var(--blue);
    color: var(--white) !important;
    border: none;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 8px 25px;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.3s;
}

.post_task:hover {
    background-color: var(--navy);
}

.post_task-btn {
    background: var(--button-color);
    color: var(--blue) !important;
    border: none;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 30px;
    width: fit-content;
    text-decoration: none;
}

/* ------------------ Mobile Menu ------------------ */
.mobile-menu-display {
    display: none;
}

.nav-right {
    display: none;
}

.nav-right .login-btn {
    display: none;
}

/* Hamburger Icon */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: var(--blue);
    display: block;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Close Button */
.close-btn {
    display: none;
    position: absolute;
    top: 22px;
    right: 0px;
    font-size: 2rem;
    color: var(--blue);
    cursor: pointer;
    z-index: 10;
    background: transparent;
    border: none;
    padding: 4px;
    line-height: 1;
}

.hamburger:focus-visible,
.close-btn:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 2px;
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 90;
}

.nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* ------------------ Hero Section ------------------ */
.main-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.15px;
    font-weight: 800;
    margin-bottom: 30px;
}

.title-color {
    color: var(--navy);
}

.hero {
    margin-top: 90px;
}

.hero-container {
    background: var(--navy);
    border-radius: 30px;
    padding: 60px 60px;
    color: var(--white);
}

.hero-container p {
    font-size: 19px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

/* Hero Buttons */
.hero-banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.hero-right {
    position: absolute;
    right: -46px;
    z-index: 1;
}

.hero .btn.btn-primary {
    background-color: var(--blue);
    white-space: nowrap;
}

.hero .btn.btn-white {
    white-space: nowrap;
}

.btn.btn-primary {
    background: var(--navy);
    color: var(--white);
    border: none;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 27px;
    cursor: pointer;
    border-radius: 30px;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

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

.btn.btn-white {
    background: var(--white);
    color: var(--navy);
    border: none;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 27px;
    cursor: pointer;
    border-radius: 30px;
    letter-spacing: 0.15px;
}

.btn.btn-white svg {
    width: 27px;
    height: 27px;
}

/* ------------------ Post Task Section ------------------ */
.posttask_section {
    padding: 70px 0px;
    background-color: var(--white);
}

.posttask_list {
    padding: 0;
    list-style: none;
}

.posttask_section a {
    display: block;
    text-decoration: none;
}

.posttask_list li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Number Badge */
.posttask_list li .number {
    background-color: #cee0fe;
    color: var(--blue);
    font-weight: 500;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Auto-scroll background cards */
.postlist-bg {
    background: #e7f0ff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 20px;
}

.post_task-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.postlist-bg .btn-primary {
    width: fit-content;
    margin-top: 20px;
    text-align: center;
    margin: 10px auto 0px auto;
    cursor: pointer;
}

/* Post Task Cards */
.post_task-grid .post_task-item {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 0px;
}

.post_task-item img {
    width: 73px;
    height: 73px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}

.post_task-item .post-content {
    display: grid;
    gap: 0px;
    text-align: left;
}

.post_task-item .post-content h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--navy);
    font-weight: medium;
}

.post_task-item .post-content p {
    font-size: 14px;
    margin: 0;
    color: #555770;
    font-weight: regular;
}

.posttask_section .Learn-more {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: rgb(6, 18, 87);
}

/* Lists inside Post Task Section */
.posttask_lists {
    display: grid;
    gap: 20px;
}

.posttask_lists>div {
    display: flex;
    gap: 20px;
}

.posttask_lists svg {
    width: 24px;
    height: 24px;
    fill: #2a6be0;
}

.posttask_lists .posttask_content h5 {
    font-size: 20px;
    margin: 0 0 6px;
    color: var(--navy);
}

.posttask_lists .posttask_content p {
    font-size: 14px;
    color: #555;
    margin: 0 0 10px;
    line-height: 1.5;
    font-weight: normal;
}

.posttask_lists .posttask_content a.read-more {
    font-size: 14px;
    font-weight: 500;
    color: #2a6be0;
    text-decoration: none;
    transition: color 0.2s;
    text-align: left;
    margin-top: 10px;
}

/* Expand/Collapse Text */
.posttask_lists p.posttask_text {
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.posttask_lists .posttask_text.expanded {
    max-height: 500px;
}

/* ------------------ Secondary Hero Section ------------------ */
.hero-section {
    background-color: var(--blue);
    padding: 50px;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
}

.hero-section h1 {
    color: #fff;
}

.hero-section p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
    font-weight: 400;
}

.hero-section ul {
    list-style: none;
    padding: 0;
}

.hero-section ul li {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.hero-section .btn-primary {
    margin-top: 30px;
    background-color: #fff;
    color: #0b5fff;
    border: none;
    width: 50%;
}

/* ------------------ Testimonials ------------------ */
.testimonials {
    background-color: var(--blue);
    padding: 50px;
    border-radius: 0px 0px 20px 20px;
    color: #fff;
}

.testimonials .swiper.mySwiper {
    margin-top: 50px;
}

/* Testimonial Cards */
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-header img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    display: none;
}

.testimonial-card {
    background-color: #fff;
    color: #000;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonial-card .testimonial-img {
    border-radius: 12px;
    width: 336px;
    height: 417px;
}

.testimonial-header .testimonial-card h5 {
    margin-top: 15px;
    font-weight: 800;
    font-size: 36px;
    color: var(--navy);
}

/* Review Stars */
.testimonial-card .review-stars {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
}

.testimonial-card .stars-outer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-card .stars-outer .stars {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: 500;
    color: var(--navy);
}

.testimonial-card .specialities {
    border: 1px solid rgb(155, 160, 188);
    border-left: 0;
    border-right: 0;
    padding: 20px 0px;
}

.testimonial-card .specialities h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--navy);
}

.testimonial-card .specialities p {
    font-size: 16px;
    font-weight: 500;
    color: #384179;
}

.testimonial-card .stars-outer .stars svg {
    fill: rgb(255, 127, 0);
}

.testimonial-card .stars-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-card .stars-content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #061257;
}

.testimonial-card .stars-content p small {
    font-size: 14px;
    margin-bottom: 0;
    color: #6a719a;
}

.testimonial-card .stars-content h6 {
    font-size: 26px;
    margin-bottom: 0;
    color: var(--navy);
}

/* Tags inside testimonial */
.testimonial-card .tags {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-card .tags .tag {
    background: rgb(231, 240, 255);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px;
    border-radius: 32px;
}

.testimonial-card .tags .tag img {
    width: 32px;
    height: 32px;
}

.testimonial-card .tags .tag p {
    font-size: 14px;
    margin: 0;
    color: #384179;
    margin-bottom: 0;
}

/* Review Text */
.testimonial-card .review {
    margin-top: 20px;
}

.testimonial-card .review h6 {
    font-weight: 500;
    font-size: 18px;
    color: var(--navy);
}

.testimonial-card .review p {
    font-weight: 500;
    font-size: 16px;
    color: #384179;
    margin-bottom: 0px;
}

.testimonial-card .review span {
    font-weight: 500;
    font-size: 14px;
    color: #384179;
    margin-bottom: 0px;
}

/* Swiper Pagination Customization */
.testimonial-card .swiper.mySwiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.testimonial-card .swiper.mySwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    border: 2px solid #33aeaf;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.testimonial-card .swiper.mySwiper .swiper-pagination-bullet-active {
    background: #33aeaf;
    transform: scale(1.2);
}

/* ------------------ Articles Section ------------------ */
.articles_section {
    background: #e7f0ff;
    padding: 70px 0px;
    margin: 70px 0px 0px 0px;
}

.articles_section .articles-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.articles_section .article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.articles_section .article-card img {
    width: 100%;
    height: 223px;
    object-fit: cover;
}

.articles_section .article-card .article-content {
    padding: 24px;
}

.articles_section .article-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--navy);
}

.articles_section .article-card p {
    font-size: 14px;
    color: #555770;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.articles_section .article-card a {
    font-size: 14px;
    font-weight: 500;
    color: #2a6be0;
    text-decoration: none;
    transition: color 0.2s;
}

/* ------------------ Contact Section ------------------ */
.contact-section {
    background-image: url(../images/contact-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 50px 0px;
}

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

.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--navy);
    font-weight: 400;
    line-height: 30px;
}

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

.terms-header p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #646464;
    font-weight: 300;
}

/* ------------------ Footer ------------------ */
footer {
    background: var(--navy);
    padding: 60px 0 30px;
}

footer h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--white);
}

footer ul {
    list-style: none;
    padding: 0;
}

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

footer ul li a {
    color: #cfd5f5;
    text-decoration: none;
    font-size: 14px;
}

footer ul li a:hover {
    text-decoration: underline;
}

/* Footer Bottom */
.footer-logo {
    margin-top: 20px;
}

.footer-bottoms {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 13px;
    color: #cfd5f5;
    text-align: center;
}

.footer-bottoms p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
}

.app-links img {
    height: 40px;
    margin-right: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}

/* ================ jobs Categories ================ */
.jobs-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.jobs-categories .categories_item {
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.jobs-categories .categories_item a {
    margin: 0px;
    padding: 0px;
}

.jobs-categories .categories_item a img {
    width: 100%;
    height: 312px;
    object-fit: cover;
}

.jobs-categories .categories_item a h4 {
    font-size: 25px;
    margin-bottom: 0;
    padding: 15px 10px;
}

.hero.download-app {
    background-color: var(--cream);
    padding: 70px 0px;
}

.benefits-list {
    margin-top: 10px;
}

.benefits-list ul li {
    font-size: 18px;
    font-weight: 300;
}

.benefits-list ul {
    padding-left: 17px;
    line-height: 30px;
}

.hero.download-app .btn-primary {
    padding: 15px 40px;
}

.app-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.app-btns a {
    display: inline-block;
}

.app-btns a svg {
    width: 136px;
    height: 40px;
}

.posttask_section.earn_section .container {
    background: var(--cream);
    border-radius: 30px;
    padding: 60px 60px;
}

.posttask_section.earn_section .btn.btn-white {
    background-color: var(--blue);
    color: var(--white);
    padding: 14px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.posttask_section.earn_section .terms {
    font-size: 16px;
    margin-top: 20px;
    color: rgb(155, 160, 188);
    font-weight: normal;
    margin-bottom: 0;
}

/* .hero-container.categorie {
    background-image: url(../images/categorie.png);
    background-size: cover;
    position: relative;
} */

.hero-container.categorie::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    z-index: 0;
}

.hero-container.categorie .cards {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%;
    text-align: left;
}

.hero-container.categorie .cards h2 {
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--navy);
    font-weight: 500;
}

.hero-container.categorie .cards ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.hero-container.categorie .cards ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.hero-container.categorie .cards ul li::before {
    content: "✔";
    color: var(--blue);
    margin-right: 10px;
    font-weight: bold;
}

.hero-container.categorie .cards button {
    width: 100%;
    background-color: var(--blue);
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.hero-container.categorie .cards p {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: rgb(56, 65, 121);
    font-weight: normal;
    margin-bottom: 0;
}

.earnmoney_section {
    padding: 70px 0;
}

.earnmoney_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
    gap: 15px;
}

.earnmoney_box {
    position: relative;
    border: 1px solid #e6edfd;
    border-radius: 8px;
    padding: 22px;
    background: url("../images/bg.png");
    z-index: 2;
    overflow: hidden;
}

.earnmoney_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #e7f0ff 100%);
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
}

.earnmoney_icon {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(199, 199, 199, 0.8);
    width: fit-content;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 8;
}

.earnmoney_icon svg {
    width: 32px;
    height: 32px;
    fill: var(--navy);
}

.earnmoney_box h5 {
    font-size: 17px;
    color: var(--navy);
    position: relative;
    z-index: 8;
    font-weight: 500;
    margin-bottom: 0;
    min-height: 50px;
    line-height: 25px;
}

.tab_section {
    padding: 0px 0px 70px 0px;
}

.container-custom {
    background: #f3f7ff;
    border-radius: 24px;
    padding: 80px 50px 80px 50px;
}

.nav-tabs-custom {
    display: flex;
    align-items: center;
    gap: 13px;
    border-bottom: 0px;
    margin-bottom: 35px;
}

.nav-tabs-custom .nav-link {
    background: #f3f7ff;
    color: var(--navy);
    border: 2px solid var(--navy);
    border-radius: 24px;
    margin-right: 0px;
    padding: 10px 23px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-tabs-custom .nav-link svg {
    display: none;
}

.nav-tabs-custom .nav-link.active,
.nav-tabs-custom .nav-link[aria-selected="true"] {
    background: var(--navy);
    color: #fff;
    border: 2px solid var(--navy);
}

.nav-tabs-custom .nav-link.active svg,
.nav-tabs-custom .nav-link[aria-selected="true"] svg {
    fill: var(--white);
    display: block;
}

.container-custom h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 30px;
}

.accountant-card {
    background: var(--white);
    border: none;
    border-radius: 12px;
    min-width: 220px;
    padding: 1rem;
    margin-bottom: 16px;
    text-decoration: none;
    margin-bottom: 0;
}

.accountant-card .img-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accountant-card .profile_content .name {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    line-height: 18px;
}

.accountant-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    transition: box-shadow 0.3s ease-in-out;
}

.accountant-card .profile_content .accountant-info span {
    font-size: 13px;
    color: #878787;
}

.accountant-card .profile_content .accountant-info .star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.accountant-card .profile_content .accountant-info .star svg {
    fill: rgb(255, 127, 0);
}

.accountant-card .profile_content .accountant-info .star p {
    margin-bottom: 0;
    font-size: 14px;
    color: #878787;
}

.accountant-card .profile_content .accountant-info .star .view-text {
    color: var(--navy);
}

.accountant-card .profile_content .accountant-info .latest-review {
    font-size: 14px;
    color: #061257;
    margin-top: 0.5rem;
}

.accountant-card .latest-review p {
    color: #767676;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 17px;
    margin-top: 5px;
}

.accountant-card .latest-review {
    margin-top: 10px;
}

.accountant-card .latest-review strong,
.accountant-card .verified-badges {
    color: var(--navy);
    font-size: 16px;
    font-weight: 500;
}

.accountant-card .verified {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-content .accountant-card_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.accountant-card .verified img {
    max-width: 25px;
}

.verified-badges {
    font-size: 13px;
    margin-top: 7px;
}

.contact-icons {
    color: #0a65fc;
    font-size: 18px;
}

.request-btn {
    background: rgb(243, 247, 255);
    color: var(--blue);
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 12px;
    transition: background 0.2s, color 0.2s;
}

.request-btn:hover {
    background: #0a65fc;
    color: #fff;
}

.recent_reviews {
    margin-top: 50px;
}

.recent_reviews h3 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 30px;
}

.reviews_item.accountant-card .profile_content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: rgb(56, 65, 121);
    font-weight: 400;
    line-height: 24px;
}

.recent_reviews_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.recent_reviews .reviews_item .reviews_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.recent_reviews .reviews_item .reviews_text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgb(106, 113, 154);
}

.recent_reviews .reviews_item .reviews_text h6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: var(--navy);
}

.post_section {
    padding: 0px 0px 70px 0px;
}

.post_section .post-card {
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.post_section .post-card img {
    width: 100%;
    height: 337px;
    object-fit: cover;
}

.post_section .post-card .post-text {
    padding: 20px;
}

.post_section .post-card h4 {
    font-size: 25px;
    margin-bottom: 0;
    color: var(--navy);
    font-weight: 800;
}

.post_section .post-card p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgb(150 150 150);
    margin-top: 10px;
    line-height: 24px;
    font-weight: 400;
    min-height: 50px;
}

.afterpay_banner {
    padding: 70px 0px;
}

.afterpay_banner .afterpay_container {
    background: rgb(243, 247, 255);
    border-radius: 12px;
    padding: 40px;
}

.afterpay_banner .pay-card p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.afterpay_banner .pay-card ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    line-height: 30px;
}

.afterpay_banner .pay-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 49%;
    font-size: 16px;
}

.dutibook_section {
    padding-bottom: 70px;
}

.dutibook_card {
    background: #f3f7ff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.dutibook_card h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 10px;
}

.dutibook_card p {
    font-size: 16px;
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: 0px;
}

.accountants_section {
    padding-bottom: 70px;
}

.accountants_section .accountants_card p {
    font-size: 16px;
    color: #535353;
    line-height: 25px;
}

.accountants_section .accountants_card {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.accountants_section .accountants_card .posttask_lists {
    background: #f3f7ff;
    padding: 20px 15px;
    border-radius: 10px;
}

.accountants_section .accountants_card .posttask_lists p {
    margin-bottom: 0;
}

.faq-section {
    background-color: var(--white);
    padding: 70px 0;
}

.faq-section .hero-container {
    background: var(--cream);
    border-radius: 30px;
    padding: 60px 40px;
    color: var(--white);
}

.faq-items {
    display: grid;
    gap: 15px;
    margin-top: 30px;
}

.faq-item {
    border: 1px solid #e7f0ff;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    color: var(--navy);
}

.faq-item:hover {
    background-color: rgb(6, 18, 87);
    color: var(--white);
}

.faq-item.open {
    background-color: rgb(6, 18, 87);
    color: var(--white);
}

.faq-item:hover .faq-question,
.faq-item:hover .faq-answer {
    color: var(--white);
}

.faq-item:hover .faq-toggle {
    background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="white" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6"/></svg>') center center no-repeat;
}

.faq-item.open .faq-question,
.faq-item.open .faq-answer {
    color: var(--white);
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 1.15rem;
    font-weight: 400;
    padding: 1rem 0;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    padding: 0;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question .faq-toggle {
    transition: transform 0.2s;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="black" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6"/></svg>') center center no-repeat;
}

.faq-question.active .faq-toggle {
    transform: rotate(180deg);
    background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="white" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6"/></svg>') center center no-repeat;
}

.faq-answer {
    display: none;
    padding: 10px 0px 0px 0px;
    color: #444;
    font-size: 1rem;
    animation: fadeIn 0.3s;
    font-weight: 300;
}

.faq-item.open .faq-answer {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero-container .tab-pane h2 {
    font-size: 40px;
    line-height: 50px;
}

.accountants_section.layout_bg {
    background: #f3f7ff;
    padding-top: 70px;
}

.accountants_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.accountants_cards .posttask_lists {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
}

.accountants_cards .posttask_lists:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    transition: box-shadow 0.3s ease-in-out;
}

.accountants_cards .posttask_contents {
    display: grid;
    gap: 10px;
}

.accountants_cards .posttask_contents h5 {
    font-size: 25px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0;
    line-height: 35px;
}

.accountants_cards .posttask_contents p {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 0;
    line-height: 22px;
}

.view_profile {
    background-color: #f3f3f7;
    padding: 50px 0px;
}

.profile-userpic {
    background-color: var(--white);
    padding: 24px;
    border-radius: 20px;
}

.profile-sidebar .prifile-userpic-inner {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.profile-sidebar .prifile-userpic-inner h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;

    color: var(--navy);
    margin-top: 0px;
}

.profile-sidebar .prifile-userpic-inner p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    color: var(--navy);
}

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

.profile-sidebar .location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 23px;
    margin-top: 20px;
    color: var(--navy);
}

.profile-sidebar .location svg {
    font-size: 20px;
    color: #9ba0bc;
}

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

.profile-sidebar .stats-bar {
    display: flex;
    background: #f3f7ff;
    border-radius: 14px;
    padding: 16px;
    gap: 54px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.profile-sidebar .stat-box {
    min-width: 135px;
}

.profile-sidebar .stat-value {
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    display: flex;
    align-items: center;
    line-height: 24px;
}

.profile-sidebar .stat-star {
    color: #ffae42;
    font-size: 1.5rem;
    margin-left: 4px;
}

.profile-sidebar .stat-label {
    color: var(--navy);
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.profile-sidebar .stat-detail {
    color: #7b86a5;
    font-size: 0.98rem;
}

.profile-sidebar .stat-detail a {
    color: inherit;
    text-decoration: none;
}

.profile-userpic h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--navy);
    font-weight: 800;
}

.verified {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f3f7;
    padding: 16px;
    border-radius: 10px;
}

.verified svg {
    width: 17px;
    height: 17px;
}

.verified .verified-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.verified .verified-text h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.profile-userpic .profile-boxs {
    display: grid;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.profile-category .icon-box {
    background: #f3f3f7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.profile-category .icon-box i {
    color: var(--navy);
    font-size: 13px;
}

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

.profile-boxs .profile-category p {
    margin: 0;
    font-size: 16px;
    color: var(--navy);
    font-weight: 500;
}

.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-header .btn.btn-primary {
    padding: 9px 26px;
    font-size: 14px;
}

.portfolio-images {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.portfolio-images img {
    width: 109px;
    height: 109px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

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

.portfolio-header .show-more {
    padding: 12px 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-userpic .show_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

.profile-userpic .show_more::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(6, 18, 87, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.profile-userpic .show_more img {
    filter: brightness(50%);
}

.profile-userpic .showmore_conant {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.profile-userpic .showmore_conant svg {
    fill: var(--white);
}

.profile-userpic .showmore_conant h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--white);

    margin-bottom: 0;
    margin-top: 10px;
}

.profile-userpic.about-us p {
    font-size: 17px;
    line-height: 24px;
    color: var(--black);
    font-weight: 400;
}

.modal-dialog h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 10px;
}

.profile-userpic.about-us button#readMoreBtn {
    border: 0;
    background: none !important;
    font-size: 18px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.portfolio-header .btn.btn-primary svg {
    width: 20px;
    height: 20px;
}

.swiper.portfolioswiper .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
}

.reviews-section {
    overflow: hidden;
    position: relative;
}

.reviews-section h2 {
    color: #0066ff;
    font-size: 22px;
    font-weight: 400;
}

.reviews-section .overall-rating {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.reviews-section .overall-rating span {
    color: #ff9800;
}

.reviews-section .swiper {
    padding: 20px 0;
    position: unset !important;
}

.reviews-section .review-card {
    background: #fff;
    border: 1px solid #e6f0fe;
    border-radius: 10px;
    padding: 15px;
}

.reviews-section .review-card .stars-fles {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-section .review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.reviews-section .review-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.reviews-section .review-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a8f;
}

.reviews-section .stars {
    color: #ff9800;
    font-size: 14px;
}

.reviews-section .review-time {
    font-size: 12px;
    color: #888;
}

.reviews-section .review-text {
    background: #f3f3f7;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #384179;
}

.reviews-section .review-footer {
    font-size: 14px;
    color: #6a719a;
}

.reviews-section .see-all {
    display: inline-block;
    margin-top: 15px;
    background: #f3f7ff;
    padding: 12px 25px;
    border-radius: 30px;
    color: var(--blue);
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
}

.reviews-section .see-all:hover {
    background: var(--blue);
    color: #fff;
}

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

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: #f3f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px !important;
}

/* Custom icon for swiper navigation buttons */
.swiper-button-prev {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%230A65FC" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 18l-6-6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}

.swiper-button-next {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%230A65FC" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 6l6 6-6 6"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.popup-content {
    background: #fff;
    width: 100%;
    max-width: 550px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 0px;
    overflow: hidden;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    background: #e3e3e3;
    padding: 8px 20px;
}

.popup-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
    line-height: 31px;
}

.mx-100 {
    max-width: 100% !important;
}

.modal-body.reviews-section {
    height: 600px;
    overflow-y: scroll;
    display: grid;
    gap: 20px;
}

.close-popup {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(113, 128, 150, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.close-popup svg {
    width: 13px;
    height: 13px;
    fill: #718096;
}

.popup-content form input {
    padding: 13px 16px;
    border: 1px solid rgba(113, 128, 150, 0.5);
    color: #383838;
    font-size: 17px;
}

.popup-content form .form-control:focus {
    border-color: var(--blue);
    outline: 0;
    box-shadow: none !important;
}

.upload-box {
    border: 2px solid #e6edfd;
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    background: #ffffff;
}

.upload-box .profile_title {
    display: grid;
    gap: 0px;
    margin-bottom: 20px;
}

.upload-box .profile_title strong {
    font-size: 18px;
    color: #000;
}

.upload-box .profile_title p {
    margin: 0;
    font-size: 14px;
    color: #6a6a6a;
}

.upload-box .image-preview {
    width: 100%;
    height: 200px;
    background: #e6edfd;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border: 2px dashed #365afa; */
}

.upload-box .image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-box input[type="file"] {
    display: none;
}

.popup-content form {
    padding: 30px;
}

.hero-container.contact {
    background-color: var(--navy);
    padding-bottom: 0;
    color: var(--white);
}

.contact_form {
    padding: 50px 0px;
}

.contact_form .form_flild {
    display: grid;
    gap: 30px;
}

.contact_form .contact_info {
    background: var(--cream);
    padding: 50px;
    border-radius: 20px;
}

.contact_form .contact_info h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--navy);
}

.contact_form .contact_info .contact_details {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.contact_form .contact_item {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
}

.contact_form .contact_item .concerns img {
    width: 60px;
    height: 60px;
}

.contact_form .contact_item .contact_text h3 {
    font-size: 21px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0;
}

.contact_form .contact_item .contact_text a {
    font-size: 17px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 0;
    text-decoration: none;
}

.contact_form .form_field {
    display: grid;
    gap: 20px;
}

.contact_form .form_field label {
    font-size: 16px;
    color: var(--navy);
}

.contact_form .form_field .form-control {
    background: #f4f6f9;
    padding: 18px;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--cream);
    outline: none;
    transition: border-color 0.3s ease;
}

.contact_form .form_field textarea {
    background: #f4f6f9;
    padding: 20px;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--cream);
    outline: none;
    transition: border-color 0.3s ease;
    height: 123px;
    margin-bottom: 20px;
}

.contact_form .form_field .form-control:focus,
.contact_form .form_field textarea:focus {
    border-color: var(--blue);
    box-shadow: none !important;
}

.contact_form .input-group {
    display: grid;
    gap: 5px;
}

.faq-section.faq_bg {
    background-color: var(--cream);
    margin-top: 70px;
}

.fixjob_card {
    padding: 20px;
    background: #e6f0fe;
    border-radius: 20px;
    text-align: center;
}

.fixjob_card h3 {
    font-size: 23px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 5px;
}

.fixjob_card p {
    font-size: 15px;
    color: #868686;
    font-weight: 400;
}

.fixjob_card .bule_color {
    background-color: var(--blue);
}

.postjob_section {
    padding: 70px 0px;
}

.postjob_section .postjob_card {
    background: #f3f3f7;
    padding: 20px;
    border-radius: 10px;
}

.postjob_section .postjob_card h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--navy);
}

.postjob_section .postjob_card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 47px;
}

.postjob_section .postjob_card li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.postjob_section .postjob_card li .right-icon i {
    font-size: 16px;
}

.postjob_section .postjob_card li .tab-group {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #06104b;
    font-weight: 500;
    font-size: 19px;
    font-weight: 400;
}

.postjob_section .postjob_card li.active .tab-group {
    color: var(--blue);
}

.postjob_section .postjob_card li.active {
    color: var(--blue);
}

.postjob_section .postjob_card li.disabled {
    color: var(--navy);
    cursor: default;
}

.postjob_section .content {
    padding: 30px;
    border: 1px solid #e6f0fe;
    border-radius: 10px;
}

.postjob_section .content .step-content {
    display: none;
}

.postjob_section .content .step-content.active {
    display: block;
}

.postjob_section .content .step-content h2 {
    margin-top: 0;
    font-weight: 800;
    font-size: 28px;
    color: var(--blue);
    margin-bottom: 20px;
}

.postjob_section .content .step-content .input_list {
    display: grid;
    gap: 20px;
}

.postjob_section .content .step-content .input-group {
    display: grid;
    gap: 7px;
}

.postjob_section .content .step-content .input-group label {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--navy);
}

.postjob_section .content .step-content .input-group input::placeholder,
.postjob_section .content .step-content .input-group select::placeholder {
    color: rgb(160, 163, 190);
}

.postjob_section .content .step-content .input-group input,
.postjob_section .content .step-content .input-group select,
.postjob_section .content .step-content .input-group .choices__inner {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    border: 1px solid #e6f0fe;
    border-radius: 10px !important;
    background: #fff;
    outline: none;
    color: #000;
}

.postjob_section .content .step-content .input-group textarea {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    border: 1px solid #e6f0fe;
    border-radius: 10px !important;
    background: #fff;
    outline: none;
    color: #000;
    height: 200px;
}

.postjob_section .content .step-content .input-group input:focus,
.postjob_section .content .step-content .input-group select:focus {
    border: 1px solid var(--blue);
}

.postjob_section .content .input-group .choices__inner .choices__input--cloned {
    width: 100% !important;
    padding: 0;
    border: 0px !important;
    margin-bottom: 0;
    min-width: 100% !important;
}

.postjob_section .content .input-group .choices__inner {
    position: relative;
    /* parent for absolute positioning */
}

.postjob_section .content .input-group .choices .choices__inner input[type="search"] ::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.postjob_section .content .input-group .choices__inner .choices__list--single {
    padding: 0px !important;
}

.postjob_section .content .input-group .choices .choices__inner .choices__item.choices__item--selectable {
    font-size: 17px;
}

.buttons {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.buttons .btn.btn-primary {
    padding: 15px 40px;
    gap: 15px;
    font-size: 15px;
}

.buttons .btn.btn-primary {
    padding: 15px 40px;
    gap: 15px;
    font-size: 15px;
}

.buttons button#backBtn {
    padding: 15px 40px;
    gap: 15px;
    font-size: 15px;
    border-radius: 30px;
    background: rgb(243, 247, 255);
    border: 0;
    font-weight: 500;
    color: #110a56;
    display: flex;
    gap: 10p;
    transition: background-color 120ms ease-in-out, color 120ms ease-in-out;
}

.buttons button#backBtn:hover {
    background-color: rgb(231, 240, 255);
    color: rgb(10, 101, 252);
}

.ui-datepicker-calendar tr td a {
    text-align: center;
}

.data-step .icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size: 20px;
}

.input_list .input-group .image-preview-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.input_list .input-group .image-preview {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 8px;
}

.input_list .input-group .image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.input_list .input-group .image-preview .remove-btn {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #fff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 9999999;
    border: 1px solid #fff;
}

.input_list .input-group .image-preview .remove-btn svg {
    width: 24px;
    height: 24px;
    fill: var(--blue);
}

.input_list .input-group .image-upload-btn {
    width: 90px;
    height: 90px;
    border: 0px dashed var(--navy);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    color: var(--blue);
    background: rgb(243, 243, 247);
}

.input_list .input-group .image-upload-btn svg {
    fill: var(--blue);
}

.customorder_section {
    padding: 70px 0px;
}

.customorder_section .postjob_card {
    background: #f3f3f7;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
}

.customorder_section .postjob_card .profile-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.customorder_section .postjob_card .profile-header .position-relative {
    display: inline-block;
    margin-bottom: 15px;
}

.profile-header .profile_img {
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.profile-header .edit_icon {
    position: relative;
    width: 100%;
}

.profile-header .edit_icon {
    position: absolute;
    bottom: -6px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

.profile-header .edit_icon svg {
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    fill: var(--navy);
}

.customorder_section .postjob_card .profile-header img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
    transition: border-color 0.3s ease;
}

.customorder_section .postjob_card .profile-header img:hover {
    border-color: #0a65fc;
}

.customorder_section .postjob_card .profile-header .edit-icon-label {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(25%, 25%);
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.customorder_section .postjob_card .profile-header .edit-icon-label:hover {
    border-color: var(--blue);
    box-shadow: 0 4px 8px rgba(10, 101, 252, 0.15);
}

.customorder_section .postjob_card .profile-header .edit-icon-label i {
    font-size: 1rem;
    color: var(--blue);
}

.customorder_section .postjob_card .profile-header h4 {
    margin: 0px 0 10px;
    color: #061257;
    font-weight: 600;
    font-size: 24px;
}

.customorder_section .postjob_card .nav-pills .nav-link {
    color: #061257;
    font-weight: 500;
    padding: 12px 0;
    font-size: 1.05rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: all 0.2s ease;
    width: 100%;
    justify-content: space-between;
    font-size: 17px;
}

.customorder_section .postjob_card .nav-pills .nav-link .tab-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customorder_section .postjob_card .nav-pills .nav-link .tab-icon svg {
    width: 25px;
    height: 25px;
    fill: var(--navy);
}

/* .customorder_section .postjob_card .nav-pills .nav-link:hover {
    background-color: #f0f4ff;
} */

.customorder_section .postjob_card .nav-pills .nav-link.active {
    background: none;
    color: #0a65fc;
    border-left: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.customorder_section .postjob_card .nav-pills .nav-link i {
    font-size: 16px;
    color: var(--navy);
}

.customorder_section .postjob_card .nav-pills .nav-link.active .tab-icon svg {
    fill: var(--blue);
}

.customorder_section .postjob_card .nav-pills .nav-link.active i {
    color: var(--blue);
}

.customorder_section .postjob_card .nav-pills .nav-link .tab-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customorder_section .postjob_card .nav-pills .nav-link .nav-text {
    display: grid;
    gap: 0px;
}

.customorder_section .postjob_card .nav-pills .nav-link .nav-text h5 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.customorder_section .postjob_card .nav-pills .nav-link .nav-text p {
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
    color: #737484;
    font-weight: 400;
}

.customorder_section .postjob_card .tab-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 18px rgba(10, 47, 166, 0.05);
    padding: 32px 20px 20px;
    min-height: 350px;
}

.customorder_section .postjob_card .signout-link {
    color: #ff1415 !important;
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.customorder_section .postjob_card .signout-link:hover {
    color: #ff1415 !important;
}

.customorder_section .postjob_card .signout-link i {
    color: #ff1415 !important;
}

.service_list {
    padding: 50px 0px;
}

.service_list .contact_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.service_grid {
    display: grid;
    gap: 20px;
    margin-bottom: 70px;
}

.service_grid .service_card {
    background: #fff;
    border-radius: 0px;
    padding: 25px 25px 40px 25px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.2s;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    border: 1px solid var(--button-color) !important;
    border-radius: 15px;
}

.service_grid .service_card .service_card-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 47%;
}

.service_grid .service_card .card-img {
    width: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0px;
    position: relative;
}

.service_grid .service_card .card-img img {
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0px;
}

.add_qty_btn,
.qty_btnwrap {
    position: absolute;
    z-index: 5;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.service_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(110, 108, 108, 0.3);
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.service_header h3 {
    font-size: 25px;
    display: flex;
    width: 850px;
    color: var(--navy);
}

.service_header h4 {
    font-size: 25px;
    color: var(--navy);
}

.service_grid .service_card .card-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 6px 0;
}

.service_grid .service_card .card-desc p {
    font-size: 14px;
    color: #878787;
    margin-bottom: 0px;
}

.service_grid .service_card .card-meta {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #878787;
}

.service_grid .service_card .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
}

.service_grid .service_card .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #878787;
    font-weight: 400;
}

.service_grid .service_card .time {
    font-size: 15px;
    color: #878787;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 30px;
}

.service_grid .service_card .add-btn {
    padding: 10px 35px;
    background: #e6f0fe;
    border: 1px solid var(--light-blue);
    color: var(--blue);
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 0;
    transition: background 0.2s, color 0.2s;
}

.service_grid .service_card .add-btn:hover {
    background: #0a65fc;
    color: #fff;
    border-color: #0a65fc;
}

.service_grid .service_card .quantity-container {
    background: #e6f0fe;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.service_grid .service_card .quantity-btn {
    color: var(--blue);
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    background-color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 21px;
}

/* .service_grid .service_card .quantity-display {
    padding: 8px 16px;
    font-size: 16px;
    min-width: 40px;
    text-align: center;
    color: var(--blue);
    font-weight: 700;
    
} */

.service_grid .service_card .quantity-display {
    /* padding: 8px 16px; */
    font-size: 16px;
    min-width: 40px;
    text-align: center;
    color: var(--blue);
    font-weight: 700;
    width: fit-content;
    border: 0;
    width: 0;
    background: unset;
}

.view_cart {
    background: var(--blue);
    color: white;
    border: none;
    padding: 13px 25px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
    margin: 30px auto 0px;
    text-decoration: none;
}

.view_cart .price-old {
    text-decoration: line-through;
    color: #fff3f3;
    font-size: 14px;
}

.view_cart .price-new {
    font-weight: bold;
    font-size: 16px;
}

.view_cart .button-text {
    font-weight: 400;
}

.order_details_section {
    padding: 70px 0px;
}

.account_card {
    border: 1px solid var(--light-blue);
    padding: 25px;
    border-radius: 10px;
}

.account_card h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--navy);
    border-bottom: 2px dashed #d9dee3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

.account_card p {
    color: #868686;
    font-size: 18px;
    font-weight: 400;
}

.account_card .btn.btn-primary {
    width: 100%;
    background-color: var(--blue);
    font-size: 18px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
}

.popup_input input {
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--button-color);
    color: var(--black);
}

.popup_input input:focus {
    box-shadow: none;
    border-color: var(--blue);
}

.popup-content.thankYoupopup h2 {
    font-size: 30px;
    font-weight: 700;
    color: #00bc15;
    margin: 20px 0px;
}

.popup-content.thankYoupopup .main-button {
    width: 100%;
}

.service_card {
    border: 1px solid var(--light-blue);
    padding: 25px;
    border-radius: 10px;
}

.service_card h1 {
    color: var(--blue);
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.service_card .service_list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 16px;
    padding-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

/* .service_card .service_list .service-title {
    font-weight: 600;
    font-size: 1.13em;
    color: var(--navy);
    margin-bottom: 5px;
} */

.service_card .service_list .service-subtitle {
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
}

.service_card .service_list .service-desc {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 2px;
}

.service_card .service_list .qty-row {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 7px;
    min-width: 200px;
}

.service_card .service_list .qty-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e3e6;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 16px;
}

.service_card .service_list .qty-btn {
    background: #f0f4fa;
    border: none;
    width: 30px;
    height: 34px;
    color: #1763c6;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
}

.service_card .service_list .qty-btn:active {
    background: #e3edfc;
}

.service_card .service_list .qty-value {
    width: 32px;
    text-align: center;
    background: #fff;
    /* border-left: 1px solid #e0e3e6; */
    /* border-right: 1px solid #e0e3e6; */
    font-size: 1.1em;
    padding: 8px;
}

.service_card .service_list .service-price {
    font-weight: 600;
    color: var(--navy);
    font-size: 15px;
    margin-left: 0px;
    text-align: end;
    display: grid;
    line-height: 18px;
}

.service_card .service_list .service-price del {
    color: #b5b5b8;
    font-weight: 400;
    margin-left: 3px;
    font-size: 13px;
}

/* Coupon section */
.service_card .coupon-section {
    margin: 20px 0 10px 0;
}

.service_card .coupon-label {
    color: var(--navy);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.service_card .coupon-row {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.service_card .coupon-input {
    flex: 1;
    padding: 13px 13px;
    font-size: 16px;
    border: 1px solid #ced1dd;
    border-radius: 5px;
    outline: none;
    background: #f8fafd;
}

.service_card .coupon-btn {
    background: var(--navy);
    color: white;
    font-size: 1em;
    padding: 0 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.02em;
    transition: background 0.22s;
}

.service_card .coupon-btn:active {
    background: var(--blue);
}

/* Summary section */
/* .service_card .summary-section {
    font-size: 1.04em;
    margin-bottom: 15px;
} */

.service_card .summary-section .label {
    color: #172356;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 0px;
}

.service_card .summary-section {
    color: #455278;
    border-top: 1px solid var(--button-color);
    margin-top: 20px;
    padding-top: 10px;
}

.service_card .summary-section .text_row {
    display: flex;
    align-items: center;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.service_card .summary-section .text_row .text_label {
    margin: 0px;
    width: 100%;
    flex: 1;
}

.service_card .summary-section .text_row .text_amount {
    margin: 0px;
}

.service_card .summary-section .total_row {
    border-top: 1px dashed #ddd;
    padding-top: 16px;
    margin-top: 16px;
    display: flex;
    gap: 16px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: var(--blue);
}

.service_card .summary-section .total_row .total_label {
    margin: 0px;
    width: 100%;
    flex: 1;
}

.service_card .summary-section .total_row .total_amount {
    margin: 0px;
}

.service_card .summary-table {
    width: 100%;
    margin-bottom: 7px;
}

.service_card .summary-table tr td {
    padding: 5px 0;
    vertical-align: top;
}

.service_card .summary-table tr .label {
    text-align: left;
}

.service_card .summary-table tr .value {
    text-align: right;
    font-weight: 500;
    font-size: 17px;
}

.service_card .summary-table .coupon-discount {
    border: 1px dashed #e3e3e3;
    border-left: 0px;
    border-right: 0px;
}

.service_card .summary-table .total {
    border: 1px dashed #e3e3e3;
    border-left: 0px;
    border-right: 0px;
    border-top: 0;
}

.service_card .summary-table .pay {
    border: 1px dashed #e3e3e3;
    border-left: 0px;
    border-right: 0px;
    border-top: 0;
}

.summary-section .summary-table .coupon-discount label,
.summary-section .summary-table .total label,
.summary-section .summary-table .pay label {
    color: var(--navy) !important;
}

.service_card .summary-table tr.total,
.service_card .summary-table tr.pay {
    font-weight: 600;
}

.service_card .summary-table tr.total .value,
.service_card .summary-table tr.pay .value {
    color: #0a65fc;
    font-weight: 700;
}

.service_card .summary-table tr .discount {
    color: #0a65fc;
}

/* Main Button */
.main-btn {
    width: 100%;
    padding: 17px 0;
    font-size: 16px;
    font-weight: 500;
    background: var(--navy);
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 12px;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.23s;
}

.main-btn:active {
    background: #0546a5;
}

.address_card {
    border: 1px solid var(--light-blue);
    border-radius: 10px;
}

.address_card .booking_details {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--light-blue);
    padding: 20px;
}

.address_card .booking_details .user_icon {
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.address_card .booking_details .user_icon i {
    font-size: 18px;
    color: #868686;
}

.address_card .booking_details h5 {
    font-size: 17px;
    color: var(--navy);
    font-weight: 500;
    margin-bottom: 5px;
}

.address_card .booking_details p {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 0;
}

.address_card .add-address {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #d9dee3;
    padding: 20px;
}

.address_card .add-address h4 {
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--navy);
}

.address_card .add-address a {
    font-size: 16px;
    margin-bottom: 0px;
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
}

.address_card .add_list {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d9dee3;
}

.address_card .add_list .booking_text h5 {
    font-size: 20px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
}

.address_card .add_list .booking_text p {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 0;
}

.address_card .add_list input[type="radio"] {
    width: 25px;
    height: 25px;
    accent-color: var(--blue);
    /* bootstrap primary ya apni brand color */
    border: none;
}

.address_card .add_list input[type="radio"]:focus-visible {
    outline: 2px solid rgba(0, 123, 255, 0.35);
    outline-offset: 2px;
}

/* .address_card .add_list input {
    width: 25px;
    height: 25px;
    border: 1px solid var(--button-color);
} */

.address_card .add_lists .add_list:last-child {
    border-bottom: 0px;
}

.main-btn.checkout {
    background-color: #c1c1c1;
}

.location-container {
    display: grid;
    align-items: center;
    gap: 15px;
    padding: 20px;
    width: 100%;
}

.location-container .input-wrapper {
    position: relative;
    flex: 1;
}

.location-container .input-wrapper input[type="text"] {
    width: 100%;
    padding: 17px 14px 17px 40px;
    font-size: 16px;
    border: 1px solid #e6f0fe;
    border-radius: 5px;
    color: #999999;
    height: auto;
}

/* Search icon inside input */
.location-container .input-wrapper .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    color: #000000;
}

/* Location button */
.location-container button {
    padding: 17px 14px 17px 17px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    border: 1px solid #e6f0fe;
    border-radius: 5px;
    color: var(--navy);
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
}

.select-address {
    display: flex;
    align-items: center;
    gap: 15px;
}

.add_list.address_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_list.address_list svg {
    font-size: 20px;
    color: var(--blue);
}

.btn.btn-primary.address_button {
    font-size: 18px;
    background-color: var(--blue);
    border-radius: 10px;
    margin-top: 20px;
    padding: 14px 50px;
}

.slot_lists .slot-wrapper {
    background: #fff;
    border-radius: 14px;
    /* box-shadow: 0 4px 18px 0 rgba(6, 18, 87, 0.06); */
    /* width: 420px; */
    padding: 20px;
}

.slot_lists .slot-wrapper .label {
    color: var(--navy);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 11px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.slot_lists .slot-wrapper .date-row {
    display: flex;
    gap: 9px;
    margin-bottom: 19px;
}

.slot_lists .slot-wrapper .date-btn {
    background: #f4f6fa;
    color: #2a3467;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.14s;
    outline: none;
    /* min-width: 55px; */
    line-height: 18px;
}

.slot_lists .slot-wrapper .date-btn.selected,
.slot_lists .slot-wrapper .date-btn:focus {
    background: #061257;
    color: #fff;
}

.slot_lists .slot-wrapper .time-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: 7px;
}

.slot_lists .slot-wrapper .time-btn {
    background: #f4f6fa;
    color: #2a3467;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
    padding: 12px 33px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: background 0.16s;
}

.slot_lists .slot-wrapper .time-btn.selected,
.slot_lists .slot-wrapper .time-btn:focus {
    background: #061257;
    color: #fff;
}

.slot_lists .slot-wrapper .time-btn.disabled,
.slot_lists .slot-wrapper .time-btn:disabled {
    background: #eceff3;
    color: #b7bcca;
    cursor: not-allowed;
}

.tab_card {
    padding: 20px;
    border: 1px solid var(--button-color);
    border-radius: 10px;
}

.tab_card h4 {
    font-size: 25px;
    color: var(--navy);
    padding-bottom: 20px;
    font-weight: 700;
}

.content_item {
    display: flex;
    align-items: center;
    gap: 19px;
}

.contact_info {
    display: grid;
    gap: 10px;
}

.content_item .icon-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 111px;
}

.content_item .icon-flex svg {
    width: 20px;
    height: 20px;
}

.content_item a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.content_item .icon-flex p {
    font-size: 19px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 0;
    line-height: 25px;
}

.contact-form {
    display: grid;
    gap: 15px;
}

.tab_card .contact-form .field {
    position: relative;
}

/* the visual icon container (left) */
.tab_card .contact-form .field .icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    /* replaced var(--icon-size) */
    height: 18px;
    /* replaced var(--icon-size) */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 1;
}

/* inputs/select/textarea style */
.tab_card .contact-form .field input,
.tab_card .contact-form .field select {
    width: 100%;
    font-size: 16px;
    outline: none;
    background: transparent;
    border: 1px solid #e6f0fe;
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
}

.field.message .icon {
    top: 22% !important;
}

.tab_card .contact-form .field textarea {
    min-height: 120px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical;
    width: 100%;
    font-size: 16px;
    outline: none;
    background: transparent;
    border: 1px solid #e6f0fe;
    padding: 13px 13px 13px 40px;
    border-radius: 10px;
}

/* make select show native arrow on the right but keep left icon */
.tab_card .contact-form .field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #666 50%),
        linear-gradient(135deg, #666 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 4px),
        calc(100% - 13px) calc(50% - 4px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

/* focus state */
.tab_card .contact-form .field input:focus,
.tab_card .contact-form .field select:focus,
.tab_card .contact-form .field textarea:focus {
    border-color: #6c9ef8;
    /* replaced var(--focus) */
    box-shadow: 0 0 0 3px rgba(108, 158, 248, 0.12);
}

/* small helper to show placeholder text slightly dimmer */
.tab_card .contact-form::placeholder {
    color: #777;
    opacity: 1;
}

/* send button */
.tab_card .contact-form .actions {
    margin-top: 14px;
}

.tab_card .contact-form button.send {
    width: fit-content;
    border-radius: 10px;
    border: 0;
    background: var(--blue);
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 40px;
}

.edi_profile label {
    font-size: 15px;
    color: var(--navy);
    margin-bottom: 4px;
    font-weight: 400;

}

.edi_profile input,
.edi_profile select {
    border: 1px solid var(--button-color);
    padding: 14px 17px;

}

.edi_profile input:focus,
.edi_profile select:focus {
    outline: none;
    box-shadow: none;
}

.edi_profile .btn.btn-primary {
    padding: 14px 40px !important;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
}

/* Balance Card */
.balance-card {
    background: #242424;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.balance-card h2 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: "PPAirtasker-Bold", sans-serif;
}

.balance-card p {
    font-size: 15px;
    margin-top: 10px;
    color: #e6f0fe;
    line-height: 1.5;
    margin-top: 10px;
}

.balance-card .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.balance-card .top-row h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.balance-card .btn.btn-primary {
    background: #007bff;
    padding: 8px 25px;
}

/* Transactions */
.transaction-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6f0fe;
}

.transaction-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.transaction-left h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 4px;
}

.transaction-left small {
    color: #555;
    font-size: 14px;
}

.transaction-left span {
    color: #888;
    font-size: 16px;
}

.transaction-right {
    text-align: right;
    display: grid;
    gap: 31px;
}

.transaction-right h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.status-completed {
    color: #2ecc71;
    font-size: 16px;
    font-weight: 500;
}

.status-progress {
    color: #2980b9;
    font-size: 13px;
    font-weight: 500;
}

.address-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-item .select-address .booking_text {
    display: grid;
    gap: 5px;
    margin-right: 0px;
}

.address-item .select-address .booking_text h5 {
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--navy);
}

.address-item .select-address .booking_text p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 20px;
}

.manage_address-list {
    display: grid;
    gap: 15px;
}

.address-item .select-address i {
    font-size: 20px;
    color: var(--navy);
}

.address-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--button-color);
    padding-bottom: 15px;
}

.manage_address-list .address-item .ellipsis-icon {
    color: var(--navy);
}

/* 
.manage_address-list .address-item:last-child {
    padding-bottom: 0;
    border-bottom: 0px;
} */

.dropdown-menu {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: none;
    z-index: 10;
    min-width: 120px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--button-color);
    border-radius: 10px;
}

.dropdown-menu li {
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed var(--button-color);
    color: var(--navy);
    font-size: 16px;
}

.dropdown-menu li a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-size: 16px;
    text-decoration: none;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
    background-color: #f1f1f1;
    color: var(--blue);
}

.search-map {
    background: #fff;
    position: relative;
    z-index: 9999;
    border: 1px solid #e6f0fe;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}

/* .edit_addresspopup { */
/* background: #fff;
    position: relative;
    z-index: 9999;
    border: 1px solid #e6f0fe;
    overflow: hidden;
    border-radius: 10px; */
/* padding: 20px; */
/* box-shadow: 1px 0px 30px rgb(17 10 86 / 51%); */
/* } */

.edit_addresspopup h5 {
    font-size: 17px;
    font-weight: 400;
    color: #656565;
    margin-bottom: 10px;
}

.edit_addresspopup label {
    font-size: 15px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 400;
}

.edit_addresspopup input,
.search-map input {
    border: 1px solid var(--button-color);
    padding: 12px 17px;
    width: 100%;
    margin-bottom: 15px;
}

.search-map input {
    border: 1px solid var(--button-color);
    padding: 15px 17px 12px 45px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}

.search-map .btn.btn-outline-primary {
    border: 1px solid var(--button-color);
    padding: 12px 17px 12px 17px;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
}

.search-map .btn.btn-outline-primary:hover {
    background-color: var(--white);
    color: var(--blue);
}

.edit_addresspopup input:focus,
.search-map input:focus {
    outline: none;
    box-shadow: none;
}

.map-container {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}

/* Position icon inside input */
.search-map .input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #929292;
    font-size: 16px;
    pointer-events: none;
}

.search-map .form-label {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--navy);
}

.btn-primary.cancel {
    background-color: #454545;
}

.delete-address h3 {
    font-size: 30px;
    font-weight: 600;
    color: #ff0004;
    margin-bottom: 15px;
}

.delete-address p {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 10px;
    font-weight: medium;
}

.delete-button {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px dashed #dddddd;
}

.delete-address .delete-button .btn.btn-danger {
    background-color: #ff0004;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-weight: medium;
    color: var(--white);
}

.delete-address .delete-button .btn.btn-outline-secondary {
    background-color: var(--navy);
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    color: var(--white);
    font-weight: medium;
}

.booking_list {
    display: grid;
    gap: 20px;
}

.tab_card.booking_card h3 {
    font-size: 25px;
    color: var(--blue);
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
}

.tab_card.booking_card .booking_status {
    display: grid;
    gap: 0px;
}

.tab_card.booking_card {
    position: relative;
}

.tab_card.booking_card .booking_status .status {
    font-size: 20px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
}

.accepted,
.inprogress,
.assigned,
.completed {
    color: #00a000 !important;
}

.cancelled,
.rejected {
    color: #ff0004 !important;
}

.tab_card.booking_card .booking_status .service_name {
    font-size: 18px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 5px;
}

.tab_card.booking_card .booking_status .time {
    font-size: 15px;
    color: #8b8b8b;
    font-weight: 400;
    margin-bottom: 5px;
}

.tab_card.booking_card .booking_status .service_details {
    font-size: 16px;
    color: #8b8b8b;
    font-weight: 400;
    margin-bottom: 0px;
    border-top: 1px dashed var(--button-color);
    padding-top: 10px;
    margin-top: 10px;
}

.tab_card.booking_card .offers {
    font-size: 15px;
    color: var(--white);
    padding: 7px 13px;
    background-color: var(--navy);
    width: fit-content;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    border-radius: 0px 10px 0px 10px;
    margin-bottom: 0;
    font-weight: 400;
}

.service_details .booking_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.service_details .booking_profile .booking_info h5 {
    font-size: 20px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
}

.service_details .booking_profile .booking_info p {
    font-size: 15px;
    color: #4e4d4d;
    font-weight: 500;
    margin-bottom: 0;
}

.service_details .booking_profile .booking_img {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service_details .booking_profile .booking_img svg {
    width: 60px;
    height: 60px;
}

.service_details .booking_profile .booking_img img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.service_details .booking_profile .booking_icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service_details .booking_profile .booking_icon a {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #d9dee3;
}

.service_details .booking_profile .booking_icon a svg {
    width: 24px;
    height: 24px;
    fill: var(--navy);
}

.job_completed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job_completed h5 {
    font-size: 20px;
    color: var(--navy);
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.job_completed h5 svg {
    width: 24px;
    height: 24px;
    fill: #00a000;
    margin-right: 0px;
}

.job_completed .btn.book_again {
    border: 1px solid var(--navy);
    border-radius: 10px;
    font-size: 17px;
    line-height: 20px;
    padding: 11px 17px;
    color: var(--navy);
}

.boking_details {
    padding-top: 10px;
}

.boking_details h5 {
    font-size: 23px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 10px;
}

.booking_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.booking_info ul li {
    font-size: 16px;
    color: #4e4d4d;
    font-weight: 500;
    display: grid;
    gap: 2px;
}

.booking_info ul li span {
    font-weight: 400;
    font-size: 14px;
    color: #878787;
    line-height: 20px;
}

.booking_info ul li strong {
    font-weight: 500;
    color: var(--navy);
    font-size: 16px;
    line-height: 20px;
}

.booking_info ul li a {
    color: var(--blue);
    text-decoration: none;
}

.booking_buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.booking_buttons .btn.btn_primary {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border: none;
    padding: 13px 25px;
    font-size: 17px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--white);
    font-weight: medium;
    width: fit-content;
    gap: 10px;
    display: flex;
    align-items: center;
}

.booking_buttons .btn.btn_outline {
    background-color: #ad0407;
    border: 1px solid #ad0407;
    padding: 13px 25px;
    font-size: 17px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--white);
    font-weight: medium;
    width: fit-content;
}

.payment_summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.payment_summary ul li {
    font-size: 16px;
    color: var(--navy);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment_summary ul li.sub_total {
    color: var(--blue);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 0px;
}

.payment_summary ul li.total_amount {
    color: var(--blue);
}

.chat .chat_header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.chat .chat_header a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f0fe;
    border-radius: 100%;
    padding: 10px;
}

.chat .chat_header a svg {
    width: 24px;
    height: 24px;
    fill: var(--blue);
}

.chat .chat_header .user_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab_card.chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat .chat_header .chat_title h4 {
    font-size: 20px;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 20px;
    padding-bottom: 3px;
}

.chat .chat_header .chat_title p {
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 20px;
}

.filter_section .filter_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter_section .filter_flex h4 {
    font-size: 25px;
    color: var(--navy);
    padding-bottom: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.filter_section .filter_flex .filter_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter_dropdown .form-select:focus {
    border-color: var(--blue);
    outline: 0;
    box-shadow: unset !important;
}

.no-results-msg {
    display: none;
    text-align: center;
    padding: 20px;
    border: 1px solid var(--button-color);
    border-radius: 10px;
    color: #365afa;
    font-weight: 600;
}

.otp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed var(--button-color);
    border-bottom: 1px dashed var(--button-color);
    padding: 10px 0px;
    margin-bottom: 0px;
    margin: 20px 0px 5px 0px;
}

.otp h5 {
    font-size: 20px;
    color: var(--navy);
    font-weight: 400;
    margin-bottom: 0px;
}

.otp .otp_code {
    border: 1px solid var(--button-color);
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #fff;
    border-radius: 8px;
    color: var(--navy);
}

ul.payment_mode {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.payment_mode li .btn.paynow {
    flex: 1;
    text-align: center;
    border: 1px solid var(--button-color);
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 15px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.review_section {
    padding: 10px 0px 20px 0px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-top: 1px dashed var(--button-color);
    border-bottom: 1px dashed var(--button-color);
}

.review_section h5 {
    font-size: 20px;
    color: var(--navy);
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--button-color);
}

.review_section .star_rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.review_section .star_rating {
    font-size: 20px;
    color: #ffd700;
    cursor: pointer;
}

.review_section .star_rating h4 {
    color: var(--navy);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.review_section .star_rating h4 i {
    color: #ffd700;
}

.review_section p {
    font-size: 17px;
    color: #525252;
    margin-bottom: 0;
    margin-top: 10px;
}

.btn.review_button {
    background: var(--blue);
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 10px 30px;
}

.modal .star_box .star-rating {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.modal .star_box .star-rating .fa-star.selected,
.modal .star_box .star-rating .fa-star:hover,
.modal .star_box .star-rating .fa-star.hovered {
    color: #fbc02d;
    transition: color 0.2s;
}

.modal .star_box {
    padding: 20px;
    border: 1px dashed var(--button-color);
    border-radius: 10px;
}

.modal .star_box h4 {
    font-size: 19px;
    color: var(--navy);
    font-weight: 500;
    margin-bottom: 10px;
}

.modal .reviw_area {
    margin: 30px 0px;
}

.modal .reviw_area textarea {
    width: 100%;
    border: 1px solid var(--button-color);
    border-radius: 10px;
    padding: 12px 17px;
    font-size: 16px;
    resize: vertical;
    min-height: 100px;
}

.modal .reviw_area textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--blue);
}

.service_lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    margin-top: 15px;
}

.service_lists ul li {
    font-size: 16px;
    color: #4e4d4d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service_lists ul li svg {
    fill: var(--navy);
    width: 16px;
    height: 16px;
}

.service_lists ul li i {
    color: var(--navy);
}

.service_lists ul li .service_icon {
    background-color: #f3f3f7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.service_lists ul li .service_text {
    font-size: 16px;
    font-weight: 400;
}

.booking_portfolio {
    border-top: 1px dashed var(--button-color);
    margin-top: 20px;
    padding-top: 10px;
}

.booking_portfolio p {
    font-size: 17px;
    line-height: 25px;
    color: #5e5e5e;
    margin-bottom: 15px;
}

.booking_portfolio .portfolio_images {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.booking_portfolio .portfolio_images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid var(--button-color);
    border-radius: 10px;
}

.btn.proposer {
    background: var(--blue);
    width: fit-content;
    padding: 13px 40px;
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    margin: 20px 0px auto auto;
}

.bids_list .bids_card {
    border: 1px solid var(--button-color);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bids_list .bids_card:last-child {
    margin-bottom: 0px;
}

.bids_list .bids_card .bids_flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
}

.bids_list .bids_card .bids_flex .bids_info {
    display: grid;
    align-items: center;
    gap: 5px;
}

.bids_list .bids_card .bids_flex .bids_info h4 {
    font-size: 20px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.bids_list .bids_card .bids_flex .bids_info p {
    font-size: 17px;
    color: #4e4d4d;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0px;
}

.bids_list .bids_card .bids_flex .bids_info p strong {
    color: var(--blue);
    font-weight: 600;
    margin-right: 5px;
}

.bids_list .bids_card .bids_flex .bids_img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.bids_list .bids_card .bids_flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bids_list .bids_card .bids_flexbox .bids_price {
    display: grid;
    justify-content: end;
}

.bids_list .bids_card .bids_flexbox .bids_price .prices a {
    width: 35px;
    height: 35px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid var(--button-color);
}

.bids_list .bids_card .bids_flexbox .bids_price .prices a svg {
    width: 20px;
    height: 20px;
    fill: var(--navy);
}

.bids_list .bids_card .bids_flexbox .bids_price .prices {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.bids_list .bids_card .bids_flexbox .bids_price .prices h4 {
    font-size: 18px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bids_list .bids_card .bids_flexbox .bids_price .assign_btn {
    padding: 10px 40px;
    background: var(--blue);
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    width: fit-content;
    margin: 10px 0px auto auto;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
}

.bids_list .bids_card p {
    font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 22px;
}

.add_list.address_list.address_border {
    border-top: 1px dashed var(--button-color);
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 20px;
}

.add_list.address_list.address_border .booking_text h5 {
    font-size: 20px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
}

.add_list.address_list.address_border .booking_text p {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 0;
}

.modal .modal-body .slot_lists .slot-wrapper .date-row {
    display: flex;
    gap: 20px;
    margin-bottom: 19px;
}

.modal .modal-body .slot_lists .slot-wrapper .date-btn {
    background: #f4f6fa;
    color: #2a3467;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    padding: 15px 40px;
    cursor: pointer;
    transition: background 0.14s;
    outline: none;
    /* min-width: 55px; */
    line-height: 18px;
}

.modal .modal-body .slot_lists .slot-wrapper .date-btn.selected {
    background: #061257 !important;
    color: #fff !important;
}

.modal .modal-body .slot_lists .slot-wrapper .time-btn.selected {
    background: #061257 !important;
    color: #fff !important;
}

.modal .modal-body .slot_lists .slot-wrapper .time-btn {
    background: #f4f6fa;
    color: #2a3467;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
    padding: 15px 50px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: background 0.16s;
    width: 31%;
    height: fit-content;
}

.modal .modal-body .slot_lists .slot-wrapper .time-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 7px;
    /* justify-content: space-between; */
    height: 300px;
    overflow-y: scroll;
}

.bids_list .booking_buttons {
    border-top: 1px dashed var(--button-color);
    padding-top: 20px;
    margin-top: 20px;
}

.no_bookings {
    background: #fad7d7ba;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.no_bookings svg {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    fill: #ff0005;
}

.no_bookings h3 {
    font-size: 25px;
    color: #ff0005;
    font-weight: 600;
    margin-bottom: 10px;
}

.no_bookings p {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
}

.verify_otpmsg {
    font-size: 16px;
    color: var(--navy);
}

.new_address-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--button-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.new_address-header .btn.add-address-btn {
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}

.new_address-header .btn.add-address-btn:hover {
    background-color: var(--navy);
    color: var(--white);
}

.service_list_section .error_content {
    background-color: var(--white);
    padding: 50px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    width: fit-content;
    margin: 50px auto;
    max-width: 700px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px dashed var(--button-color);
}

.service_list_section .error_content img {
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.service_list_section .error_content h3 {
    font-size: 25px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 36px;
}

.service_list_section .error_content p {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
}

.service_list_section .error_content .default_btn.sm_btn {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 8px;
    background-color: var(--blue);
    color: var(--white);
    font-weight: 500;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
}

.service_list_section .error_content .default_btn.sm_btn:hover {
    background-color: var(--navy);
    color: var(--white);
}

.service_list_section {
    background-color: var(--cream);
    padding: 50px 0px;
}

.service_list_section .app-btns svg {
    width: 170px;
    height: 80px;
}

.md-nones {
    display: block !important;
}

.md-blocks {
    display: none !important;
}

.booking_listitems {
    padding: 20px;
    border: 1px solid var(--button-color);
    border-radius: 10px;
}

.booking_listitems .booking_title {
    font-size: 28px;
    color: var(--blue);
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px dashed var(--button-color);
    margin-bottom: 10px;
}

.booking_listitems .booking-statuslist {
    display: grid;
    gap: 10px;
}

.booking_listitems .booking-statuslist .booking-status {
    font-size: 20px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
}

.booking_listitems .booking-statuslist .subheading {
    font-weight: 400;
    color: #505050;
    margin-bottom: 16px;
    font-size: 18px;
    margin-bottom: 0px;
}

.booking_listitems .booking-statuslist .small-text {
    font-weight: 400;
    color: #8b8b8b;
    margin-bottom: 14px;
    font-size: 18px;
    margin-bottom: 0px;
}

.booking_listitems .booking-statuslist .status_subheading {
    font-weight: 400;
    color: #151515;
    margin-bottom: 14px;
    font-size: 18px;
    margin-bottom: 0px;
}

.booking-details .booking_titles {
    font-size: 22px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.booking_listitems .booking-statuslist .status_subheading strong {
    font-weight: 600;
}

.booking_listitems .booking-details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.booking-details>div {
    margin-bottom: 8px;
}

.order-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px;
    margin-top: 10px;
}

.order-details-list li {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.order-details-list li .pay_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-details-list li .pay_flex .btn {
    background-color: #f1f1f1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--navy);
    font-weight: 500;
}

.order-details-list .label {
    font-weight: 600;
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.order-details-list .value {
    color: var(--navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.booking_listitems .service_details .booking_buttons {
    font-size: 16px;
    color: #8b8b8b;
    font-weight: 400;
    margin-bottom: 0px;
    border-top: 1px dashed var(--button-color);
    padding-top: 20px;
    margin-top: 0px;
}

.payment_summary h4 {
    font-size: 18px;
    color: var(--navy);
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px dashed var(--button-color);
    margin-bottom: 10px;
}

.payment_summary .payment-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-weight: 400;
    font-size: 17px;
}

.payment-row:last-child {
    font-weight: 700;
    font-size: 1rem;
    border-top: 2px dotted var(--button-color);
    margin-top: 5px;
    color: var(--navy);
}

.chat-us {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.chat_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chat_flex .chat_icon {
    background-color: #e6f0fe;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-us .chat_icon svg {
    fill: var(--blue);
    width: 20px;
    height: 20px;
}

.chat_flex .chat_text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.chat_flex .chat_text h4 {
    font-size: 18px;
    margin-bottom: 0px;
    color: var(--blue);
    font-weight: 700;
}

.chat_flex .chat_text p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #878787;
    font-weight: 400;
}

.chat-us svg {
    color: var(--blue);
}

.booking-status {
    display: grid;
    gap: 15px;
}

.otp_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--button-color);
    border-top: 1px dashed var(--button-color);
    margin-top: 20px;
    padding: 10px 0px;
}

.otp_card h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0px;
}

.otp_card .otp_code {
    border: 1px solid var(--button-color);
    padding: 6px 10px;
    border-radius: 5px;
    color: var(--navy);
    font-size: 15px;
}

.otp_card .otp_code i {
    font-size: 15px;
}

.otp_card.review .review_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
    border-top: 1px dashed var(--button-color);
    padding-top: 10px;
}

.otp_card.review .review_text .star svg {
    color: #FFD700;
}

.otp_card.review p {
    color: #525252;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 20px;
}

.booking-status_list {
    display: grid;
    gap: 20px;
}

.provider_modle {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}


.main-container {
    width: 100%;
    display: flex;
}

.main-container .right-container {
    width: 70%;
    height: 100%;
    background: #e5ddd5;
    position: relative;
    margin: 50px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-container .right-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/chat_bg.png);
    opacity: 0.8;
    border-radius: 10px;
}

/* Header */
.main-container .right-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 10px 15px;
    z-index: 1;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid var(--button-color);
}

.main-container .right-container .header .img-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-container .right-container .header .img-text .user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 10%;
}

.main-container .right-container .header .img-text .status {
    display: flex;
    align-items: center;
    gap: 5px;
    /* space between dot and text */
    font-size: 14px;
    color: #333;
}

.main-container .right-container .header .img-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0;
    text-transform: capitalize;
}

.main-container .right-container .header .img-text .status .online-dot {
    width: 10px;
    height: 10px;
    background-color: #4CAF50;
    /* green color */
    border-radius: 50%;
    display: inline-block;
}

.main-container .right-container .header .img-text .user-img .dp {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-container .right-container .header .nav-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F5F5FF;
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--navy);
    cursor: pointer;
    text-decoration: none;
}

/* Chat Container */
.main-container .right-container .chat-container {
    width: 100%;
    height: auto;
    padding: 30px 50px;
    overflow-y: auto;
    z-index: 1;
    position: relative;
    display: grid;
    gap: 20px;
}

/* Messages */
.main-container .right-container .chat-container .message-boxs {
    display: grid;
    gap: 5px;
}

.main-container .right-container .chat-container .message-boxs .time_box {
    display: block;
    margin: auto;
    background: #DDDDE9;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 8px;
}

.main-container .right-container .chat-container .message-box {
    display: flex;
    margin: 5px 0;
}

.main-container .right-container .chat-container .message-box .box {
    max-width: 65%;
    padding: 12px;
    border-radius: 15px;
    font-size: 0.9em;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 0;
}

.main-container .right-container .chat-container .message-box .box p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 23px;
}

.main-container .right-container .chat-container .message-box .time {
    display: flex;
    margin-top: 5px;
    font-size: 0.8em;
    /* opacity: 0.5; */
    justify-content: end;
    gap: 5px;
    color: rgba(0, 0, 0, 0.25);
}

.main-container .right-container .chat-container .message-box .time svg {
    width: 20px;
    height: 20px;
    fill: #3497F9;
}

/* My message */
.message-boxs .my-message {
    justify-content: flex-end;
}

.message-boxs .my-message .box {
    background: #dcf8c6;
    text-align: right;
}

.my-message .box::before {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #dcf8c6 0%, #dcf8c6 50%, transparent 50%, transparent);
}

.main-container .right-container .chat-container .message-box .box.img_box {
    position: relative;
}

.main-container .right-container .chat-container .message-box .box.img_box img {
    max-width: 200px;
    border-radius: 10px;
}

.main-container .right-container .chat-container .message-box .box.img_box .time {
    position: absolute;
    left: 0;
    right: 12px;
    bottom: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #00000024;
    width: fit-content;
    padding: 0px 10px;
    margin: auto 0px 0px auto;
    border-radius: 10px 0px 10px 0px;
}

/* Friend message */
.message-boxs .friend-message {
    justify-content: flex-start;
}

.message-boxs .friend-message .box {
    background: #fff;
}

.friend-message .box::before {
    content: '';
    position: absolute;
    top: 1px;
    left: -11px;
    width: 20px;
    height: 20px;
    background: linear-gradient(225deg, #fff 0%, #fff 50%, transparent 50%, transparent);
}

/* Chat Input */
.chatbox-input {
    width: 100%;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px;
}

.chatbox-input i {
    cursor: pointer;
    font-size: 1.8em;
}

.chatbox-input input {
    margin: 0 0px;
    padding: 13px 20px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    border: 1px solid var(--button-color);
}

.chatbox-input input:focus {
    box-shadow: none;
    border: 1px solid var(--blue);
}

.chat-send-btn {
    background: var(--navy);
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 60px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in;
    margin-left: 4px;
}

.chat-send-btn:hover {
    background: var(--blue);
}

.chatbox-input .dropup,
.chatbox-input .camera_icons {
    position: relative;
    background: #f3f3f3;
    border-radius: 8px;
    border: 1px solid var(--button-color);
    padding: 4px 15px;
    font-size: 25px;
    height: 100%;
    display: block;
}

.img-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.img-popup img {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
}

.img-popup .close {
    position: absolute;
    top: 30px;
    right: 50px;
    cursor: pointer;
    z-index: 9999;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-popup .close svg {
    width: 20px;
    height: 20px;
    fill: var(--blue);
}

.modal-body.chat_img {
    padding: 30px;
    margin: auto;
    width: 100%;
    justify-content: center;
    display: flex;
}

.pdf_img svg {
    width: 50px;
    height: 50px;

}

.pdf_img {
    padding: 0px 20px;
}

.time.pdf_time {
    position: relative !important;
    bottom: 0 !important;
    background: unset !important;
    color: rgb(0 0 0 / 25%) !important;
    padding: 0px !important;
    margin-top: 5px !important;
}

.modal-body.chat_img img {
    max-width: 250px;
    border-radius: 10px;
}

.chat-img {
    cursor: pointer;
    border-radius: 8px;
}

.check-icon {
    max-width: 50px;
}

.camera_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.camera_icons svg {
    color: var(--blue);
    fill: var(--blue);
    cursor: pointer;
}

.chatbox-input .dropup .dropdown-toggle::after {
    display: none;
}

.chatbox-input .dropup .dropdown-menu li .dropdown-item:hover {
    background-color: unset !important;
    color: var(--blue);
    cursor: pointer;
}

.chatbox-input .dropup .dropdown-toggle {
    background-color: unset !important;
    padding: 0;
    color: var(--blue);
    border: 0px;
}

.blog-section {
    padding: 50px 0px;
    background-color: var(--cream);
}

.blog-section p {
    font-size: 15px;
    color: var(--navy);
    margin-bottom: 0;
}

.blog_form {
    /* max-width: 95%; */
    margin: auto 0px auto auto;
    width: 80%;
    /* justify-content: end; */
    /* display: flex; */
}

.blog_form .input-group input {
    padding: 20px;
    border-radius: 26px 0px 0px 26px;
}

.blog_form .input-group input:focus {
    box-shadow: none;
}

.blog_items {
    padding: 50px 0px;
}

.blog_items .view-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog_items .view-toggle h4 {
    font-size: 30px;
    color: var(--navy);
}

.view-btn {
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
}

#article-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#article-container.list-view {
    display: block;
}

.article-item {
    background: #F3F7FF;
    /* padding: 10px; */
    border-radius: 15px;
    border: 1px solid var(--button-color);
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.article-item .article-content {
    padding: 20px;
}

.article-item img {
    max-width: 100%;
    height: 300px;
    border-radius: 0;
    width: 100%;
    object-fit: cover;
}

.article-item .article-content h6 {
    font-size: 15px;
    font-weight: 300;
    color: #6A719A;
}

.article-item .article-content h3 {
    margin: 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: var(--navy);
}

.article-item .article-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #818080;
}

.grid-view.list-view .article-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.grid-view.list-view .article-item img {
    max-width: 100%;
    height: 250px;
    border-radius: 0;
    max-width: 300px;
    object-fit: cover;
}

.blog-section h5 {
    font-size: 23px;
    line-height: 30px;
    color: var(--navy);
}

.blog-section h4 {
    font-size: 23px;
    line-height: 30px;
    color: var(--navy);
}

.blog-section img {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.swiper.revies-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
}

.empty-provider-state {
    padding: 70px 0;
    display: flex;
    justify-content: center;
}

.empty-provider-card {
    background: linear-gradient(145deg, #f7f9ff 0%, #ffffff 100%);
    border: 1px solid #e2e8ff;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(36, 64, 154, 0.08);
    max-width: 560px;
    width: 100%;
    text-align: center;
    padding: 48px 44px;
}

.empty-provider-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2f46a1;
    background: rgba(50, 89, 255, 0.12);
    border-radius: 999px;
    letter-spacing: 0.03em;
}

.empty-provider-icon {
    margin: 28px auto 24px;
    width: 96px;
    height: 96px;
}

.empty-provider-card h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #142158;
    margin-bottom: 16px;
}

.empty-provider-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #556092;
    margin-bottom: 28px;
}

.empty-provider-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.empty-provider-primary {
    min-width: 180px;
    text-decoration: none;
    justify-content: center;
}

.empty-provider-link {
    color: #3259ff;
    font-weight: 600;
    text-decoration: none;
}

.empty-provider-link:hover {
    color: #1a3bf0;
    text-decoration: underline;
}

.empty-provider-tips {
    text-align: left;
    margin: 0;
    padding: 0 0 0 18px;
    display: inline-block;
    max-width: 420px;
    color: #4a5688;
}

.empty-provider-tips li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.checkout_section {
    background: var(--cream);
    max-width: 700px;
    margin: 50px auto;
    border-radius: 10px;
    padding: 50px;
}

.checkout_section .c_head .c_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: var(--blue);
}

.checkout_section .paymentMethod .checkout_amount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout_section .paymentMethod .checkout_amount .cart_amount {
    font-size: 18px;
    font-weight: 500;
    color: var(--navy);
}

.checkout_section .paymentMethod .checkout_amount input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--button-color);
    cursor: pointer;
}

.checkout_section .paymentMethod .pay_icon {
    background-color: #365afa;
    padding: 10px 30px;
    border-radius: 30px;
    /* width: fit-content; */
    color: var(--white);
    cursor: pointer;
    margin: 20px 0px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.checkout_section .paymentMethod .pay_icon svg {
    fill: #fff;
}

.checkout_section .pay_desc_item button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 25px;
    border: 1px solid #ddd;
    background: #110a56;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
}

.checkout_section .pay_desc_item {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.checkout_section .pay_name {
    font-size: 21px;
    font-weight: 400;
}

.checkout_section .process_checkout {
    margin-top: 30px;
}

.service-list .list-group.service-list-group {
    max-height: 300px;
    overflow-y: auto;
    font-size: 18px;
    color: var(--navy);
}

.service-list .list-group.service-list-group .list-group-item {
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1.5px dashed #ddd;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 16px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-list .list-group.service-list-group .list-group-item:hover {
    border-bottom: 1.5px dashed var(--blue);
}

.service-list .list-group.service-list-group .list-group-item svg {
    width: 18px;
    height: 18px;
    fill: var(--navy);
}

.noresult {
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3f6ff, #ffffff);
    border: 1px solid rgba(32, 56, 117, 0.08);
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 16px;
    box-shadow: 0 12px 32px rgba(32, 56, 117, 0.08);
}

.noresult .noresult__badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(45, 112, 253, 0.12);
    display: grid;
    place-items: center;
    color: #2d70fd;
}

.noresult .noresult__badge svg {
    width: 28px;
    height: 28px;
}

.noresult .noresult__content {
    max-width: 360px;
    display: grid;
    gap: 8px;
}

.noresult .no_title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #21304d;
}

.noresult .no_details {
    margin: 0;
    color: #5c6a82;
    font-size: 15px;
    line-height: 1.5;
}

.noresult .noresult__cta {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #2d70fd;
    color: #ffffff;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.noresult .noresult__cta:hover {
    background: #1f5ae0;
    transform: translateY(-1px);
}

.modal .modal-body .post-job-options-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 20px;
}

.modal .modal-body .option-card {
    display: block;
    background: #f8f9fb;
    border-radius: 16px;
    padding: 28px 24px;
    text-decoration: none;
    color: inherit;
    transition: all .25s ease;
    border: 1px solid transparent;
    height: 100%;
    text-align: center;
    border-color: rgba(13, 110, 253, .2);
}

.modal .modal-body .option-card:hover {
    background: #fff;
    border-color: rgba(13, 110, 253, .2);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transform: translateY(-4px);
}

.modal .modal-body .option-card h4 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.modal .modal-body .option-card p {
    color: #6c757d;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.modal .modal-body .option-card .btn.btn-primary.btn-success {
    background: #2563eb;
    border-color: #2563eb;
}

.modal .modal-body .option-card .btn {
    pointer-events: none;
}

.modal .modal-body .option-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    text-align: center;
    margin: auto auto 18px auto;
}

.bg-primary-soft {
    background: rgba(13, 110, 253, 0.12);
}

.bg-success-soft {
    background: rgba(25, 135, 84, 0.12);
}

.categories-card {
    position: sticky;
    top: 90px;
}

.categories-card .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-card .category-list li {
    margin-bottom: 10px;
}

.categories-card .category-list .list-group-item a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    text-align: left;
    line-height: 23px;
    box-sizing: border-box;
    font-size: 16px;
    color: var(--navy);
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 24px;
    text-decoration: none;
    justify-content: space-between;
}

.categories-card .category-list .list-group-item a svg {
    visibility: hidden;
}

.categories-card .category-list .list-group-item:hover a svg {
    visibility: visible;
}

.categories-card .category-list .list-group-item:hover a {
    color: var(--blue);
    background-color: rgb(243, 247, 255);
    border-radius: 8px;
}

.fixed-service .card {
    border-radius: 1.2rem;
}

.categories-card .search-wrapper .input-group {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 8px;
    background: #f8f9fb;
    padding: 10px 25px;
    font-size: 13px;
    margin-bottom: 25px;
}

.categories-card .search-wrapper .form-control::placeholder {
    color: #c1c1c1;
    opacity: 1;
}

.categories-card .search-wrapper .form-control {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    color: var(--navy);
    font-weight: 400;
}

.categories-card .search-wrapper .input-group-text,
.categories-card .search-wrapper .btn-light {
    border: none;
    background: transparent;
    padding: 0;
    /* fill: #ddd; */
    color: #c0c0c0;
}

.categories-card .category-icon-wrapper img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(13, 110, 253, 0.22);
}

.stats-banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    background: linear-gradient(135deg, rgba(13, 110, 253, .12), rgba(102, 16, 242, .08));
    border-radius: 16px;
    padding: 16px 20px;
}

.stats-banner .stat-label {
    display: block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(15, 23, 42, 0.6);
}

.stats-banner .stat-value {
    font-weight: 600;
    font-size: 1.1rem;
}

.subcat-card {
    background: #f8f9fb;
    transition: all .2s ease;
}

.subcat-card:hover {
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transform: translateY(-3px);
}

.subcat-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.18);
}

.bg-soft-primary {
    background: rgba(13, 110, 253, .14);
}

.categories-card-header h3 {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -0.25px;
    font-weight: 700;
    color: var(--navy);
}

.categories-card-header p {
    color: rgb(6, 18, 87);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    margin: 8px 0;
}

.categories-details-item {
    margin-top: 30px;
}

.categories-details-item h3 {
    color: rgb(6, 18, 87);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.15px;
    margin: 0px 8px 0px 0px;
    font-weight: 500;
}

.categories-details-item p {
    color: rgb(56, 65, 121);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 8px 0px;
    font-weight: 400;
}

.categories-details-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    max-width: 100%;
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 281px;
}

.categories-details-item .subcat-card ul {
    margin-bottom: 16px;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    background: #fff;
}

.categories-details-item .subcat-card:hover {
    box-shadow: none;
    transform: none;
    background-color: unset;
}

.categories-details-item .subcat-card ul li {
    width: 48%;
    margin-bottom: 0px;
}

.categories-details-item .subcat-card ul li a {
    color: var(--blue);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

.category-toggle {
    display: none;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
}

/* 
.mobile_navigation {
    height: 55px;
    background: #fff;
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.16);
    display: none;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.bottom_nav {
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav_icon {
    width: 18px;
    height: 18px;
    color: #b0b0b0;
}

.nav_name {
    line-height: 16px;
    font-size: 11px;
    margin: 0px;
} */
.header-tow {
    margin-top: 90px;
    padding-top: 20px;
}

.address_card .add_lists .booking_text .address_title {
    color: var(--navy);
    margin: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.address_card .add_lists .booking_text .s_address {
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgb(84, 84, 84);
    word-break: break-word;
    white-space: break-spaces;
}

.address_card .add_lists .add_list input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--blue);
    border: none;
    cursor: pointer;
}

.address_card .add_lists .add_list {
    cursor: pointer;
}

.address_card .add_lists {
    height: 300px;
    overflow-y: auto;
}

.modal-content {
    max-height: unset !important;
}

.address_card .step-card .row_details {
    display: flex;
    width: 100%;
    align-items: center;
}

.address_card .step-card {
    padding: 16px;
    align-items: center;
    border-bottom: 1px solid var(--button-color);
}

.address_card .step-card .address_card_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_card .step-card .row_details .icon {
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address_card .step-card .row_details .icon svg {
    width: 20px;
    height: 20px;
    color: var(--navy);
}

.address_card .step-card .row_details .card_r {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    flex: 1;
}

.address_card .step-card .row_details .card_r .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 0;
    color: var(--navy);
}

.address_card .step-card .row_details .card_r .card_data {
    color: rgba(84, 84, 84, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.address_card .step-card .edit_btn {
    border: 1px solid rgba(227, 227, 227, 1.00);
    ;
    text-decoration: none;
    color: var(--navy);
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    padding: 8px 30px;
    background-color: #fff;
}

.address_card .step-card .amount_value {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0;
}

.payment-modern-ui .paymentMethod {
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    background: #f8faff;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.payment-modern-ui .paymentMethod .pay_desc {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-modern-ui .paymentMethod .pay_desc button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 10px;
}

.payment-modern-ui .paymentMethod:hover,
.payment-modern-ui .paymentMethod:focus-within {
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.15);
    border-color: rgba(13, 110, 253, 0.45);
    transform: translateY(-2px);
}

.payment-modern-ui .pay_details {
    min-width: 0;
}

.payment-modern-ui .pay_details .pay_name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
}

.payment-modern-ui .pay_desc button {
    border-radius: 999px;
    font-size: 0.8rem;
}

.c_head h3.c_title {
    letter-spacing: .03em;
    font-size: 1.35rem;
}

.checkout_section .paymentMethod .pay_icon {
    background-color: #365afa;
    padding: 10px 30px;
    border-radius: 30px;
    /* width: fit-content; */
    color: var(--white);
    cursor: pointer;
    margin: 20px 0px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.address-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(16, 39, 112, 0.15);
}

.address-modal__header {
    background: linear-gradient(135deg, #0d1f66, #3754d1);
    color: #fff;
    padding: 26px 28px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.address-modal__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.address-modal__header h5 {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 600;
}

.address-modal__header p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.address-modal__close {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
}

.address-modal__search {
    padding: 20px 28px 0;
}

.address-modal__search label {
    font-weight: 600;
    color: var(--navy);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.address-modal__search .search_box {
    position: relative;
    border: 1px solid rgba(16, 39, 112, 0.12);
    border-radius: 12px;
    background: #f7f8ff;
    padding: 0;
}

.address-modal__search .search_box .search_icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(16, 39, 112, 0.45);
}

.address-modal__search .search_box input {
    border: none;
    background: transparent;
    padding: 14px 18px 14px 44px;
    font-size: 16px;
}

.address-modal .modal-body {
    padding: 24px 28px 12px;
}

.address-modal .form-label {
    font-weight: 600;
    color: var(--navy);
}

.address-modal .form-control {
    border-radius: 12px;
    border: 1px solid rgba(16, 39, 112, 0.12);
    padding: 12px 14px;
    font-size: 16px;
}

.address-modal .form-control:focus {
    box-shadow: unset !important;
    border-color: var(--blue) !important;
}

.address-modal .modal-footer {
    border-top: none;
    padding: 0 28px 28px;
}

.address-modal .saveAddress {
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.time_selection .time-row {
    height: 300px;
    overflow-y: scroll;
}

.terms-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 20px 0px;
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verifieds_icons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.verifieds_icons img {
    width: 30px;
    height: 30px;
}

/* Address item dropdown button */
.address-item .dropdown .btn {
    padding: 5px 15px;
    transition: all 0.4s ease-in-out;
}

.address-item .dropdown .btn:focus-visible {
    color: var(--white);
    background-color: var(--navy);
    border-color: var(--navy);
    outline: 0;
    box-shadow: unset !important;
}

.address-item .dropdown .btn:active {
    color: var(--white);
    background-color: var(--navy);
    border-color: var(--navy);
    outline: 0;
    box-shadow: unset !important;
}

/* Address item dropdown button hover */
.address-item .dropdown .btn:hover {
    color: var(--white);
    background-color: var(--navy);
    border-color: var(--navy);
    outline: 0;
    box-shadow: unset !important;
}

.footer-bottoms .app-links {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.footer-bottoms .app-links a {
    display: block;
    width: fit-content;
}

.input-group.input-group-chat {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 80%;
}

.track-location-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.track-location-card .card-header {
    background: #061257;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 20px;
    justify-content: space-between;
}

.track-location-card .card-header span {
    font-weight: 400;
}

.track-location-card .badge.bg-success {
    background-color: rgba(40, 167, 69, 1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    width: fit-content;
    z-index: 5;
    position: relative;
}

.track-location-card #map {
    min-height: 350px;
    border-radius: 0 0 1rem 1rem;
}

.track-location-card #live-status {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.track-location-card .card-footer {
    background-color: var(--white);
    padding: 20px;
    border-top: 1px solid var(--button-color);
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--navy);
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    display: block;
}

.track-location-card .chat-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.track-location-card .chat-header .chat-back-btn {
    background: var(--white);
    border: none;
    border-radius: 5px;
    width: 36px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--navy);
    margin-right: 0px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    transition: background 0.2s;
}