.contact_column .footer-icon-box {
    display: flex;
    justify-content: center;
}

.contact_column .footer-icon-box .elementor-icon-box-icon {
    width: max-content;
    padding: 17.5px;
}

.contact_column .footer-icon-box .elementor-icon-box-wrapper {
    align-items: center !important;
}

.icon_white svg path {
    fill: #fff
}

.contact_form_section .contact-form-box h6 {
    color: #0A5ADB;
    margin-bottom: 10px;
}

.contact_form_section .contact-form-box p.para {
    margin-bottom: 20px;
    color: #6B7280;
}

.contact_form_section .contact-form-box .firstcolumn p {
    display: flex;
    gap: 30px;
}

.contact_form_section .contact-form-box input,
.contact_form_section .contact-form-box textarea,
.contact_form_section .contact-form-box select {
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 26px;
    color: #6B7280;
    font-weight: 400;
    font-family: "Outfit", Outfit, sans-serif;
    border: 1px solid #6B72804D;
    border-radius: 10px;



}

.contact_form_section .contact-form-box input,
.contact_form_section .contact-form-box select {
    height: 56px;
}

.contact_form_section .contact-form-box input::placeholder,
.contact_form_section .contact-form-box textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6B7280;
    font-weight: 400;
    font-family: "Outfit", Outfit, sans-serif;
}


.contact_form_section .wpcf7 select {
    padding: 10px;
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2025/10/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
    background-color: #fff;
}

.contact_form_section .contact-form-box {
    margin-bottom: 0;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_form_section .checkbox-row p {
    display: flex;
    align-items: baseline;
    margin-top: 13px;
}

.contact_form_section .checkbox-row .wpcf7-form-control-wrap {
    width: auto;
}

.contact_form_section .checkbox-row .wpcf7-list-item {
    margin: 0 6px 0px 0px;
}

.checkbox-row span {
    color: #152738;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.checkbox-row span a {
    color: #0A5ADB;
    text-decoration: underline;
}

.contact-form-box h5 {
    color: #0A5ADB;
    margin-bottom: 10px;
}

.checkbox-row .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"],
.woocommerce-page input[type="checkbox"] {
    height: 18px;
    width: 18px;
    min-width: 18px;
}

.pay-btn {
    position: relative;
    margin-top: 40px;
}

.btn-pay-now:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background-color: #0846AA;
    z-index: 1;
    transform: scale(0);
    transition: transform ease-in 0.3s;
    transform-origin: bottom center;
}

.btn-pay-now:hover:after {
    transform: scale(1);
}

.arrow-img:before {
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform ease-in 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    /* opacity: 0; */
    transform: translate(-50%, -50%) translateY(100%);
}

.btn-arrow {
    transition: transform ease-in 0.3s;
}

span.arrow-img {
    display: flex;
    align-items: center;
    width: 20px;
    min-width: 20px;
    position: relative;
    overflow: hidden;
}

.btn-pay-now .label-text {
    z-index: 2;
    position: relative;
}

.btn-pay-now {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.btn-pay-now:hover .btn-arrow {
    transform: translateY(-100%);
}

.btn-pay-now:hover .arrow-img:before {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
    z-index: 3;
}

.contact-icon .elementor-icon-box-wrapper {
    width: 100%;
}

.contact-icon .elementor-icon-box-title {
    max-width: 100%;
}

.contact_column:before {
    content: '';
    background-color: #0A5ADB;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all linear;
}

.contact_column:hover:before {
    opacity: 1;
}

.contact_column:hover .footer-icon-box .elementor-icon-box-icon {
    background: #fff;
    /* transition: 0.5s all linear; */
}

.contact_column:hover .elementor-heading-title a,
.contact_column:hover .contact-connect .elementor-heading-title,
.contact_column:hover .contact-list .elementor-icon-list-text,
.contact_column:hover .contact-icon .elementor-icon-box-title,
.contact_column:hover .contact-icon .elementor-icon-box-description {
    color: #fff;
    /* transition: 0.5s all linear; */
}

.contact_column:hover .elementor-icon-list-icon svg {
    filter: brightness(30);
    /* transition: 0.5s all linear; */
}

.contact_column:hover .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(41%) sepia(98%) saturate(7215%) hue-rotate(215deg) brightness(92%) contrast(92%);

}

.search .ast-container {
    max-width: 100%;
    padding: 0;
}

.search .elementor-post__thumbnail__link img {

    object-fit: cover;
}

.search a.elementor-post__thumbnail__link {
    max-width: 400px;
    max-height: 243px;
}

.search .elementor-grid-item {
    flex-direction: row;
}

.search .elementor-post__text {
    background-color: #F6FAFF;
    display: flex;
    justify-content: center;
}

.search .elementor-post__meta-data {
    order: 1;
}


.search .elementor-post__title {
    order: 2;
    margin-bottom: 10px !important;

}

.search .elementor-post__card {
    background-color: #F6FAFF;
    border-radius: 20px;
    box-shadow: unset !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search .elementor-post__thumbnail__link::after {
    display: none !important;
}

.search .elementor-post__excerpt {
    order: 3;
    font-family: "Outfit", Outfit, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6B7280;
    padding-bottom: 20px;
    border-bottom: 1px solid #6B7280;
    margin-bottom: 20px;
}

.search .page-numbers.prev:after,
.search .page-numbers.next:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/uploads/2025/10/right-arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform ease-in 0.3s;
    background-size: 7px;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search .page-numbers.prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.search .page-numbers.prev:hover::after,
.search .page-numbers.next:hover::after {
    filter: brightness(0) invert(1);
}

.search .page-numbers.prev,
.search .page-numbers.next {
    font-size: 0 !important;
    position: relative;
    transition: 0.3s all;
}


/* Hide cards until JS wrapping is done */
.search .elementor-post__card {
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s ease;
    opacity: 0;
}

.search .elementor-post__card[style*="visible"] {
    opacity: 1;
}



.search .elementor-post__meta-data {
    display: flex;
    flex-direction: row;
    padding: 20px 0 0 0 !important;
    gap: 10px;
    align-items: center;
    border: none !important;
}

.search .elementor-post__meta-data img {
    max-width: 35px;
    max-height: 35px;
    border-radius: 100px;
}

.search .elementor-post-date {
    order: -1;
    font-family: "Outfit", Outfit, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000A1A;
    padding-left: 21px;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.search .elementor-post-author {
    order: 4;
    font-family: "Outfit", Outfit, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000A1A;

}


.search .elementor-pagination {
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.search .elementor-pagination .page-numbers {
    max-height: 40px;
    min-height: 40px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit", Outfit, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5D636F;
    transition: 0.3s all;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    margin: 0 !important;

}

.search .elementor-pagination .page-numbers.current {
    color: #fff;
    background: #0A5ADB;
}

.search .elementor-pagination .page-numbers:hover {
    background: #0A5ADB;
    color: #fff;
}

.search .elementor-pagination .page-numbers:focus-visible {
    outline: none;
    border: none;
}

.search .elementor-post__text {
    padding: 20px;
}

.search .elementor-post__avatar {
    top: 0;
    height: auto;
    padding: 0;
}

.search .elementor-post-date::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/10/calender-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 !important;
}

.search .elementor-grid {
    gap: 30px;
}

.search .ast-container {
    padding: 0 !important;
}

.search a.elementor-post__thumbnail__link {
    margin: 0 !important;
}

.search .elementor-post__thumbnail {
    height: 100%;
}

.search .custom-post-content {
    width: 100%;
    padding: 20px;
}

.search .elementor-post__text {
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
}

/* checkout css start */
form.woocommerce-checkout {
    padding: 30px;
    border: 1px solid #6B72804D;
    border-radius: 30px;
}

form.woocommerce-checkout h3 {
    color: #0A5ADB;
    font-size: 24px;
    line-height: 34px;
}

form.woocommerce-checkout h3.checkout-section-heading {
    padding-top: 10px;
}

.checkout-section.signature {
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #6B728033;

}

.checkout-section.signature p,
.checkout-section.signature p strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000A1A;
    margin-bottom: 16px;

}
.checkout-section.signature button{
    margin-top: 10px;
}
.woocommerce-checkout .content-area.primary {
    margin: 0 !important;
    padding: 80px 0 120px;
}
.woocommerce-checkout .entry-header {
    margin: 0;
}

.woocommerce-page form .form-row {
    padding: 0;
    margin: 0 0 020px;
    width: 100%;
}
.form-row.form-row-wide.blood-test-intro, .form-row.form-row-wide.checkbox_inner {
    margin: 0 0 10px;
    line-height: 0;
}

.form-row.form-row-wide.checkbox_inner#blood_test_time_field {
    margin: 0;
}
.form-row.form-row-wide.checkbox_inner #blood_test_time {
    margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce-section-title.form-row-wide.section-heading {
    width: 100%;
}

.woocommerce-checkout .checkout-section.payment-summary {
    padding: 40px 0 20px 0;
}

.woocommerce-checkout .checkout-section.payment-summary p.payable-amount,
.woocommerce-checkout .checkout-section.payment-summary p.payable-amount strong {
    font-size: 20px;
    line-height: 30px;
    color: #0A5ADB;
    font-weight: 600;
}

.woocommerce-checkout .checkout-section.payment-summary p.payable-amount span.amount {
    font-size: 18px;
    line-height: 28px;
    color: #000A1A;
}

.woocommerce-checkout-payment button {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 48.65%;
}

.woocommerce-page input,
.woocommerce-page textarea,
.woocommerce-page select {
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 26px !important;
    color: #6B7280;
    font-weight: 400;
    font-family: "Outfit", Outfit, sans-serif;
    border: 1px solid #6B72804D !important;
    border-radius: 10px !important;
}
.woocommerce-page input:focus,
.woocommerce-page textarea:focus,
.woocommerce-page select:focus {
   border-style: dotted !important;
   border-width: thin !important;
   border-color: #d1d5db ;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew {
    display: flex;
    align-items: center;
}

.woocommerce-page input,
.woocommerce-page select {
    height: 56px;
}

.woocommerce-page input,
::placeholder,
.woocommerce-page textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6B7280;
    font-weight: 400;
    font-family: "Outfit", Outfit, sans-serif;
    background-color: transparent;
}

.woocommerce-page .checkout-inline-error-message {
    margin-top: 3px;
    font-size: 15px;
    color: #d65d67;
}

.woocommerce-page form label.checkbox {
    font-family: "Inter", Outfit, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B7280;
    display: inline-flex !important;
    align-items: start;
    /* flex-direction: row-reverse; */
    justify-content: start;
}

.woocommerce-checkout .blood-test-intro p strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
}


.woocommerce-checkout form .form-row .input-checkbox {
    margin: 3px 8px 0 0;
    accent-color: #0A5ADB;
    background-color: #0A5ADB;
}
.woocommerce-checkout label[for="authorize_contact"] .input-text-mark,
.woocommerce-checkout #authorize_contact + .input-text-mark,
.woocommerce-checkout label[for="send_test_tubes_address"] .input-text-mark,
.woocommerce-checkout #send_test_tubes_address + .input-text-mark {
  color: #000A1A;
}


.woocommerce-checkout p.checkout-btn-pay-now {
    width: max-content;
}

.woocommerce-checkout .form-row.place-order {
    padding: 0 !important;
}


/* --- PAYMENT SECTION WRAPPER --- */
.woocommerce-checkout-payment {
    background: #fff;
    border: none;
    border-radius: 16px;
    padding: 0;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease-in-out;
}


/* --- PAYMENT TITLE --- */
.woocommerce-checkout-payment label[for="payment_method_stripe"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
}

.woocommerce-checkout-payment fieldset#wc-stripe-upe-form {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
    align-items: center;
}

/* --- CARD LOGOS --- */
.stripe-cards-icon {
    height: 24px;
    opacity: 0.9;
    transition: 0.3s;
}

.stripe-cards-icon:hover {
    opacity: 1;
}

/* --- RADIO BUTTONS --- */
.woocommerce-checkout-payment input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px;
    border: 2px solid 0A5ADB;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 0 !important;
    margin: -4px 8px 0 0 !important;
}

.woocommerce-checkout-payment input[type="radio"]:checked {
    background-color: #0A5ADB;
    border-color: #0A5ADB;
}

.woocommerce-checkout-payment input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

/* --- SAVED PAYMENT BOX --- */
.payment_box.payment_method_stripe {
    background: #f9fafc;
    border: 1px solid #e2e6eb;
    border-radius: 10px !important;
    padding: 20px;
    margin-top: 15px;
}

.payment_method_stripe fieldset {
    padding: 20px;
    border-radius: 10px;
}

/* --- STRIPE FIELDS --- */
.woocommerce-checkout-payment .StripeElement {
    border: 1px solid #dce1e8;
    border-radius: 8px;
    padding: 12px 15px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

/* .woocommerce-checkout-payment .StripeElement:hover,
.woocommerce-checkout-payment .StripeElement:focus {
  border-color: #0A5ADB;
  box-shadow: 0 0 0 4px rgba(0,115,230,0.1);
} */

/* --- SAVE PAYMENT CHECKBOX --- */
.woocommerce-checkout-payment input[type="checkbox"] {
    accent-color: #0A5ADB;
    background-color: #0A5ADB;
    /* transform: scale(1.2); */
    margin-right: 8px;

}

.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew label {
    color: #444;
    font-size: 0.95rem;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding: 20px 0 20px 0;
}

/* checkout css ebd */

/* order recived css */

.woocommerce-order-received header.entry-header.ast-no-thumbnail {
    display: none;
}

.woocommerce-order-received .custom-thankyou-page {
    text-align: center;
    display: flex;
    gap: 20px;
    padding-bottom: 80px;
}

.woocommerce-order-received .custom-thankyou-page p {
    color: #142644;
}

.woocommerce-order-received .custom-thankyou-page .elementor-button .elementor-button-content-wrapper {
    flex-direction: row-reverse;
    gap: 10px;
}

.woocommerce-order-received .custom-thankyou-page .elementor-button {
    background-color: #0A5ADB;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
}

.woocommerce-order-received .elementor-widget-text-editor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woocommerce-order-received .woocommerce-order h2 {
    color: #0A5ADB;
    font-size: 24px !important;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 30px;
    border-color: rgba(107, 114, 128, 0.3) !important;
}

.woocommerce-order-received .woocommerce-order-details__title {
    padding-inline: 18px !important;
    border-radius: 20px 20px 0 0;
}

.woocommerce-order table th {
    color: #000A1A;
    width: 50%;
    border-color: rgba(107, 114, 128, 0.3) !important;
}

.woocommerce-order table td {
    color: #000A1A;
    border-color: rgba(107, 114, 128, 0.3) !important;
}

.woocommerce-order-received table.shop_table thead th {
    border-width: 0 1px 0 0 !important;
    border-color: rgba(107, 114, 128, 0.3) !important;
}

.woocommerce-order-received table.shop_table th:last-child {
    border-width: 0 !important;
}

.woocommerce-order-received .content-area.primary {
    padding: 100px 0;
}

.woocommerce-order-received table.shop_table {
    margin: 0 !important;
    border-radius: 20px !important;
    border-color: rgba(107, 114, 128, 0.3) !important;
}

.woocommerce-order-received table.shop_table.order_details {
    border-radius: 0px 0px 20px 20px !important;
}

.woocommerce-table .woocommerce-table__product-name a {
    color: #0A5ADB;
}

/* Location page css */
/* .post-type-archive-location {
    background: #FFF;
} */

/* .site-content {
    padding: 80px 20px 120px 20px;
}

.ast-container {
    padding: 0 !important;
    max-width: 1280px;
    position: relative;
    display: block;
} */

.locations-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    /* height: calc(100% - 40px); */
    height: auto;
    z-index: 2;
    margin: 0 !important;
    min-height: auto !important;
    max-width: 407px !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}

.location_main .mapboxgl-map {
    border-radius: 30px !important;
    height: 700px !important;
    min-height: max-content !important;
}

.location_main .mapboxgl-map canvas.mapboxgl-canvas {
    height: 100% !important;
    object-fit: cover;
}

.location_main .locations-wrapper .locations-left label {
    font-family: Outfit;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0846AA;
    padding-bottom: 15px;
}

.location_main .locations-wrapper .locations-left {
    padding: 20px;
}

.locations-wrapper .locations-left input#loc-search {
    margin-bottom: 15px;
}

.locations-wrapper .locations-left #locations-list {
    /* border-top: 1px solid #ECF2F5; */
    padding-top: 0;
    max-height: 518px;
    padding-right: 0;
    margin-right: 0;
    margin-inline: -20px;
    overflow: hidden;
    overflow-y: auto;
}

.locations-wrapper .location-card {
    position: relative;
    padding: 20px;
    border: none;
    background: transparent;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-radius: 0;
    margin-right: -6px;
}


.locations-wrapper .location-card:hover {
    /* border-bottom: 1px solid #ECF2F5; */
    box-shadow: none;
}

.locations-wrapper .location-card.active {
    border-color: #ECF2F5;
    background: transparent;
    box-shadow: none;
}



.locations-wrapper .location-card:after {
    position: absolute;
    content: '';
    border-top: 1px solid #ECF2F5;
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .locations-wrapper .location-card:first-of-type:before {
    position: absolute;
    content: '';
    border-top: 1px solid #ECF2F5;
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.locations-wrapper .location-card:last-of-type:after {
    display: none;
}

.locations-wrapper .location-card:last-of-type {
    margin: 0;
    border: none;
    /* padding: 0; */
}

.locations-wrapper .location-card h3 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #0A5ADB;
    margin: 0;
}

.locations-wrapper .location-card .address,
.locations-wrapper .location-card .hours {
    color: #000A1A;
    margin: 0 0 8px 0;
    align-items: start;
    gap: 10px;
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.locations-wrapper .location-card .hours {
    margin-bottom: 10px;
}

.locations-wrapper .address img {
    width: 16px;
    flex: 0 0 16px;
}

.locations-wrapper .hours img {
    width: 18px;
}

.locations-wrapper .location-card .select-btn {
    font-family: Outfit;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    background: #0A5ADB;
    padding: 2px 10px;
    border-radius: 7px;
    margin: 0;
}

.locations-wrapper .locations-left input#loc-search {
    margin-bottom: 15px;
    border: 1px solid #ECF2F5;
    border-radius: 4px !important;
    background: url('/wp-content/uploads/2025/11/search-black-icon.svg');
    padding: 10px 10px 10px 35px !important;
    height: 42px;
    background-size: 15px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.locations-wrapper .locations-left input:focus {
    box-shadow: none !important;
}

.locations-wrapper .locations-left input::placeholder {
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6B7280;
}

.location_main .mapboxgl-map .mapboxgl-popup-close-button {
    padding: 0;
    background: url('/wp-content/uploads/2025/11/close-icon.svg');
    font-size: 0;
    line-height: 14px;
    top: 12px;
    right: 10px;
    left: auto;
    width: 14px;
    height: 14px;
}

.location_main .mapboxgl-map .mapboxgl-popup-content .popup-body {
    padding: 6px 10px;
}

.location_main .mapboxgl-map .mapboxgl-popup-content .popup-body>div {
    margin: 0 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6B7280;
}

.location_main .mapboxgl-map .mapboxgl-popup-content {
    border-radius: 10px;
}

.location_main .mapboxgl-map .mapboxgl-popup-content .popup-header {
    background: #0846AA;
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 40px 6px 10px;
}

.location_inner {
    position: relative;
}

.locations-wrapper .title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}




/* Progress container */
.location_progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    /* adjust as needed */
    max-width: 524px;
    position: relative;
    margin: 0 auto 60px;
}

/* Dotted line between steps */
.location_progress::before {
    content: "";
    /* flex: 1; */
    height: 1px;
    border-bottom: 1px dashed #c1c6d1;
    position: absolute;
    left: 62px;
    right: 62px;
    z-index: 0;
}

.woocommerce-checkout.checkout_step_two .location_progress::before {
    border-bottom: 1px solid #0A5ADB;
}

/* Step box */
.location_step {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

/* Active step */
.location_step.active {
    background: linear-gradient(180deg, #0a57e9 0%, #1058eb 100%);
    color: #fff;
    border: none;
    background: linear-gradient(139.8deg, #0846AA 8.9%, #0A5ADB 91.35%);
}

.woocommerce-checkout.checkout_step_two .location_step.inactive {
    color: #fff;
    border: none;
    background: linear-gradient(139.8deg, #0846AA 8.9%, #0A5ADB 91.35%);
}

/* Inactive step */
.location_step.inactive {
    border: 1px solid #6B7280;
    color: #6B7280;
    background: #fff;
}


.location_main .mapboxgl-map .mapboxgl-popup-anchor-bottom {
    flex-direction: column;
}

.location_main .mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: #0846aa;
    transform: rotate(180deg);
}

.location_main .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-width: 10px 5px 8px;
    border-top-color: #1a3b6d;
    bottom: 0;
    top: auto;
    transform: none;
    position: relative;
    border-bottom-color: #0846AA;
}

.location_main .mapboxgl-map .custom-marker {
    width: 20px;
    height: 27px;
    background: url('/wp-content/uploads/2025/11/Pin.svg');
}

.location_main .mapboxgl-map .custom-marker.active {
    background: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 30 40%22><path fill=%22%23d32f2f%22 d=%22M15,0C6.7,0,0,6.7,0,15c0,11.3,15,25,15,25s15-13.7,15-25C30,6.7,23.3,0,15,0z%22/><circle cx=%2215%22 cy=%2215%22 r=%227%22 fill=%22%23fff%22/></svg>');
    cursor: pointer;
}

.locations-wrapper .toggle-hours {
    font-family: Outfit;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #0A5ADB;
    display: flex;
    gap: 10px;
    text-decoration: none !important;
}

.locations-wrapper .toggle-hours.load-more .view-arrow {
    transform: rotate(180deg);
}

.locations-wrapper .location-card.active {
    border-color: #007bff !important;
    background: #e6f3ff !important;
    box-shadow: none;
    padding: 20px;
}


/*  */

.woocommerce-checkout .ast-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0;
}

.woocommerce-page .woocommerce {
    width: 100%;
    margin: 0;
    max-width: 100%;
}


.woocommerce-checkout h1 {
    display: none;
}

.contact_form_section .contact-form-box textarea {
    min-height: 111px;
    max-width: 474px;
    resize: vertical;
    width: 100%;
}

.contact_form_section .wpcf7 form.sent .wpcf7-response-output {
    border-color: #0A5ADB;
}


/* Label styling */
.woocommerce-checkout .checkbox {
    display: flex;
    /* ✅ use flexbox */
    align-items: center;
    /* ✅ vertically centers checkbox and text */
    /* font-family: "Inter", sans-serif; */
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 1.5;
}

/* Checkbox box itself */
.woocommerce-checkout .checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid #6B7280 !important;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.2s ease;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding: 0 !important;
    border-radius: 3px !important;
}

/* Checked state */
.woocommerce-checkout .checkbox input[type="checkbox"]:checked {
    background-color: #0A5ADB;
    border-color: #0A5ADB;
    background-image: url("/wp-content/uploads/2025/11/checkmark.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border-radius: 3px !important;
}

/* Checkbox text */
.woocommerce-checkout .checkbox span {
    display: inline-block;
    line-height: 1.4;
}

/* Required star */
.woocommerce-checkout .checkbox .required {
    color: red;
    margin-left: 3px;
    pointer-events: none;
}

.woocommerce-checkout span.input-text-mark:after {
    content: "*";
    color: red;
}

.woocommerce-checkout .checkbox .required {
    display: none;
}
.woocommerce-js form .form-row.woocommerce-validated .select2-container, .woocommerce-js form .form-row.woocommerce-validated input.input-text, .woocommerce-js form .form-row.woocommerce-validated select{
    border-color: #d1d5db;
}


.woocommerce-checkout  input[type="date"] {
  position: relative;
  background: #fff url('/wp-content/uploads/2025/11/calender_icon.svg') no-repeat right 20px center;
  background-size: 25px;
}

/* Hide the native calendar icon (for Chrome, Edge, etc.) */
.woocommerce-checkout  input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Optional: better alignment for padding */
.woocommerce-checkout  input[type="date"] {
  padding-right: 35px;
}


/* Hide the native checkbox */

.woocommerce .woocommerce-message {
    border-top-color: #0a5adb;
    color: #000a1a;
}
.woocommerce .woocommerce-message::before,  .woocommerce .woocommerce-info::before {
    color: #0a5adb;
}

.woocommerce .woocommerce-message a.restore-item{
    color: #0a5adb;
}
.woocommerce .woocommerce-message:focus-visible {
    outline: none;
}

/* contact page map css */

#prionova-map .mapboxgl-popup-content {
    background: #0846AA;
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 40px 6px 10px;
    color: #FFF;
    border-radius: 10px !important;
}
#prionova-map button.mapboxgl-popup-close-button {
    padding: 0;
    background: url(/wp-content/uploads/2025/11/close-icon.svg);
    font-size: 0;
    line-height: 14px;
    top: 12px;
    right: 10px;
    left: auto;
    width: 14px;
    height: 14px;
}

#prionova-map .mapboxgl-popup-tip {
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent;
    margin: 0;
  }
  
  /* ========== TOP (arrow at bottom center) ========== */
  #prionova-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-width: 8px 8px 0 8px;
    border-top-color: #0846AA !important;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* ========== BOTTOM (arrow at top center) ========== */
  #prionova-map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-width: 0 8px 8px 8px;
    border-bottom-color: #0846AA !important;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* ========== LEFT (arrow at right middle) ========== */
  #prionova-map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-width: 8px 0 8px 8px;
    border-left-color: #0846AA !important;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* ========== RIGHT (arrow at left middle) ========== */
  #prionova-map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-width: 8px 8px 8px 0;
    border-right-color: #0846AA !important;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* === TOP-RIGHT  === */
#prionova-map .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-width: 4px 1px 18px 11px;
    border-bottom-color: #0846AA !important;
    top: -20px;
    right: 10px;
    transform: none;
  }
  
  /* === TOP-LEFT === */
  #prionova-map .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    border-width: 4px 11px 18px 1px;
    border-bottom-color: #0846AA !important;
    top: -20px;
    left: 10px;
    transform: none;
  }
  
  /* === BOTTOM-RIGHT === */
  #prionova-map .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-width: 18px 1px 4px 11px;
    border-top-color: #0846AA !important;
    bottom: -20px;
    right: 10px;
    transform: none;
  }
  
  /* === BOTTOM-LEFT === */
  #prionova-map .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    border-width: 18px 11px 4px 1px;
    border-top-color: #0846AA !important;
    bottom: -20px;
    left: 10px;
    transform: none;
  }
  /* contact page map css end */
 
.woocommerce-error li {
    color: #000A1A;
}
.my-mini-cart a.my-mini-cart__remove:focus {
    outline: none;
}

/*  */

.woocommerce-order-received .woocommerce-order .custom-thankyou-details h2 {
    padding: 25px 0 20px;
}
.custom-thankyou-details p {
    margin-bottom: 10px;
    color: #000A1A;
}
.woocommerce-order-received .woocommerce-order p {
    color: #000A1A;
}
.woocommerce-order-received .woocommerce-order-details {
    margin: 0 !important;
}
.custom-thankyou-details p:last-of-type {
    margin: 0;
}
.woocommerce-order-received .woocommerce-order p strong {
    font-weight: 600;
}
.custom-thankyou-details .billing-details p:last-of-type {
    margin-bottom: 10px;
}
.woocommerce-checkout .blockUI.blockOverlay {
    border-radius: 28px !important;
    background: rgb(137 128 128) !important;
}
/* Prevent iOS date input zoom & large width */
input[type="date"] {
    -webkit-appearance: none; /* Removes native iOS styling */
    appearance: none;
    text-align: left; /* Align text to left */
    font-size: 16px; /* Avoid iOS zoom on focus */
    width: 100%; /* Keep width consistent */
    padding: 8px 10px;
    box-sizing: border-box;
  }
  
  /* Optional: set a consistent height */
  input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
  }
 .my-mini-cart .my-mini-cart__content {
    height: 100dvh !important;
}
.my-mini-cart .my-mini-cart__item {
    border-radius: 0;
}


@media (max-width:1366px) {
    .woocommerce-checkout .ast-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 20px;
    }

}


@media (max-width:1024px) {

    form.woocommerce-checkout h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .woocommerce-page form .form-row {
        padding: 0;
        margin: 0 0 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* .woocommerce-page input,
    .woocommerce-page select {
        height: 48px;
    } */

    .payment_box.payment_method_stripe fieldset {
        padding: 0;
        border-radius: 0;
        border: none;
    }

    .woocommerce-checkout-payment {
        padding: 0;
    }

    .woocommerce-checkout .content-area.primary {
        padding: 80px 0 !important;
    }

    .search .elementor-pagination {
        padding: 30px 0 0 0;
    }

    div#prionova-map {
        height: 368px !important;
    }

    .search .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    form.woocommerce-checkout {
        padding: 20px;
        border-radius: 15px;
    }

    .search a.elementor-post__thumbnail__link {
        max-height: inherit;
    }

    .locations-wrapper {
        max-width: 320px !important;
    }

    .location_main .mapboxgl-map {
        border-radius: 15px !important;
    }
    .header-icon a.elementor-icon {
        padding: 13.5px !important;
    }
    .woocommerce-checkout .blockUI.blockOverlay {
        border-radius: 13px !important;
    }
}

@media (max-width:921px) {
    .woocommerce-order-received .woocommerce table.shop_table_responsive tr {
        display: table-row;
    }

    .woocommerce-order-received .woocommerce table.shop_table_responsive tbody th {
        display: table-cell;
    }

    .woocommerce-order-received .woocommerce table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left !important;
    }

    .woocommerce-order-received .woocommerce table.shop_table_responsive tr td::before {
        display: none;
    }

    .search .elementor-post__card {
        align-items: inherit;
    }
}

@media (max-width:767px) {

    .contact-form-box h5 {
        font-size: 20px;
    }

    .woocommerce-checkout form .form-row .input-checkbox {
        margin: 2px 8px 0 0;
    }

    .blood-test-intro p strong {
        font-size: 15px;
    }

    .woocommerce-page form label.checkbox {
        font-size: 14px;
    }

    .woocommerce-page input,
    .woocommerce-page textarea,
    .woocommerce-page select,
    .payment_box.payment_method_stripe {
        border-radius: 12px !important;
    }

    form.woocommerce-checkout {
        border-radius: 20px;
    }

    .search .elementor-grid {
        gap: 20px;
    }

    .woocommerce-checkout-payment .StripeElement {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .woocommerce-checkout-payment .p-HeightObserverProvider-container {
        margin: 0;
    }

    .checkbox-row .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"],
    .woocommerce-page input[type="checkbox"] {
        height: 16px;
        width: 16px;
        min-width: 16px;
    }

    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .woocommerce-checkout .content-area.primary {
        padding: 60px 0 60px 0 !important;
    }

    .search .elementor-grid-item {
        display: block;
    }

    .search a.elementor-post__thumbnail__link {
        margin: 0 auto !important;
        /* border-radius: 10px;
        overflow: hidden; */
    }

    .contact_form_section .contact-form-box .firstcolumn p {
        gap: 20px;
        flex-direction: column;
    }

    .contact-icon.footer-icon-box .elementor-icon-box-wrapper {
        flex-direction: column !important;
    }

    .contact-icon .elementor-icon-box-content,
    .contact-icon .elementor-icon-box-description {
        text-align: center;
        padding-left: 0;
    }

    .contact_column .footer-icon-box .elementor-icon-box-icon {
        margin-bottom: 10px;
    }

    .search .elementor-post__card {
        flex-direction: column;
    }

    .woocommerce-order-received .custom-thankyou-page {
        padding-bottom: 60px;
    }

    /* Location page css */
    .locations-wrapper {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100% !important;
        margin-bottom: 20px !important;
        box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 9%);
    }

    /* .location_main .site-content {
        padding: 60px 20px 60px 20px;
    } */

    .location_progress {
        margin: 0 auto 40px;
    }

    .location_step {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 25px;
    }

    .location_main .mapboxgl-map .mapboxgl-popup-content .popup-header {
        font-size: 14px;
        line-height: 22px;
    }

    .location_main .mapboxgl-map .mapboxgl-popup-close-button {
        top: 12px;
        right: 8px;
        width: 12px;
        height: 12px;
        background-size: 12px;
    }

    .location_main .mapboxgl-map {
        height: 500px !important;
    }

    .pay-btn {
        margin-top: 30px;
    }

    .checkbox-row span {
        font-size: 14px;
    }

    .contact_form_section .contact-form-box input,
    .contact_form_section .contact-form-box textarea,
    .contact_form_section .contact-form-box select {
        padding: 10px 20px !important;
        font-size: 14px;
    }
    .woocommerce-order-received .woocommerce-order h2 {
        font-size: 20px !important;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .woocommerce-checkout .blockUI.blockOverlay {
        border-radius: 18px !important;
    }
    .woocommerce-checkout .blockUI.blockOverlay::before {
        background-color: transparent;
    }

}