body {
	/* font-family: Poppins, sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}


.container{
	max-width: 1034px !important;
}




::-webkit-input-placeholder {
    color: #111111 !important;
  	opacity: 0.2 !important;
}

::-moz-placeholder {
    color: #111111 !important;
  	opacity: 0.2 !important;
}

::-ms-placeholder {
    color: #111111 !important;
  	opacity: 0.2 !important;
}

::placeholder {
   color: #111111 !important;
  	opacity: 0.2 !important;
}

input:disabled{
	color: #7c7e7f !important
}

h1,h2,h3,h4,h5,h6 {
	color: #182434;
	font-family: Georgia, serif !important;
	font-weight: 700;
}

label{
	font-family: Georgia, serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	/* identical to box height */

	letter-spacing: -0.0866666px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* ul {
	list-style: none;
	margin: 0;
	padding: 0;
} */

.site-branding {
	padding: 30px 0;
	text-align: center;
}

.note-textbox {
	resize: none;
	height: 100px;
}

.input-wrapper {
    margin-top: 10px;
	margin-bottom: 10px;
}



/* Date picker style */
.ui-widget.ui-widget-content {
	width: 100%;
	max-width: 270px;
}

#ui-datepicker-div {
	font-weight: 400;
	font-size: 0.9rem;
	border: 0;
	border-top: 0 !important;
	border-radius: 0;
}

.ui-datepicker-header {
	padding: 8px 15px;
}

.ui-datepicker-header,
.ui-widget-header a {
	font-weight: 400;
	border: 0;
	border-radius: 0;
	background-color: #0272e4;
	color: #fff;
}

.ui-widget-header a:hover {
	cursor: pointer;
	background-color: #0272e4;
	border: 0;
	font-weight: 400;
}

.ui-datepicker-prev {
	margin-right: 10px;
}

.ui-datepicker-title {
	font-size: 1.2rem;
	margin-top: 10px;
}

.ui-datepicker-calendar {
	border-top: 15px solid #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.ui-datepicker-calendar {
	font-size: 1.1rem;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 0;
	padding: 2px 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 0;
	background-color: transparent;
}

.ui-state-active,
.ui-widget-content .ui-state-active{
	background-color: #0272e4;
	color: #fff;
}
/* End of date picker style */

.admin-plugin-title{
	font-size: 30px;
}

.form-section {
	border-radius: 10px;
	padding: 20px;
	background-color: #ffffff;
}

.flex-row .inner-flex-row{
	width: 50%;
}

.three-row-input div:last-child{
	width: 130px;
}

.bg-lightblue {
	background-color: #e7f3ff;
}

.b2 {
	border: 2px solid #d6e6f7;
}

.input-wrapper {
	position: relative;
}

.half {
	width: calc(50% - 10px);
}

.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
	font-family: "Open Sans", sans-serif;
	position: relative;
	font-weight: 500;
	min-height: 50px;
	padding: 0 10px;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
	font-size: 16px;
	box-shadow: 0px 4px 8px rgba(44, 68, 117, 0.04);
}

.input-wrapper select {
	background-color: #fff;
	
	padding-top: 9px;
	padding-bottom: 9px;
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder,
.input-wrapper select::placeholder {
	color: #494949;
	opacity: 1;
}

.input-wrapper textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}

.input-wrapper input#time {
	/*border: 0;*/
	min-height: 50px;
}

.input-wrapper .dateinput,
.input-wrapper input#time {
	padding-left: 40px !important;
}

.date-cont::before {
	z-index: 1;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 19px;
	left: 15px;
	transform: translate(0,-50%);
/* 	background-image: url(../images/date.svg); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.time-cont::before {
	z-index: 1;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 25px;
	left: 15px;
	transform: translate(0,-50%);
/* 	background-image: url(../images/time.svg); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.form-section-title {
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-top: 0;
}

.ampm-wrapper span {
	padding: 0 15px;
	color: #b4c9de;
	font-weight: 700;
	font-size: 1.5rem;
}

.timeslot {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(87,87,87,0.05);
	-moz-box-shadow: 0px 0px 4px 0px rgba(87,87,87,0.05);
	box-shadow: 0px 0px 4px 0px rgba(87,87,87,0.05);
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #fff;
	color: #0272e4;
	font-size: 1rem;
	font-weight: 500;
	min-height: 40px;
	border: 1px solid #c3d6ea;
	border-radius: 6px;
	padding: 0 15px;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.timeslot.selected,
.timeslot:hover {
	background-color: #0272e4;
	color: #fff;
}

.timeslot:nth-child(2n+2),
.timeslot:last-child {
	margin-right: 0;
}

#time_selector {
	position: absolute;
	background-color: #fff;
	padding: 10px;
}

.timeselect {
	cursor: pointer;
	text-align: center;
	width: 25%;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 5px;
}

.timeselect:hover {
	color: #fff;
	background-color: #0272e4;
}

.time-disclaimer {
	font-weight: 600;
	font-size: 0.6rem;
	color: #182434;
}

#form_submit {
	font-weight: 600;
	font-size: 20px;
	border: 0;
	margin: 1rem auto;
	background-color: #0057B8;
	color: #fff;
	border-radius: 6px;
	padding: 15px;
	min-width: 300px;
}

label.error {
	font-size: 0.75rem;
	color: #f00;
}

#toggle_terms {
	color: #0080f9;
	cursor: pointer;
}

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

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

.v-box {
	display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #00000075;
}

.loader {
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 16px solid #f3f3f3;
    border-top-color: #f3f3f3;
    border-top-style: solid;
    border-top-width: 16px;
    border-bottom-color: #f3f3f3;
    border-bottom-style: solid;
    border-bottom-width: 16px;
    border-radius: 50%;
    border-top: 16px solid #0080f9;
    border-bottom: 16px solid #0080f9;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.address-details input {
	margin-right: 10px;
	margin-bottom: 5px;
}

.address-details input:nth-child(2n+2) {
	margin-right: 0;
}





.business-identity-container{
	text-align: center;
}

.business-identity-container img{
	max-width: 350px;
	margin-top: 25px;
}

.business-identity-container h1{
	font-size: 50px;
    margin-top: 25px;
}

#custom_create_user, #custom_create_service{
	max-width: 600px;
}


a.toplevel_page_davtransport-plugin .dashicons-before{
	filter: invert(77%) sepia(3%) saturate(263%) hue-rotate(169deg) brightness(89%) contrast(87%);
    transition: all .1s ease-in-out;
}

.bootstrap-datetimepicker-widget{
	width: 100% !important;
}

.delivery-speed-option{
	width: 100%;
}


.delivery-speed-option input[type="radio"] + label {
	position: relative;
	border: 1px solid #D5D5D5;
	width: 100%;
	text-align: center;
	padding: 18px 10px;
	border-radius: 6px;
	box-shadow: 0px 4px 8px rgba(44, 68, 117, 0);
}

.delivery-speed-option input[type="radio"] + label:hover {
	cursor:pointer;
}

.delivery-speed-option input[type="radio"]:checked + label{
	background: #0057b8;
/* 	border: 1px solid #0057b8; */
	color: #fff;
}

.delivery-speed-option input[type="radio"]:checked + label div h5{
	color: #fff;
}

.delivery-speed-options .delivery-speed-option:not(:last-child) {
        margin-right: 15px;
 }

.delivery-speed-option input[type="radio"]:checked {
	background: #0057b8;
}

/*     .delivery-speed-option input[type="radio"]:checked + label:before {
        content: '';
/*         background-image: url("https://door2doorstgng.wpengine.com/wp-content/plugins/my-custom-functionality-master//images/booking-page/check-blue.svg"); 
        width: 30px;
        height: 30px;
        position: absolute;
        left: 9%;
        top: 33%;
        background-repeat: no-repeat;
    } */

.delivery-speed-option input[type="radio"]{
    opacity: 0;
    position: fixed;
    width: 0;
}

/* .inner-flex-row.booking-box {
    padding: 20px;
    background: #efefef;
} */

.inner-flex-row.booking-box:first-child {
    padding-right: 15px;
	border-right: 1px solid #D5D5D5;
}

#booking-container .col-md-6:first-child {
	border-right: 1px solid #D5D5D5;
}

.inner-flex-row.booking-box:last-child {
    padding-left: 15px;
}


/* .booking-box{
	margin-top:50px;
} */

.checkbox-location-checker label{
	font-size: 16px;
}

/* .checkbox-location-checker input{
	width: 20px;
	height: 20px;
} */

.checkbox-location-checker input[type='checkbox']{
	
	width: 20px;
	height: 20px;
	outline: none;
	border: 1px solid #D5D5D5 !important;
	box-shadow: 0px 4px 8px rgba(44, 68, 117, 0.04) !important;
	border-radius: 4px;
}

.checkbox-location-checker label, .checkbox-location-checker input{
	vertical-align: middle;
	margin: 0;
}

.bootstrap-datetimepicker-widget{
	max-width: 300px;
	width: 100%;
}

/* .datepicker-days table thead tr:first-child{
	background: #003da5;

} */

.fa-chevron-left, .fa-chevron-right, .picker-switch, .dow{
	color: #003da5;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #cfcfcf;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #efefef;
    cursor: not-allowed;
}

span.label-modalform {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

.calendar-icon::after{
	z-index: 1;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    background-image: url('https://mayoclinicdev.wpengine.com/wp-content/plugins/mayo-clinic-plugin/assets/img/calendar.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.time-icon::after{
	z-index: 1;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    background-image: url('https://mayoclinicdev.wpengine.com/wp-content/plugins/mayo-clinic-plugin/assets/img/clock.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.calendar-icon, .time-icon{
	position: relative;
}

#booking-page-content, .footer-button, .meals-section-booking{
	background: #F8F8F8;
	
}

/* div#booking-page-content {
    margin-top: 30px;
} */

.footer-button{
	padding-top: 50px;
	padding-bottom: 50px;
}



#wrapper-footer{
	display: none;
}

.delivery-speed-option--text h5{
	font-family: "Open Sans", sans-serif !important;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
}

.delivery-speed-option--text span{
	font-family: "Open Sans", sans-serif !important;
	font-size: 12px;
}

select#first_instruction {
    background: #F8ED8A;
}

.modal-booking-container{
	padding: 10px;
	background: #F8F8F8;
}


/* ================================================================
   MODERN UI ENHANCEMENTS
   Mayo Clinic Booking Form Modernization
   ================================================================ */

/* ===================================
   CSS VARIABLES & DESIGN SYSTEM
   =================================== */

:root {
  /* Primary Healthcare Blue */
  --color-primary: #0057B8;
  --color-primary-light: #0272e4;
  --color-primary-dark: #003da5;
  --color-primary-50: #EFF6FF;
  --color-primary-100: #DBEAFE;

  /* Neutral Grays */
  --color-gray-50: #F9FAFB;
  --color-gray-100: #F3F4F6;
  --color-gray-200: #E5E7EB;
  --color-gray-300: #D1D5DB;
  --color-gray-400: #9CA3AF;
  --color-gray-500: #6B7280;
  --color-gray-600: #4B5563;
  --color-gray-700: #374151;
  --color-gray-800: #1F2937;
  --color-gray-900: #111827;

  /* Semantic Colors */
  --color-success: #10B981;
  --color-success-light: #D1FAE5;
  --color-error: #EF4444;
  --color-error-light: #FEE2E2;
  --color-warning: #F59E0B;
  --color-info: #3B82F6;

  /* Typography */
  --font-sans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;

  /* Spacing Scale */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-focus: 0 0 0 4px rgba(0, 87, 184, 0.1);

  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0.0, 0.2, 1);
  --transition-slow: 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* ===================================
   ENHANCED TYPOGRAPHY
   =================================== */

body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-800);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
  min-height: 100vh;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-xl);
}

h2 {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-lg);
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: var(--space-md);
}

/* Mobile Typography */
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  body {
    font-size: 15px;
  }
}

/* ===================================
   STEP INDICATOR SYSTEM
   =================================== */

.step-indicator-wrapper {
  margin: 40px auto 60px;
  max-width: 900px;
}

.step-indicator-progress {
  position: relative;
  height: 4px;
  background: #E5E7EB;
  border-radius: 2px;
  margin-bottom: 20px;
  overflow: hidden;
}

.step-indicator-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #0057B8 0%, #0272e4 100%);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 87, 184, 0.3);
}

.step-indicator-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.step-indicator-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  transition: all 0.3s ease;
}

.step-indicator-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.step-indicator-item .step-number {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #9CA3AF;
  transition: all 0.3s ease;
}

.step-indicator-item .step-checkmark {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  display: none;
  animation: checkmarkDraw 0.4s ease forwards;
}

.step-label {
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6B7280;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Active Step */
.step-indicator-item.active .step-indicator-circle {
  border-color: #0057B8;
  background: #0057B8;
  box-shadow: 0 4px 16px rgba(0, 87, 184, 0.3), 0 0 0 4px rgba(0, 87, 184, 0.1);
  transform: scale(1.1);
}

.step-indicator-item.active .step-number {
  color: #FFFFFF;
  font-weight: 700;
}

.step-indicator-item.active .step-label {
  color: #0057B8;
  font-weight: 600;
}

/* Completed Step */
.step-indicator-item.completed .step-indicator-circle {
  border-color: #10B981;
  background: #10B981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.step-indicator-item.completed .step-number {
  display: none;
}

.step-indicator-item.completed .step-checkmark {
  display: block;
}

.step-indicator-item.completed .step-label {
  color: #10B981;
  font-weight: 600;
}

/* Pulse Animation */
@keyframes pulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
}

.step-indicator-item.pulse-animation .step-indicator-circle {
  animation: pulse 0.6s ease;
}

@keyframes checkmarkDraw {
  0% {
    stroke-dasharray: 0, 100;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 100, 0;
    stroke-dashoffset: 0;
  }
}

/* ===================================
   ENHANCED INPUT FIELDS
   =================================== */

.input-wrapper {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}

.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 500;
  min-height: 56px;
  padding: 16px 16px;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  font-size: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
  background: #FFFFFF;
  color: #111827;
  width: 100%;
}

.input-wrapper input:hover,
.input-wrapper textarea:hover,
.input-wrapper select:hover {
  border-color: #D1D5DB;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
}

.input-wrapper input:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus {
  outline: none;
  border-color: #0057B8;
  box-shadow: 0px 0px 0px 4px rgba(0, 87, 184, 0.1), 0px 2px 8px rgba(0, 87, 184, 0.15);
  background: #FFFFFF;
}

/* Input States */
.input-wrapper input.error,
.input-wrapper textarea.error,
.input-wrapper select.error {
  border-color: #EF4444;
  background: #FEF2F2;
}

.input-wrapper input.error:focus,
.input-wrapper textarea.error:focus,
.input-wrapper select.error:focus {
  box-shadow: 0px 0px 0px 4px rgba(239, 68, 68, 0.1), 0px 2px 8px rgba(239, 68, 68, 0.15);
}

.input-wrapper input.success,
.input-wrapper textarea.success,
.input-wrapper select.success {
  border-color: #10B981;
  background: #F0FDF4;
}

.input-wrapper input:disabled {
  background: #F9FAFB;
  color: #9CA3AF;
  cursor: not-allowed;
  border-color: #E5E7EB;
}

/* Enhanced Validation Messages */
label.error {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #EF4444;
  font-weight: 500;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  animation: slideInError 0.3s ease;
}

label.error::before {
  content: '⚠';
  font-size: 14px;
}

@keyframes slideInError {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Textarea */
.input-wrapper textarea {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
  line-height: 1.6;
}

/* Select Dropdown */
.input-wrapper select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px;
  cursor: pointer;
}

.input-wrapper select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230057B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* ===================================
   MODERN BUTTONS
   =================================== */

#form_submit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  border: none;
  margin: 2rem auto;
  background: linear-gradient(135deg, #0057B8 0%, #0272e4 100%);
  color: #FFFFFF;
  border-radius: 12px;
  padding: 18px 48px;
  min-width: 280px;
  box-shadow: 0 8px 20px rgba(0, 87, 184, 0.3), 0 2px 8px rgba(0, 87, 184, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#form_submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

#form_submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 87, 184, 0.4), 0 4px 12px rgba(0, 87, 184, 0.25);
}

#form_submit:hover::before {
  left: 100%;
}

#form_submit:active {
  transform: translateY(0px);
  box-shadow: 0 4px 12px rgba(0, 87, 184, 0.3);
}

#form_submit:disabled {
  background: #D1D5DB;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Loading State */
#form_submit.loading {
  pointer-events: none;
  color: transparent;
}

#form_submit.loading::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: buttonSpinner 0.8s linear infinite;
}

@keyframes buttonSpinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Modal Buttons */
.modal-footer .btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 10px;
  border: none;
  transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
  cursor: pointer;
}

.modal-footer .btn-secondary {
  background: linear-gradient(135deg, #0057B8 0%, #0272e4 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 87, 184, 0.3);
}

.modal-footer .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 87, 184, 0.4);
}

/* ===================================
   LOADING STATES & ANIMATIONS
   =================================== */

.v-box {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loader {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid #0057B8;
  border-right: 4px solid #0272e4;
  animation: spin 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.loader::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid rgba(2, 114, 228, 0.4);
  animation: spin 0.7s linear infinite reverse;
}

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

/* Section Loading */
.section-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

/* Smooth Transitions */
.fade-in {
  animation: fadeIn 0.4s ease;
}

.slide-in-up {
  animation: slideInUp 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Error Shake */
.error-shake {
  animation: shake 0.5s ease;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}

/* ===================================
   ENHANCED DATE/TIME PICKERS
   =================================== */

.bootstrap-datetimepicker-widget {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 16px;
  max-width: 340px;
  animation: fadeInScale 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.bootstrap-datetimepicker-widget table {
  border-radius: 8px;
  overflow: hidden;
}

.bootstrap-datetimepicker-widget table thead tr:first-child {
  background: linear-gradient(135deg, #0057B8 0%, #0272e4 100%);
  border-radius: 8px 8px 0 0;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  padding: 16px 8px;
  border: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
}

.bootstrap-datetimepicker-widget table thead tr:nth-child(2) {
  background: #F9FAFB;
}

.bootstrap-datetimepicker-widget .dow {
  color: #6B7280;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 0;
  font-family: "Open Sans", sans-serif;
}

.bootstrap-datetimepicker-widget table td {
  border-radius: 8px;
  transition: all 0.2s ease;
}

.bootstrap-datetimepicker-widget table td.day {
  padding: 12px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.day:hover {
  background: #EEF2FF;
  color: #0057B8;
  transform: scale(1.05);
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: linear-gradient(135deg, #0057B8 0%, #0272e4 100%);
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 87, 184, 0.3);
  transform: scale(1.05);
}

.bootstrap-datetimepicker-widget table td.today::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #0272e4;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: transparent;
  color: #D1D5DB;
  cursor: not-allowed;
  transform: none;
}

/* ===================================
   DELIVERY SPEED RADIO BUTTONS (Original WordPress Plugin Styles)
   =================================== */

.delivery-speed-option {
  width: 100%;
}

/* Hide the actual radio button */
.delivery-speed-option input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

/* Label styling for radio button options */
.delivery-speed-option input[type="radio"] + label {
  position: relative;
  border: 1px solid #D5D5D5;
  width: 100%;
  text-align: center;
  padding: 18px 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(44, 68, 117, 0);
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  background: #FFFFFF;
}

/* Hover state */
.delivery-speed-option input[type="radio"] + label:hover {
  cursor: pointer;
  border-color: #0057b8;
  box-shadow: 0px 2px 4px rgba(0, 87, 184, 0.1);
}

/* Checked/Selected state */
.delivery-speed-option input[type="radio"]:checked + label {
  background: #0057b8;
  color: #fff;
  border-color: #0057b8;
  box-shadow: 0px 4px 8px rgba(0, 87, 184, 0.2);
}

/* Checked state heading color */
.delivery-speed-option input[type="radio"]:checked + label div h5 {
  color: #fff;
}

/* Checked state span color */
.delivery-speed-option input[type="radio"]:checked + label div span {
  color: #fff;
}

/* Spacing between options */
.delivery-speed-options .delivery-speed-option:not(:last-child) {
  margin-right: 15px;
}

/* Text content styling - Heading */
.delivery-speed-option--text h5 {
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #182434;
  font-weight: 600;
}

/* Text content styling - Subheading */
.delivery-speed-option--text span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  color: #494949;
}

/* ===================================
   CUSTOM CHECKBOXES
   =================================== */

.checkbox-location-checker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #F9FAFB;
  transition: background 0.2s ease;
  cursor: pointer;
}

.checkbox-location-checker:hover {
  background: #F3F4F6;
}

.checkbox-location-checker input[type='checkbox'] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #D1D5DB;
  border-radius: 6px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
  flex-shrink: 0;
}

.checkbox-location-checker input[type='checkbox']:hover {
  border-color: #0057B8;
  box-shadow: 0 0 0 4px rgba(0, 87, 184, 0.1);
}

.checkbox-location-checker input[type='checkbox']:checked {
  background: linear-gradient(135deg, #0057B8 0%, #0272e4 100%);
  border-color: #0057B8;
  box-shadow: 0 0 0 4px rgba(0, 87, 184, 0.1);
}

.checkbox-location-checker input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  animation: checkmarkSlide 0.2s ease;
}

@keyframes checkmarkSlide {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}

.checkbox-location-checker label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  margin: 0;
}

/* ===================================
   MODAL ENHANCEMENTS
   =================================== */

.modal-content {
  border: none;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-2xl);
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  color: #FFFFFF;
  padding: var(--space-xl);
  border-bottom: none;
}

.modal-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.modal-body {
  padding: var(--space-xl);
  background: #FFFFFF;
}

.modal-footer {
  background: var(--color-gray-50);
  padding: var(--space-lg) var(--space-xl);
  border-top: 1px solid var(--color-gray-200);
  gap: var(--space-md);
}

.modal-header .close {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  transition: all 0.2s ease;
  opacity: 1;
}

.modal-header .close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.modal-header .close span {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 300;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 768px) {
  /* Step Indicators */
  .step-indicator-steps {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .step-indicator-item {
    min-width: 80px;
  }

  .step-indicator-circle {
    width: 40px;
    height: 40px;
  }

  .step-indicator-item .step-number {
    font-size: 16px;
  }

  .step-label {
    font-size: 12px;
  }

  /* Inputs */
  .input-wrapper input,
  .input-wrapper textarea,
  .input-wrapper select {
    min-height: 54px;
    font-size: 16px;
  }

  /* Buttons */
  #form_submit {
    width: 100%;
    min-width: unset;
    padding: var(--space-lg);
  }

  /* Modal */
  .modal-dialog {
    margin: var(--space-sm);
  }

  .modal-body {
    padding: var(--space-lg);
  }

  /* Container */
  .container {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
  }

  /* Radio buttons full width */
  .delivery-speed-option {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .step-label {
    display: none;
  }

  .step-indicator-item {
    min-width: 50px;
  }
}

/* Reduce Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}