.appointment-header {
                    background-color: rgba(255, 255, 255, 0.85) !important;
                    color: rgb(66, 72, 116) !important;
                }
                .appointment-background{
                    background-color:undefined !important;
                    color:undefined !important;
                }
            
.appointment-header {
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: rgb(66, 72, 116) !important;
}

.appointment-background {
  background-color:undefined !important;
  color:undefined !important;
}

:root {
  /* Core Theme - Default Light (White Theme) */
      --bg: #f8fafc;
  --card-bg: #ffffff;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --primary: #2563eb;
  --primary-glow: rgba(37, 99, 235, 0.3);
  --border: #e2e8f0;
  --nav-glass: rgba(255, 255, 255, 0.85);
}

* {
  font-family: 'Inter', sans-serif;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

body {
  background-color: var(--bg);
  color: var(--text-main);
  overflow-x: hidden;
}

/* Utilities */
    .glass {
  background: var(--nav-glass);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.card-glass {
  background: var(--card-bg);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.text-gradient {
  background: linear-gradient(135deg, var(--text-main), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
    .btn-primary {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px var(--primary-glow);
}

/* Mobile Menu Animation */
    .mobile-menu {
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu.open {
  transform: translateX(0);
}

/* Scrollbar */
    ::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg);
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* Appointment Scheduler Styles */
    .appointment-card {
  background: var(--card-bg);
  border: 2px solid var(--border);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.appointment-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 1.5rem;
}

.btn-appoint {
  background: var(--primary);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-appoint:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--primary-glow);
}

.form-control {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-glow);
}

[data-ep-id="ep_div_50"] {
  border-color: rgb(0, 0, 0) !important;
}

[data-ep-id="ep_section_1"] {
  outline: none !important;
}

[data-ep-id="ep_section_4"] {
  outline: none !important;
}

[data-ep-id="ep_section_6"] {
  outline: none !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

                .appointment-header {
                    background-color: rgba(255, 255, 255, 0.85) !important;
                    color: rgb(66, 72, 116) !important;
                }
                .appointment-background{
                    background-color:undefined !important;
                    color:undefined !important;
                }
            
.appointment-header {
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: rgb(66, 72, 116) !important;
}

.appointment-background {
  background-color:undefined !important;
  color:undefined !important;
}

:root {
  /* Core Theme - Default Light (White Theme) */
      --bg: #f8fafc;
  --card-bg: #ffffff;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --primary: #2563eb;
  --primary-glow: rgba(37, 99, 235, 0.3);
  --border: #e2e8f0;
  --nav-glass: rgba(255, 255, 255, 0.85);
}

* {
  font-family: 'Inter', sans-serif;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

body {
  background-color: var(--bg);
  color: var(--text-main);
  overflow-x: hidden;
}

/* Utilities */
    .glass {
  background: var(--nav-glass);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.card-glass {
  background: var(--card-bg);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.text-gradient {
  background: linear-gradient(135deg, var(--text-main), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
    .btn-primary {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px var(--primary-glow);
}

/* Mobile Menu Animation */
    .mobile-menu {
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu.open {
  transform: translateX(0);
}

/* Scrollbar */
    ::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg);
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* Appointment Scheduler Styles */
    .appointment-card {
  background: var(--card-bg);
  border: 2px solid var(--border);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.appointment-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 1.5rem;
}

.btn-appoint {
  background: var(--primary);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-appoint:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--primary-glow);
}

.form-control {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-glow);
}

[data-ep-id="ep_div_50"] {
  border-color: rgb(0, 0, 0) !important;
}

[data-ep-id="ep_section_1"] {
  outline: none !important;
}

[data-ep-id="ep_section_4"] {
  outline: none !important;
}

[data-ep-id="ep_section_6"] {
  outline: none !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}