/* Nav service-card hover (was nav-cards.css) */
/* ---------- Transitions ---------- */

.nav_services-card .nav_services-img,
.nav_services-card .nav_services-overlay,
.nav_services-card .nav_services-title,
.nav_services-card .nav_services-desc,
.nav_services-card .icon-24 svg,
.nav_services-card .icon-24 svg path {
  transition:
    opacity .45s cubic-bezier(.22,1,.36,1),
    transform .65s cubic-bezier(.22,1,.36,1),
    filter .65s cubic-bezier(.22,1,.36,1),
    color .35s ease,
    fill .35s ease,
    stroke .35s ease;
}

/* Customer letters replace the imported placeholder story cards. */
.testimonials-section {
  background: #eef4fb;
  padding: clamp(5rem, 9vw, 9rem) 0;
  overflow: hidden;
}

.testimonials-shell {
  width: min(100% - 2rem, 88rem);
  margin-inline: auto;
}

.testimonials-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
  direction: rtl;
  text-align: right;
}

.pharma_heading {
  direction: rtl;
  text-align: justify;
  text-align-last: right;
}

.testimonials-eyebrow {
  color: #0758b5;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0 0 .75rem;
}

.testimonials-header h2 {
  color: #001b3d;
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
  line-height: 1.35;
  margin: 0;
  max-width: 15ch;
}

.testimonials-header > p {
  color: #4d6279;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 2;
  margin: 0;
}

.testimonials-toolbar {
  display: flex;
  gap: .625rem;
  margin-bottom: 1.25rem;
}

.testimonials-arrow {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #b9cbdf;
  border-radius: 50%;
  background: transparent;
  color: #001b3d;
  font: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color .2s, color .2s, border-color .2s;
}

.testimonials-arrow:hover,
.testimonials-arrow:focus-visible {
  background: #064fa9;
  border-color: #064fa9;
  color: #fff;
}

.testimonials-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(17rem, 28vw, 22rem);
  gap: 1.5rem;
  direction: rtl;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: #79a4d4 transparent;
  padding: .25rem .25rem 1.5rem;
}

.testimonial-card {
  min-width: 0;
  scroll-snap-align: start;
}

.testimonial-document {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 1.25rem;
  background: #dce6f1;
  box-shadow: 0 1.2rem 3rem rgba(0, 27, 61, .1);
  cursor: zoom-in;
}

.testimonial-document::after {
  content: '';
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 20, 45, .8));
  pointer-events: none;
}

.testimonial-document img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.testimonial-document:hover img,
.testimonial-document:focus-visible img {
  transform: scale(1.025);
}

.testimonial-index,
.testimonial-view {
  position: absolute;
  z-index: 1;
  color: #fff;
}

.testimonial-index {
  top: 1rem;
  right: 1rem;
  padding: .3rem .7rem;
  border-radius: 2rem;
  background: rgba(0, 27, 61, .72);
  direction: ltr;
  font-size: .75rem;
}

.testimonial-view {
  right: 1.25rem;
  bottom: 1.25rem;
  font-size: .875rem;
  font-weight: 700;
}

.testimonial-copy {
  padding: 1.25rem .25rem 0;
}

.testimonial-copy h3 {
  color: #001b3d;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0 0 .35rem;
}

.testimonial-copy p {
  color: #587087;
  font-size: .9rem;
  line-height: 1.9;
  margin: 0;
}

.testimonial-dialog {
  width: min(92vw, 58rem);
  max-width: none;
  max-height: 92vh;
  padding: 3.5rem 1rem 1rem;
  overflow: auto;
  border: 0;
  border-radius: 1.25rem;
  background: #e8eef5;
  box-shadow: 0 2rem 6rem rgba(0, 16, 36, .45);
}

.testimonial-dialog::backdrop {
  background: rgba(0, 14, 31, .82);
  backdrop-filter: blur(6px);
}

.testimonial-dialog img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
  border-radius: .6rem;
}

.testimonial-dialog-close {
  position: absolute;
  top: .8rem;
  left: 1rem;
  border: 0;
  background: transparent;
  color: #001b3d;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 767px) {
  .testimonials-header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonials-header h2 {
    max-width: none;
  }

  .testimonials-track {
    grid-auto-columns: min(82vw, 20rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-document img,
  .testimonials-arrow {
    transition: none;
  }
}

/* ---------- Image ---------- */

.nav_services-card .nav_services-img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transform: scale(1.08);
  filter: blur(10px) brightness(.8);
}

/* ---------- Overlay ---------- */

.nav_services-card .nav_services-overlay {
  opacity: 0;
}

/* ---------- Hover ---------- */

.nav_services-card:hover .nav_services-img {
  display: block;

  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

.nav_services-card:hover .nav_services-overlay {
  display: block;
  opacity: .8;
}

.nav_services-card:hover .nav_services-title,
.nav_services-card:hover .nav_services-desc {
  color: var(--colors--white);
}

.nav_services-card:hover .nav_services-desc {
  opacity: 1;
}

.nav_services-card:hover .icon-24 svg,
.nav_services-card:hover .icon-24 svg path {
  fill: var(--colors--white);
}

/* Lenis smooth scroll (was lenis.css) */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Start styles for navbar animations and actions */
/* Custom easing functions */
:root {
  --ease-in-out-quint: cubic-bezier(0.83, 0, 0.17, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1);
  --transition-base: 0.4s var(--ease-in-out-quint);
  --transition-fast: 0.3s var(--ease-in-out-quint);
}

/* Navbar hide on scroll - all breakpoints */
.navbar {
  transition: transform 0.4s var(--ease-in-out-quint),
              opacity 0.3s var(--ease-in-out-quint);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.navbar.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* Disable scroll hide when menu is open */
.navbar.menu-open {
  transition: none;
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Navbar - fixed on desktop, absolute on mobile when in services section */
.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

/* Nav wrapper - ensure it's above menu wrapper */
.nav_wrapper {
  position: relative;
  z-index: 10;
}

/* Menu wrapper animation */
.menu_open-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity var(--transition-base),
              visibility var(--transition-base),
              transform var(--transition-base);
  display: none !important;
}

.menu_open-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex !important;
}

.menu_open-wrapper.is-open .menu_open-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Media queries for specific breakpoint adjustments */

/* Menu box animation */
.menu_open-box {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.5s var(--ease-in-out-quint) 0.1s,
              transform 0.5s var(--ease-in-out-quint) 0.1s;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Menu items staggered animation */
.menu_first-list .menu_item {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s var(--ease-in-out-quint),
              transform 0.4s var(--ease-in-out-quint);
}

.menu_open-wrapper.is-open .menu_first-list .menu_item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.menu_open-wrapper.is-open .menu_first-list .menu_item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.menu_open-wrapper.is-open .menu_first-list .menu_item:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.menu_open-wrapper.is-open .menu_first-list .menu_item:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}

/* Button group animation */
.menu_btn-group {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease-in-out-quint),
              transform 0.5s var(--ease-in-out-quint);
}

.menu_open-wrapper.is-open .menu_btn-group {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

/* Burger icon animation */
.nav_burger {
  position: relative;
  z-index: 100;
}

.burger-icon,
.back-icon,
.close-icon.is-step1 {
  position: absolute;
  transition: opacity var(--transition-fast),
              transform var(--transition-fast);
  z-index: 101;
}

.burger-icon.is-hidden {
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
  pointer-events: none;
}

.nav_burger.is-menu-open .burger-icon {
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
  pointer-events: none;
}

.nav_burger.is-menu-open .close-icon.is-step1 {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  display: flex !important;
  pointer-events: auto;
  cursor: pointer;
}

/* Close icon animation - override display:none from current-styles.css */
.close-icon.is-step1 {
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
  pointer-events: none;
  display: flex !important;
  cursor: pointer;
}

.close-icon.is-step1.is-visible {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  pointer-events: auto;
  display: flex !important;
  cursor: pointer;
}

.nav_burger.is-menu-open .close-icon.is-step1 {
  cursor: pointer;
}

/* Back icon animation - override display:none from current-styles.css */
.back-icon {
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
  pointer-events: none;
  display: flex !important;
}

.back-icon.is-visible {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  pointer-events: auto;
  display: flex !important;
}

/* Sub-menu animations - slide from right */
.menu_open.is-services,
.menu_open.is-about {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.35s var(--ease-in-out-quint),
              opacity 0.3s var(--ease-in-out-quint);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  pointer-events: none;
  display: flex !important;
}

.menu_open.is-services.is-active,
.menu_open.is-about.is-active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
}

/* Submenu fade-out only (for closing entire menu) */
.menu_open.is-services.is-closing,
.menu_open.is-about.is-closing {
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.3s var(--ease-in-out-quint) !important;
}

/* Main menu - gets pushed left */
.menu_open.is-main {
  transition: transform 0.35s var(--ease-in-out-quint);
  position: relative;
  will-change: transform;
}

.menu_open.is-main.is-pushed {
  transform: translateX(-100%);
  pointer-events: none;
}

/* Nav logo and title animations - no conflict */
.nav_logo-link-center {
  transition: opacity 0.2s var(--ease-in-out-quint),
              transform 0.2s var(--ease-in-out-quint),
              filter 0.2s var(--ease-in-out-quint);
  position: absolute;
  filter: blur(0px);
}

.nav_logo-link-center.is-hidden {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  filter: blur(8px);
}

/* Menu title - override display:none from current-styles.css */
.menu_title {
  transition: opacity 0.2s var(--ease-in-out-quint),
              transform 0.2s var(--ease-in-out-quint);
  position: absolute;
  display: block !important;
}

.menu_title.is-services,
.menu_title.is-about {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.menu_title.is-services.is-visible,
.menu_title.is-about.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Nav account-mob icon animations */
.nav_account-mob {
  position: relative;
}

.nav_account-mob .icon-24 {
  transition: opacity 0.3s var(--ease-in-out-quint),
              transform 0.3s var(--ease-in-out-quint);
}

.nav_account-mob .icon-24.is-hidden {
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
  pointer-events: none;
}

.nav_account-mob .close-icon[icon-action="close-layers"] {
  transition: opacity 0.3s var(--ease-in-out-quint),
              transform 0.3s var(--ease-in-out-quint);
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  display: flex !important;
}

.nav_account-mob .close-icon[icon-action="close-layers"].is-visible {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  pointer-events: auto;
  cursor: pointer;
  display: flex !important;
}

/* Close layers icon in nav_burger - hide when submenu is open */
.nav_burger.is-submenu-open [icon-action="close-main"] {
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
  pointer-events: none;
}

.nav_burger.is-submenu-open [icon-action="back"] {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  pointer-events: auto;
}

/* Menu item hover effect */
.menu_item {
  transition: background-color 0.2s ease,
              padding-left 0.2s ease;
}

.menu_item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Services cards layout + staggered animation */
.nav_services-card,
.nav_services-card.w-inline-block {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 1.5rem 1.5rem 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  aspect-ratio: 2 / 3;
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--colors--border);
  border-right-color: var(--colors--border);
  border-bottom-color: var(--colors--border);
  border-left-color: var(--colors--border);
  border-radius: 0.375rem;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease-in-out-quint),
              transform 0.4s var(--ease-in-out-quint);
}

.nav_text-link-service,
.nav_text-link-service.w-inline-block {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0.375rem;
  white-space: nowrap;
}

.nav_text-link-service.-wfp-hover,
.nav_text-link-service:hover {
  background-color: rgba(230, 234, 243, 0.3);
}

.nav_services-small-list {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  flex-flow: column;
  flex: 1 1 0%;
}

/* Mobile menu services cards - animated on open */
.menu_open.is-services.is-active .nav_services-card:nth-child(1),
.menu_open.is-about.is-active .nav_services-card:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.menu_open.is-services.is-active .nav_services-card:nth-child(2),
.menu_open.is-about.is-active .nav_services-card:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.menu_open.is-services.is-active .nav_services-card:nth-child(3),
.menu_open.is-about.is-active .nav_services-card:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.menu_open.is-services.is-active .nav_services-card:nth-child(4),
.menu_open.is-about.is-active .nav_services-card:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
/* End styles for navbar animations and actions */

/* --- START: Desktop Services Scroll Accordion --- */

/* --- END: Desktop Services Scroll Accordion --- */

/* --- START: FAQ Accordion --- */
.faq_question-group .icon-24 {
  flex: 0 0 auto;
  transition: transform 0.35s ease;
  transform-origin: center center;
}

.faq_item.is-active .faq_question-group .icon-24,
.faq_question-group .icon-24.is-open {
  transform: rotate(45deg);
}

/*
  Exact height is set by script.js (scrollHeight) so open/close
  doesn't overshoot from a large max-height and "jump".
*/
.faq_answer,
.faq_answer.is-hide {
  display: block !important;
  box-sizing: border-box;
  overflow: hidden !important;
  height: 0 !important;
  max-height: none !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  transition: height 0.35s ease, opacity 0.28s ease;
}

.faq_item.is-active .faq_answer,
.faq_item.is-active .faq_answer.is-hide {
  opacity: 0.57;
  pointer-events: auto;
}

/* Spacers inside a closed answer must not reserve space */
.faq_answer.is-hide .faq-spacer-1-25rem,
.faq_answer.is-hide [class*="faq-spacer"] {
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden;
}
/* --- END: FAQ Accordion --- */

/* --- START: Why Image First-Load Scale --- */

/* --- END: Why Image First-Load Scale --- */

/* --- START: Why Center Content Fade In (Desktop) --- */

/* --- END: Why Center Content Fade In (Desktop) --- */

/* --- START: Process Steps Sticky Scroll --- */
.section_process .process_box {
  position: relative;
  overflow: hidden;
}

.section_process .process_heading {
  z-index: 3;
}

.section_process .process_center {
  overflow: hidden;
  position: relative;
}

.section_process .process_steps-track {
  will-change: transform;
}

.section_process .process_step-wrapper {
  will-change: opacity;
}

.section_process .process_step-wrapper.is-inactive {
  pointer-events: none;
}
/* --- END: Process Steps Sticky Scroll --- */

/* Story hover — all breakpoints (touch keeps :hover until the next tap) */
.section_story .story_content {
  overflow: hidden;
}

.section_story .story_gray-overlay {
  transition: background-color 0.35s ease;
  pointer-events: none;
}

.section_story .story_tag {
  transition: color 0.35s ease, opacity 0.35s ease;
}

.section_story .story_logo,
.section_story .story_logo-black {
  position: absolute;
  z-index: 3;
  transition: filter 0.35s ease, opacity 0.35s ease;
}

.section_story .story_item:hover .story_gray-overlay,
.section_story .story_item:focus-visible .story_gray-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.section_story .story_item:hover .story_tag,
.section_story .story_item:focus-visible .story_tag {
  color: #fff;
  opacity: 1;
}

.section_story .story_item:hover .story_logo,
.section_story .story_item:hover .story_logo-black,
.section_story .story_item:focus-visible .story_logo,
.section_story .story_item:focus-visible .story_logo-black {
  filter: brightness(0) invert(1);
}

.section_story .story_image {
  z-index: 0;
  transition: opacity 0.35s ease;
}

.section_story .story_item:hover .story_image,
.section_story .story_item:focus-visible .story_image {
  opacity: 0;
}

/* --- START: Story Card — Desktop only (≥992) --- */

/* --- END: Story Card — Desktop only (≥992) --- */

/* Story videos — all breakpoints (Webflow sets video z-index: -100) */
.section_story .story_video {
  isolation: isolate;
}

.section_story .story_video > video,
.section_story .story_video .story_video-el {
  z-index: 1;
  object-fit: cover;
}

.section_story .story_image {
  z-index: 0;
}

.section_story .story_item.featured .story_image,
.section_story .is-story-featured .story_image,
.section_story .story_featured-slot .story_image,
.section_story [class*="d6f6e90e"] .story_image {
  opacity: 0;
}

/* --- START: Story mobile (≤991) --- */

/* --- END: Story mobile (≤991) --- */

/* --- START: Footer Link Hover Background --- */
.footer_link {
  position: relative;
  isolation: isolate;
  z-index: 0;
  opacity: 0.75;
  transition:
    transform 0.3s var(--ease-in-out-expo),
    opacity 0.3s var(--ease-in-out-expo);
}

.footer_link.footer_highlight {
  opacity: 1;
}

.footer_link::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--colors--border);
  opacity: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.3s var(--ease-in-out-expo);
  pointer-events: none;
}

.footer_link:hover,
.footer_link:focus-visible {
  opacity: 1;
}

.footer_link:hover::before,
.footer_link:focus-visible::before {
  transform: scaleY(1);
}
/* --- END: Footer Link Hover Background --- */

/* --- START: Footer Social Item Hover Background --- */
/*
  Item already has a background, so the scale fill sits ABOVE that paint
  (z-index: 0) and UNDER the icon (children z-index: 1).
*/
.footer_social-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.3s var(--ease-in-out-expo);
}

/* Social accounts are intentionally not published in the current footer. */
.footer_social-list {
  display: none !important;
}

.section_video {
  aspect-ratio: 1280 / 548;
  background-image: none;
  background-color: #061a2a;
  overflow: hidden;
}

.section_video-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer_sign img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.footer_social-item::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #d9deeb;
  opacity: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.3s var(--ease-in-out-expo);
  pointer-events: none;
}

.footer_social-item > * {
  position: relative;
  z-index: 1;
}

.footer_social-item:hover,
.footer_social-item:focus-visible {
  opacity: 1;
}

.footer_social-item:hover::before,
.footer_social-item:focus-visible::before {
  transform: scaleY(1);
}
/* --- END: Footer Social Item Hover Background --- */

/* --- START: Footer Clouds Drift Loop --- */
@keyframes footer-cloud-drift-a {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.85;
  }
  25% {
    transform: translate(18px, -12px);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, -20px);
    opacity: 0.9;
  }
  75% {
    transform: translate(-16px, -6px);
    opacity: 0.95;
  }
}

@keyframes footer-cloud-drift-b {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
  25% {
    transform: translate(-14px, -14px);
    opacity: 0.95;
  }
  50% {
    transform: translate(12px, -8px);
    opacity: 1;
  }
  75% {
    transform: translate(20px, -16px);
    opacity: 0.88;
  }
}

.footer_cloud1,
.footer_cloud2 {
  will-change: transform, opacity;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.footer_cloud1 {
  animation-name: footer-cloud-drift-a;
  animation-duration: 14s;
}

.footer_cloud2 {
  animation-name: footer-cloud-drift-b;
  animation-duration: 18s;
  animation-delay: -4s;
}

/* --- END: Footer Clouds Drift Loop --- */

/* --- START: SEO Show More / Less --- */
.seo_text {
  overflow: hidden;
  transition:
    height 0.45s var(--ease-in-out-expo),
    opacity 0.35s var(--ease-in-out-expo);
}

.seo_gradient {
  transition: opacity 0.35s var(--ease-in-out-expo);
  pointer-events: none;
}

.seo_link {
  cursor: pointer;
  transition: opacity 0.3s var(--ease-in-out-expo);
  user-select: none;
}

.seo_link .icon-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s var(--ease-in-out-expo);
  transform-origin: center center;
}

.seo_wrapper.is-seo-open .seo_text {
  opacity: 1;
}

.seo_wrapper.is-seo-open .seo_gradient {
  opacity: 0;
}

.seo_wrapper.is-seo-open .seo_link {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0.75rem;
}

.seo_wrapper.is-seo-open .seo_link .icon-24 {
  transform: rotate(180deg);
}
/* --- END: SEO Show More / Less --- */

/* --- START: Accessibility Foundation --- */
.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: 0;
  z-index: 1000000;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #111;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0.75rem);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
[role="button"]:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

.button:focus-visible,
.text-link-wrapper:focus-visible,
.seo_link:focus-visible,
.faq_item:focus-visible,
.faq_question-group:focus-visible,
.services_suit-item:focus-visible,
.footer_link:focus-visible,
.footer_social-item:focus-visible,
.burger-icon:focus-visible,
.close-icon:focus-visible,
.back-icon:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* Touch targets for text/links only — do not force 44px on Webflow nav icons */
.seo_link {
  min-width: 44px;
  min-height: 44px;
}

.burger-icon,
.close-icon,
.back-icon,
.seo_link,
.faq_item,
.faq_question-group {
  cursor: pointer;
}

.menu_open-wrapper[aria-hidden="true"] {
  visibility: hidden;
}

/* --- END: Accessibility Foundation --- */

.services_tab,
.services_tab.w-inline-block,
.services_tab.w-tab-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.footer .text-small.opacity-50,
.process_stat .text-small.opacity-50,
.faq_heading-wrapper .opacity-50,
.text-small.opacity-50,
.text-small.opacity-60 {
  opacity: 0.72;
}

.footer_copyright {
  opacity: 0.75;
}

.nav_services-desc,
.nav_services-desc.opacity-50,
.nav_services-desc.opacity-60 {
  opacity: 0.72;
}

.story_tag {
  opacity: 0.72;
}

.nav_account-desk {
  position: relative;
}

.story_item,
.story_item.w-inline-block,
.story_item.w-variant-d6f6e90e-c8f4-6771-8471-0581dea4a391 {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
}

.text-link-wrapper,
.text-link-wrapper.w-inline-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  color: var(--colors--blue-lighter);
  text-decoration: none;
}

.footer_social-item,
.footer_social-item.w-inline-block {
  display: flex;
  width: 100%;
  height: 2.5rem;
  min-width: 4.5rem;
  min-height: unset;
  justify-content: center;
  align-items: center;
  background-color: var(--colors--border);
}

.footer_designer,
.footer_designer.w-inline-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  direction: rtl;
  color: var(--colors--white);
  text-decoration: none;
  cursor: default;
}

.footer_designer-wrapper {
  position: absolute;
  display: flex;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: clamp(0rem, 100vw - 2rem, 100rem);
}

.faq_question-group {
  min-height: 0;
  height: auto;
}

.logos_head-wrapper.is-bottom {
  display: none;
}

.menu_about-img {
  width: auto;
  max-width: none;
  height: 20rem;
}

.section_logos .logos_item .image {
  opacity: .7;
}

.logos_item[data-logo-reel] {
  overflow: hidden;
}

.logos_reel-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 160px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}

.logos_reel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform-style: preserve-3d;
}

.logos_reel-cell {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  backface-visibility: hidden;
}

.logos_reel-cell .image {
  max-width: 90%;
  max-height: 2.5rem;
}



/* Inactive service titles: 24px bold needs 3:1 (was 2.03 at 0.3) */
.services_item-title-holder.is-not-active {
  opacity: 0.44;
}

/* 100vw includes the scrollbar gutter, so it is wider than the visible
   page and creates a horizontal scrollbar. Full-bleed layout stays 100%. */
.section_pharma,
.why_item {
  width: 100%;
}

.section_pharma .grid {
  width: 100%;
  justify-items: center;
  align-items: center;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.phrama_img-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.pharma_img {
  width: 100%;
  object-fit: cover;
}

.pharma_content {
  display: flex;

  padding: 1rem;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer_img {
  min-width: 0;
}

.section_story .story_grid {
  min-width: 0;
}

/* First screen uses preloaded Regular + SemiBold. Bold loads later. */
.hero_title,
.section_hero .button {
  font-weight: 600;
}

/* Kashida fills lines; justification only after JS confirms 3+ lines. */
[data-kashida] {
  direction: rtl;
  text-align: start;
  overflow-wrap: normal;
  word-break: keep-all;
}

[data-kashida][data-kashida-ready="1"]:not([data-kashida-skip]) {
  text-align: justify;
  text-align-last: right;
}

[data-kashida-align="center"] {
  text-align: center;
}

[data-kashida-align="center"][data-kashida-ready="1"]:not([data-kashida-skip]) {
  text-align: justify;
  text-align-last: center;
}

.services_box-desktop .services_wrapper {
  align-items: start;
}

.services_box-desktop .services_item {
  cursor: pointer;
}

/* Image column stays fixed size so tab open/close cannot shove it */
.services_box-desktop .services_img-wrapper-desk {
  position: relative !important;
  align-self: start;
  width: 100%;
  height: 90vh !important;
  min-height: 90vh !important;
  max-height: 90vh !important;
  overflow: hidden !important;
}

.services_box-desktop .services_img-wrapper-desk .services_img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  opacity: 0;
  z-index: 0;
  transform: none !important;
  translate: none !important;
  transition: opacity 0.9s ease-in-out !important;
  pointer-events: none;
  will-change: opacity;
}

.services_box-desktop .services_img-wrapper-desk .services_img.is-active {
  opacity: 1;
  z-index: 1;
}

.services_box-desktop .services_item-title-holder {
  transition:
    color 0.35s var(--ease-in-out-quint),
    opacity 0.35s var(--ease-in-out-quint);
}

/* Equal 2rem vertical padding on the box; bottom only while open */
.services_box-desktop .services_item-inside-box {
  padding-top: 2rem;
  padding-bottom: 1rem;
  transition: padding-bottom 0.45s var(--ease-in-out-quint);
}

.services_box-desktop .services_item.is-open .services_item-inside-box {
  padding-bottom: 1rem;
}

.services_box-mobile .services_item-inside-box {
  padding-bottom: 2rem;
}

/* Kill default heading margins that unbalance the top padding */
.services_box-desktop .services_item-title-holder .h5,
.services_box-desktop .services_item-title-holder h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Keep content internal rhythm; avoid extra collapse gaps */
.services_box-desktop .services_item-content-holder > :first-child {
  margin-top: 0;
}

.services_box-desktop .services_item-content-holder > :last-child {
  margin-bottom: 0;
}

/* Match Webflow layout when content is open */
.services_box-desktop .services_item-content-holder {
  display: flex !important;
  flex-flow: column;
  gap: 1rem;
  direction: rtl;
  opacity: 1;
  overflow: hidden;
  max-height: 80rem;
  transition:
    max-height 0.45s var(--ease-in-out-quint),
    opacity 0.35s ease;
}

.services_box-desktop .services_item-content-holder.is-not-active {
  display: flex !important;
  flex-flow: column;
  gap: 1rem;
  direction: rtl;
  max-height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.services_item-content-holder > .button {
  align-self: flex-start;
  flex: none;
  width: auto;
}

/*
 * Spacer sits outside inside-box. Keep it collapsed on desktop so it
 * doesn't double the bottom 2rem padding before the progress bar.
 */
.services_box-desktop .spacer-2rem.is-services {
  display: block;
  min-height: 0 !important;
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.services_box-desktop .services_progress {
  width: 100% !important;
  transform: scaleX(0);
  transform-origin: right center;
  transition: opacity 0.3s var(--ease-in-out-quint);
  will-change: transform;
}

.services_box-desktop .services_progress.is-hidden {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}

.services_box-desktop .services_progress.is-visible {
  display: block !important;
  opacity: 1;
}

/* Services intro: full-bleed card covers the heading; max-width only pads inner content. */
.section_services.is-services-cover {
  --services-pad: 10rem;
  --services-head-top: 6.5rem;
  --services-head-slot: 3.5rem;
  width: 100%;
  padding-top: var(--services-pad);
  padding-bottom: var(--services-pad);
  grid-column-gap: 2.5rem;
  grid-row-gap: var(--services-pad);
  row-gap: var(--services-pad);
}

@media screen and (min-width: 992px) {
  .section_services.is-services-cover {
    overflow-x: clip;
  }
}

.section_services.is-services-cover > .heading-section {
  position: sticky;
  top: var(--services-head-top);
  z-index: 1;
  pointer-events: none;
}

.section_services.is-services-cover .heading-section-scale {
  display: inline-block;
  transform-origin: 50% 50%;
  will-change: transform;
}

.section_services.is-services-cover > .services_box-desktop {
  align-self: stretch;
  width: 100%;
  position: relative;
  z-index: 2;
}

.section_services.is-services-cover .services_cover-shell {
  width: 100%;
  overflow: clip;
  background-color: transparent;
}

.section_services.is-services-cover .services_box-desktop .services_wrapper {
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 5vh;
  z-index: 2;
}

.section_services.is-services-cover .services_cover-shell.is-mobile {
  display: none;
  align-self: stretch;
  width: 100%;
  position: sticky;
  top: 5vh;
  z-index: 2;
}

.section_services.is-services-cover .services_box-desktop .services_scale {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.section_services.is-services-cover .services_box-desktop .services_scale > .max-width {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: start;
  width: clamp(0rem, 100vw - 2rem, 100rem);
}

.section_services.is-services-cover .services_scale {
  width: 100%;
  background-color: var(--colors--border);
  transform-origin: 50% 50%;
  will-change: transform;
}

.section_services.is-services-cover .services_cover-shell .max-width {
  margin-inline: auto;
}

@media screen and (max-width: 991px) {
  .section_services.is-services-cover {
    --services-head-top: 5.5rem;
    --services-head-slot: 2.8rem;
  }

  .section_services.is-services-cover {
    overflow: visible;
    overflow-x: visible;
  }

  .section_services.is-services-cover .services_cover-shell.is-mobile {
    display: block;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .section_services.is-services-cover .services_cover-shell.is-mobile .services_scale {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
    will-change: transform;
  }

  .section_services.is-services-cover .services_cover-shell.is-mobile .max-width {
    position: relative;
    z-index: 1;
  }

  .section_services .services_box-mobile.is-services-stack .services_tab-content,
  .section_services .services_box-mobile.is-services-stack .w-tab-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    overflow: visible;
    position: relative;
    height: auto;
  }

  .section_services .services_box-mobile.is-services-stack .services_pane,
  .section_services .services_box-mobile.is-services-stack .w-tab-pane {
    display: block !important;
    position: relative;
    opacity: 1;
    height: auto;
    scroll-margin-top: 7rem;
  }

  .section_services .services_box-mobile.is-services-stack {
    position: relative !important;
    transform: none;
  }

  .section_services .services_box-mobile.is-services-stack .services_tab-chrome {
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: #fff;
    transform: none;
  }

  .section_services .services_box-mobile.is-services-stack .services_tab-list {
    position: relative;
    top: auto;
    z-index: 4;
    background-color: #fff;
    overflow: visible;
    border-bottom: none;
  }

  .section_services .services_box-mobile.is-services-stack .services_tab-progress {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--colors--border);
    overflow: hidden;
  }

  .section_services .services_box-mobile.is-services-stack .services_tab-progress .services_progress {
    display: block !important;
    width: 100%;
    height: 2px;
    background-color: var(--colors--blue-lighter);
    transform: scaleX(0);
    transform-origin: right center;
    will-change: transform;
    opacity: 1;
  }

  /*
   * Intro card is #e6eaf3 while it scales in. Tab opacity on a transformed
   * parent also flattens, so every tab looks selected and the current pill
   * disappears into the gray. Keep the bar white and fade inner content only.
   */
  .section_services .services_box-mobile .services_tab-list {
    background-color: #fff;
    isolation: isolate;
  }

  .section_services .services_box-mobile .services_tab,
  .section_services .services_box-mobile .services_tab.w-inline-block,
  .section_services .services_box-mobile .services_tab.w-tab-link {
    opacity: 1;
    background-color: transparent;
    color: var(--colors--blue-darkest);
  }

  .section_services .services_box-mobile .services_tab .services_tab-text,
  .section_services .services_box-mobile .services_tab .icon-24 {
    opacity: 0.55;
  }

  .section_services .services_box-mobile .services_tab.w--current,
  .section_services .services_box-mobile .services_tab.w-tab-link.w--current,
  .section_services .services_box-mobile:not(:has(.services_tab.w--current)) .services_tab[data-w-tab="On-demand"] {
    background-color: var(--colors--blueish-gray);
    color: var(--colors--blue-lighter);
    border-radius: 0.5rem;
    opacity: 1;
  }

  .section_services .services_box-mobile .services_tab.w--current .services_tab-text,
  .section_services .services_box-mobile .services_tab.w--current .icon-24,
  .section_services .services_box-mobile:not(:has(.services_tab.w--current)) .services_tab[data-w-tab="On-demand"] .services_tab-text,
  .section_services .services_box-mobile:not(:has(.services_tab.w--current)) .services_tab[data-w-tab="On-demand"] .icon-24 {
    opacity: 1;
    color: inherit;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section_services.is-services-cover .heading-section-scale,
  .section_services.is-services-cover .services_scale {
    transform: none;
    will-change: auto;
  }

  .section_services.is-services-cover .services_scale {
    background-color: var(--colors--white);
  }
}

.section_why .why_fader-up {
  display: none !important;
}

.section_why .why_in-center-fixed,
.section_why .why_in-center-content {
  will-change: opacity;
}

/* Daylight USP copy — scoped so the original Why GSAP can be restored */
.section_why.is-why-daylight .why-split-mask {
  display: block;
  overflow: hidden;
  margin-block: -0.04em;
  padding-block: 0.04em;
}

.section_why.is-why-daylight .why-split-inner {
  display: block;
}

html.w-mod-js .section_why.is-why-daylight .why_img {
  visibility: visible !important;
}

@media screen and (min-width: 992px) {
  html.w-mod-js .section_why.is-why-daylight .why_in-center-content {
    opacity: 0;
  }

  .section_why.is-why-daylight .why_in-center {
    overflow: hidden;
    clip-path: inset(0%);
  }

  .section_why.is-why-daylight .why_in-center-fixed {
    will-change: transform, opacity;
  }

  .section_why.is-why-daylight .why_in-center-content {
    will-change: transform, opacity;
  }
}

.section_story .story_logo-white {
  display: none !important;
}

.section_story .story_item.featured:hover .story_heading.featured,
.section_story .story_item.featured:focus-visible .story_heading.featured {
  color: #fff;
}

.section_story .story_video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}

.section_story .story_video .story_video-el,
.section_story .story_video video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_story .story_item.featured .story_image,
.section_story .is-story-featured .story_image,
.section_story .story_featured-slot .story_image {
  opacity: 0;
}

.section_story .story_grid > .is-story-featured,
.section_story .story_featured-slot {
  grid-column: 1 / 2;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  width: 100%;
}

.section_story .story_grid > .is-story-featured .story_item,
.section_story .story_featured-slot .story_item,
.section_story .story_grid > .is-story-featured {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.section_story .story_item.featured .story_content,
.section_story .is-story-featured .story_content,
.section_story .story_featured-slot .story_content {
  position: sticky;
  top: 5vh;
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  aspect-ratio: auto;
  overflow: hidden;
}

.section_story .story_content > .story_heading {
  display: none;
}

.section_story .story_item.featured .story_content > .story_heading,
.section_story .is-story-featured .story_content > .story_heading,
.section_story .story_featured-slot .story_content > .story_heading {
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  color: #fff;
  max-width: 90%;
}

.section_story .story_item.featured > .story_heading,
.section_story .is-story-featured > .story_heading,
.section_story .is-story-featured .story_item > .story_heading,
.section_story .story_featured-slot > .story_heading,
.section_story .story_featured-slot .story_item > .story_heading {
  display: none;
}

.section_story .story_item.featured .story_gray-overlay,
.section_story .is-story-featured .story_gray-overlay,
.section_story .story_featured-slot .story_gray-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

.section_story .story_item.featured .story_tag,
.section_story .is-story-featured .story_tag,
.section_story .story_featured-slot .story_tag {
  color: #fff;
  opacity: 1;
}

.section_story .story_item.featured .story_logo,
.section_story .story_item.featured .story_logo-black,
.section_story .is-story-featured .story_logo,
.section_story .is-story-featured .story_logo-black,
.section_story .story_featured-slot .story_logo,
.section_story .story_featured-slot .story_logo-black {
  filter: brightness(0) invert(1);
}

.section_story .story_item.featured .story_video,
.section_story .story_item.featured .story_video .story_video-el,
.section_story .story_item.featured .story_video video,
.section_story .is-story-featured .story_video,
.section_story .is-story-featured .story_video .story_video-el,
.section_story .is-story-featured .story_video video,
.section_story .story_featured-slot .story_video,
.section_story .story_featured-slot .story_video .story_video-el,
.section_story .story_featured-slot .story_video video {
  transform: scale(1);
  transition: transform 0.55s ease;
  will-change: transform;
}

.section_story .story_item.featured:hover .story_video,
.section_story .story_item.featured:hover .story_video .story_video-el,
.section_story .story_item.featured:hover .story_video video,
.section_story .is-story-featured:hover .story_video,
.section_story .is-story-featured:hover .story_video .story_video-el,
.section_story .is-story-featured:hover .story_video video,
.section_story .is-story-featured:focus-visible .story_video,
.section_story .is-story-featured:focus-visible .story_video .story_video-el,
.section_story .is-story-featured:focus-visible .story_video video,
.section_story .story_featured-slot:hover .story_video,
.section_story .story_featured-slot:hover .story_video .story_video-el,
.section_story .story_featured-slot:hover .story_video video {
  transform: scale(1.08);
}

.section_story .story_video-url {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 991px) {
  .section_pharma .grid {
    grid-template-columns: 1fr;
  }

  .section_pharma .pharma_content {
    order: 1;
  }

  .section_pharma .phrama_img-wrapper {
    order: 2;
  }

  .section_story .story_logo-white {
    display: block;
  }

  .section_story .story_grid > .is-story-featured,
  .section_story .story_featured-slot {
    grid-column: auto;
    height: auto;
    min-height: 0;
  }

  .section_story .story_item.featured .story_content,
  .section_story .is-story-featured .story_content,
  .section_story .story_featured-slot .story_content {
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    aspect-ratio: 1;
  }

  /* Match Webflow tablet: overlay title off, caption under the card. */
  .section_story .story_content > .story_heading,
  .section_story .story_heading.featured,
  .section_story .story_item.featured .story_content > .story_heading,
  .section_story .is-story-featured .story_content > .story_heading,
  .section_story .story_featured-slot .story_content > .story_heading {
    display: none;
  }

  .section_story .story_item.featured > .story_heading,
  .section_story .is-story-featured > .story_heading,
  .section_story .is-story-featured .story_item > .story_heading,
  .section_story .story_featured-slot > .story_heading,
  .section_story .story_featured-slot .story_item > .story_heading {
    display: block;
  }

  .section_story .story_item.featured .story_image,
  .section_story .is-story-featured .story_image,
  .section_story .story_featured-slot .story_image,
  .section_story [class*="d6f6e90e"] .story_image {
    opacity: 1;
  }

  .navbar.is-services-section {
    position: absolute;
  }

  .nav_services-card,
  .nav_services-card.w-inline-block {
    aspect-ratio: auto;
  }

  .nav_services-small-list {
    display: grid;
    padding-right: 1rem;
    padding-left: 1rem;
    align-items: center;
    grid-auto-columns: 1fr;
    gap: 0rem 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    direction: rtl;
  }

  .why_image-wrapper {
    overflow: hidden;
  }

  .section_why .why_img {
    will-change: transform;
    transform-origin: center center;
  }

  /* Single row, no wrap — scroll horizontally if needed */
  .section_story .story_grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(80vw, 1fr);
    grid-template-columns: none;
    grid-template-rows: auto;
    align-items: start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .section_story .story_item.featured .story_gray-overlay,
  .section_story .is-story-featured .story_gray-overlay,
  .section_story .story_featured-slot .story_gray-overlay,
  .section_story [class*="d6f6e90e"] .story_gray-overlay {
    background-color: var(--colors--border);
  }

  .section_story .story_item.featured .story_tag,
  .section_story .is-story-featured .story_tag,
  .section_story .story_featured-slot .story_tag,
  .section_story [class*="d6f6e90e"] .story_tag {
    color: inherit;
    opacity: 0.72;
  }

  .section_story .story_item.featured .story_logo,
  .section_story .story_item.featured .story_logo-black,
  .section_story .is-story-featured .story_logo,
  .section_story .is-story-featured .story_logo-black,
  .section_story .story_featured-slot .story_logo,
  .section_story .story_featured-slot .story_logo-black,
  .section_story [class*="d6f6e90e"] .story_logo,
  .section_story [class*="d6f6e90e"] .story_logo-black {
    filter: none;
  }

  .services_tab,
  .services_tab.w-inline-block,
  .services_tab.w-tab-link {
    padding: 0.5rem 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--colors--white);
    opacity: 0.6;
    white-space: nowrap;
  }

  .services_tab.w--current,
  .services_tab.w-tab-link.w--current {
    border-radius: 0.5rem;
    background-color: var(--colors--blueish-gray);
    opacity: 1;
    color: var(--colors--blue-lighter);
  }

  .story_item,
  .story_item.w-inline-block,
  .story_item.w-variant-d6f6e90e-c8f4-6771-8471-0581dea4a391 {
    width: 100%;
    min-width: 80vw;
  }

  .footer_designer-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .why_desc-text-mob.text-small[data-kashida] {
    display: block;
    width: 100%;
  }

  .why_item-center,
  .services_wrapper,
  .menu_wrapper,
  .menu_list,
  .menu_list-wrapper {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .section_story .story_grid {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section_pharma {
    padding-top: 3rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_services-small-list {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .show-dt,
  .text-link-wrapper.show-dt,
  .text-link-wrapper.show-dt.w-inline-block,
  .logos_heading.show-dt {
    display: none;
  }

  .footer_social-item,
  .footer_social-item.w-inline-block {
    min-width: auto;
  }

  .logos_head-wrapper.is-bottom {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav_services-small-list {
    display: flex;
    align-items: stretch;
  }

  .services_tab,
  .services_tab.w-inline-block,
  .services_tab.w-tab-link {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }

  .footer_designer,
  .footer_designer.w-inline-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer_cloud1,
  .footer_cloud2 {
    animation: none;
  }

  html:focus-within {
    scroll-behavior: auto;
  }

  .navbar,
  .menu_open-wrapper,
  .menu_open-box,
  .menu_open,
  .seo_text,
  .seo_gradient,
  .seo_link,
  .seo_link .icon-24,
  .footer_link,
  .footer_social-item,
  .button {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .footer_cloud1,
  .footer_cloud2 {
    animation: none !important;
  }

  html.w-mod-js .section_why.is-why-daylight .why_in-center-content,
  html.w-mod-js .section_why.is-why-daylight .why_in-center-fixed {
    opacity: 1;
  }
}

.consultation-dialog {
  width: min(92vw, 44rem);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 1.5rem;
  background: #f5f8fc;
  color: #001b3d;
  box-shadow: 0 2rem 6rem rgba(0, 17, 39, .38);
}

.consultation-dialog::backdrop {
  background: rgba(0, 14, 31, .8);
  backdrop-filter: blur(7px);
}

.consultation-close {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
}

.consultation-intro {
  position: relative;
  padding: 2.6rem clamp(1.25rem, 5vw, 3.5rem) 2.25rem;
  overflow: hidden;
  background: linear-gradient(135deg, #003e8f, #001b3d);
  color: #fff;
}

.consultation-intro::after {
  content: '';
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: -6rem;
  bottom: -9rem;
  border: 2.5rem solid rgba(62, 151, 255, .22);
  border-radius: 50%;
}

.consultation-intro p {
  position: relative;
  z-index: 1;
  margin: 0 0 .5rem;
  color: #8fc5ff;
  font-size: .85rem;
  font-weight: 700;
}

.consultation-intro h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 .65rem;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.45;
}

.consultation-intro span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 34rem;
  color: rgba(255, 255, 255, .72);
  font-size: .925rem;
  line-height: 1.9;
}

.consultation-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 5vw, 3rem) clamp(1.25rem, 5vw, 3.5rem);
}

.consultation-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.consultation-field {
  display: grid;
  gap: .5rem;
  color: #193a5e;
  font-size: .875rem;
  font-weight: 700;
}

.consultation-field small {
  color: #70849a;
  font-size: .75rem;
  font-weight: 400;
}

.consultation-field input,
.consultation-field textarea {
  width: 100%;
  border: 1px solid #c9d7e6;
  border-radius: .75rem;
  outline: 0;
  background: #fff;
  color: #001b3d;
  font: inherit;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
}

.consultation-field input {
  height: 3.25rem;
  padding: 0 .9rem;
}

.consultation-field textarea {
  min-height: 8rem;
  padding: .8rem .9rem;
  line-height: 1.8;
  resize: vertical;
}

.consultation-field input:focus,
.consultation-field textarea:focus {
  border-color: #0764cf;
  box-shadow: 0 0 0 3px rgba(7, 100, 207, .12);
}

.consultation-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consultation-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 3.5rem;
  margin-top: .25rem;
}

.consultation-actions .button {
  flex: 0 0 auto;
  border: 0;
}

.consultation-actions .button:disabled {
  cursor: wait;
  opacity: .65;
}

.consultation-status {
  margin: 0;
  font-size: .825rem;
  line-height: 1.7;
}

.consultation-status.is-success {
  color: #087546;
}

.consultation-status.is-error {
  color: #b42318;
}

@media (max-width: 600px) {
  .consultation-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
    border-radius: 1.15rem;
  }

  .consultation-field-row {
    grid-template-columns: 1fr;
  }

  .consultation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .consultation-actions .button {
    width: 100%;
  }
}
