@font-face {
    font-family: 'estdad';
    src: url('fonts/estdad.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.iran-form-custom-price-container {
    width: 100%;
}

.woocommerce-product-details {
    margin-top: 10px;
}
.woocommerce-product-image {
    margin-bottom: 10px;
}
.woocommerce-product-checkbox img {
    margin-left: 10px;
}
.woocommerce-total-price {
    color: #0073aa;
}
.iranform-woo-product {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #e1dddd;
}
.iranform-woocommerce-products {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.custom-price-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-price-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    direction: ltr;
    text-align: left;
}

.custom-price-input:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

.confirm-custom-price {
    padding: 10px 15px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.confirm-custom-price:hover:not(:disabled) {
    background-color: #005a87;
}

.confirm-custom-price:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.confirm-custom-price.product-created {
    background-color: #46b450;
}

.confirm-custom-price.product-created:hover {
    background-color: #399946;
}

.custom-price-status {
    margin-top: 5px;
    font-size: 13px;
}

.custom-price-success {
    color: #46b450;
    background-color: #f0f8f0;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #46b450;
}

.custom-price-error {
    color: #dc3232;
    background-color: #fef7f7;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #dc3232;
}

.repeater-field {
    margin-bottom: 20px;
}

.time-slot.disabled {
    background: #ffe7e7;
    cursor: not-allowed;
    opacity: 0.5;
}

.remove-repeater-group {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f00;
    color: #fff;
}

.repeater-group {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 10px;
    align-content: space-evenly;
    justify-items: stretch;
}

.repeater-groups {
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

button.add-repeater-group.iraform-button {
    margin: 0 0 10px 0;
}

button.remove-repeater-group.iraform-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px !important;
    height: 30px !important;
}

.iran-form-math-captcha {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.math-question {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
	min-width: 100px;
}

.math-captcha-input {
    max-width: 100px;
    padding: 8px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.iran-form-question-captcha {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.captcha-question {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: #ebebeb;
    padding: 8px 15px;
    border-radius: 5px;
    border-right: 4px solid #3c3c3c;
    width: 100%;
}

.question-captcha-input {
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.iran-form-image-captcha {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.captcha-image-container,
 .math-captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-image {
    background: #f5f5f5;
    border: 1px solid #a7a7a7 !important;
    border-radius: 5px !important;
    min-height: 35px;
    min-width: 100px;
}

.refresh-captcha {
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    font-size: 22px !important;
    text-decoration: none !important;
}

.image-captcha-input {
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

.captcha-input:focus {
    border-color: var(--button-background);
    outline: none;
    box-shadow: 0 0 5px rgba(0, 124, 186, 0.3);
}
button.refresh-captcha {
    background: none !important;
    border: none !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Datepicker */
.date-selector {
    display: flex;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
    width: 50%;
    justify-content: center;
}

.swal2-popup.swal2-modal.swal2-show,
h2#swal2-title {
    font-family: 'estdad';
}

input#form_data_mobile {
    direction: rtl;
}

.date-selector select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
    direction: rtl;
}

.date-selector .year-selector {
    min-width: 80px;
}

.date-selector .month-selector {
    min-width: 120px;
}

.date-selector .day-selector {
    min-width: 60px;
}

.iran-form-date-picker {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease;
}

.iran-form-date-picker:hover {
    border-color: var(--button-background);
    background-color: #f9f9f9;
}

.iran-form-date-picker.selected {
    background-color: #e7f3ff;
    border-color: var(--button-background);
    color: var(--button-background);
}

.iran-form-field-button {
    width: 100%;
}

.iran-form-hidden-date {
    display: none;
}

.iran-form-booking-form {
    font-family: estdad;
    padding: 20px;
}

.option-items {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    flex-wrap: wrap;
}

.iran-form-booking-form .form-field {
    padding: 5px 0;
}

.iran-form-next-page {
    background: #b72a73;
}

.math-question {
    direction: ltr;
}

.iran-form-multipage .iran-form-page.active {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Form Styles */
#iran-form-booking .form-field[style*="width: 10%"] {
    width: calc(10% - 9px) !important;
}

#iran-form-booking .form-field[style*="width: 15%"] {
    width: calc(15% - 8.5px) !important;
}

#iran-form-booking .form-field[style*="width: 20%"] {
    width: calc(20% - 8px) !important;
}

#iran-form-booking .form-field[style*="width: 25%"] {
    width: calc(25% - 7.5px) !important;
}

#iran-form-booking .form-field[style*="width: 33%"] {
    width: calc(33.333% - 6.667px) !important;
}

#iran-form-booking .form-field[style*="width: 50%"] {
    width: calc(50% - 5px) !important;
}

#iran-form-booking .form-field[style*="width: 66%"] {
    width: calc(66.666% - 3.334px) !important;
}

#iran-form-booking .form-field[style*="width: 75%"] {
    width: calc(75% - 2.5px) !important;
}

#iran-form-booking .form-field[style*="width: 80%"] {
    width: calc(80% - 2px) !important;
}

#iran-form-booking .form-field[style*="width: 85%"] {
    width: calc(85% - 1.5px) !important;
}

#iran-form-booking .form-field[style*="width: 90%"] {
    width: calc(90% - 1px) !important;
}

#iran-form-booking .form-field[style*="width: 100%"] {
    width: calc(100% - 0px) !important;
}

input#form_data_mobile,
input#form_data_email {
    width: 100%;
}

.swal2-confirm:hover {
    background: #b92f0e;
}

button.swal2-confirm.swal2-styled {
    background: black;
}

.swal2-cancel,
.swal2-confirm,
.iraform-button {
    height: 45px !important;
    padding: 0 23px !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-family: 'estdad', sans-serif !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.iraform-field,
button#iran-form-select-date,
button#iran-form-select-time {
    height: 45px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-family: 'estdad' !important;
}

.swal2-cancel {
    background: #717171;
}

.swal2-cancel:hover {
    background: #454545;
}

.swal2-popup.swal-rtl {
    direction: rtl;
    overflow-x: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px !important;
    color: #343434;
}

.swiper-button-next:after {
    margin: 0 0 0 -3px;
}

.swiper-button-prev:after {
    margin: 0 0 0 3px;
}

.swiper-button-next,
.swiper-button-prev {
    font-weight: normal !important;
}

.iran-form-booking-form .form-group {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.iran-form-booking-form label {
    display: block;
    margin-bottom: 5px;
    font-family: estdad;
}

input.button.button-primary.iraform-button {
    font-family: estdad;
}

.iran-form-booking-form input[type="text"],
.iran-form-booking-form select,
.iran-form-booking-form textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.iran-form-booking-form textarea {
    height: 100px !important;
}

.iran-form-booking-form .required {
    color: red;
}

.iran-form-booking-form .iran-form-success {
    background: #dff0d8;
    color: #072208;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.iran-form-booking-form .iran-form-error {
    background: #f2dede;
    color: #a94442;
    padding: 10px;
    margin-bottom: 20px;
}

.iran-form-booking-form input[type="radio"],
.iran-form-booking-form input[type="checkbox"] {
    margin-right: 5px;
}

.iran-form-field-button {
    position: relative;
}

.iran-form-select-button {
    width: 100%;
    padding: 8px;
    text-align: right;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 45px;
}

.iran-form-select-button:disabled {
    background: #e0e0e0;
    cursor: not-allowed;
}
/* Calendar Swiper Improvements */
#iran-form-calendar-swiper {
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
    background: #fff;
    border-radius: 12px;
}

/* Month Header */
.month-header {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Calendar Days Grid */
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

/* Day Headers */
.day-header {
    background: #6c757d;
    color: white;
    text-align: center;
    padding: 12px 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Calendar Days */
.calendar-day {
    background: #fff;
    border: none;
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-day.empty {
    background: #f8f9fa;
    cursor: default;
}

.calendar-day.available {
    color: #2c3e50;
    background: #fff;
}

.calendar-day.available:hover {
    background: #e3f2fd;
    color: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
}

.calendar-day.unavailable {
    background: #f8f9fa;
    color: #adb5bd;
    cursor: not-allowed;
    position: relative;
}

/* Swiper Navigation Buttons */
#iran-form-calendar-swiper .swiper-button-next,
#iran-form-calendar-swiper .swiper-button-prev {
    top: 48px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #2c3e50;
    transition: all 0.3s ease;
    z-index: 10;
}

#iran-form-calendar-swiper .swiper-button-next {
    left: 20px;
}

#iran-form-calendar-swiper .swiper-button-prev {
    right: 20px;
}

#iran-form-calendar-swiper .swiper-button-next:hover, #iran-form-calendar-swiper .swiper-button-prev:hover {
    color: #fff;
    transform: scale(1.1);
}

#iran-form-calendar-swiper .swiper-button-next::after,
#iran-form-calendar-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
	    color: #fff;
}

/* Swiper Pagination */
#iran-form-calendar-swiper .swiper-pagination {
    bottom: -10px;
    position: relative;
    text-align: center;
    margin-top: 15px;
}

#iran-form-calendar-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dee2e6;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 4px;
}

#iran-form-calendar-swiper .swiper-pagination-bullet-active {
    background: #2c3e50;
    transform: scale(1.3);
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.3);
}

/* SweetAlert Modal Adjustments for Calendar */
.swal2-popup:has(#iran-form-calendar-swiper) {
    padding: 30px 20px;
    max-width: 500px;
    width: 90vw;
}

.swal2-popup:has(#iran-form-calendar-swiper) .swal2-title {
    margin-bottom: 20px;
    color: #2c3e50;
    font-size: 24px;
}


.swal2-popup.swal2-modal.swal-rtl.swal2-show {
    font-family: 'estdad';
}

/* Time Slots */
.iran-form-time-slots {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
}

.iran-form-time-slot {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    min-width: 70px;
    text-align: center;
}

.iran-form-time-slot:hover {
    background: #4f8959;
    color: white;
    transform: translateY(-2px);
}

/* Loadings */
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--button-background);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

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

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

/* SweetAlert */
.swal-rtl {
    direction: rtl;
    text-align: right;
}

.swal-rtl .swal2-title,
.swal-rtl .swal2-content {
    font-family: 'estdad';
}
/* Time Slots Container - Main Container */
.iran-form-times {
    max-height: 400px;
}

/* Time Slots Grid Container */
.time-slots-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0;
}

/* Individual Time Slot Radio Container */
.time-slot-radio {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.time-slot-radio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--button-background);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

/* Hover Effect for Available Slots */
.time-slot-radio.available:hover {
    border-color: var(--button-background);
    background: #c1c1c124;
    box-shadow: 0 8px 24px rgba(0, 124, 186, 0.12);
}

.time-slot-radio.available:hover::before {
    transform: scaleX(1);
}

/* Selected State */
.time-slot-radio:has(input[type="radio"]:checked) {
    border-color: var(--button-background);
    background: #c1c1c124;
    box-shadow: 0 8px 24px rgba(0, 124, 186, 0.15);
}

.time-slot-radio:has(input[type="radio"]:checked)::before {
    transform: scaleX(1);
}

/* Disabled States */
.time-slot-radio.disabled {
    background: #f8f9fa;
    border-color: #dee2e6;
    cursor: not-allowed;
    opacity: 0.6;
}

.time-slot-radio.disabled.passed {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    border-color: #d1d5db;
}

.time-slot-radio.disabled.full {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-color: #fecaca;
}

/* Hide Default Radio Button */
.time-slot-radio input[type="radio"] {
    display: none;
}

/* Label Styling */
.time-slot-radio label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin: 0;
    cursor: inherit;
    width: 100%;
    font-family: 'estdad';
    justify-content: center;
}

/* Time Text Styling */
.time-txt {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
}

.time-slot-radio.disabled .time-txt {
    color: #9ca3af;
}

.time-txt.strikethrough {
    text-decoration: line-through;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 2px;
}

/* Capacity Info Styling */
.capacity-info {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 8px;
    text-align: center;
    line-height: 1;
    margin: 0;
}

/* Status Colors for Capacity Info */
.time-slot-radio.disabled.passed .capacity-info {
    background: #f3f4f6;
    color: #6b7280;
}

.time-slot-radio.disabled.full .capacity-info {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* Capacity Selector Styling */
.capacity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    flex-direction: row-reverse;
}

/* Capacity Buttons */
.capacity-btn {
    width: 28px;
    height: 28px;
    border: 2px solid var(--button-background);
    background: #ffffff;
    color: var(--button-background);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    box-shadow: 0 2px 4px rgba(0, 124, 186, 0.1);
}

.capacity-btn:hover:not(.disabled) {
    background: var(--button-background);
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.2);
}

.capacity-btn:active:not(.disabled) {
    transform: scale(0.95);
}

.capacity-btn.disabled {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

/* Capacity Input */
.capacity-input {
    width: 40px !important;
    height: 32px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: #ffffff !important;
    color: #2c3e50 !important;
    padding: 0 !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease !important;
}

.capacity-input:focus {
    outline: none !important;
    border-color: var(--button-background) !important;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1) !important;
}

/* Animation for Slot Selection */
@keyframes slot-select {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

/* Loading State for Time Slots */
.time-slots-container.loading {
    opacity: 0.6;
    pointer-events: none;
}

.time-slots-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #e9ecef;
    border-top: 2px solid var(--button-background);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}


/* Multi-page Form Styles */
.iran-form-multipage-wrapper {
    position: relative;
}

.iran-form-multipage .iran-form-page {
    display: none;
    animation: fadeIn 0.3s ease;
    width: 100%;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

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

/* Navigation Buttons */
.iran-form-page-navigation {
    padding-top: 20px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-direction: row;
}

.iran-form-page-navigation .iran-form-prev-page {
    background: #717171 !important;
    order: 1;
}

.iran-form-page-navigation .iran-form-prev-page:hover {
    background: #454545 !important;
}

.iran-form-page-navigation .iran-form-next-page {
    background: #000 !important;
    order: 2;
}

.iran-form-page-navigation .iran-form-next-page:hover {
    background: #333 !important;
}

/* Page Indicator */
.iran-form-page-indicator {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 5px;

}

.iran-form-page-indicator .page-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.3s ease;
}

.iran-form-page-indicator .page-dot.active {
    background: #000;
    transform: scale(1.2);
}

/* Progress Bar */
.iran-form-progress-bar {
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
}

.iran-form-progress {
    height: 100%;
    background: linear-gradient(90deg, #000, #333);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.iran-form-field.error input,
.iran-form-field.error select,
.iran-form-field.error textarea {
    border: 2px solid red !important;
    background-color: #ffe6e6 !important;
}

.iran-form-progress-container {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.iran-form-progress-background {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.iran-form-progress-bar {
    height: 10px;
    background-color: #4caf50;
    border-radius: 5px;
    transition: width 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.iran-form-progress-text {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.iran-form-page-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.iran-form-booking input,
.iran-form-booking select,
.iran-form-booking textarea {
    font-family: inherit !important;
}

button.iran-form-prev-page.iraform-button {
    background: #262627 !important;
    border: 1px solid #262627 !important;
}
.iran-form-file-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iran-form-file-wrapper input[type="file"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.iran-form-file-button {
    background-color: var(--button-background, #0073aa);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: opacity 0.3s ease;
    min-width: 120px;
}

.iran-form-file-button:hover {
    opacity: 0.8;
}

.iran-form-file-text {
    margin-right: 10px;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.iran-form-file-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.iran-form-tooltip-icon {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    align-self: center;
    width: 25px;
    margin-right: 5px;
    color: #f18700;
}

.field-and-help {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
/* SweetAlert Tooltip Styles */
.swal-tooltip-popup {
    max-width: 500px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}
div#swal2-html-container {
    padding: 15px !important;
}
.swal-tooltip-content {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.swal-tooltip-content strong,
.swal-tooltip-content b {
    color: #0073aa;
}
/* Responsive */
@media screen and (min-width: 1024px) {
    .swal2-popup {
        min-width: 50em;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .custom-price-input-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .confirm-custom-price {
        margin-top: 5px;
    }	
	
    .time-slots-container {
		grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 20px;
    }
    
    .time-slot-radio {
        padding: 12px 10px;
    }
    
    .time-txt {
        font-size: 14px;
    }
    
    .capacity-btn {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .capacity-input {
        width: 32px !important;
        height: 28px !important;
        font-size: 12px !important;
    }
	.time-slot-radio label {
		flex-direction: column;
	}	
	
    #iran-form-booking .form-field[style*="width: 10%"],
    #iran-form-booking .form-field[style*="width: 15%"],
    #iran-form-booking .form-field[style*="width: 20%"],
    #iran-form-booking .form-field[style*="width: 25%"],
    #iran-form-booking .form-field[style*="width: 33%"],
    #iran-form-booking .form-field[style*="width: 50%"],
    #iran-form-booking .form-field[style*="width: 66%"],
    #iran-form-booking .form-field[style*="width: 75%"],
    #iran-form-booking .form-field[style*="width: 80%"],
    #iran-form-booking .form-field[style*="width: 85%"],
    #iran-form-booking .form-field[style*="width: 90%"] {
        width: calc(100% - 5px) !important;
    }
	.iranform-woocommerce-products {
		grid-template-columns: repeat(1, 1fr);
	}
    .calendar-day {
        padding: 6px 4px;
        font-size: 12px;
        min-height: 30px;
    }

    .day-header {
        padding: 6px 2px;
        font-size: 10px;
        background: #181717ad;
    }

    .month-header {
        font-size: 16px;
    }

    .iran-form-time-slot {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 60px;
    }

    #iran-form-calendar-swiper {
        max-width: 100%;
    }
	div:where(.swal2-container) .swal2-html-container {

		padding: 0 !important;
	}
	#iran-form-calendar-swiper .swiper-button-next, #iran-form-calendar-swiper .swiper-button-prev {
		top: 45px !important;
	}
    .iran-form-booking-form .form-group {
        width: 100% !important;
    }

    .iran-form-time-slots {
        grid-template-columns: repeat(4, 1fr);
    }

    .iran-form-page-navigation {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .iran-form-page-navigation .iran-form-prev-page,
    .iran-form-page-navigation .iran-form-next-page,
    .iran-form-page-navigation .iran-form-submit {
        width: 100%;
        order: unset;
    }

    .repeater-groups {
        display: grid;
        column-gap: 10px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -5px !important;
    }
}