.elementor-kit-9{--e-global-color-primary:#060F4A;--e-global-color-secondary:#AE1D1F;--e-global-color-text:#2E2E2E;--e-global-color-accent:#A5A5A5;--e-global-typography-primary-font-family:"Playfair";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:300;--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-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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 */html, body {
  margin: 0; padding: 0; height: 100%;
  font-family: 'Inter', sans-serif;
}

.parent-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000; /* fallback */
}

.bg-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  background-image: url('https://belayabgroup.com/wp-content/uploads/2025/08/Pharma-1.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

#business-stories {
  position: relative; z-index: 2; padding: 30px;
}

#business-stories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0; padding: 0;
}

#business-stories li {
  width: calc(50% - 7px);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 12px rgba(0,0,0,0.35);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s;
}

#business-stories li:hover {
  transform: scale(1.02);
}

#business-stories li a {
  color: white !important;
  text-decoration: none !important;
  display: block;
  width: 100%; height: 100%;
}

@media (max-width: 768px) {
  #business-stories ul {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }
  #business-stories li {
    min-width: 200px;
    width: auto; font-size: 12px;
  }
}/* End custom CSS */