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

.qty-wrapper input {
    width: 60px;
    text-align: center;
}

.cart-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:20px;
}
.cart-table th,
.cart-table td{
    border:1px solid #ddd;
    padding:10px;
}
.cat-title{
    margin-top:30px;
}

.service-cart{
    display:flex;
}

.applied{
    background-color: #b3dfc8!important;
}

.service-review-form{
    max-width:500px;
    background:#fff;
    padding:20px;
    border-radius:10px;
}

.review-field{
    margin-bottom:15px;
}

.review-field input,
.review-field textarea,
.review-field select{
    width:100%;
    padding:8px;
}

.review-container {
    max-width: 700px;
    margin: 40px auto;
    font-family: "Alata", Sans-serif;
}

.review-summary h1 {
    font-size: 48px;
    margin: 0;
}

.review-summary p {
    color: gray;
    margin-bottom: 20px;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.rating-row span {
    width: 50px;
}

.progress-bar {
    flex: 1;
    background: #eee;
    height: 8px;
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
}

.progress {
    background: black;
    height: 100%;
}

.review-list {
    margin-top: 40px;
}

.review-card {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

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

.badge {
    background: #8F2C80;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
}

.change-my-pin{
    margin-left:10px;
}

/* Thank you message */
.thankyou-section {
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            /* background: linear-gradient(to bottom, #f39c3d, #f7e6d0); */
        }

        .thankyou-section .content h1 {
            font-size: 120px;
            font-weight: 600;
            color: #000;
            margin-bottom: 20px;
        }

        .thankyou-section .content p {
            font-size: 20px;
            color: #444;
            margin-bottom: 40px;
        }

        .thankyou-section .btn {
            display: inline-block;
            padding: 15px 60px;
            /* background-color: #f28c28; */
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            letter-spacing: 1px;
            transition: 0.3s ease;
        }

        .thankyou-section .action-buttons{
            display: flex;
            justify-content: center;
            gap: 20px; /* space between buttons */
            width: 400px;
            margin: 0 auto;
        }

        /* .thankyou-section .btn:hover {
            background-color: #e67e22;
        } */

/* Cart/Checkout slot popup  */
/* overlay */

.checkout-field .slot-preview{ margin-top:10px; }

/* main row */
.checkout-field .slot-preview .slot-summary{
  display:flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 14px 16px;
  background:#fff;
  box-sizing: border-box;
}

/* left area */
.checkout-field .slot-preview .slot-summary-left{
  flex: 1 1 auto;
  min-width: 0;
}

.checkout-field .slot-preview .slot-summary-title{
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color:#111;
}

.checkout-field .slot-preview .slot-summary-lines{
  font-size: 14px;
  color:#444;
  line-height: 1.6;
}

/* lines */
.checkout-field .slot-preview .slot-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.checkout-field .slot-preview .slot-line.is-empty{ color:#999; }

/* right area */
.checkout-field .slot-preview .slot-summary-right{
  flex: 0 0 auto;
  display:flex;
  align-items:center;
}

/* edit button */
.checkout-field .slot-preview .slot-edit-btn{
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  color: #831E74;
  background: #E6C3E1;
}
.slot-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.slot-modal-content {
    position: relative;
    background: #fff;
    max-width: 600px;
    margin: 80px auto;
    padding: 20px;
    border-radius: 8px;
}

.slot-modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none!important;
    border: none!important;
    font-size: 26px!important;
    cursor: pointer!important;
    line-height: 1; 
    color: #000!important;    

}
.timeslot-modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none!important;
    border: none!important;
    font-size: 26px!important;
    cursor: pointer!important;
    line-height: 1; 
    color: #000!important;    

}
.slot-modal{   

    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:rgba(0,0,0,0.5);

    display:none;
    justify-content:center;
    align-items:center;

    z-index:9999;
}

/* popup box */
.slot-modal-content{
    background:#fff;
    padding:25px;
    width:400px;
    max-width:95%;
    border-radius:10px;
    box-shadow:0 10px 40px rgba(0,0,0,0.2);
}

/* Overlay/modal base (optional) */
.slot-modal{
  position: fixed;
  inset: 0;
  display: none; /* show when open */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.45);
  z-index: 9999;
}

.slot-modal.is-open{ display:flex; }

.slot-modal-content{
  width: min(860px, 92vw);
  background: #fff;
  border-radius: 18px;
  padding: 26px 26px 18px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.timeslot-modal-close{
  position: absolute;
  right: 18px;
  top: 14px;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
/* Close */
.slot-modal-close{
  position: absolute;
  right: 18px;
  top: 14px;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

/* Title */
.slot-title{
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 18px;
}

/* Cards list */
.slot-list{
  display:flex;
  flex-direction: column;
  gap: 18px;
}

/* Card */
.slot-card{
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 18px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
}

.slot-left{ min-width:0; }
.slot-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.slot-sub{
  font-size: 14px;
  color:#666;
  margin-bottom: 8px;
}
.slot-time{
  font-size: 15px;
  font-weight: 600;
  color: #831E74;
}
.slot-time.is-empty{ color:#831E74; font-weight:600; }

/* Right button */
.slot-btn{
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 800;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.slot-btn-outline{ background:#fff; }
.slot-btn-solid{ background:#fff; }

/* Bottom confirm */
.slot-confirm{
  margin-top: 22px;
  border-top: 1px solid #ededed;
  padding-top: 18px;
}
.slot-confirm-btn{
    width: 100% !important;
    height: 45px;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    border: none !important;
    background: #E6C3E1 !important;
    border-color: #E6C3E1;
    color: #831E74 !important;
    cursor: not-allowed;
}

.slot-confirm-btn.is-active{
  background:#111;
  color:#fff;
  cursor:pointer;
}


.listing_item_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.listing_item_wrap .listing_item_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 28px 20px;
}

.listing_item_wrap .listing_item_row .listing_item_col {
    width: calc(25% - 16px);
}

.listing_item_wrap .listing_item_row .listing_item_col a {
    text-decoration: none;
    display: block;
}
.listing_item_wrap .listing_item_row .listing_item_col h2 {
    margin: 6px 0 0;
    padding: 0;
    font-family: "Alata", Sans-serif;
    font-weight: 400;
    color: #000000;
    text-decoration: none !important;
    font-size: 18px;
}


.listing_item_wrap .listing_item_row .listing_item_col .listing_item_img {
    position: relative;
    padding-bottom: 68%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.listing_item_wrap .listing_item_row .listing_item_col .listing_item_img img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service-wrap .service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-wrap {
    padding: 50px 0;
}

.service-wrap h1 {
    margin: 0 0 30px;
}

main#content {
    min-height: 600px;
}

main#content .page-header {
    margin-top: 44px;
}

.service-wrapper {
    padding: 11px 0 60px;
}

.service-wrapper .service-wrapper-row {
    display: flex;
    gap: 20px;
}

.service-wrapper .service-wrapper-row .ser-sidebar {
    width: 30%;
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 18px;
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta ul li {
    width: calc(33.33% - 11px);
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta ul li a {
    display: block;
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta ul li a img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta ul li h2 {
    font-family: "Alata", Sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 13px;
}

.service-wrapper .service-wrapper-row .ser-sidebar .sidebar_list_dta .se_title {
    margin: 5px 0 16px;
    font-size: 14px;
}

.service-wrapper .service-wrapper-row .innr_service_data {
    width: 40%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 18px;
}

.service-wrapper .service-wrapper-row .service-cart-detail {
    width: 30%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 18px;
    align-self: self-start;
}

 .inner_service_data_list h2 {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
}

.service-wrapper .service-wrapper-row .innr_service_data span.price_ser {
    display: block;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 13px;
}

.service-wrapper .service-wrapper-row .innr_service_data .inser_categories + .inser_categories {
    border-top: 3px solid #ddd;
    margin-top: 30px;
    padding-top: 23px;
}

.service-wrapper .service-wrapper-row .innr_service_data .inser_categories .m_title {
    font-weight: bold;
    margin: 0px 0 20px;
    font-size: 28px;
}

 .inner_service_data_list {
    display: flex;
    flex-wrap: wrap;
}

 .inner_service_data_list .inn_img {
    width: 120px;
}

 .inner_service_data_list .inn_daa {
    width: calc(100% - 120px);
    padding-right: 20px;
}

 .inner_service_data_list + .inner_service_data_list {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

 .inner_service_data_list .inn_img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.service-wrapper .service-wrapper-row .innr_service_data span.price_ser sup {
    text-decoration: line-through;
    top: 0;
    padding-left: 2px;
}

 .inner_service_data_list .inn_daa ul {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

 .inner_service_data_list .inn_daa ul li {
    line-height: 1.2;
    font-size: 14px;
    color: #7a7a7a;
}

 .inner_service_data_list .inn_img .qty-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
}

 .inner_service_data_list .inn_img .qty-wrapper button {
    padding: 7px 2px;
    line-height: 1;
    height: 30px;
    display: flex;
    align-items: center;
    min-width: 30px;
    justify-content: center;
    border: 1px solid #ddd;
    background: #f2f2f2;
    color: #000;
    font-weight: 600;
}

 .inner_service_data_list .inn_img .qty-wrapper input.service-qty {
    padding: 7px 7px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
    outline: none !important;
}

 .inner_service_data_list .inn_img .ad_cart_btn {
    margin-top: 10px;
}

.inner_service_data_list .inn_img .ad_cart_btn button.add-service-cart {
    display: block;
    width: 100%;
    text-align: center;
    outline: none;
    font-family: "Alata", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-color: #831E74;
    color: #831E74;
}


.inner_service_data_list .inn_img .ad_cart_btn button.add-service-cart:hover {
     background: #8F2C80;
     border-color: #8F2C80;
     color: #fff;
}


 .inner_service_data_list .inn_daa .view_detail_link {
    margin-top: 14px;
}

 .inner_service_data_list .inn_daa .view_detail_link a {
    font-family: "Alata", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #831E74;
}
.inner_service_data_list .inn_daa .view_detail_link a :hover {
    color: #8F2C80;
}

/* Overlay */
.custom-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Wrapper */
.pop-wrap {
    width: 100%;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

/* Popup Box */
.custom-popup {
    background: #fff;
    width: 500px;
    max-width: 90%;
    max-height: 85vh;        /*  limit height */
    border-radius: 12px;
    padding: 25px;
    position: relative;
    display: flex;           /*  important */
    flex-direction: column;  /*  important */
}

/* Scroll area */
.custom-popup .popup-content {
    padding-top: 25px;
    overflow-y: auto;        /* enable scroll */
    flex: 1;                 /*  take remaining space */
}

/* Close button */
.close-popup {
    position: relative;
    right: -10px;
    top: -10px;
    font-size: 25px;
    cursor: pointer;
    text-align: right;
}



.highlight-box {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 20px;
}

/* Title */
.highlight-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

/* Main text (WYSIWYG first paragraph) */
.highlight-content p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

/* List styling */
.highlight-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.highlight-content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
}

/* Tick icon */
.highlight-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #8F2C80;
    font-weight: bold;
}

/* Section */
.process-section {
    background: #f3f3f3;
    padding: 22px;
    border-radius: 12px;
    margin-top: 20px;
}

/* Heading */
.process-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

/* Steps wrapper */
.process-steps {
    position: relative;
    padding-left: 30px;
}

/* Vertical line */
.process-steps::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
}

/* Each step */
.process-step {
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

/* Number circle */
.step-number {
    min-width: 28px;
    height: 28px;
    background: #e5e5e5;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Text */
.step-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.step-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Card */
.includes-box {
    background: #f3f3f3;
    padding: 22px;
    border-radius: 12px;
    margin-top: 20px;
}

/* Heading */
.includes-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
}

/* List */
.includes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item */
.includes-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* Green circle check */
.includes-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;

    width: 22px;
    height: 22px;

    background: #8F2C80; /* green */
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    font-weight: bold;
}

/* Card */
.faq-box {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 22px;
    margin-top: 20px;
}

/* Heading */
.faq-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Item */
.faq-item {
    border-bottom: 1px solid #e2e2e2;
}


.review-center {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* background: #f5f5f5; optional */
}

.service-review-form p{
    display:none;
}

.review-service {
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.review-field {
    margin-bottom: 15px;
}

.review-field input,
.review-field select,
.review-field textarea {
    width: 100%;
    padding: 8px;
}

button {
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

/* Question button */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.faq-question{
    color: black !important;
}
button.faq-question:focus, button.faq-question:hover{
    background-color: #831E74 !important;   
    color:white!important;
    padding: 10px;
}
.service-price{
    display:flex;
    justify-content: space-between;
}
/* Arrow */
.faq-icon {
    transition: transform .25s ease;
    font-size: 14px;
}

/* Rotate when open */
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* Answer */
.faq-answer {
    display: none;
    padding-bottom: 14px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
}

/* Card */
.service-card {
    /* width: 360px; */
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    font-family: "Alata", Sans-serif;
}

/* Image area */
.service-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay text */
.service-thumb-text {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #111;
}

.service-thumb-text h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 6px;
}

.service-thumb-text p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* Body */
.service-body {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
}

/* Title */
.service-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Rating */
.rating {
    font-size: 13px;
    color: #444;
    margin-bottom: 6px;
}

.rating span {
    color: #777;
}

/* Price row */
.price-row {
    font-size: 14px;
    margin-bottom: 6px;
}

.price {
    font-weight: 700;
    margin-right: 6px;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 6px;
}

.duration {
    color: #666;
}

/* Per AC */
.per-ac {
    font-size: 13px;
    color: #2f855a;
}

/* Add button */
.add-btn {
    background: #f2f2ff;
    color: #6b46ff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 600;
    cursor: pointer;
    height: fit-content;
}

.add-btn:hover {
    background: #e6e6ff;
}

.rate-card {
    margin: 20px 0;
}
/* wrapper spacing */
.rate-card{
  margin: 14px 0 10px;
}

/* full tile */
.ratecard-tile{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;

  width:100%;
  padding: 14px 16px;

  border:1px solid #e9e9e9;
  border-radius: 12px;
  background:#fff;

  text-decoration:none !important;
  color: inherit;
  box-sizing: border-box;
}

/* left side */
.ratecard-left{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
}

.ratecard-icon{
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 14px;
  font-weight: 900;
  background: #E6C3E1;
  color: #8F2C80;
}

.ratecard-brand{
  font-weight: 800;
  font-size: 16px;
  color: #8F2C80;
  text-transform: lowercase;
}

/* right side */
.ratecard-right{
  display:flex;
  align-items:center;
  gap: 10px;
  flex: 0 0 auto;
}

.ratecard-text{
  font-size: 14px;
  color:#333;
  white-space: nowrap;
}

.ratecard-arrow{
  font-size: 22px;
  line-height: 1;
  color:#777;
}

/* hover */
.ratecard-tile:hover{
  border-color:#d8d8d8;
}
.policy-text {
    font-size: 13px;
    color: #555;
    text-align: center;
    background-color: #f5f5f5;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.policy-text a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.policy-text a:hover {
    color: #831E74; /* purple hover */
}

.payment-card {
    width: 100%;
    max-width: 420px;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: "Alata", Sans-serif;
}

.payment-card h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #222;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 12px 0;
}

.total {
    font-weight: 600;
}

.payable {
    font-weight: 700;
    font-size: 16px;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}


@media (max-width:1199px) {
    .listing_item_wrap .listing_item_row .listing_item_col {
    width: calc(33.33% - 14px);
}
}

@media (max-width:767px) {
    .listing_item_wrap .listing_item_row .listing_item_col {
    width: calc(50% - 10px);
}

main#content {
    min-height: 500px;
}

}


/* ====== GLOBAL WRAPPER ====== */
.service-cart {
    font-family: "Alata", Sans-serif;
    background: transparent;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    color: #222;
    margin-bottom: 50px;
}

/* ====== LEFT SIDE (FORM) ====== */
.service-cart .checkout-info {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.service-cart .checkout-field {
    margin-bottom: 20px;
}

.service-cart .checkout-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.service-cart .checkout-field input, .service-cart .checkout-field select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s ease;
    margin-top: 8px;
}

.service-cart .checkout-field input:focus,
.service-cart .checkout-field select:focus {
    border-color: #00aaff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,170,255,0.1);
}

/* Address Grid */
.service-cart .checkout-field-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Slot Button */
.service-cart .slot-btn {
    width: 100%;
/*    padding: 12px;*/
    border-radius: 8px;
    background: #E6C3E1;
    border: 1px solid #E6C3E1;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    color: #831E74;
}

.slot-modal-content div#date-options, .slot-modal-content div#time-options {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.slot-modal-content div#date-options label, .slot-modal-content div#time-options label {
    padding: 11px 6px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #831E74;
    transition: all 0.5s ease;
    border: 1px solid #E6C3E1;
}

.slot-modal-content div#date-options label:hover, .slot-modal-content div#time-options label:hover {
    background: #831E74;
    color: #fff;
}

.service-cart .slot-btn:hover, .service-cart .slot-btn:focus {
    background: #8F2C80;
    border-color: #8F2C80;
}

.service-cart .service-checkout-btn {
    width: 100%;
    padding: 14px;
    background: #831E74;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 20px;
}

.service-cart .service-checkout-btn:hover, .service-cart .service-checkout-btn:focus {
    background: #8F2C80;
}

/* ====== RIGHT SIDE (CART) ====== */
.service-cart .service-details {
    width: 420px;
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.service-cart .cart-cat-title h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.service-cart .subcat-title {
    margin-bottom: 15px;
    color: #555;
    font-size: 15px;
}

.service-cart .cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.service-cart .cart-table th {
    text-align: left;
    font-size: 13px;
    color: #777;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.service-cart .cart-table td {
    padding: 8px 5px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    font-weight: 500;
}

.service-cart .cart-qty {
    width: 60px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* Total Section */
.service-cart .total {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.service-cart .total strong {
    font-size: 18px;
    color: #831e74;
    font-weight: bold;
}

/* ====== MODAL ====== */
.service-cart .slot-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.service-cart .slot-modal-content {
    background: #fff;
    padding: 25px;
    width: 400px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.service-cart #confirm-slot {
    margin-top: 15px;
    padding: 10px 14px;
    background: #831E74;
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.service-cart #confirm-slot:hover {
  background-color: #E6C3E1;
  color: #831E74;
}


/* ===== MODERN PAYMENT UI ===== */

.service-cart .modern-payment-wrapper {
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    font-weight: 600;
}

.service-cart .modern-payment-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.service-cart .modern-payment-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.service-cart .modern-payment-header p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #666;
}

/* Section */
.service-cart .modern-payment-section {
    padding: 18px 20px;
    border-bottom: 8px solid #f6f7f9;
}

.service-cart .modern-payment-section:last-child {
    border-bottom: none;
}

.service-cart .section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
}

/* Badge */
.service-cart .badge {
    font-size: 11px;
    background: #8F2C80;
    color: #0a7f42;
    padding: 5px 8px;
    border-radius: 6px;
    font-weight: 600;
}

/* Option */
.service-cart .payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.service-cart .payment-option.selected {
    background: #E6C3E1;
}
.service-cart .payment-option:hover {
    background: #E6C3E1;
}

.service-cart .payment-option .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-cart .payment-option .icon {
    width: 38px;
    height: 38px;
    background: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.service-cart .payment-option .text {
    font-size: 14px;
}

.service-cart .payment-option .arrow {
    font-size: 24px;
    color: #5c5c5c;
}

/* Disabled */
.service-cart .modern-payment-section.disabled {
    opacity: 0.8;
    pointer-events: none;
    display:none;
}

.service-cart .unavailable {
    font-size: 12px;
    color: #c68b00;
    margin-top: 4px;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
    .service-cart {
        flex-direction: column;
    }

    .service-cart .service-details {
        width: 100%;
    }

    .service-cart .checkout-field-group {
        grid-template-columns: 1fr;
    }

    .service-cart .checkout-info {
    width: 100%;
}

.service-wrapper .service-wrapper-row {
    flex-wrap: wrap;
}

.service-wrapper .service-wrapper-row .ser-sidebar {
    width: 100%;
}

.service-wrapper .service-wrapper-row .innr_service_data, .service-wrapper .service-wrapper-row .service-cart-detail {
    width: calc(50% - 10px);
}

}

@media (max-width:767px) {
    
    .service-wrapper .service-wrapper-row .innr_service_data, .service-wrapper .service-wrapper-row .service-cart-detail {
    width: calc(100% - 10px);
}

.service-wrapper {
    padding: 11px 0 0px;
}

.service-wrap h1 {
    margin: 0 0 15px;
}

h1 {
     font-size: 2rem;
}

}

/* full page center */
#pincode-wrapper{
    min-height:100vh;
    /* position:fixed;
    inset:0; */

    display:flex;
    justify-content:center;
    align-items:center;

    /* background:#f5f6f8; light bg */
    /* padding:40px 20px; */
}

/* box */
#pincode-gate{
    background:#fff;
    width:380px;
    max-width:90%;

    padding:30px;
    border-radius:10px;

    box-shadow:0 10px 35px rgba(0,0,0,0.15);

    text-align:center;
}

/* heading */
#pincode-gate h3{
    margin-bottom:18px;
    font-size:18px;
}

/* input */
#pincode-input{
    width:100%;
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:6px;
    margin-bottom:12px;
    font-size:14px;
}

/* button */
#verify-pincode{
    width:100%;
    padding:10px;
    background:#962184;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

#verify-pincode:hover{
    background:#831E74;
}

/* error */
#pin-error{
    margin-top:10px;
    color:red;
    display:none;
    font-size:13px;
}

.view-cart{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;

    background:#962184;
    color:#fff;

    padding:12px 20px;

    border-radius:8px;
    text-decoration:none;

    font-weight:600;
    font-size:15px;

    box-shadow:0 6px 16px rgba(150,33,132,.25);

    transition:all .25s ease;
}

/* hover */
.view-cart:hover{
    background:#7e1b70;
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(150,33,132,.35);
}

/* price badge */
.view-cart .cart-price{
    background:#fff;
    color:#962184;

    padding:4px 10px;
    border-radius:20px;

    font-weight:700;
    font-size:14px;
}

/* text */
.view-cart .cart-text{
    white-space:nowrap;
    color:white;
}

.rating-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;

    font-size:14px;
    color:#555;
    font-weight:500;
}

/* star circle */
.rating-star{
    display:flex;
    align-items:center;
    justify-content:center;

    width:18px;
    height:18px;

    background:#831E74;   
    color:#fff;

    font-size:12px;
    border-radius:50%;
    line-height:1;
}

/* text */
.rating-text{
    white-space:nowrap;
}

/* wrapper */
.cart-wrapper{
    max-width:380px;
    margin:auto;
    padding:16px;
    display:flex;
    flex-direction:column;
    gap:18px;
    font-family: "Alata", Sans-serif;
}


/* reusable card */
.card{
    background:#fff;
    padding:18px;
    border-radius:14px;
    border:1px solid #eee;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}


/* ========================
   View Cart Button
======================== */
.view-cart-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 12px;
    background: #831E74;
}

.view-cart-btn:hover {
    background:#8F2C80;
    color:white;
}

.view-cart-btn span {
     color: #fff;
}


.price{
    font-weight:700;
}

.my-pso-button{
    align-items: center;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 12px;
    background: #831E74;
    border:none;
}
.my-pso-button:hover {
    background:#8F2C80;
    color:white;
}

.change-pincode{
    display:none;
}

.service-container .term-title{
    display:flex;
}
/* ========================
   Coupon Section
======================== */
.coupon-card h4{
    margin-bottom:12px;
    font-size: 15px;
}

.coupon-form{
    display:flex;
    gap:10px;
}

.coupon-form input{
    flex:1;
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:8px;
    outline:none;
}

.coupon-form input:focus{
    border-color:#831E74;
}

.coupon-form button {
    padding:10px 16px;
    border:none;
    border-radius:8px;

    color:#fff;
    font-weight:600;
    cursor:pointer;

    background:#831E74;
}

.coupon-form button:hover {
        background:#8F2C80;
}


.service-wrapper .service-wrapper-row .service-cart-detail .cart-wrapper {
    padding: 0;
    max-width: 100%;
}

/* ========================
   Promise Section
======================== */
.promise-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.promise-card ul{
    list-style:none;
    padding:0;
    margin-top:10px;
}

.promise-card li{
    margin-bottom:8px;
    font-size:14px;
}

.promise-card li::before{
    content:"✓";
    margin-right:8px;
    color:#831E74;
    font-weight:bold;
}

/* badge circle */
.promise-badge{
    width:90px;
    height:90px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:10px;
    text-align:center;
    font-weight:700;

    background:radial-gradient(circle,#c9f0e6,#b7c8ff);
}

.promise-badge-img{
    width:90px;
    height:90px;
    object-fit:contain;
}

.cat-slot-row button.select-slot-btn {
     background-color: #831E74;
     color: #fff;
     border-color: #831E74;
     font-weight: 500;
}

.cat-slot-row button.select-slot-btn:hover {
     background-color: #8F2C80;
     color: #fff;
     border-color: #8F2C80;
}