.elementor-21797 .elementor-element.elementor-element-397f7e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-21797 .elementor-element.elementor-element-397f7e7:not(.elementor-motion-effects-element-type-background), .elementor-21797 .elementor-element.elementor-element-397f7e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8183851A;}.elementor-21797 .elementor-element.elementor-element-0fbdc81{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4ea4178 */.appt-wrap {
    display: grid;
    grid-template-columns: 420px 1fr;
    min-height: 700px;
    background: #f0f2f5;
    font-family: "Lato", sans-serif;
    gap: 40px;
  }
  .appt-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .appt-hero-card {
    background: #005DAA;
    border-radius: 16px;
    padding: 32px 28px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  }
  .appt-hero-card h2 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .appt-hero-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 22px;
  }
  .loc-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #818385;
    padding: 0 4px;
  }
.location-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 20px;
    border: 1.5px solid #e4e7ec;
    border-radius: 12px;
    background: #fff;
    color: #221F1F !important;
    font-family: "Lato", sans-serif;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.2s ease;
    text-align: left;
}
  .location-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #818385;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    transition: stroke 0.2s;
  }
  .location-btn .btn-arrow {
    margin-left: auto;
    font-size: 24px;
    line-height: 1;
    color: #005DAA;
    opacity: 0;
    position: relative;
    top: -2px;
    transform: translateX(-4px);
    transition: all 0.2s;
  }
  .location-btn:hover {
    border-color: #005DAA !important;
    color: #005DAA !important;
    background: #fff;
  }
  .location-btn:hover svg { stroke: #005DAA; }
  .location-btn:hover .btn-arrow { opacity: 1; transform: translateX(0); }
  .location-btn.active {
    background: #005DAA !important;
    border-color: #005DAA !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(0,93,170,0.3);
  }
  .location-btn.active svg { stroke: #fff; }
  .location-btn.active .btn-arrow { opacity: 1; transform: translateX(0); color: #fff; }
  .appt-right {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: relative;
  }
  .appt-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 48px 32px;
    text-align: center;
  }
  .appt-placeholder.hidden { display: none; }
  .placeholder-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: #e8f1fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .placeholder-icon svg {
    width: 32px; height: 32px;
    fill: none;
    stroke: #005DAA;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .appt-placeholder h3 {
    font-size: 18px;
    font-weight: 900;
    color: #221F1F;
    margin-bottom: 8px;
  }
  .appt-placeholder p {
    font-size: 14px;
    color: #818385;
    max-width: 280px;
    line-height: 22px;
  }
  .loc-header {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-bottom: 1px solid #f0f2f5;
  }
  .loc-header.visible { display: flex; }
  .loc-dot {
    width: 9px; height: 9px;
    border-radius: 50%;
    background: #005DAA;
    box-shadow: 0 0 0 3px #e8f1fb;
    flex-shrink: 0;
  }
  .loc-header-name {
    font-size: 14px;
    font-weight: 700;
    color: #221F1F;
  }
  .loc-header-tag {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #005DAA;
    background: #e8f1fb;
    padding: 3px 10px;
    border-radius: 100px;
  }
  .cal-loading {
    display: none;
    position: absolute;
    inset: 0;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    z-index: 5;
  }
  .cal-loading.visible { display: flex; }
  .spinner {
    width: 36px; height: 36px;
    border: 3px solid #e8f1fb;
    border-top-color: #005DAA;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  .cal-loading span { font-size: 13px; color: #818385; font-family: "Lato", sans-serif; }
  .cal-container { display: none; flex: 1; }
  .cal-container.visible { display: block; }
  .cal-container iframe {
    width: 100%;
    height: 100%;
    min-height: 620px;
    border: none;
    display: block;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  @media (max-width: 768px) {
    .appt-wrap { grid-template-columns: 1fr; }
    .cal-container iframe { min-height: 500px; }
  }/* End custom CSS */