/* Semble Booking Checkout Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page-id-2894{
    background-color: #F6FFF1 !important;
}
.elementor-element-8146269{
    background-color: white;
}

.sbc-container {
    max-width: 661px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.sbc-header {
    text-align: center;
    margin-bottom: 40px;
}

.sbc-header h1 {
    color: #272932;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sbc-header p {
    color: #272932;
    font-size: 14px;
}

.sbc-loading {
    text-align: center;
    padding: 40px;
    color: #272932;
}

.sbc-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: sbc-spin 1s linear infinite;
    margin-top: 20px;
}

@keyframes sbc-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sbc-product-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.sbc-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.sbc-product-card.sbc-popular {
    border-top: 4px solid #0A2E36;
    position: relative;
}

.productCard__highlight{
    background: #0A2E36;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 1.1428571428571428rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
        margin-left: auto;
    margin-right: auto;
}
.sbc-popular-badge {
    background: #0A2E36;
    color: white;
    padding: 8px 20px;
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    display: flex;
}

.sbc-product-header {
        font-size: 2.142857142857143rem;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 12px;
    width: 100%;
}

.sbc-product-info h2 {
    color: #272932;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sbc-product-type {
    color: #02A800;
    font-size: 1.3571428571428572rem;
    font-weight: 600;
    line-height: 1.2em;
}

.sbc-product-price {
    color: #272932;
    font-size: 18px;
    font-weight: 600;
}

.sbc-product-content {
    display: flex;
    gap: 34px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.sbc-product-left {
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.sbc-image-section {
    width: 100%;
    background: linear-gradient(135deg, #e8d5f5 0%, #c5b5e8 100%);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    margin-top: 10px;
}

.sbc-image-section img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}

.sbc-product-details {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
}

.sbc-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sbc-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sbc-benefits ul li {
  
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding-left: 25px;
}

.sbc-benefits ul li:before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%2342A27F' d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 3.5px;
    width: 18px;
}

.sbc-product-options {
    margin-top: 15px;
}

.sbc-option-group {
    margin-bottom: 12px;
}

.sbc-option-label {
    display: block;
    font-size: 13px;
    color: #272932;
    margin-bottom: 6px;
}

.sbc-select-dropdown {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    background: white;
    font-size: 14px;
    color: #272932;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.sbc-select-dropdown,
.sbc-select-dropdown option {
    font-size: 14px;
    color: #272932;
    font-weight: bold;
}

.sbc-select-dropdown:focus {
    outline: none;
    border-color: #0A2E36;
}

.sbc-add-to-basket {
    background: #F28123;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding-right: 44px;
}

.sbc-add-to-basket:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.sbc-add-to-basket:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.sbc-add-to-basket:hover {
    background-color: #F28123 !important;
}
.sbc-add-to-basket .sbc-basket-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    display: inline-block;
    pointer-events: none;
    color: #fff;
}

.sbc-add-to-basket::after {
    display: none;
}

/* Checkout Page Styles */
#patient_name_field {
    margin-bottom: 20px;
}

#patient_name_field label {
    font-weight: bold;
}

.woocommerce-customer-details {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 15px;
}

/* Responsive */

@media (max-width: 767px) {
    .sbc-container{
        padding: 0px;
    }
}
@media (max-width: 640px) {

    .sbc-container{
        padding: 0px;
    }
    .sbc-product-image{
        width: 87px;
        border-radius: 15px;
    }
    .sbc-product-card {
    max-width: 100%;
    padding: 18px;
    border-radius: 15px;
  }
  .sbc-product-content {
    display: block;
    gap: 0;
  }
  .sbc-product-left {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
  }
  .sbc-product-header {
    width: auto;
    flex: 1 1 0%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sbc-image-section {
    width: 90px;
    min-width: 90px;
    height: 90px;
    padding: 10px;
    margin-top: 0;
    margin-left: 10px;
    border-radius: 10px;
  }
  .sbc-image-section img {
    max-width: 100%;
    max-height: 70px;
  }
  .sbc-product-details {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    gap: 10px;
  }
}