@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  background: none; }
  body a {
    outline: focus !important; }

a, h1, h2, h3, h4, h5, h6, p, span, label {
  font-family: "Cormorant";
  font-weight: normal !important;
  font-variant-numeric: lining-nums !important; }

a {
  text-decoration: none; }

.site-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.site-branding {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  padding-right: 0 !important; }
  .site-branding img {
    max-width: 90px;
    display: block; }

.page-id-2 .site-header {
  padding: 50px 0;
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }

.site-header {
  padding: 50px 0;
  background: none;
  position: static;
  width: 100%;
  background: #2d2d2d;
  border: none; }

.custom-logo-link {
  display: block; }

.main-navigation ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px; }
  .main-navigation ul li {
    margin-right: 50px; }
    .main-navigation ul li a {
      padding-bottom: 0;
      color:  #d7dee4;
      font-weight: normal !important;
      font-size: 15px;
      text-transform: uppercase; }
  .main-navigation ul li:nth-child(3) {
    margin-right: auto; }
  .main-navigation ul li:last-child {
    margin-right: 0; }

section.hero {
  background: url("https://res.cloudinary.com/dlxmlh3yl/image/upload/v1682943885/micropigmentaresibiu/hero-splash.png") no-repeat rgba(0, 0, 0, 0.5);
  background-size: contain;
  background-position: bottom center;
  height: 100vh;
  padding: 140px 0 0;
  position: relative; }
  section.hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  section.hero .hero-border {
    height: 430px;
    border-left:  #d7dee4 1px solid;
    border-right:  #d7dee4 1px solid;
    position: relative;
    }
    section.hero .hero-border h1 {
      color:  #d7dee4;
      font-family: "Cormorant";
      line-height: 1.5em;
      font-size: 38px;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-60%) translateX(-50%); }
  section.hero .hero-border-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    section.hero .hero-border-flex .right, section.hero .hero-border-flex .left {
      height: 1px;
      width: 100%;
      background:  #d7dee4; }

.main-btn {
  flex: 0 0 auto;
  position: relative;
  transform: translateY(50%); }
  .main-btn a {
    background: #d7dee4;
    padding: 9px 41px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 30px; }

.no-flex-btn {
  background: #fff;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  transform: translateY(50%); }
  .no-flex-btn a {
    font-size: 15px;
    text-transform: uppercase;
    background:  #d7dee4;
    padding: 9px 40px;
    color: #000; }

section.services {
  background: none;
  position: relative;
  margin: 80px 0 120px; }
  section.services .services-container {
    border: 1px solid  #d7dee4;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    section.services .services-container h3 {
      font-size: 32px;
      margin: 0;
      position: relative;
      transform: translateY(-50%);
      background: #fff;
      padding: 0 40px;
      display: inline-block;
      text-transform: uppercase; }
  section.services .services-flex {
    background: none;
    margin-right: -5%;
    margin-left: -5%;
    margin-top: 40px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between; }
    section.services .services-flex .service-flex-card {
      background:  #d7dee4;
      width: 30%;
      text-align: left !important;
      position: relative; }
      section.services .services-flex .service-flex-card:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        transform: translateX(-50%) translateY(-50%);
        z-index: 1; }
      section.services .services-flex .service-flex-card h5 {
        font-size: 21px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0;
        color: #000; }
      section.services .services-flex .service-flex-card p {
        font-size: 15px;
        line-height: 1.9em;
        color: #000; }
        section.services .services-flex .service-flex-card p span {
          font-style: italic; }
      section.services .services-flex .service-flex-card a {
        background: #fff;
        padding: 6px 13px;
        font-size: 12px;
        text-transform: uppercase;
        color: #000; }
      section.services .services-flex .service-flex-card .card-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 140px;
        position: relative; }
        section.services .services-flex .service-flex-card .card-img:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          z-index: 0; }
      section.services .services-flex .service-flex-card .card-text {
        padding: 41px;
        position: relative;
        z-index: 2; }

section.despre-noi {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://res.cloudinary.com/dlxmlh3yl/image/upload/v1682943958/micropigmentaresibiu/FANTASTIC.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 180% auto; }
.background-splashes {
  background: url("https://res.cloudinary.com/dlxmlh3yl/image/upload/v1682943898/micropigmentaresibiu/about-top-splash.png"), url("https://res.cloudinary.com/dlxmlh3yl/image/upload/v1682944279/micropigmentaresibiu/about-bottom-splash.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: contain;
  height: 100%;
  padding: 150px 0 180px; }

.inside-splash-container {
  border: 1px solid  #d7dee4;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px; }
  .inside-splash-container .left {
    width: 60%; }
    .inside-splash-container .left h2 {
      font-size: 32px;
      margin: 0;
      display: inline-block;
      text-transform: uppercase;
      color:  #d7dee4; }
    .inside-splash-container .left p {
      font-size: 15px;
      line-height: 1.9em;
      color:  #d7dee4;
      padding-right: 40px; }
      .inside-splash-container .left p:last-child {
        margin-bottom: 0; }
    .inside-splash-container .left span {
      font-style: italic; }
  .inside-splash-container .right {
    width: 40%;
    margin: -65px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.page-id-2 .corp-container {
  max-width: 100%;
  padding: 0; }

.corp-container {
  max-width: 1170px; }

.site-header .corp-container {
  max-width: 1170px;
  padding: 0; }

.main-navigation div > ul:not(.cart_list) > li:hover > a {
  border-bottom: none !important; }

.main-navigation ul li a {
  border-bottom: none; }

.main-navigation div > ul:not(.cart_list) > li.current-menu-ancestor > a, .main-navigation div > ul:not(.cart_list) > li.current-menu-item > a, .main-navigation div > ul:not(.cart_list) > li.current > a, .main-navigation div > ul:not(.cart_list) > li.current_page_ancestor > a, .main-navigation div > ul:not(.cart_list) > li.current_page_item > a {
  border: none; }

.site-footer {
  margin-top: 0; }

.woocommerce .woocommerce-breadcrumb {
  display: none; }

.woocommerce section {
  margin-bottom: 0 !important; }

.page h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px; }

.woocommerce .products .product .woocommerce-loop-category__title, .woocommerce .products .product .woocommerce-loop-product__title {
  font-size: 18px !important; }

.woocommerce .products .product .price {
  font-size: 16px !important; }

.woocommerce-cart table.cart tr td, .woocommerce-cart table.cart tr th {
  font-family: "Cormorant" !important; }

.woocommerce-cart .cart_totals h2 {
  font-family: "Cormorant" !important; }

.woocommerce-cart .cart_totals table th {
  font-family: "Cormorant" !important; }

#wc-deposits-options-form .amount {
  color: #f14e4e !important;
  font-weight: bold !important;
  font-size: 1.5em; }

.button, button, input[type=button], input[type=reset], input[type=submit] {
  font-family: "Cormorant"; }

@media (max-width: 1010px) {
  #mobile-menu-button svg path {
    fill:  #d7dee4; }
  .site-branding {
    margin-left: 0;
    margin-right: auto; }
  .page-id-2 #mobile-navigation {
    background:  #d7dee4;
    top: 80%; }
  #mobile-navigation {
    background:  #d7dee4;
    top: 20%; }
  #mobile-navigation ul {
    text-align: center;
    padding: 30px 0; }
  #mobile-navigation ul li a {
    background: none;
    border: none;
    color: #000; } }

@media (max-width: 900px) {
  section.despre-noi {
    background-size: cover; }
  section.study {
    background-size: cover; } }

@media (max-width: 800px) {
  section.hero .hero-border h1 {
    font-size: 30px; }
  .main-btn a {
    font-size: 12px; }
  section.services .services-container h3 {
    font-size: 25px; }
  .no-flex-btn a {
    font-size: 12px; }
  section.services .services-flex {
    flex-direction: column; }
  section.services .services-flex .service-flex-card {
    width: 100%;
    margin-bottom: 40px; }
    section.services .services-flex .service-flex-card:last-child {
      margin-bottom: 0; }
  .inside-splash-container {
    flex-direction: column;
    padding: 30px; }
  .inside-splash-container .left {
    width: 100%; }
  .inside-splash-container .left h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .background-splashes {
    padding: 70px 0px 80px; }
  .inside-splash-container .left p {
    padding-right: 0; }
  .inside-splash-container .right {
    height: 400px;
    margin: 0 0 -60px;
    width: 100%;
    margin-top: 30px; }
  section.services .services-container h3 {
    padding: 0 20px; }
  .study-inside-splash-container .left p {
    padding: 0; }
  .study-inside-splash-container .left h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .study-inside-splash-container .left a {
    font-size: 12px; }
  .study-background-splashes {
    padding: 70px 0 70px; }
  .footer-inside-splash-container {
    flex-direction: column; }
  .footer-column {
    width: 100% !important;
    margin-bottom: 50px; }
  .footer-inside-splash-container {
    padding: 0; }
  .footer-column a.btn-footer {
    font-size: 12px; }
  .page .site-footer {
    margin-top: 70px; }
  .page-id-2 .site-footer {
    margin-top: 0px; } }

/* =========================================================
   Alexandra Radomir PMU - Safe Service Hub Fix
   Page: /micropigmentare-sibiu/
   Goal: inherit homepage look + stop overflow/out-of-bounds
   ========================================================= */

/* Hard stop for horizontal overflow */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Keep PMU hub rows inside the visible page */
.pmu-hub-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* If SiteOrigin stretches rows, neutralize over-expansion */
.pmu-hub-section.panel-row-style,
.pmu-hub-section .panel-row-style,
.panel-row-style.pmu-hub-section {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}

/* Keep row content aligned with theme width */
.pmu-hub-section .panel-grid-cell {
  box-sizing: border-box;
  min-width: 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Let theme define typography */
.pmu-hub-section h1,
.pmu-hub-section h2,
.pmu-hub-section h3,
.pmu-hub-section p {
  font-family: inherit;
  color: inherit;
}

/* Only improve hierarchy, do not force homepage-incompatible fonts */
.pmu-hub-section h1 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 22px;
}

.pmu-hub-section h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.pmu-hub-section h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 12px;
}

.pmu-hub-section p {
  font-size: 16px;
  line-height: 1.7;
}

/* Small label: inherit color, only format text */
.pmu-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.75;
}

/* Images must never break page width */
.pmu-hub-section img {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Hero image */
.pmu-hero-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Mini gallery */
.pmu-mini-gallery {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  max-width: 100%;
  overflow: hidden;
}

.pmu-mini-gallery img {
  width: calc(33.333% - 8px);
  height: 105px;
  object-fit: cover;
}

/* Buttons: use soft neutral style, close to existing site */
.pmu-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  background: #bfa09a;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none;
  line-height: 1.2;
}

.pmu-btn:hover {
  background: #a98d87;
  color: #ffffff !important;
}

/* Cards: simple, theme-friendly */
.pmu-service-card,
.pmu-trust-card,
.pmu-faq-item,
.pmu-cta-box {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
}

/* Service cards */
.pmu-service-card {
  padding: 20px;
  margin-bottom: 25px;
}

.pmu-service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pmu-service-card .pmu-price {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 19px;
}

/* Trust cards */
.pmu-trust-card {
  padding: 24px;
  margin-bottom: 20px;
}

/* Price table */
.pmu-price-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.pmu-price-table td {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 12px 8px;
  vertical-align: top;
  word-wrap: break-word;
}

.pmu-price-table td:last-child {
  text-align: right;
  font-weight: 600;
  width: 32%;
}

/* FAQ */
.pmu-faq-item {
  padding: 20px;
  margin-bottom: 14px;
}

/* CTA */
.pmu-cta-box {
  padding: 40px 28px;
  text-align: center;
}

/* Mobile safety */
@media (max-width: 780px) {
  .pmu-hub-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .pmu-mini-gallery {
    display: block;
  }

  .pmu-mini-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }

  .pmu-service-card img {
    height: auto;
  }

  .pmu-price-table,
  .pmu-price-table tbody,
  .pmu-price-table tr,
  .pmu-price-table td {
    display: block;
    width: 100% !important;
  }

  .pmu-price-table tr {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 10px 0;
  }

  .pmu-price-table td {
    border-bottom: none;
    padding: 5px 0;
    text-align: left !important;
  }
}