@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/FemBloc/Components/Pages/Intl/Contact.razor.rz.scp.css */
/* Unused custom styles removed; relying on Bootstrap utilities and global site theme. */
/* _content/FemBloc/Components/Pages/Intl/HCP/Contact.razor.rz.scp.css */
.partner-contact-container[b-nyfgt1lqj4] {
  max-width: 230px;
  margin: auto;
}

@media (min-width: 992px) {
  .partner-contact-container[b-nyfgt1lqj4] {
    margin-top: -124px;
    right: 100px;
    position: absolute;
    width: fit-content;
  }
}
/* _content/FemBloc/Components/Pages/Intl/HCP/Index.razor.rz.scp.css */
.hcp-about-bg[b-yt8gvp5s5x] {
  background-image: url("/images/fembloc-pbc-hero.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .hcp-about-bg[b-yt8gvp5s5x] {
    background-position: center;
  }
}
.hcp-hero-gradient:hover[b-yt8gvp5s5x] {
  box-shadow: none !important;
  transform: none !important;
}
/* _content/FemBloc/Components/Shared/Intl/FemButton.razor.rz.scp.css */
.fem-button[b-rdgxlcs9l8] {
  display: inline-block;
  border-radius: 40px;
  background-color: var(--primary-purple);
  border: none;
  padding: 6px 60px;
  font-size: 22px;
  color: #fff;
}
/* _content/FemBloc/Components/Shared/Intl/Footer.razor.rz.scp.css */
/* Footer Styles */
footer[b-2pzfzcib5p] {
  color: white;
  font-family: "Montserrat", sans-serif;
}

/* Column structure */
.footer-column[b-2pzfzcib5p] {
  min-height: 200px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Remove gap between Links heading and list */
.footer-column:nth-child(2)[b-2pzfzcib5p] {
  justify-content: flex-end;
}

.footer-column:nth-child(2) h3[b-2pzfzcib5p] {
  margin-bottom: 0;
  padding-top: 0 !important;
}

/* Top Section: Logo */
.footer-logo-section[b-2pzfzcib5p] {
  margin-bottom: 1.5rem;
}

.femasys-logo[b-2pzfzcib5p] {
  max-width: 150px;
  height: auto;
}

/* Middle Section: Address */
.footer-address-section[b-2pzfzcib5p] {
  margin-bottom: 1.5rem;
}

.footer-address-section address[b-2pzfzcib5p] {
  font-style: normal;
  color: white;
  line-height: 1.4;
  margin: 0;
}

.contact-phone a[b-2pzfzcib5p],
.contact-email a[b-2pzfzcib5p] {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}

.contact-phone a:hover[b-2pzfzcib5p],
.contact-email a:hover[b-2pzfzcib5p] {
  color: var(--primary-green);
}

/* Links list reset */
.footer-column ul[b-2pzfzcib5p] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column ul li[b-2pzfzcib5p] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Social Media Icons - Simple and Direct */
.footer-social a[b-2pzfzcib5p] {
  display: inline-flex;
  align-items: center;
}

/* Use ::deep to style SVGs inside child components */
.footer-social[b-2pzfzcib5p]  svg {
  width: 40px !important;
  height: 40px !important;
  color: white;
  margin-right: 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-social[b-2pzfzcib5p]  svg:hover {
  color: var(--primary-green);
}
/* _content/FemBloc/Components/Shared/Intl/HCP/Procedure/ProcedureContainer.razor.rz.scp.css */
.card:hover[b-iv0a9eggi5] {
  transform: none !important;
}
/* _content/FemBloc/Components/Shared/Intl/HeroRow.razor.rz.scp.css */
.hero-row[b-zvf1illbir] {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh; /* Increased height to allow for upward shift */
}

.hero-row.shift-up[b-zvf1illbir] {
  margin-top: -100px;
  min-height: 85vh !important;
}

/* Background image container */
.hero-row .hero-bg[b-zvf1illbir] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* Background image fills container */
.hero-row .hero-bg img[b-zvf1illbir] {
  width: 100%;
  height: 100%; /* Make image taller than container */
  object-fit: cover;
  object-position: center 25%; /* Shift focus to upper portion of image */
  display: block;
  position: absolute;
  left: 0;
}

/* Content overlays image */
.hero-row .hero-content[b-zvf1illbir] {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  color: #fff;
  z-index: 1;
  max-width: 50%; /* default half width */
}

/* Alignment options */
.hero-row.align-left .hero-content[b-zvf1illbir] {
  left: 0;
  text-align: left;
  align-items: flex-start;
}

/* Mobile alignment overrides */
@media (max-width: 768px) {
  .hero-row .hero-content[b-zvf1illbir] {
    max-width: 90%;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    align-items: center !important;
  }
  .hero-row[b-zvf1illbir]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; /* adjust how much of the bottom gets blurred */
    z-index: 1;
  }

  .hero-row.blur-gray[b-zvf1illbir]::after {
    background: linear-gradient(
      to bottom,
      rgba(128, 128, 128, 0) 0%,
      rgba(128, 128, 128, 0.2) 22%,
      rgba(1, 1, 1, 0.4) 34%,
      rgba(1, 1, 1, 0.4) 42%,
      rgba(1, 1, 1, 0.4) 60%,
      rgba(128, 128, 128, 0) 100%
    );
  }

  .hero-row.blur-white[b-zvf1illbir]::after {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 22%,
      rgba(255, 255, 255, 0.5) 44%,
      rgba(255, 255, 255, 0.5) 52%,
      rgba(255, 255, 255, 0.5) 80%,
      rgba(255, 255, 255, 0.2) 100%
    );
  }

  .hero-row .hero-content[b-zvf1illbir] {
    z-index: 2; /* text sits above blur/white gradient */
  }

  .hero-row .hero-bg img[b-zvf1illbir] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-73%, -50%);
    width: auto;
    height: 100%;
  }
}

/* Style projected headings */
[b-zvf1illbir] h1 {
  margin-bottom: 0.5rem;
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 52px;
}

[b-zvf1illbir] h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}
/* _content/FemBloc/Components/Shared/Intl/Index/IndexNavBar.razor.rz.scp.css */
.navbar[b-juorcnpn8g] {
  padding-top: 0 !important;
  transition: background-color 0.7s ease;
  color: white;
}

.navbar-transparent.scrolled[b-juorcnpn8g] {
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: var(--dark-gray);
}

@media (max-width: 768px) {
  .navbar-transparent[b-juorcnpn8g] {
    color: var(--dark-gray);
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}

/* Navbar with sticky behavior - will stick after HCP banner scrolls away */
.navbar.sticky-top[b-juorcnpn8g] {
  top: 0 !important;
}
/* _content/FemBloc/Components/Shared/Intl/NavBar.razor.rz.scp.css */
.navbar[b-uq0bf9nw5y] {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
/* _content/FemBloc/Components/Shared/Intl/Navlink.razor.rz.scp.css */
[b-hhfyzgdeft] .nav-link {
  color: inherit;
  font-weight: bold;
  border-top: 4px solid transparent;
}

[b-hhfyzgdeft] .nav-link:hover {
  color: #5c50a1;
  border-top: 4px solid #66b721;
}

[b-hhfyzgdeft] .nav-link.active {
  color: #6fb580 !important;
  font-weight: bold;
  /* border-bottom: 2px solid var(--primary-green); */
}
