/* ==========================================================================
   PP Booking Plugin - Clean & Responsive Styles
   ========================================================================== */

:root {
    --pp-primary: #23a455;
    --pp-primary-hover: #1d8c47;
    --pp-primary-light: #e8f8ef;
    --pp-bg-card: #ffffff;
    --pp-border-color: #e2e8f0;
    --pp-text-main: #1e293b;
    --pp-text-muted: #64748b;
    --pp-text-light: #94a3b8;
    --pp-radius-card: 16px;
    --pp-radius-input: 8px;
}

.pp-booking-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 16px 0;
    box-sizing: border-box;
    color: var(--pp-text-main);
    line-height: 1.5;
}

.pp-booking-container *,
.pp-booking-container *::before,
.pp-booking-container *::after {
    box-sizing: border-box;
}

/* 2-Column Responsive Layout */
.pp-booking-wrapper {
    display: flex;
    gap: 28px;
    align-items: stretch;
    width: 100%;
}

.pp-booking-card {
    flex: 1;
    min-width: 0;
    background: var(--pp-bg-card);
    border: 1px solid #eaeaea;
    border-radius: var(--pp-radius-card);
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.pp-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pp-text-main);
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1.3;
}

/* Form Styles */
.pp-booking-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pp-form-group {
    display: flex;
    flex-direction: column;
}

.pp-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--pp-text-main);
    margin-bottom: 6px;
}

/* ==On booking button span text== */
.only-for-booking {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

/* ==Off booking button span text== */

.pp-required {
    color: #ef4444;
    margin-left: 2px;
}

.pp-booking-form input[type="text"],
.pp-booking-form input[type="email"],
.pp-booking-form input[type="date"],
.pp-booking-form select,
.pp-booking-form textarea {
    width: 100%;
    border: 1px solid var(--pp-border-color);
    border-radius: var(--pp-radius-input);
    padding: 11px 14px;
    font-size: 14px;
    color: var(--pp-text-main);
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.pp-booking-form input[type="text"]::placeholder,
.pp-booking-form input[type="email"]::placeholder,
.pp-booking-form textarea::placeholder {
    color: var(--pp-text-light);
}

.pp-booking-form input:focus,
.pp-booking-form select:focus,
.pp-booking-form textarea:focus {
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 3px rgba(35, 164, 85, 0.15);
}

/* Datepicker Popup Input Container */
.pp-datepicker-input-container {
    position: relative;
    width: 100%;
}

.pp-datepicker-input {
    width: 100%;
    border: 1px solid var(--pp-border-color);
    border-radius: var(--pp-radius-input);
    padding: 11px 40px 11px 14px;
    font-size: 14px;
    color: var(--pp-text-main);
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    outline: none;
}

.pp-datepicker-input:focus,
.pp-datepicker-input-container.is-active .pp-datepicker-input {
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 3px rgba(35, 164, 85, 0.15);
}

.pp-datepicker-icon-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--pp-text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: color 0.2s ease;
}

.pp-datepicker-icon-btn:hover {
    color: var(--pp-primary);
}

.pp-datepicker-popover {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1000;
    width: 320px;
    max-width: calc(100vw - 32px);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 16px 14px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: none;
    animation: ppPopIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.pp-datepicker-popover.is-open {
    display: block;
}

.pp-datepicker-popover .pp-calendar-container {
    margin-bottom: 0;
}

@keyframes ppPopIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Select Dropdown Arrow */
.pp-select-wrapper {
    position: relative;
}

.pp-select-wrapper select {
    padding-right: 36px;
    cursor: pointer;
}

.pp-select-wrapper::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%20475569' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.pp-booking-form textarea {
    resize: vertical;
    min-height: 90px;
}

/* Checkbox */
.pp-checkbox-group {
    margin-top: 4px;
}

.pp-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: var(--pp-text-muted);
    cursor: pointer;
    line-height: 1.4;
}

.pp-checkbox-label input[type="checkbox"] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    accent-color: var(--pp-primary);
    cursor: pointer;
    flex-shrink: 0;
}

.pp-checkbox-text a {
    color: var(--pp-primary);
    text-decoration: underline;
    font-weight: 500;
}

.pp-checkbox-text a:hover {
    color: var(--pp-primary-hover);
}

/* Buttons */
.pp-form-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.pp-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--pp-radius-input);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    font-family: inherit;
    line-height: 1;
}

.pp-btn-primary {
    background-color: var(--pp-primary);
    color: #ffffff;
    border: 1px solid var(--pp-primary);
}

.pp-btn-primary:hover {
    background-color: var(--pp-primary-hover);
    border-color: var(--pp-primary-hover);
}

.pp-btn-outline {
    background-color: #ffffff;
    color: var(--pp-primary);
    border: 1px solid var(--pp-primary);
}

.pp-btn-outline:hover {
    background-color: var(--pp-primary-light);
}

/* Calendar Styles */
.pp-calendar-container {
    margin-bottom: 24px;
}

.pp-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0 6px;
}

.pp-cal-month-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: -0.2px;
}

.pp-cal-nav-btn {
    background: none;
    border: none;
    color: #475569;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.pp-cal-nav-btn:hover {
    background-color: #f1f5f9;
    color: #1e293b;
}

.pp-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: 12px;
    column-gap: 4px;
    text-align: center;
    align-items: center;
}

.pp-day-header {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}

.pp-cal-day {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.pp-cal-day:hover:not(.pp-day-selected) {
    background-color: #f1f5f9;
}

.pp-day-muted {
    color: #a0aec0;
    font-weight: 500;
}

.pp-day-selected {
    background-color: #23a455 !important;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(35, 164, 85, 0.25);
}

/* Time Slots */
.pp-times-section {
    margin-top: 12px;
    border-top: 1px dashed var(--pp-border-color);
    padding-top: 20px;
}

.pp-times-subtitle {
    font-size: 13px;
    color: var(--pp-text-muted);
    display: block;
}

.pp-selected-date {
    font-size: 15px;
    font-weight: 600;
    color: var(--pp-primary);
    margin: 4px 0 16px 0;
}

.pp-time-slots {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pp-time-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: 1px solid var(--pp-primary);
    background-color: #ffffff;
    color: var(--pp-text-main);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pp-time-slot input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.pp-time-slot svg {
    color: var(--pp-primary);
    transition: color 0.2s ease;
}

.pp-time-slot:hover,
.pp-time-slot:focus-within {
    background-color: var(--pp-primary);
    color: #ffffff;
}

.pp-time-slot:hover svg,
.pp-time-slot:focus-within svg {
    color: #ffffff;
}

/* Time Zone Note */
.pp-timezone-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    font-size: 13px;
    color: var(--pp-text-muted);
}

.pp-globe-icon {
    color: var(--pp-text-muted);
    flex-shrink: 0;
}

/* Help Box Footer */
.pp-help-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #f2f9f4;
    border-radius: 14px;
    padding: 18px 20px;
    margin-top: 28px;
}

.pp-help-icon {
    width: 48px;
    height: 48px;
    background-color: #d7f3e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pp-primary);
    font-weight: 700;
    font-size: 20px;
    flex-shrink: 0;
}

.pp-help-content h5 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--pp-text-main);
}

.pp-help-content p {
    margin: 0;
    font-size: 13px;
    color: var(--pp-text-muted);
    line-height: 1.45;
}

.pp-help-content a {
    color: var(--pp-primary);
    text-decoration: none;
    font-weight: 500;
}

.pp-help-content a:hover {
    text-decoration: underline;
}

.pp-calendar-container .flatpickr-rContainer {
    width: 100%;
}

/* Responsive Rules */
@media (max-width: 868px) {
    .pp-booking-wrapper {
        flex-direction: column-reverse;
    }

    .pp-booking-card {
        width: 100%;
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .pp-form-actions {
        flex-direction: column;
    }

    .pp-btn {
        width: 100%;
    }

    .pp-calendar-grid {
        gap: 4px;
    }

    .pp-cal-day {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

/* ==========================================================================
   Flatpickr Custom Theme (Matching Screenshot Image 2)
   ========================================================================== */
.flatpickr-calendar.inline {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

.flatpickr-calendar:not(.inline) {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    padding: 20px 16px 16px 16px !important;
    width: 320px !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}

.flatpickr-calendar::before,
.flatpickr-calendar::after {
    display: none !important;
}

.flatpickr-months {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 24px !important;
    position: relative !important;
    height: auto !important;
    padding: 0 4px !important;
}

.flatpickr-month {
    background: transparent !important;
    color: #1e293b !important;
    fill: #1e293b !important;
    height: auto !important;
    line-height: 1 !important;
    text-align: center !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flatpickr-current-month {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    font-family: inherit !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    width: auto !important;
}

.flatpickr-current-month .numInputWrapper {
    width: auto !important;
    display: inline-flex !important;
}

.flatpickr-current-month input.cur-year {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    font-family: inherit !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 48px !important;
    vertical-align: middle !important;
}

.flatpickr-current-month .numInputWrapper span {
    display: none !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    position: static !important;
    color: #475569 !important;
    fill: #475569 !important;
    padding: 6px !important;
    border-radius: 8px !important;
    height: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease !important;
    z-index: 10 !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
    background: #f1f5f9 !important;
    color: #1e293b !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    width: 16px !important;
    height: 16px !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    fill: none !important;
}

.flatpickr-weekdays {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
    height: auto !important;
}

span.flatpickr-weekday {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: transparent !important;
    flex: 1 !important;
    text-align: center !important;
}

.flatpickr-days {
    width: 100% !important;
}

.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    row-gap: 12px !important;
    column-gap: 4px !important;
    justify-items: center !important;
}

.flatpickr-day {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    line-height: 38px !important;
    border-radius: 50% !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

.flatpickr-day:hover:not(.selected) {
    background-color: #f1f5f9 !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    background-color: #23a455 !important;
    border-color: #23a455 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px rgba(35, 164, 85, 0.25) !important;
}

.flatpickr-day.today {
    border: 1px solid #23a455 !important;
}

.flatpickr-day.today.selected {
    border: none !important;
}

/* Time Slot Active State */
.pp-time-slot.active {
    background-color: var(--pp-primary) !important;
    color: #ffffff !important;
    border-color: var(--pp-primary) !important;
}

.pp-time-slot.active svg {
    stroke: #ffffff !important;
}

/* Form Response Messages */
.pp-booking-response {
    padding: 12px 16px;
    border-radius: var(--pp-radius-input);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
}

.pp-booking-response.pp-success {
    background-color: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
}

.pp-booking-response.pp-error {
    background-color: #fef2f2;
    border: 1px solid #f87171;
    color: #991b1b;
}

/*popup css Start now*/
.popup-wrap {
    width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*  height:100vh; */
}

.Click-here {
    cursor: pointer;
    transition: background-image 3s ease-in-out;
}

.popup-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.popup-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.popup-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.pop-up-content-wrap p,
.pop-up-content-wrap ol li {
    color: #000000;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    vertical-align: baseline;
    word-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.5em;
}

.pop-up-content-wrap h3 {
    font-size: 20px;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em;
}

.model-open .popup-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: #000000;
    z-index: 99;
    opacity: 0.85;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #da0404;
}

/*popup css The end*/
.loading {
    /* &#10044; */
    animation: rotetSpin 3s linear infinite;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
}

@keyframes rotetSpin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.error {
    margin: 6px 0 0;
    color: #d63638;
    font-size: 13px;
    line-height: 1.4;
}

.pp-form-group.pp-has-error .pp-checkbox-custom {
    border-color: #d63638;
}

.pp-form-status {
    margin-top: 15px;
}

.pp-form-status .success {
    color: #16803c;
}

#pp_submit_btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.pop-up-content-wrap input[type="text"],
.pop-up-content-wrap input[type="email"],
.pop-up-content-wrap input[type="date"],
.pop-up-content-wrap select,
.pop-up-content-wrap textarea {
    width: 94%;
    border: 1px solid var(--pp-border-color);
    border-radius: var(--pp-radius-input);
    padding: 11px 14px;
    font-size: 14px;
    color: var(--pp-text-main);
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

/* ==On pp-booking-contact== */
.pp-contact-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
}

.pp-contact-container *,
.pp-contact-container *::before,
.pp-contact-container *::after {
    box-sizing: border-box;
}

.pp-contact-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pp-contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.25;
}

.pp-contact-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 32px 0;
    padding: 0;
    line-height: 1.5;
}

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

.pp-contact-form-group {
    display: flex;
    flex-direction: column;
}

.pp-contact-form-group label {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    display: block;
}

.pp-contact-required {
    color: #1e293b;
    font-weight: 700;
    margin-left: 2px;
}

.pp-contact-form input[type="text"],
.pp-contact-form input[type="email"],
.pp-contact-form select,
.pp-contact-form textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1e293b;
    background-color: #ffffff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.pp-contact-form input[type="text"]:focus,
.pp-contact-form input[type="email"]:focus,
.pp-contact-form select:focus,
.pp-contact-form textarea:focus {
    border-color: #3ea74d;
    box-shadow: 0 0 0 3px rgba(62, 167, 77, 0.15);
}

.pp-contact-form textarea {
    resize: vertical;
    min-height: 160px;
}

.pp-contact-select-wrapper {
    position: relative;
    width: 100%;
}

.pp-contact-select-wrapper select {
    padding-right: 36px;
    cursor: pointer;
}

.pp-contact-select-wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%201e293b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.pp-contact-checkbox-group {
    margin-top: 4px;
}

.pp-contact-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    cursor: pointer;
    line-height: 1.4;
}

.pp-contact-checkbox-label input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    accent-color: #3ea74d;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

.pp-contact-checkbox-text {
    font-size: 13.5px;
    color: #334155;
}

.pp-contact-checkbox-text a {
    color: #1e293b;
    font-weight: 700;
    text-decoration: underline;
}

.pp-contact-checkbox-text a:hover {
    color: #3ea74d;
}

.pp-contact-form-actions {
    margin-top: 8px;
}

.pp-contact-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    background-color: #3ea74d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    font-family: inherit;
}

.pp-contact-btn-submit:hover {
    background-color: #338c40;
}

.pp-contact-btn-submit:active {
    transform: translateY(1px);
}

.pp-contact-btn-submit:disabled {
    background-color: #94a3b8;
    cursor: not-allowed;
    transform: none;
}

.pp-contact-status {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
}

.pp-contact-status.pp-contact-success {
    background-color: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
}

.pp-contact-status.pp-contact-error {
    background-color: #fef2f2;
    border: 1px solid #f87171;
    color: #991b1b;
}

@media (max-width: 640px) {
    .pp-contact-card {
        padding: 24px 20px;
    }

    .pp-contact-title {
        font-size: 24px;
    }

    .pp-contact-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }
}

/* ==Off pp-booking-contact== */


/* Modal */
.modal-backdrop{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(20,26,22,.54);
}
.modal-backdrop.is-open{display:flex}
.modal-panel{
  width:min(860px, 100%);
  max-height:82vh;
  overflow:auto;
  border-radius:18px;
  background:#fff;
  box-shadow:0 28px 90px rgba(0,0,0,.22);
}
.modal-head{
  position:sticky;
  top:0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px 18px;
  background:#fff;
  border-bottom:1px solid #E3E8E4;
}
.modal-title{
  margin:0;
  font-size:24px;
  line-height:1.2;
}
.modal-subtitle{
  margin:7px 0 0;
  color:#646A66;
  line-height:1.5;
}
.modal-close{
  border:0;
  background:#EEF8EE;
  color:#2D312E;
  width:40px;
  height:40px;
  border-radius:50%;
  font-size:24px;
  cursor:pointer;
}
.modal-body{padding:24px 26px 28px}
.reference-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.reference-grid a{
  display:block;
  padding:12px 14px;
  border:1px solid #E3E8E4;
  border-radius:10px;
  color:#2D312E;
  text-decoration:none;
  background:#fff;
  transition:.18s ease;
}
.reference-grid a:hover{
  border-color:#B8DCB8;
  background:#EEF8EE;
  color: #2F8F3B;
}
.modal-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.modal-actions a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border-radius:8px;
  text-decoration:none;
  font-weight:750;
}
.btn-primary{
  color:white;
  background:#2F8F3B;
}
.btn-secondary{
  color:#2F8F3B;
  background:#EEF8EE;
  border:1px solid #CBE7CB;
}
