.elementor-kit-714{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Fredoka";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-714 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── PharmacoZyme Landing Page — Global CSS Fix ── */
/* Paste this in: Elementor > Site Settings > Custom CSS */

/* Fix section container clipping at corners */
.elementor-section.elementor-section-full_width {
  overflow: visible !important;
}

.elementor-section.elementor-section-full_width > .elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove theme's default container max-width interference */
.elementor-page .entry-content,
.elementor-page .site-content,
.elementor-page #content,
.elementor-page .container,
.elementor-page .wp-block-group__inner-container {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Fix hero section specifically — no corner cut */
#hero.elementor-section,
#hero > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
  overflow: visible !important;
  border-radius: 0 !important;
}

/* Fix background image covering full width */
.elementor-section[data-id] {
  background-attachment: scroll !important; /* Prevents mobile parallax bug */
}

/* Mobile fix: hero columns stack properly */
@media (max-width: 767px) {
  .elementor-section[data-id] {
    background-attachment: scroll !important;
    background-size: cover !important;
  }

  /* Stack hero columns vertically on mobile */
  #hero > .elementor-container > .elementor-row {
    flex-direction: column !important;
  }

  #hero > .elementor-container > .elementor-row > .elementor-column {
    width: 100% !important;
  }

  /* Card gaps between stacked cards */
  .elementor-inner-section .elementor-column {
    margin-bottom: 16px !important;
    width: 100% !important;
  }

  .elementor-inner-section .elementor-column:last-child {
    margin-bottom: 0 !important;
  }
}

/* Tablet: 2-col grids for audience/testimonial cards */
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-inner-section .elementor-column {
    margin-bottom: 14px !important;
  }
}

/* Load brand fonts */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');/* End custom CSS */