.location_names {
    background: #0f6e56;
    padding: 35px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.location_names h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.location_names h1 a {
    background: #fff;
    font-size: 16px;
    color: #0f6e56;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 42px;
    border-radius: 6px;
    text-decoration: none;
}

.location_names h6 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
}

.service_categorie_list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.cate_servic_one {
    width: 15.5%;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.cate_servic_one a {
    text-decoration: none;
    color: inherit;
}
.cate_servic_one h6 {
    font-size: 14px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0;
    min-height: 54px;
    align-items: center;
    display: flex;
}

.cate_servic_one img {
    width: 100%;
    display: block;
}

/* ===== Service category slider (desktop + tablet) ===== */
.service_cate_slider_wrap {
    position: relative;
    margin-bottom: 15px;
}

/* owl init hote hi flex hat kar block layout */
.service_categorie_list.owl-carousel {
    display: block;
    gap: 0;
    flex-wrap: nowrap;
}

.service_categorie_list.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.service_categorie_list.owl-carousel .cate_servic_one {
    width: auto;
    margin: 0 7px;
}

/* Slider arrows */
.service_cate_slider_wrap .owl-controls {
    position: static;
}

.service_cate_slider_wrap .owl-controls .owl-buttons div {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #0f6e56;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    font-size: 15px;
    opacity: 1;
    margin: 0;
    padding: 0;
    z-index: 5;
}

.service_cate_slider_wrap .owl-controls .owl-buttons .owl-prev {
    left: -14px;
}

.service_cate_slider_wrap .owl-controls .owl-buttons .owl-next {
    right: -14px;
}

.service_cate_slider_wrap .owl-controls .owl-buttons div:hover {
    background: #0f6e56;
    color: #ffffff;
}

@media (max-width: 991px) {
    .service_cate_slider_wrap .owl-controls .owl-buttons .owl-prev {
        left: -8px;
    }
    .service_cate_slider_wrap .owl-controls .owl-buttons .owl-next {
        right: -8px;
    }
}

/* ===== Mobile: slider off, simple 2-column grid ===== */
@media (max-width: 767px) {
    .service_categorie_list {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .service_categorie_list .cate_servic_one {
        width: calc(32.5% - 5px);
        margin: 0;
    }
    .cate_servic_one h6{ font-size: 12px; padding: 10px 4px 10px 4px;}
    .service_cate_slider_wrap .owl-controls {
        display: none;
    }
}

/* ===== Today's Hot Deals — offer cards grid ===== */
.allcate_services {
    padding: 10px 0 40px 0;
}

.offer_limited {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.offer_limited .best_offer {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease;
}

.offer_limited .best_offer:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .10);
}

.offer_limited .offer_img img {
    height: 170px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

/* content niche tak stretch ho taaki sabhi Add button ek line me aayein */
.offer_limited .offer_content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.offer_limited .offer_content h4 {
    line-height: 1.35;
}

.offer_limited .packadd_price {
    margin-top: auto;
    gap: 10px;
}

.offer_limited .homeadd_serv {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .offer_limited {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .offer_limited {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .offer_limited {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .offer_limited .offer_img img {
        height: 130px;
    }
    .offer_limited .offer_content {
        padding: 12px 10px;
    }
    .offer_limited .offer_content h4 {
        font-size: 14px;
    }
    .offer_limited .packadd_price {
        margin: 10px 0 0 0;
        gap: 6px;
    }
    .offer_limited .packadd_price h6 {
        font-size: 15px;
    }
    .offer_limited .homeadd_serv {
        font-size: 13px;
        padding: 5px 9px;
    }
}

/* ===== Service detail side panel (right slide-in popup) ===== */
.offer_limited .offer_img a {
    display: block;
    cursor: pointer;
}

.model_background {
    background: transparent;
    padding-right: 0 !important;
}

.model_background .modal-dialog.modal_dialo_with {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    max-width: 430px;
    height: 100%;
    height: 100dvh;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
}

/* right se slide-in */
.model_background.fade .modal-dialog.modal_dialo_with {
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.model_background.show .modal-dialog.modal_dialo_with {
    transform: translateX(0);
}

.model_background .modal-content {
    background: #ffffff;
    border: none;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hero image */
.sd_hero {
    position: relative;
    flex: 0 0 auto;
    height: 230px;
    overflow: hidden;
    background: #eef2f1;
}

.sd_hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sd_close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    opacity: 1;
}

.sd_close:hover {
    background: #ffffff;
}

.sd_hero_badges {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sd_hero_badges .sd_time,
.sd_hero_badges .sd_save_pct {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sd_hero_badges .sd_time {
    background: rgba(255, 255, 255, .95);
    color: #333;
}

.sd_hero_badges .sd_save_pct {
    background: #16a560;
    color: #ffffff;
}

/* Scroll area */
.sd_scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 15px 0;
}

.sd_head {
    padding: 18px 18px 14px 18px;
    border-bottom: solid 1px #eeeeee;
}

.sd_head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px 0;
}

.sd_price_row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sd_price_row #sdOffer {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.sd_price_row del {
    font-size: 14px;
    color: #9ca3af;
}

.sd_save_amt {
    background: #e8f7ef;
    color: #16a560;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 6px;
}

.sd_offer_note {
    font-size: 13px;
    color: #16a560;
    font-weight: 500;
    margin: 6px 0 0 0;
}

.sd_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0 0;
}

.sd_tags span {
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
}

/* About + accordions */
.sd_about {
    padding: 18px 18px 0 18px;
}

.sd_about h6 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #6b7280;
    margin: 0 0 12px 0;
}

.sd_acc {
    border: solid 1px #e5e7eb;
    border-radius: 12px;
    margin: 0 0 12px 0;
    overflow: hidden;
    background: #fff;
}

.sd_acc_head {
    width: 100%;
    border: none;
    background: transparent;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    text-align: left;
}

.sd_acc_head:focus {
    outline: 1px dotted;
    outline: none;
}

.sd_acc_title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.sd_acc_arrow {
    font-size: 18px;
    color: #6b7280;
    transition: transform .25s ease;
}

.sd_acc_head.collapsed .sd_acc_arrow {
    transform: rotate(0deg);
}

.sd_acc_head[aria-expanded="true"] .sd_acc_arrow {
    transform: rotate(180deg);
}

.sd_acc_body {
    padding: 0 14px 14px 14px;
}

.sd_acc_body p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.sd_inc_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sd_inc_list li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.sd_inc_list li:last-child {
    margin-bottom: 0;
}

.sd_inc_list li::before {
    content: "\f058"; /* fa-check-circle */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #16a560;
    font-size: 15px;
}

/* Sticky footer */
.sd_footer {
    flex: 0 0 auto;
    padding: 12px 15px calc(12px + env(safe-area-inset-bottom)) 15px;
    border-top: solid 1px #eeeeee;
    background: #ffffff;
}

.sd_addcart {
    width: 100%;
    border: none;
    background: #0f6e56;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s ease;
}

.sd_addcart:hover {
    background: #0c5744;
}

@media (max-width: 575px) {
    .model_background .modal-dialog.modal_dialo_with {
        max-width: 100%;
    }
    .sd_hero {
        height: 200px;
    }
    .sd_head h3 {
        font-size: 18px;
    }
}

.new_custom_items {
    border-radius: 8px;
	background:#ffffff;
	margin-bottom: 10px;
	border: 1px solid rgb(237, 237, 237);
}

.mybooking_main {
    padding: 20px 0 40px 0;
    background: #ffffff;
}

.myOrders_head {
    margin: 0 auto;
    /* height: 98vh;
    overflow-x: hidden;
    overflow-y: auto;
	-ms-overflow-style: none;
    scrollbar-width: none; */
}
.booking_names {
    font-size: 20px;
    margin: 15px 0 14px 0;
    font-weight: 600;
    color: #333;
}

.mb-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.mb-card-item {
    width: 49%;
    cursor: pointer;
}

.myOrders_listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 0 0px 0;
    border-radius: 15px;
    min-height: 175px;
    background: #fff;
    border: solid 1px #dddddd;
    box-shadow: #ccc 0 0 2px;
}

.order_left_one {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}

.order_left_one h5 {
    font-size: 13px;
    margin: 0 0 0px 0;
    font-weight: 500;
    color: #5e6175;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_left_one h3 {
    background: #fffbeb;
    color: #78350f;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin: 0;
    width: 90px;
    text-align: center;
    border: solid 1px #fef3c7;
}

.order_left_one h4 {
    font-size: 16px;
    margin: 0 0 0px 0;
    font-weight: 600;
    color: #333;
    line-height: 20px;
}
.order_left_one h6 {
    font-size: 14px;
    margin: 0 0 0px 0;
    font-weight: 600;
    color: #0f6e56;
}
.order_left_one p {
    font-size: 13px;
    margin: 0 0 0px 0;
    font-weight: 500;
    color: #5e6175;
}

.mb-card-arrow {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 5px;
    color: #0f6e56;
    flex-shrink: 0;
    transition: color 0.18s;
    border-radius: 27px;
}
.mb-card-arrow svg {
    width: 18px;
    height: 18px;
}

.order_right_two {
    width: 30%;
    margin: 0 20px 0 0;
    height: 170px;
    overflow: hidden;
}
.order_right_two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px 0 0 15px;
}
.order_right_two a {
    background: #27b45c;
    text-align: center;
    display: block;
    margin: 12px 0 0 0;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 0 7px 0;
    border-radius: 19px;
    position: relative;
}

.request_left {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: solid 1px #ebebeb;
}


/** CONFIRM BOOKING OLD CSS **/

.confirmbooking_main * {
    box-sizing: border-box;
}

.confirmbooking_main {
    background: #f4faf8;
    min-height: 100vh;
    padding: 40px 0 60px;
}

/* ── SUCCESS HERO CARD ── */
.cb-hero-card {
    background: #fff;
    border: 1px solid #d6ede7;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    animation: cbSlideUp 0.5s ease both;
}

@keyframes cbSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cb-banner {
    background: #0f6e56;
    padding: 28px 28px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cb-banner::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    pointer-events: none;
}
.cb-banner::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    pointer-events: none;
}

.cb-check-ring {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cbPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
    position: relative;
    z-index: 1;
}
@keyframes cbPop {
    from {
        opacity: 0;
        transform: scale(0.3);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.cb-check-inner {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cb-check-inner svg {
    width: 22px;
    height: 22px;
}

.cb-banner h1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
.cb-banner p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.cb-order-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
}
.cb-order-badge small {
    opacity: 0.6;
    font-weight: 400;
    font-size: 11px;
}

/* ── BOOKING DETAILS ── */
.cb-details-body {
    padding: 28px 28px 8px;
}

.cb-section-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a9490;
    margin-bottom: 18px;
}

.cb-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px dashed #d6ede7;
    animation: cbFadeIn 0.4s ease both;
}
.cb-row:last-child {
    border-bottom: none;
}

@keyframes cbFadeIn {
    from {
        opacity: 0;
        transform: translateX(-6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.cb-row:nth-child(1) {
    animation-delay: 0.25s;
}
.cb-row:nth-child(2) {
    animation-delay: 0.32s;
}
.cb-row:nth-child(3) {
    animation-delay: 0.38s;
}
.cb-row:nth-child(4) {
    animation-delay: 0.44s;
}
.cb-row:nth-child(5) {
    animation-delay: 0.5s;
}
.cb-row:nth-child(6) {
    animation-delay: 0.56s;
}

.cb-row-icon {
    width: 36px;
    height: 36px;
    background: #f0faf6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cb-row-icon svg {
    width: 15px;
    height: 15px;
    color: #0f6e56;
}

.cb-row-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #7a9490;
    margin-bottom: 3px;
}
.cb-row-val {
    font-size: 14px;
    font-weight: 500;
    color: #0e1c18;
    line-height: 1.45;
}
.cb-row-val.cb-green {
    color: #0f6e56;
    font-weight: 700;
}

.cb-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.cb-pill-confirmed {
    background: #e1f5ee;
    color: #0f6e56;
}
.cb-pill-pending {
    background: #fff8e7;
    color: #854f0b;
}

/* ── NOTE STRIP ── */
.cb-note {
    margin: 4px 28px 24px;
    background: #f0faf6;
    border: 1px solid #d6ede7;
    border-radius: 12px;
    padding: 11px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12.5px;
    color: #3a4d46;
    line-height: 1.55;
}
.cb-note svg {
    width: 15px;
    height: 15px;
    color: #0f6e56;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── RIGHT COLUMN ── */

/* Payment card */
.cb-pay-card {
    background: #fff;
    border: 1px solid #d6ede7;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    animation: cbSlideUp 0.5s ease 0.15s both;
}
.cb-pay-header {
    background: #25333a;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cb-pay-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}
.cb-pay-tag {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    padding: 3px 10px;
    border-radius: 20px;
}
.cb-pay-body {
    padding: 18px 20px;
}

.cb-pay-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    font-size: 13.5px;
    border-bottom: 1px solid #eef7f3;
}
.cb-pay-row:last-of-type {
    border-bottom: none;
}
.cb-pay-row .lbl {
    color: #7a9490;
}
.cb-pay-row .val {
    font-weight: 500;
    color: #0e1c18;
}
.cb-pay-row .val del {
    color: #c0392b;
    font-weight: 400;
    font-size: 12.5px;
}

.cb-pay-total {
    margin-top: 12px;
    background: #f0faf6;
    border: 1px solid #d6ede7;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cb-pay-total .lbl {
    font-size: 13px;
    font-weight: 600;
    color: #0e1c18;
}
.cb-pay-total .amount {
    font-size: 24px;
    font-weight: 700;
    color: #0f6e56;
    letter-spacing: -0.02em;
}

.cb-savings {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #0f6e56;
    font-weight: 600;
}
.cb-savings span {
    background: #e1f5ee;
    padding: 4px 12px;
    border-radius: 20px;
}

/* App card */
.cb-app-card {
    background: #25333a;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    animation: cbSlideUp 0.5s ease 0.25s both;
}
.cb-app-card::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255 255 255 / 15%);
    pointer-events: none;
}
.cb-app-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.cb-app-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 14px;
    line-height: 1.5;
}
.cb-app-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cb-app-btn {
    flex: 1;
    min-width: 120px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s;
}
.cb-app-btn:hover {
    background: rgba(255, 255, 255, 0.14);
}
.cb-app-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.cb-app-btn .t1 {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
}
.cb-app-btn .t2 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

/* Action buttons */
.cb-btn-primary {
    display: block;
    width: 100%;
    padding: 13px;
    margin-bottom: 10px;
    background: #0f6e56;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    transition:
        background 0.18s,
        transform 0.15s;
}
.cb-btn-primary:hover {
    background: #085041;
    transform: translateY(-1px);
    color: #fff;
}

.cb-btn-secondary {
    display: block;
    width: 100%;
    padding: 12px;
    background: transparent;
    color: #3a4d46;
    border: 1px solid #d6ede7;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.18s;
}
.cb-btn-secondary:hover {
    background: #fff;
    color: #0e1c18;
}

/* Confetti */
.cb-confetti-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 9999;
    height: 0;
}
.cb-piece {
    position: absolute;
    border-radius: 2px;
    opacity: 0;
    animation: cbFall 1.6s ease-in forwards;
}
@keyframes cbFall {
    0% {
        opacity: 1;
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateY(100vh) rotate(720deg);
    }
}


.viewmy_bookings_main{
    padding: 50px 0;
    background: #f5f5f5;
}

/** CONFIRM BOOKING OLD CSS **/

.taxes-and-fee{}
.fee-content-bg{ background: #fff; border-radius: 15px}

.taxes-levied h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 15px 0;
    color: #000;
}
.taxes-levied p {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
    line-height: 20px;
    margin: 0 0 30px 0;
}
.taxes-levied h6 {
    background: #0f6e56;
    text-align: center;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    margin: 0 0 0 0;
}
.changeclose_btn {
    display: inline-block;
    line-height: 26px;
    background: #ffffff;
    color: #0a0a0a;
    border-radius: 27px;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 1;
    padding: 5px 0 5px 0;
}


.cancellation-content {
    background: #fff;
	border-radius: 15px
}
.policy-levie h6 {
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.policy-levie h5 {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
    font-weight: 400;
    border-bottom: dashed 1px #ddd;
    padding: 0 0 15px 0px;
}
.policy-levie h4 {
    font-size: 14px;
    margin: 0 0 25px 0;
    font-weight: 400;
    background: #f3fff4;
    padding: 10px 10px 10px 10px;
    color: #181818;
    border: solid 1px #6acf8f42;
    border-radius: 7px;
}
.policy-levie h4 img {
    width: 16px;
    margin: -4px 2px 0 0;
}

.policy-levie h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.policy-levie p {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.policy-levie a {
    background: #0f6e56;
    text-align: center;
    font-size: 16px;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
    cursor: pointer;
    color: #ffffff;
    margin: 0 0 0 0;
    display: block;
    text-decoration: none;
}

/** CONFIRM BOOKING LOADER **/

.spinner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	top:0;
	left:0;
}

.loader-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 44px 35px 40px;
    text-align: center;
    width: 320px;
}

.house-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    position: relative;
}

.ripple-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #0f6e56;
    animation: rippleOut 1.8s ease-out infinite;
    opacity: 0;
}

.ripple:nth-child(1) {
    width: 72px;
    height: 72px;
    animation-delay: 0s;
}
.ripple:nth-child(2) {
    width: 54px;
    height: 54px;
    animation-delay: 0.3s;
}
.ripple:nth-child(3) {
    width: 36px;
    height: 36px;
    animation-delay: 0.6s;
}

@keyframes rippleOut {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.center-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f6e56;
    position: relative;
    z-index: 2;
    animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.loader-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.loader-sub {
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
    line-height: 1.5;
}

.progress-bar-wrap {
    background: #e1f5ee;
    border-radius: 8px;
    height: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}

.progress-bar-fill {
    height: 100%;
    border-radius: 8px;
    background: #0f6e56;
    animation: progressFlow 2s ease-in-out infinite;
    width: 0%;
}

@keyframes progressFlow {
    0% {
        width: 0%;
        margin-left: 0;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

.steps {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.step-pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.step-pill.done {
    background: #e1f5ee;
    color: #0f6e56;
}
.step-pill.active {
    background: #0f6e56;
    color: #fff;
    animation: stepPulse 1s ease infinite;
}
.step-pill.pending {
    background: #f5f5f5;
    color: #aaa;
}

@keyframes stepPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.step-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.done .step-dot {
    background: #0f6e56;
}
.active .step-dot {
    background: #fff;
}
.pending .step-dot {
    background: #ccc;
}

.warning-strip {
    margin-top: 18px;
    background: #fff8e7;
    border: 1px solid #fac775;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    color: #854f0b;
}

.warn-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: #854f0b;
}

.partner_conditions {
    padding: 40px 0;
    background: #f9f9f9;
}
.relationship_terms {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.relationship_terms h1 {
    text-align: center;
    color: #222;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
}
.relationship_terms p {
    font-size: 15px;
    margin: 0 0 15px 0;
    color: #333;
    line-height: 24px;
}
.relationship_terms h2 {
    color: #2196F3;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.relationship_terms h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.relationship_terms ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}
.relationship_terms ul li {
    font-size: 15px;
    color: #333;
    line-height: 28px;
}


.card-sere-one {
    padding: 2rem 1rem;
    text-align: center;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

  .icon-circle-sere {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f0faf5;
    border: 1px solid #d1f0e2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
  }

  .icon-circle-sere i {
    font-size: 32px;
    color: #34a874;
  }

  .card-sere-one h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
  }

  .card-sere-one .subtitle {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .card-sere-one .subtitle b {
    color: #111827;
    font-weight: 600;
  }

  .notify-box-twos {
    background: #f0faf5;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  .notify-box-twos i {
    font-size: 20px;
    color: #0f6e56;
    flex-shrink: 0;
  }

  .notify-box-twos p {
    font-size: 14px;
    color: #0f6e56;
    line-height: 1.5;
	margin:0;
  }

  .btn-row-founds {
    display: flex;
    gap: 8px;
  }

  .btn-row-founds .btn {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    transition: background 0.15s;
  }

  .btn-row-founds .btn:hover { background: #f9fafb; }

  .btn-row-founds .btn.primary {
    background: #0f6e56;
    color: #fff;
    border-color: #0f6e56;
  }
  .btn-row-founds .btn.primary:hover { background: #1254a3; }


/* ══════════════════════════════════════════════════════════
   VIEW BOOKING  (view-booking.php)
   ══════════════════════════════════════════════════════════ */
.viewmy_bookings_main{ background:#f4f6f8; padding:24px 0 40px; }

.vb-card{
	background:#fff;
	border:1px solid #eceff2;
	border-radius:16px;
	box-shadow:0 1px 3px rgba(16,24,40,.05);
	padding:18px;
	margin-bottom:14px;
}
.vb-card-title{
	display:block;
	font-size:11px;
	font-weight:700;
	letter-spacing:.9px;
	color:#98a2b3;
	margin:0 0 16px 0;
}

/* ── Summary card ── */
.vb-summary{ padding:0; overflow:hidden; }
.vb-summary-top{ display:flex; gap:14px; padding:18px; }

.vb-thumb{
	flex:0 0 64px;
	width:64px; height:64px;
	border-radius:12px;
	overflow:hidden;
	background:#f0faf6;
}
.vb-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

.vb-summary-info{ flex:1 1 auto; min-width:0; }
.vb-summary-info h3{
	font-size:17px; font-weight:700; color:#0e1c18;
	margin:0 0 3px 0; line-height:1.3;
}
.vb-more{
	display:inline-block; vertical-align:middle;
	font-size:11px; font-weight:700; color:#0f6e56;
	background:#e1f5ee; padding:2px 8px; border-radius:20px; margin-left:4px;
}
.vb-code{ display:block; font-size:12px; color:#98a2b3; font-weight:500; margin-bottom:10px; }

.vb-pills{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:10px; }
.vb-pill{
	display:inline-flex; align-items:center; gap:6px;
	font-size:11px; font-weight:700; letter-spacing:.4px;
	padding:5px 11px; border-radius:20px; white-space:nowrap;
}
.vb-dot{ width:6px; height:6px; border-radius:50%; background:currentColor; }

.vb-status{ background:#fff8e7; color:#854f0b; }
.vb-status-confirmed{ background:#e8f1ff; color:#1a4fa0; }
.vb-status-completed{ background:#e1f5ee; color:#0f6e56; }
.vb-status-cancelled{ background:#fdeceb; color:#b42318; }

.vb-pay{ background:#eef2f6; color:#475467; font-weight:600; letter-spacing:0; }

.vb-subline{ font-size:13px; color:#667085; margin:0; line-height:1.5; }

/* kebab */
.vb-menu{ position:relative; flex:0 0 auto; }
.vb-menu-btn{
	background:none; border:0; padding:4px;
	color:#98a2b3; cursor:pointer; line-height:0; border-radius:6px;
}
.vb-menu-btn:hover{ background:#f4f6f8; color:#475467; }
.vb-menu-btn svg{ width:18px; height:18px; }
.vb-menu-list{
	display:none; position:absolute; right:0; top:30px; z-index:20;
	min-width:150px; background:#fff;
	border:1px solid #eceff2; border-radius:10px;
	box-shadow:0 8px 24px rgba(16,24,40,.12); padding:6px;
}
.vb-menu.open .vb-menu-list{ display:block; }
.vb-menu-list a{
	display:block; padding:8px 10px; border-radius:7px;
	font-size:13px; color:#344054; text-decoration:none;
}
.vb-menu-list a:hover{ background:#f4f6f8; color:#0f6e56; }

.vb-summary-foot{
	display:flex; align-items:center; justify-content:space-between;
	gap:12px; background:#f7f9fa; border-top:1px solid #eceff2;
	padding:14px 18px;
}
.vb-foot-lbl{ display:block; font-size:10px; font-weight:700; letter-spacing:.9px; color:#98a2b3; margin-bottom:2px; }
.vb-foot-amt{ font-size:22px; font-weight:800; color:#0e1c18; }
.vb-foot-note{ font-size:13px; font-weight:600; color:#854f0b; text-align:right; }

/* ── Progress tracker ── */
.vb-steps{ display:flex; padding:0 4px 4px; }
.vb-step{ flex:1 1 0; position:relative; text-align:center; }

/* connector line */
.vb-step:not(:first-child):before{
	content:''; position:absolute; top:13px; right:50%;
	width:100%; height:2px; background:#e4e7ec;
}
.vb-step.is-done:before,
.vb-step.is-active:before{ background:#0f6e56; }

.vb-step-mark{
	position:relative; z-index:2;
	display:flex; align-items:center; justify-content:center;
	width:28px; height:28px; margin:0 auto 8px;
	border-radius:50%; background:#f2f4f7;
	border:2px solid #e4e7ec; color:#fff;
	transition:all .25s ease;
}
.vb-step-mark svg{ width:14px; height:14px; }

.vb-step.is-done .vb-step-mark{ background:#0f6e56; border-color:#0f6e56; }
.vb-step.is-active .vb-step-mark{
	background:#fff; border-color:#0f6e56;
	box-shadow:0 0 0 4px rgba(15,110,86,.14);
}
.vb-step.is-active .vb-step-mark:after{
	content:''; width:10px; height:10px; border-radius:50%; background:#0f6e56;
}
.vb-step.is-todo .vb-step-mark:after{
	content:''; width:8px; height:8px; border-radius:50%; background:#d0d5dd;
}

.vb-step-lbl{ font-size:12px; color:#98a2b3; font-weight:500; }
.vb-step.is-done .vb-step-lbl{ color:#475467; }
.vb-step.is-active .vb-step-lbl{ color:#0f6e56; font-weight:700; }

/* ── Notice strip ── */
.vb-note{
	display:flex; align-items:center; justify-content:center; gap:9px;
	padding:15px; border-radius:14px;
	font-size:14px; font-weight:600; margin-bottom:14px;
}
.vb-note svg{ width:18px; height:18px; flex:0 0 18px; }
.vb-note-wait{   background:#fff8e7; color:#854f0b; border:1px solid #f6e2b8; }
.vb-note-done{   background:#e1f5ee; color:#0f6e56; border:1px solid #d6ede7; }
.vb-note-cancel{ background:#fdeceb; color:#b42318; border:1px solid #f5d3d0; }

/* ── Detail rows ── */
.vb-row{ display:flex; align-items:flex-start; gap:12px; padding:12px 0; border-top:1px solid #f2f4f7; }
.vb-row:first-of-type{ border-top:0; padding-top:0; }
.vb-row-ico{
	flex:0 0 34px; width:34px; height:34px; border-radius:9px;
	background:#f0faf6; color:#0f6e56;
	display:flex; align-items:center; justify-content:center;
}
.vb-row-ico svg{ width:17px; height:17px; }
.vb-row-txt{ flex:1 1 auto; min-width:0; }
.vb-row-lbl{ display:block; font-size:11px; color:#98a2b3; font-weight:600; margin-bottom:3px; }
.vb-row-txt strong{ font-size:14px; color:#0e1c18; font-weight:600; line-height:1.5; }
.vb-row-call{
	flex:0 0 auto; align-self:center;
	font-size:12px; font-weight:700; color:#0f6e56;
	border:1px solid #d6ede7; background:#f0faf6;
	padding:6px 14px; border-radius:20px; text-decoration:none;
}
.vb-row-call:hover{ background:#0f6e56; color:#fff; text-decoration:none; }

/* ── Bill ── */
.vb-bill{
	display:flex; align-items:center; justify-content:space-between;
	gap:12px; font-size:14px; color:#475467; padding:7px 0;
}
.vb-bill em{ font-style:normal; color:#98a2b3; font-size:13px; }
.vb-bill s{ color:#98a2b3; }
.vb-free{ color:#0f6e56; font-size:11px; font-weight:800; letter-spacing:.4px; }
.vb-bill-total{
	border-top:1px dashed #e4e7ec; margin-top:6px; padding-top:12px;
	font-size:16px; font-weight:800; color:#0e1c18;
}
.vb-paymode{
	display:flex; align-items:center; justify-content:space-between; gap:12px;
	margin-top:14px; padding:11px 14px;
	background:#f7f9fa; border-radius:10px;
	font-size:13px; color:#475467;
}
.vb-paymode-tag{
	font-size:11px; font-weight:700; letter-spacing:.4px;
	padding:4px 10px; border-radius:20px;
	background:#fff8e7; color:#854f0b;
}
.vb-paymode-tag.is-paid{ background:#e1f5ee; color:#0f6e56; }

/* ── Actions ── */
.vb-actions{ display:flex; gap:10px; margin-top:18px; }
.vb-btn{
	flex:1 1 0; text-align:center; text-decoration:none;
	padding:13px 16px; border-radius:12px;
	font-size:14px; font-weight:700;
}
.vb-btn-ghost{ background:#fff; border:1px solid #e4e7ec; color:#475467; }
.vb-btn-ghost:hover{ background:#f7f9fa; color:#0e1c18; text-decoration:none; }
.vb-btn-solid{ background:#0f6e56; border:1px solid #0f6e56; color:#fff; }
.vb-btn-solid:hover{ background:#0b5642; color:#fff; text-decoration:none; }


/* Mobile (up to 767px) */
@media (max-width: 767px) {
	
.location_names{ padding: 12px 10px; margin-bottom: 10px;}
.location_names h4{ font-size: 14px; margin: 0 0 10px 0; border-bottom: dashed 1px #ddd; padding: 0 0 10px 0;}
.location_names h4 span{ font-size: 13px; }
.location_names h3{ font-size: 14px; margin: 0 0 5px 0;}
.new_custom_items{ margin-bottom: 10px;}
.mybooking_main{ padding: 15px 0 15px 0;}	
.download_app_me{ display:none;}
.myOrders_head{ width: 100%;}
.confirmbooking_main{ padding: 10px 0; }
.cb-details-body{ padding: 28px 20px 8px;}
.cb-banner{ padding: 15px 15px 20px;}
.cb-check-inner{ width: 30px; height: 30px; }
.cb-check-ring{ width: 50px; height: 50px; margin: 0 auto 12px;}
.cb-banner h1{ font-size: 18px; letter-spacing: 0;}
.cb-banner p{ font-size: 13px;}
.cb-note{ margin: 4px 20px 24px;}
.mb-card-item { width: 100%;}
.myOrders_listing{ min-height: 146px; margin: 0 0 0 0;}
.order_right_two{ height: 165px;}
.order_left_one{ gap: 8px 0;}
.order_left_one h5{ font-size: 11px; margin: 0 0 0px 0;}
.order_left_one h4{ font-size: 14px; margin: 0 0 0px 0;}
.order_left_one h6{ font-size: 12px; margin: 0 0 0px 0;}
.order_left_one p{ font-size: 11px;}

/* View booking */
.viewmy_bookings_main{ padding:14px 0 24px; }
.vb-card{ padding:15px; border-radius:14px; }
.vb-summary{ padding:0; }
.vb-summary-top{ padding:15px; gap:11px; }
.vb-thumb{ flex:0 0 54px; width:54px; height:54px; }
.vb-summary-info h3{ font-size:15px; }
.vb-summary-foot{ padding:12px 15px; }
.vb-foot-amt{ font-size:19px; }
.vb-foot-note{ font-size:12px; }
.vb-step-lbl{ font-size:10px; }
.vb-step-mark{ width:24px; height:24px; }
.vb-step:not(:first-child):before{ top:11px; }
.vb-note{ font-size:13px; padding:13px; }
.vb-row-txt strong{ font-size:13px; }
.vb-bill{ font-size:13px; }
.vb-bill-total{ font-size:15px; }
.vb-btn{ font-size:13px; padding:12px 10px; }

.location_names h1{ font-size: 18px; margin: 0 0 5px 0;}
.location_names h6{ font-size: 11px;}
.location_names h1 a{ right: 25px; top: 16px; font-size: 12px;}

}


/* ══ Service Content Master ka editorial content (service.php) ══════════
   Ek premium "editorial card" — site ke green (#0f6e56) par hi bana hai,
   isliye baaki page ke saath ek hi family ka lagta hai.                  */
.seo_content_box{
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdfd 100%);
    border: 1px solid #ebefed;
    border-radius: 16px;
    padding: 42px 46px 38px 46px;
    margin: 15px 0 35px 0;
    color: #4b5350;
    font-size: 15.5px;
    line-height: 1.9;
    letter-spacing: 0.1px;
    box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 18px 40px -16px rgba(15,110,86,.14);
    overflow: hidden;
}

/* Upar patli green strip — card ko "branded" feel deti hai */
.seo_content_box:before{
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #0f6e56 0%, #2f9e7d 40%, rgba(15,110,86,0) 100%);
}

/* Peeche halka sa green glow — flat safedi todta hai */
.seo_content_box:after{
    content: "";
    position: absolute;
    right: -90px; top: -90px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15,110,86,.055) 0%, rgba(15,110,86,0) 70%);
    pointer-events: none;
}

.seo_content_box > *{ position: relative; z-index: 1; }

/* ── Title ───────────────────────────────────────────────────────────── */
.seo_content_box .seo_content_title{
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    color: #0f6e56;
    letter-spacing: -0.3px;
    margin: 0 0 22px 0;
    padding: 0;
    border: 0;
}
/* Poori chaudai ki line ki jagah chhota accent — zyada premium lagta hai */
.seo_content_box .seo_content_title:after{
    content: "";
    display: block;
    width: 58px; height: 3px;
    margin-top: 16px;
    border-radius: 3px;
    background: linear-gradient(90deg, #0f6e56 0%, #45c39b 100%);
}

/* ── Body ────────────────────────────────────────────────────────────── */
/* Pehla paragraph "lead" hota hai — thoda bada aur gehra */
.seo_content_box > p:first-of-type{
    font-size: 16.5px;
    line-height: 1.85;
    color: #3c4441;
}
.seo_content_box p{ margin: 0 0 16px 0; }
.seo_content_box p:last-child{ margin-bottom: 0; }

.seo_content_box h2{
    font-size: 21px;
    font-weight: 650;
    color: #123c31;
    letter-spacing: -0.2px;
    margin: 30px 0 12px 0;
}
.seo_content_box h3{
    font-size: 18px;
    font-weight: 600;
    color: #123c31;
    margin: 24px 0 10px 0;
}
.seo_content_box h4{
    font-size: 16px;
    font-weight: 600;
    color: #123c31;
    margin: 20px 0 8px 0;
}
.seo_content_box h2:first-child,
.seo_content_box h3:first-child,
.seo_content_box h4:first-child{ margin-top: 0; }

/* Keyword bold — theme green me, taaki nazar wahin jaye */
.seo_content_box strong,
.seo_content_box b{ color: #0f6e56; font-weight: 600; }

/* Bullets ki jagah green tick */
.seo_content_box ul{ list-style: none; margin: 0 0 18px 0; padding: 0; }
.seo_content_box ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.seo_content_box ul li:before{
    content: "";
    position: absolute;
    left: 0; top: 10px;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #0f6e56;
    box-shadow: 0 0 0 4px rgba(15,110,86,.12);
}
.seo_content_box ol{ margin: 0 0 18px 20px; padding: 0; }
.seo_content_box ol li{ margin-bottom: 10px; padding-left: 4px; }
.seo_content_box ol li::marker{ color: #0f6e56; font-weight: 600; }

.seo_content_box a{
    color: #0f6e56;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(15,110,86,.3);
    transition: border-color .2s ease;
}
.seo_content_box a:hover{ border-bottom-color: #0f6e56; }

.seo_content_box blockquote{
    margin: 22px 0;
    padding: 4px 0 4px 22px;
    border-left: 3px solid #0f6e56;
    color: #3c4441;
    font-style: italic;
}

.seo_content_box img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 8px 0;
}

.seo_content_box table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 20px 0;
    border: 1px solid #e8ecea;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14.5px;
}
.seo_content_box table th{
    background: #f4f8f7;
    color: #123c31;
    font-weight: 600;
    text-align: left;
}
.seo_content_box table td,
.seo_content_box table th{ padding: 12px 16px; border-bottom: 1px solid #eef1f0; }
.seo_content_box table tr:last-child td{ border-bottom: 0; }

/* ── Mobile ──────────────────────────────────────────────────────────── */
@media (max-width: 767px){
    .seo_content_box{
        padding: 26px 20px 24px 20px;
        border-radius: 12px;
        font-size: 14.5px;
        line-height: 1.8;
        margin: 8px 0 22px 0;
    }
    .seo_content_box:after{ right: -70px; top: -70px; width: 180px; height: 180px; }
    .seo_content_box .seo_content_title{ font-size: 20px; margin-bottom: 16px; }
    .seo_content_box .seo_content_title:after{ margin-top: 12px; width: 46px; }
    .seo_content_box > p:first-of-type{ font-size: 15px; }
    .seo_content_box h2{ font-size: 18px; margin-top: 24px; }
    .seo_content_box h3{ font-size: 16px; }
    .seo_content_box h4{ font-size: 15px; }
}


/* ══ Coupon — checkout-payment.php ═══════════════════════════════════════
   Apply hone par chhota sa celebration: chip par shine chalti hai, upar
   se taare nikalte hain, aur discount ka amount ek baar uchhal kar aata
   hai. Sab CSS se — koi library nahi.                                    */
.pd-coupon-applied{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #eaf6f1 0%, #dcefe6 100%);
    border: 1px dashed #0f6e56;
    border-radius: 8px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 2px 10px -4px rgba(15,110,86,.35);
}

/* Chip ke upar se guzarti hui roshni */
.pd-coupon-applied:before{
    content: "";
    position: absolute;
    top: 0; left: -60%;
    width: 45%; height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: pdShine 3s ease-in-out .3s infinite;
    pointer-events: none;
}
@keyframes pdShine{
    0%   { left: -60%; }
    55%  { left: 120%; }
    100% { left: 120%; }
}

.pd-coupon-applied .pd-cp-left{ position: relative; z-index: 1; font-size: 13px; color: #0f6e56; line-height: 1.45; }
.pd-coupon-applied .pd-cp-code{
    font-family: monospace;
    font-weight: 700;
    letter-spacing: .3px;
    background: #0f6e56;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 12px;
}
.pd-coupon-applied .pd-cp-note{ display:block; font-size: 11px; color: #4b7a6c; margin-top: 3px; }
.pd-coupon-applied .pd-cp-remove{
    position: relative; z-index: 1;
    font-size: 12px; color: #c0392b;
    text-decoration: underline; white-space: nowrap;
}

/* Apply ke turant baad — chip halka sa uchhalta hai */
.pd-coupon-pop{ animation: pdChipPop .5s cubic-bezier(.2,.9,.3,1.5) both; }
@keyframes pdChipPop{
    0%   { transform: scale(.92); opacity: 0; }
    60%  { transform: scale(1.03); }
    100% { transform: scale(1); opacity: 1; }
}

/* Taare — sirf apply ke waqt ek baar */
.pd-sparks{ position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.pd-spark{
    position: absolute;
    font-size: 13px;
    color: #0f6e56;
    opacity: 0;
    animation: pdSpark 1.5s ease-out forwards;
}
@keyframes pdSpark{
    0%   { opacity: 0; transform: translateY(8px)   scale(.3) rotate(0deg); }
    20%  { opacity: 1; }
    100% { opacity: 0; transform: translateY(-30px) scale(1.2) rotate(150deg); }
}

/* Discount ka amount ek baar uchhal kar aaye */
.pd-discount-pop{ display: inline-block; animation: pdAmtPop .6s cubic-bezier(.2,.9,.3,1.5) both .15s; }
@keyframes pdAmtPop{
    0%   { transform: scale(.7); opacity: 0; }
    60%  { transform: scale(1.12); }
    100% { transform: scale(1); opacity: 1; }
}

/* Jinko animation se dikkat hoti hai unke liye sab band */
@media (prefers-reduced-motion: reduce){
    .pd-coupon-applied:before,
    .pd-coupon-pop,
    .pd-spark,
    .pd-discount-pop{ animation: none; }
    .pd-spark{ display: none; }
}
