:root {
  --gold-1: #a36d31;
  --gold-2: #ece982;
  --gold-3: #d38a2b;
  --black: #000;
  --dark: #101010;
  --text: #dfdfdf;
  --strip-gold-gradient: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  --strip-gold-border: #e0b44f;
  --text-image-heading-color: #f68d6d;
  /* Half-up into testimonials (black), half-down over footer (grey) */
  --safety-banner-straddle-y: clamp(2.25rem, 6vw, 3.75rem);

  /* Footer — shared typography (single source) */
  --footer-heading-font: "Prata", serif;
  --footer-heading-size: 26px;
  --footer-heading-weight: 400;
  --footer-heading-line-height: 44px;
  --footer-heading-color: #ffffff;
  --footer-body-font: "Roboto", sans-serif;
  --footer-body-size: 18px;
  --footer-body-line-height: 52px;
  --footer-body-color: #ffffff;
  --footer-blog-title-color: #dadada;
  --footer-blog-line-height: 28px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #161616;
  color: var(--text);
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

main {
  display: block;
  min-width: 0;
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
}


/* Bootstrap container cap — match classic 1140px layout */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 1140px;
}

/* Gold gradient inside text — add .text-fill-gold-dropshadow when shadow needed */
.text-fill-gold,
.gold-title,
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title-line {
  background-image: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.text-fill-gold-dropshadow {
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
}

.gold-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

html {
  scroll-behavior: smooth;
}

.thai-notice-bar {
  background: #000;
  color: #f1cd6e;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 0.68rem;
  line-height: 1;
  padding: 0.15rem 1rem;
  border-bottom: none;
}

/* ===== HERO RIGHT RAIL (Tel / LINE — gold gradient + drop shadow via .sidebar_btn a) ===== */
.hero-side-buttons {
  position: absolute;
  right: 10px;
  /* Slightly below geometric center — stack stays clear of strip/nav, still visually centred on banner */
  top: 54%;
  transform: translateY(-50%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}

.side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 52px;
  flex-shrink: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  fill: #000000;
  color: #000000;
  border-radius: 11px;
  transition: filter 0.25s ease, transform 0.2s ease;
  cursor: pointer;
}

.sidebar_btn a {
  filter: drop-shadow(2.5px 4.33px 10.5px rgba(0, 0, 0, 0.73));
  background-color: #dca845;
  background-image: linear-gradient(90deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid rgba(236, 231, 126, 0.99);
  border-radius: 4px;
}

.sidebar_btn a:hover,
.sidebar_btn a:focus,
.sidebar_btn a:active {
  filter: drop-shadow(2.5px 4.33px 10.5px rgba(0, 0, 0, 0.73));
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(236, 231, 126, 0.99);
  color: #DCA845;
  fill: #DCA845;
}

.sidebar_btn a:hover,
.sidebar_btn a:focus {
  filter: drop-shadow(3px 5px 12px rgba(0, 0, 0, 0.78)) brightness(1.08);
}

.sidebar_btn a:active {
  filter: drop-shadow(3px 5px 12px rgba(0, 0, 0, 0.78)) brightness(1.08);
}

.sidebar_btn a:hover .side-btn-label {
  color: #DCA845;
  fill: #DCA845;
}

/* Text runs bottom→top like rotated −90° from horizontal */
.side-btn-tel {
  min-height: 265px;
}

.side-btn-line {
  min-height: 312px;
}

.side-btn-label {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1px;
  fill: #000000;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-90deg);
}

/* ===== HERO TOP CONTACT STRIP (black bar above logo/menu — reference) ===== */
.hero-contact-strip {
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-contact-strip .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-contact-strip .contact-list {
  justify-content: flex-end;
}

/* ===== LOGO IN HEADER ===== */
.header-logo {
  display: block;
  position: relative;
  z-index: 20;
  margin-top: -64px;
  margin-bottom: -28px;
  padding: 0;
}

.header-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 1.15rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.contact-list a {
  font-family: "Roboto", Sans-serif;
  color: #DCA845;
  transition: color 0.3s;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 62px;
  letter-spacing: 1px;
}

.contact-list a:hover {
  color: #f4e5a8;
}

.contact-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
}

.contact-list .fas {
  color: #d4af37;
  font-size: 0.85rem;
}

/* ===== NAVIGATION (inside hero, transparent bg) ===== */
.main-nav {
  background: transparent !important;
  border-bottom: none;
  position: relative;
  z-index: 12;
  --bs-navbar-padding-y: 0.2rem;
  padding-top: 2px;
  padding-bottom: 0;
}

/* Logo left | menu right (reference — not centered) */
.hero-nav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .hero-nav-inner {
    flex-wrap: nowrap;
  }

  .hero-nav-inner .hero-nav-collapse {
    flex: 0 1 auto;
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .hero-nav-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav-item{
    margin: 0 10px;
  }
}

.nav-link {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  display: flex;
}

.nav-link:hover {
  color: var(--gold-3) !important;
}

.nav-link.active {
  color: var(--gold-3) !important;
}

.dropdown-menu {
  background: #0e0e0e;
  border: 1px solid rgba(211, 138, 43, .45);
}

.dropdown-item {
  color: #ddd;
  font-family: "Oswald", sans-serif;
}

.dropdown-item:hover {
  background: #1a1a1a;
  color: var(--gold-2);
}

.navbar-toggler {
  border: 1px solid var(--gold-3);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.main-nav .dropdown-toggle::after {
  border-top-color: rgba(255, 255, 255, 0.75);
  vertical-align: 0.15em;
}

/* Hover dropdown for desktop */
@media (min-width: 992px) {
  .exotic-hover-dropdown .dropdown-menu {
    display: none;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    min-width: 220px;
    border: none;
    background: rgba(10, 10, 10, 0.95);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  }

  .exotic-hover-dropdown:hover > .dropdown-menu,
  .exotic-hover-dropdown .dropdown-menu:hover {
    display: block;
  }

  .exotic-hover-dropdown .dropdown-toggle::after {
    transition: transform 0.2s;
  }

  .exotic-hover-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .exotic-dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #fff;
    border-style: solid;
    border-color: #F6F6F6;
    border-bottom-width: 1px;
    transition: background 0.2s, color 0.2s;
  }

  .exotic-dropdown-menu .dropdown-item:hover {
    background: rgba(220, 168, 69, 0.12);
    color: var(--gold-2);
  }
}

/* ===== HERO SECTION ===== */
.hero-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  background-color: #0a0a0a;
  background-image: url('../images/banner_img.jpg');
  background-repeat: no-repeat;
  /* Bedroom / interior weighted left — nudge if crop differs from live site */
  background-position: 43% center;
  background-size: cover;
  min-height: min(85vh, 780px);
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Barely-there overlay — photo almost full brightness */
  background: linear-gradient(
    95deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0.03) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-content-wrap {
  padding-top: 70px;
}

/* Headline sits under logo/nav (reference); model column still anchors low */
.hero-section .hero-content-wrap > .row {
  min-height: min(48vh, 500px);
  align-items: flex-start !important;
}

.hero-section .hero-content-wrap > .row > .col-lg-6:last-child {
  align-self: flex-end;
}

.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.hero-kicker {
  color: #fff;
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0.5rem;
  font-size: 43px;
  letter-spacing: 0;
}

.hero-title {
  font-size: 130px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}
.main-title{
  font-size: 177px;
}



.hero-title-line {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.55));
}

/* Stack spacing: flex avoids margin-collapse; tight subtitle ↔ EXPLORE */
.hero-subtitle {
  max-width: 520px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
  color: #fff;
  font-family: "Prata", serif;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.75);
  background: none;
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
}

.hero-model {
  width: auto;
  max-width: 100%;
  transform: translate(12px, 24px);
  display: block;
  margin-left: auto;
  height: 699px;
}

.btn-main {
  background: transparent;
  border: 1px solid rgba(236, 231, 126, 0.95);
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  width: 218px;
  opacity: 0.7;
  letter-spacing: 2px;
  font-weight: 600;
  transition: all 0.25s ease;
  border-radius: 0;
  background-color: #000000;
    font-family: "Prata", Sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    line-height: 62px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-color: #DCA845;
}

.btn-main:hover {
  background: transparent;
  border-color: var(--gold-2);
  color: #fff;
}

/* ===== SECTIONS ===== */
.dual-banner,
.welcome-section {
  padding: 4.5rem 0;
  background: #090909;
}

.testimonials-section {
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/massage_bck.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-section:has(+ .safety-banner-section) {
  padding-bottom: calc(4.5rem + var(--safety-banner-straddle-y));
}

.testimonials-section .container {
  position: relative;
  z-index: 1;
}

.testimonials-section .testimonials-section-title {
  font-size: clamp(2rem, 6vw, 58px);
  margin: 0 0 1.75rem;
  line-height: 1.08;
  letter-spacing: 0.1em;
}

.testimonial-cards-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  align-items: stretch;
}

.testimonial-cards-row > [class*="col-"] {
  display: flex;
}

/* Gold strip straddles black testimonials + grey footer (reference: centered on seam) */
.safety-banner-section {
  position: relative;
  z-index: 5;
  margin-bottom: calc(-1.8 * var(--safety-banner-straddle-y));
  padding: 110px 0 0 ;
  background: transparent;
}

.text-image-section {
  padding: 100px 0;
  background-color: #090909;
  background-image: url("../images/massge_bnr-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.text-image-section .container > .row + .row {
  margin-top: 80px;
}

/* Section-specific titles + body (must fully override global h2/.gold-title gradient clip) */
.text-image-section h2 {
  font-family: "Oswald", Sans-serif;
  font-size: 58px;
  text-transform: uppercase;
  color: #F68D6D;
}

.text-image-section p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: #ffffff;
  margin: 0 0 1rem;
}

.text-image-section p:last-child {
  margin-bottom: 0;
}

.experience-section {
  position: relative;
  overflow: visible;
  padding: 5rem 0 12.25rem;
  background-color: #000000;
  background-image:
    radial-gradient(ellipse 140% 90% at 18% 12%, rgba(236, 233, 130, 0.16) 0%, transparent 50%),
    radial-gradient(ellipse 110% 75% at 90% 70%, rgba(212, 168, 69, 0.17) 0%, transparent 46%),
    radial-gradient(ellipse 95% 60% at 48% 100%, rgba(163, 109, 49, 0.14) 0%, transparent 44%),
    url("../images/massage_bck.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.experience-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  pointer-events: none;
  z-index: 0;
}

.experience-section .container {
  position: relative;
  z-index: 1;
}

/* Bleeds into gallery section above so Tel/LINE sit across both bands */
.experience-section .experience-side-buttons.hero-side-buttons {
  left: 10px;
  right: auto;
  top: 300px;
  transform: translateY(calc(-50% - clamp(3rem, 11vw, 7.5rem)));
  z-index: 12;
}

@media (min-width: 576px) {
  .experience-section > .container {
    padding-left: 3.75rem;
  }
}

@media (min-width: 992px) {
  .experience-section > .container {
    padding-left: 5rem;
  }
}

.experience-section-title {
  font-size: 63px;
  line-height: 1.18;
  letter-spacing: 0.04em;
  margin-bottom: 1.35rem;
}

.experience-intro {
  font-family: "Prata", serif;
  font-size: clamp(1.06rem, 1.35vw, 1.28rem);
  font-weight: 400;
  line-height: 1.68;
  color: #ffffff;
  margin: 0 auto 3rem;
  padding: 0 0.5rem;
}

.experience-cards-row {
  margin-top: 0.35rem;
  --experience-card-gap: clamp(1.35rem, 3vw, 2.25rem);
}

.experience-section .icon_section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--experience-card-gap);
  height: 100%;
  padding: 0.35rem 0 1.75rem;
  border: none;
  background: transparent;
}

.experience-section .icon_image {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(220, 168, 69, 0.92);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 18px rgba(212, 168, 69, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
}

.experience-section .icon_image img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(1.12) contrast(1.05);
}

.experience-section .icon_content {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
}

.experience-section .icon_content h4 {
  font-family: "Prata", serif;
  font-size: clamp(1.14rem, 1.22vw, 1.32rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0.015em;
  text-transform: none;
  margin: 0 0 0.65rem;
  background-image: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.experience-section .icon_content p {
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 1.05vw, 0.97rem);
  font-weight: 400;
  line-height: 1.62;
  color: #ffffff;
  margin: 0;
}

/* Full-bleed “real pictures” strip — blue marble left (blue_bck.jpg), gold headline */
.gallery-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 0;
  background-color: #060607;
  background-image: url("../images/blue_bck.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 118%;
}

.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 6, 8, 0.28) 0%,
    rgba(6, 6, 8, 0.65) 36%,
    rgba(6, 6, 8, 0.92) 52%,
    rgba(6, 6, 8, 1) 68%
  );
  pointer-events: none;
  z-index: 0;
}

.gallery-section-header {
  position: relative;
  z-index: 1;
  padding-bottom: 0.25rem;
}

.gallery-section h2.gallery-section-title {
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 1.35rem;
  background-image: linear-gradient(
    180deg,
    #f7eeb8 0%,
    var(--gold-2) 28%,
    #dca845 62%,
    var(--gold-1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.82));
}

.gallery-section-lead {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  line-height: 28px;
  color: #e5e5e5;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.gallery-section-lead .gallery-section-lead-accent {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.gallery-section-strip-wrap {
  position: relative;
  z-index: 1;
  margin: 60px 40px 60px 25px;
}

.gallery-section-strip {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.gallery-section-strip figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0 12px 12px 0;
  box-sizing: border-box;
}

.gallery-section-strip figure:nth-child(4n) {
  padding-right: 0;
}

.gallery-section-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center top;
  display: block;
  border: none;
}

.gallery-section-footer {
  position: relative;
  z-index: 1;
  padding: 2.35rem 1rem 4.5rem;
}

/* Girls cards strip: same look as reference screenshot */
.dual-banner {
  position: relative;
  background-color: #090909;
  background-image: url("../images/massage.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.dual-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 15, 0.64);
  pointer-events: none;
}

.dual-banner .container {
  position: relative;
  z-index: 1;
}

.dual-banner .image-card {
  border: 1px solid rgba(236, 231, 126, 0.95);
}

.dual-banner .image-card img {
  border: none;
}

.dual-banner .image-card h5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0;
  padding: 0 0.85rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.95rem, 2.02vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.05;
  margin-bottom: 20px;
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
  background: none;
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96);
  -moz-text-fill-color: rgba(255, 255, 255, 0.96);
  color: rgba(255, 255, 255, 0.96);
}

.image-card {
  position: relative;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  display: block;
  border: 1px solid rgba(211, 138, 43, .35);
}


.welcome-section h6 {
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Prata", serif;
}

.welcome-section {
  position: relative;
  overflow: hidden;
  background-color: #060607;
  background-image: url("../images/massage_bck.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.welcome-section .container {
  position: relative;
  z-index: 1;
}

.welcome-section .row {
  min-height: 470px;
}

.welcome-section .col-lg-6:first-child {
  position: relative;
  min-height: 430px;
  padding-left: 58px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.welcome-girl {
  position: absolute;
  left: -145px;
  bottom: -75px;
  width: min(450px, 108%);
  max-width: none;
  margin: 0;
  z-index: 0;
  pointer-events: none;
}

.welcome-section h2,
.welcome-section p {
  position: relative;
  z-index: 1;
}

.welcome-section h2 {
  margin-bottom: 0.55rem;
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 73px;
  color: #dca845;
}

.welcome-section p {
  max-width: 520px;
  margin-top: 0.35rem;
  margin-bottom: 0;
  font-family: "Prata", sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-decoration: none;
  line-height: 46px;
  color: #ffffff;
  text-transform: capitalize;
}

.welcome-section .col-lg-6:last-child p {
  margin-bottom: 0.95rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.34;
}

.welcome-section .col-lg-6:last-child p:first-of-type {
  font-family: "Prata", sans-serif;
  color: #dca845;
}

.cta-row {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.9rem;
}

.line a {
  border: 1px solid #d69435;
  border-radius: 0;
  font-size: 19px !important;
  font-family: "Prata";
  padding: 19px 60px;
  background-color: #000000;
  fill: #e5e5e5;
  color: #e5e5e5;
  width: min(420px, 100%);
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}

.line a:hover {
  background: transparent;
  color: #dca845;
  fill: #dca845;
}

.btn-outline-main {
  border: 1px solid var(--gold-3);
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: .7rem 1.5rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.btn-outline-main:hover {
  background: rgba(211, 138, 43, 0.15);
  color: var(--gold-2);
}

.gallery-section-footer .btn-outline-main {
  display: inline-block;
  background-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #DCA845;
  border-radius: 0;
  font-family: "Prata", serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 5px;
  color: #ffffff;
  fill: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 0 2rem;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gallery-section-footer .btn-outline-main:hover,
.gallery-section-footer .btn-outline-main:focus-visible {
  background-color: transparent;
  background: transparent;
  color: #DCA845;
  fill: #DCA845;
  border-color: #DCA845;
}

/* "Click here to contact us" — text-image section only */
.text-image-section .btn-outline-main {
  display: inline-block;
  background-color: #000000;
  font-family: "Prata", serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: 5px;
  fill: #ffffff;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #e9df79;
  border-radius: 0;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.text-image-section .btn-outline-main:hover,
.text-image-section .btn-outline-main:focus-visible {
  background-color: transparent;
  color: #e9df79;
  fill: #e9df79;
  border-color: #e9df79;
}

/* ===== EXPERIENCE SECTION WITH ICONS ===== */
.icon-box {
  background: var(--dark);
  border: 1px solid rgba(211, 138, 43, .4);
  padding: 1.1rem;
  min-height: 100%;
}

.icon-box-img {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  object-fit: contain;
}

.icon-box h4 {
  color: #f1cd6e;
  font-family: "Prata", serif;
  font-size: 1.15rem;
}

/* ===== BOOK A MASSAGE STRIP ===== */
.book_massage_section {
  z-index: 5;
  margin-bottom: calc(-1.5 * var(--safety-banner-straddle-y));
  position: relative;
  top: -100px;
}

.book_massage {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  background-image: var(--strip-gold-gradient);
  padding: 10px;
  box-sizing: border-box;
}

.book_left {
  flex: 1 1 41%;
  max-width: 41%;
  min-width: 0;
  text-align: center;
}

.book_left h3 {
  color: #000;
  background: none;
  background-image: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #000;
  -moz-background-clip: unset;
  -moz-text-fill-color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  padding-top: 63px;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.book_right {
  flex: 1 1 59%;
  max-width: 59%;
  min-width: 0;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding: 17px 0 9px;
}

.book_right a {
  background: #000000;
  display: block;
  padding: 11px 10px;
  text-align: center;
  width: 416px;
  margin: 18px auto;
  color: #ffffff;
  border: 1px solid #d69435;
  font-size: 19px;
  font-family: "Prata", serif;
  letter-spacing: 3px;
  text-decoration: none;
}

.book_right .what_nb {
  color: #f1eea3;
  font-weight: 600;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
}

/* ===== Safety banner (#bestmassage — arrow_new layout, home + inner) ===== */
#bestmassage .best_massage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-image: linear-gradient(0deg, #a36d31 0%, #ece982 50%, #d38a2b 100%);
}

#bestmassage .best_left {
  position: relative;
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  background-image: var(--strip-gold-gradient);
  clip-path: none;
  padding-left: 67px;
  z-index: 2;
}

#bestmassage .best_left h3 {
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  padding: 25px 1rem 25px 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1.08;
  letter-spacing: 1px;
  text-align: left;
  background: none;
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #1e1e1e;
  -moz-text-fill-color: #1e1e1e;
}

#bestmassage.safety-banner-section--inner .best_left {
  justify-content: center;
  padding-left: 0;
}

#bestmassage.safety-banner-section--inner .inner-left h3 {
  text-align: center;
  font-size: 52px;
  padding: 48px 1rem 52px;
  width: 100%;
}

#bestmassage .best_right {
  flex: 1 1 65%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url("../images/arrow_new.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: calc(100% - 8px) calc(100% - 16px);
  justify-content: center;
  padding: 40px 16px 40px 118px;
  min-height: 200px;
  z-index: 1;
}

#bestmassage .best_right h4 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 3px 10px 15px;
  font-weight: 600;
  color: #e5e5e5;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  line-height: 1.35;
  text-align: center;
  background: none;
  background-image: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #e5e5e5;
  -moz-text-fill-color: #e5e5e5;
}

#bestmassage .best_right span,
#bestmassage .best_right .covid {
  color: #e0b44f;
  -webkit-text-fill-color: #e0b44f;
}

@media (max-width: 991.98px) {
  .book_massage {
    flex-direction: column;
  }

  .book_massage .book_left,
  .book_massage .book_right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #bestmassage .best_massage {
    flex-direction: column;
    background-image: var(--strip-gold-gradient);
  }

  #bestmassage .best_left {
    flex: 1 1 auto;
    max-width: 100%;
    clip-path: none;
    padding: 0.25rem 0;
    padding-left: 0;
    justify-content: center;
  }

  #bestmassage .best_left h3,
  #bestmassage.safety-banner-section--inner .inner-left h3 {
    font-size: clamp(1.65rem, 6vw, 2.5rem);
    line-height: 1.2;
    padding: 1.25rem 0.75rem;
    text-align: center;
  }

  #bestmassage .best_right {
    flex: 1 1 auto;
    background-image: none;
    background-color: #000;
    background-size: auto;
    background-position: center;
    padding: 1.5rem 1.25rem 1.75rem;
    min-height: 0;
  }

  #bestmassage .best_right h4 {
    padding: 0.5rem 0 1rem;
    font-size: clamp(0.78rem, 3.2vw, 1.05rem);
    line-height: 1.35;
    text-align: center;
  }
}

/* ===== TEXT + IMAGE ROWS (single section, massge_bnr-1 BG) ===== */
.text-image-section .row > .col-lg-6:has(> img:only-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-image-section img {
  display: block;
  width: auto;
  max-width: min(400px, 100%);
  height: auto;
  border-width: 2px;
  border-style: solid;
  border-color: #e9df79;
}

/* ===== TESTIMONIALS (final layout: gold title, white frame, gold names, white quotes) ===== */
.testimonials-section .wptww-testimonial-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.2rem 1.35rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.92);
  position: relative;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  direction: ltr;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.testimonials-section .wptww-testimonial-content h4 {
  font-family: "Oswald", sans-serif;
  font-size: 20px !important;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.03em;
  color: #ece982;
  background: linear-gradient(0deg, #c9a227 0%, #f5f0a8 45%, #d4a017 100%) !important;
  background-size: 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -moz-background-clip: text !important;
  -moz-text-fill-color: transparent !important;
}

.testimonials-section .wptww-testimonials-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.testimonials-section .wptww-testimonials-text p {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonials-section .wptww-testimonials-text p em {
  flex: 1 1 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.96);
}

.testimonials-section .wptww-testimonials-text p::before {
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.testimonials-section .wptww-testimonials-text p::after {
  content: "\201D";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.65rem;
  line-height: 0.85;
  color: #ffffff;
  text-align: right;
  margin-top: auto;
  padding-top: 0.35rem;
}

@media (max-width: 991.98px) {
  .testimonials-section .wptww-testimonial-content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== FOOTER (4 cols; BG: footer_bck from live site) ===== */
.site-footer {
  position: relative;
  padding: 0;
  /* Keep default stacking so the footer cannot paint over the section above */
  z-index: 0;
  isolation: isolate;
}

.site-footer-top {
  position: relative;
  padding: 200px 0 50px;
  overflow: hidden;
}

.site-footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #000000;
  background-image: url("../images/footer_bck.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer-main {
  position: relative;
  z-index: 1;
}

.footer-heading {
  margin: 0 0 1rem;
  font-family: var(--footer-heading-font);
  font-size: var(--footer-heading-size);
  font-weight: var(--footer-heading-weight);
  line-height: var(--footer-heading-line-height);
  color: var(--footer-heading-color);
  text-transform: none;
  letter-spacing: normal;
  background: none !important;
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: var(--footer-heading-color) !important;
  -moz-background-clip: unset !important;
  -moz-text-fill-color: var(--footer-heading-color) !important;
}

.footer-heading-map {
  margin-bottom: 0.65rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0;
}

.footer-links a {
  display: inline-block;
  color: var(--footer-body-color);
  font-family: var(--footer-body-font);
  font-size: var(--footer-body-size);
  line-height: var(--footer-body-line-height);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #e9df79;
}

.footer-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-news-list > li {
  margin-bottom: 1rem;
}

.footer-news-list > li:last-child {
  margin-bottom: 0;
}

.footer-news-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.footer-news-item:hover {
  opacity: 0.92;
}

.footer-news-item:hover .footer-news-title {
  color: #f5eeb8;
}

.footer-news-title.footer-news-title-caps {
  letter-spacing: 0.03em;
}

.footer-news-thumb-wrap {
  flex: 0 0 auto;
  width: 65px;
  height: 65px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.footer-news-thumb {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  transform-origin: center center;
}

.footer-news-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.footer-news-title {
  font-family: var(--footer-body-font);
  font-size: var(--footer-body-size);
  line-height: var(--footer-blog-line-height);
  font-weight: 400;
  color: var(--footer-blog-title-color);
  text-decoration: none;
}

.footer-news-date {
  font-family: var(--footer-body-font);
  font-size: var(--footer-body-size);
  line-height: var(--footer-blog-line-height);
  color: #e9df79;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.footer-contact-list li:last-child {
  margin-bottom: 0;
}

.footer-contact-icon {
  flex: 0 0 24px;
  width: 24px;
  text-align: center;
}

.footer-contact-icon img {
  display: block;
  width: 22px;
  height: auto;
  margin: 0 auto;
}

.footer-contact-list a {
  color: var(--footer-body-color);
  font-family: var(--footer-body-font);
  font-size: var(--footer-body-size);
  line-height: var(--footer-body-line-height);
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: #e9df79;
}

.footer-map-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(233, 223, 121, 0.35);
  border-radius: 3px;
  overflow: hidden;
  background: #0d0d0d;
}

.footer-map-iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* Credit Cards */
.credit-cards-section {
  margin-top: 2.35rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(233, 223, 121, 0.18);
}

.credit-cards-lead {
  margin: 0 0 1.1rem;
  font-family: var(--footer-heading-font);
  font-size: var(--footer-heading-size);
  font-weight: var(--footer-heading-weight);
  line-height: var(--footer-heading-line-height);
  color: var(--footer-heading-color);
  letter-spacing: normal;
}

.credit-cards-row {
  display: flex;
  justify-content: center;
}

.credit-cards-box {
  display: inline-block;
  max-width: min(100%, 480px);
  margin: 0 auto;
  padding: 0.65rem 1rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.38);
}

.credit-cards-box img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.site-footer-copyright-bar {
  background: #000000;
  padding: 1rem 0 1.15rem;
}

.copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: var(--footer-body-font);
  font-size: var(--footer-body-size);
  font-weight: 400;
  line-height: var(--footer-body-line-height);
  color: var(--footer-blog-title-color);
  text-decoration: none;
  letter-spacing: normal;
}

.site-footer-floats {
  position: fixed;
  right: 16px;
  bottom: 90px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.footer-scroll-top {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(165deg, #f2ea8f 0%, #d4a83a 55%, #b88928 100%);
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-scroll-top:hover {
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

.footer-chat-fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #163c59;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.22rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-chat-fab:hover {
  color: #fff;
  background: #1f5080;
  transform: translateY(-2px);
}

/* ===== GIRLS PAGE (sections + card grid — shared site styles) ===== */
.girls-cta-section {
  padding: 0;
  background-color: #000;
  background-image: url("../images/massage_bck.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.girls-grid-section {
  padding: 100px 0;
  background-color: #090909;
  background-image: url("../images/massge_bnr-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.girls-cta-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 30px;
  margin: 0;
  overflow: hidden;
}

.girls-cta-box__media {
  flex: 0 0 50%;
  max-width: 580px;
  align-self: flex-end;
  line-height: 0;
}

.girls-cta-box__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom left;
}

.girls-cta-box__content.inner {
  flex: 1 1 50%;
  min-width: 0;
  padding: 0 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.girls-cta-box h2.girls-cta-box__head {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
  padding: 0;
  border: 0;
  color: transparent;
  background-image: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75));
}

.girls-cta-box__actions.line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0;
}

.girls-cta-box .line a {
  display: inline-block;
  text-decoration: none;
}

.girls-cta-box__note {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #e5e5e5;
  margin: 0.25rem 0 0;
  max-width: 36rem;
}

@media (max-width: 991.98px) {
  .girls-cta-box {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .girls-cta-box__media {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .girls-cta-box__content.inner {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .girls-cta-box h2.girls-cta-box__head {
    font-size: clamp(1.35rem, 4.5vw, 36px);
  }
}

.girls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.5rem;
}

@media (max-width: 991.98px) {
  .girls-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .girls-grid {
    grid-template-columns: 1fr;
  }
}

.girl-card {
  text-align: center;
}

.girl-card__img-wrap {
  border: 2px solid #e9df79;
  margin: 0 0 1rem;
  overflow: hidden;
}

.girl-card__img-wrap img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

.girl-card h2.girl-card__name,
h2.girl-card__name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1px !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border: 0;
  color: transparent;
  background-image: linear-gradient(0deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.girl-card h2.girl-card__name::after,
h2.girl-card__name::after {
  content: "";
  display: block;
  height: 28px;
  margin: 0;
  padding: 0;
  background-image: url("../images/Layer_150_copy_3.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.girl-card__bio {
  margin: 0.75rem 0 0;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
}

.inner-prose .girl-card h2.girl-card__name {
  margin-top: 0;
}