.elementor-kit-4{--e-global-color-primary:#42BDDA;--e-global-color-secondary:#00414C;--e-global-color-text:#00414C;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Charis SIL";--e-global-typography-primary-font-size:6.4rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:7.6rem;--e-global-typography-secondary-font-family:"Charis SIL";--e-global-typography-secondary-font-size:5.6rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1.43rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.71rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-92cf863-font-family:"Inter";--e-global-typography-92cf863-font-size:2.6rem;--e-global-typography-92cf863-font-weight:400;--e-global-typography-92cf863-line-height:3rem;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-4 h3{color:var( --e-global-color-secondary );font-size:2.6rem;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:3.8rem;--e-global-typography-primary-line-height:4.5rem;--e-global-typography-92cf863-font-size:2rem;--e-global-typography-92cf863-line-height:2.4rem;}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:2.8rem;--e-global-typography-primary-line-height:3.36rem;}.elementor-kit-4 h2{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#content {
  margin-top: 120px;
}

/* Tablet */
@media (max-width: 1024px) {
  #content {
    margin-top: 100px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #content {
    margin-top: 80px;
  }
}

img {
    border-radius: 10px !important;
}
.elementor-button-content-wrapper {
    padding: 4px;
}


/* ---------- Mobile (default) ---------- */
#our-staff,
#pharmacy,
#about-patter,
#contact-us,
#what-we-treat {
  scroll-margin-top: 70px;
}

/* ---------- Tablet (768px–1023px) ---------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  #our-staff,
  #pharmacy,
  #about-patter,
  #contact-us,
  #what-we-treat {
    scroll-margin-top: 90px;
  }
}

/* ---------- Desktop (≥1024px) ---------- */
@media (min-width: 1024px) {
  #our-staff,
  #pharmacy,
  #about-patter,
  #contact-us,
  #what-we-treat {
    scroll-margin-top: 100px;
  }
}

/* 1) Give the dropdown extra breathing room at the bottom */
#site-header nav.elementor-nav-menu--dropdown,
#site-header nav.elementor-nav-menu--dropdown > ul.elementor-nav-menu {
  padding-bottom: 20px;            /* space so the pill isn't clipped */
  overflow: visible;               /* ensure nothing gets cropped */
}

/* 2) Normalize the injected <li> that holds the button */
#site-header nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item-join-team {
  list-style: none;
  padding: 0 !important;           /* kill menu-item side padding */
  margin: 16px 0 24px;             /* space above/below the pill */
  display: flex;                   /* center the widget */
  justify-content: center;
}

/* 3) Keep the widget/button from adding extra margins inside the li */
#site-header nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item-join-team .elementor-widget-button {
  margin: 0;
}

/* 4) Let the pill size itself naturally but not hit the edges */
#site-header nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item-join-team .elementor-button {
  width: auto;                     /* preserve original button sizing */
  max-width: calc(100% - 32px);    /* safe gutters on narrow phones */
}/* End custom CSS */