/* =========================================================
   Rihana Malik — FULL theme from nyraescorts.com
   Colors, fonts, hovers, buttons, header, hero, footer
   ========================================================= */

:root {
  --primary-color: #433466;
  --secondary-color: #f06292;
  --hero-color: #272142;
  --super-premium-color: #1a1a1a;
  --premium-color: #d4af37;
  --verified-color: #28a745;
  --dark-color: #2c2c2c;
  --light-color: #f8f9fa;
  --body-font: "Manrope", sans-serif;
  --heading-font: "Inter", sans-serif;
  --border-radius: 16px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  --text-white: #ffffff;
  --text-gray: #555555;
  --text-dark: #333333;
  --white: #ffffff;
  --tag-hover: #f06292;
  --link-accent: #b30059;
  --link-hover: #800040;
  --btn-color: linear-gradient(90deg, #FF85B3 7.03%, #D86EB7 30.94%, #7F5AF0 81.25%);
  --whatsapp: #25D366;
  --call: #0d6efd;
  --pink-soft: #fde9f0;
  --pink-bg: #fff5f8;
}

/* ---------- Fonts ---------- */
html, body,
body p,
input, textarea, select, button,
.button, a.button,
#tiptip_content,
.map-box p, .map-box div,
.numerical-rating .utf_counter_star_rating,
body .nav_responsive i.menu-trigger:after,
.bootstrap-select .dropdown-toggle,
.dropdown-menu {
  font-family: var(--body-font) !important;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.featured h4,
#logo a,
.main_inner_search_block h2 {
  font-family: var(--heading-font) !important;
}

html {
  background: #ffffff !important;
}

body {
  color: var(--text-dark) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  font-size: 15px;
  line-height: 28px;
  overflow-x: hidden;
}

#main_wrapper,
#main_wrapper.scroll,
.container-fluid,
.featured,
.row.featured {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Search row must be white pill, not dark */
.main_input_search_part,
.main_input_search_part .bootstrap-select > .dropdown-toggle,
.bootstrap-select.btn-group > .dropdown-toggle {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #333 !important;
}

/* City-only search bar */
.home-city-search {
  display: flex !important;
  align-items: center !important;
  max-width: 640px;
  margin: 1.5rem auto 0 !important;
  padding: 6px 6px 6px 18px !important;
  gap: 8px;
}

.home-city-search .city-only-field {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
}

.home-city-search .button {
  float: none !important;
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
  height: 48px !important;
  min-width: 130px;
  flex-shrink: 0;
}

/* Make bootstrap-select text + options clearly visible */
.bootstrap-select > .dropdown-toggle,
.bootstrap-select .filter-option,
.bootstrap-select .filter-option-inner,
.bootstrap-select .filter-option-inner-inner {
  color: #222 !important;
  background: transparent !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  opacity: 1 !important;
}

.bootstrap-select .dropdown-toggle .bs-placeholder,
.bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
  color: #555 !important;
  opacity: 1 !important;
}

.bootstrap-select .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid rgba(240, 98, 146, 0.35) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
  z-index: 99999 !important;
  max-height: 280px !important;
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a span.text,
.bootstrap-select .dropdown-menu .dropdown-item,
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #222 !important;
  background: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu .dropdown-item.active {
  background: #fff5f8 !important;
  color: #b30059 !important;
}

.bootstrap-select .bs-searchbox .form-control {
  color: #222 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
}

.bootstrap-select .no-results {
  color: #555 !important;
  background: #fff !important;
}

/* ---------- Header / Navbar ---------- */
#header_part,
#header_part.fullwidth,
#header,
#header.cloned {
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18) !important;
  overflow: visible !important;
}

#header,
#header.cloned {
  padding: 0 !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  line-height: normal !important;
}

#header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  gap: 16px !important;
  float: none !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  position: relative !important;
}

#header .utf_left_side,
#header .utf_right_side {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

#header .utf_left_side {
  flex: 1 1 auto !important;
  justify-content: flex-start !important;
  gap: 28px !important;
  min-width: 0 !important;
}

#header .utf_right_side {
  flex: 0 0 auto !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
}

#header .utf_left_side .clearfix {
  display: none !important;
}

#logo {
  position: static !important;
  width: auto !important;
  max-width: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  z-index: 2;
  transform: none !important;
}

#header #logo a,
#header.cloned #logo a,
#logo a {
  color: #ff2d7a !important;
  font-family: "Great Vibes", cursive !important;
  font-size: 2.35rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap;
  display: inline-block !important;
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

#header #logo a:hover,
#logo a:hover {
  color: #f06292 !important;
}

/* Desktop nav — sits next to logo */
#navigation.style_one,
#navigation {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  position: static !important;
  width: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

#navigation.style_one:before,
#navigation:before {
  display: none !important;
  content: none !important;
}

#navigation.style_one ul,
#navigation ul#responsive {
  display: flex !important;
  align-items: center !important;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}

#navigation.style_one ul li,
#navigation ul li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

#navigation .mobile-only-nav,
#navigation ul li.mobile-only-nav {
  display: none !important;
}

#navigation.style_one ul a,
#navigation.style_one ul li a,
#navigation ul li a {
  color: rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
  background-image: none !important;
  font-family: var(--body-font) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  line-height: 1.2 !important;
  transition: color 0.25s ease, background 0.25s ease !important;
  box-shadow: none !important;
  display: inline-block !important;
}

#navigation.style_one ul li a:after,
#navigation ul li a:after {
  display: none !important;
  content: none !important;
}

#navigation.style_one .current,
#navigation.style_one ul li a.current,
#navigation.style_one ul li a:hover,
#navigation ul li a.current,
#navigation ul li a:hover,
#navigation.style_one ul li:hover a {
  color: #fff !important;
  background: rgba(240, 98, 146, 0.28) !important;
  background-image: none !important;
}

.header_widget {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  height: auto !important;
  min-height: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: none !important;
  float: none !important;
  width: auto !important;
  text-align: right;
  position: static !important;
}

.header_widget .button.border,
.header_widget a.btn-post-ad,
a.btn-post-ad {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  min-width: 0 !important;
  width: auto !important;
  height: 42px !important;
  padding: 0 20px !important;
  margin: 0 !important;
  top: 0 !important;
  position: static !important;
  float: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-top: none !important;
  white-space: nowrap !important;
}

.btn-post-plus {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.mmenu-trigger {
  display: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

.mmenu-trigger .hamburger {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(240, 98, 146, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer;
}

.mmenu-trigger .hamburger .utf_inner_section,
.mmenu-trigger .hamburger .utf_inner_section::before,
.mmenu-trigger .hamburger .utf_inner_section::after {
  background: #fff !important;
}

/* Mobile / tablet header */
@media (max-width: 1024px) {
  #header.cloned {
    display: none !important;
  }

  #header,
  #header.cloned {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }

  #header .container {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 0 12px !important;
    gap: 8px !important;
  }

  #header .utf_left_side,
  #header .utf_right_side,
  .utf_left_side,
  .utf_right_side {
    width: auto !important;
    float: none !important;
  }

  #header .utf_left_side {
    flex: 1 1 auto !important;
    gap: 0 !important;
  }

  #header .utf_right_side {
    flex: 0 0 auto !important;
  }

  #logo {
    position: static !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    text-align: left !important;
  }

  #header #logo a,
  #logo a {
    font-size: 1.85rem !important;
  }

  /* Hide inline desktop nav — mmenu clone handles mobile links */
  #navigation,
  #navigation.style_one,
  #navigation ul,
  #navigation ul#responsive,
  #responsive {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #navigation.style_one:before,
  .header_widget:before,
  .header_widget:after {
    display: none !important;
    content: none !important;
  }

  .header_widget {
    border: none !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    text-align: right !important;
    gap: 8px !important;
  }

  .mmenu-trigger {
    display: inline-flex !important;
  }

  .header_widget .button.border,
  .header_widget a.btn-post-ad,
  a.btn-post-ad {
    height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .utf_user_menu {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .btn-post-label {
    display: none;
  }

  .header_widget .button.border,
  .header_widget a.btn-post-ad,
  a.btn-post-ad {
    width: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }

  .btn-post-plus {
    font-size: 1.35rem;
  }
}

/* Mobile slide-out menu (mmenu) theming */
.mm-menu,
.mmenu-init {
  background: #272142 !important;
}

.mm-menu .mm-navbar,
.mm-menu .mm-panel {
  background: #272142 !important;
}

.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span,
.mm-menu a,
.mm-menu .mm-title {
  color: #fff !important;
}

.mm-menu .mm-listview > li:after,
.mm-menu .mm-navbar:after {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.mm-menu .mm-listview > li > a:hover,
.mm-menu .mm-listview > li > a.current {
  background: rgba(240, 98, 146, 0.22) !important;
  color: #fff !important;
}

/* Mobile menu: Post Free Ad as centered CTA button (not a plain list link) */
.mm-menu .mm-listview > li.mobile-only-nav,
.mmenu-init .mm-listview > li.mobile-only-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px 16px 24px !important;
  text-align: center !important;
  background: transparent !important;
}

.mm-menu .mm-listview > li.mobile-only-nav:after,
.mmenu-init .mm-listview > li.mobile-only-nav:after {
  display: none !important;
  content: none !important;
}

.mm-menu .mm-listview > li.mobile-only-nav > a,
.mm-menu .mm-listview > li.mobile-only-nav > a.button,
.mm-menu .mm-listview > li.mobile-only-nav > a.btn-post-ad,
.mm-menu .mm-listview > li.mobile-only-nav > a.mobile-post-ad-btn,
.mmenu-init .mm-listview > li.mobile-only-nav > a.mobile-post-ad-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 200px !important;
  max-width: calc(100% - 24px) !important;
  height: 46px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #f06292 0%, #7f5af0 100%) !important;
  background-color: #f06292 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: 0.02em;
  text-align: center !important;
  box-shadow: 0 6px 18px rgba(127, 90, 240, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  float: none !important;
  position: static !important;
  top: auto !important;
}

.mm-menu .mm-listview > li.mobile-only-nav > a:hover,
.mm-menu .mm-listview > li.mobile-only-nav > a.button:hover,
.mm-menu .mm-listview > li.mobile-only-nav > a.btn-post-ad:hover,
.mm-menu .mm-listview > li.mobile-only-nav > a.mobile-post-ad-btn:hover {
  background: linear-gradient(90deg, #ec407a 0%, #6c4bd6 100%) !important;
  color: #fff !important;
  filter: brightness(1.05);
  transform: none !important;
}

/* Keep label visible inside slide-out menu (header hides it on small screens) */
.mm-menu .mobile-only-nav .btn-post-label,
.mm-menu li.mobile-only-nav .btn-post-label {
  display: inline !important;
}

.mm-menu .mobile-only-nav .btn-post-plus {
  font-size: 1.15rem !important;
}

/* ---------- CTA / Search buttons — Nyra pink→purple gradient ---------- */
.button,
a.button,
button.button,
input[type="submit"].button,
input[type="button"].button,
.button.border,
a.button.border,
.header_widget .button,
.header_widget a.button,
.header_widget a.button.border,
.main_input_search_part .button,
.btn-post-ad,
a.btn-post-ad {
  background: var(--btn-color) !important;
  background-color: #f06292 !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: var(--text-white) !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(127, 90, 240, 0.28) !important;
  transition: transform 0.2s ease, filter 0.3s ease, box-shadow 0.3s ease !important;
  text-shadow: none !important;
}

.button:hover,
a.button:hover,
button.button:hover,
input[type="submit"].button:hover,
.button.border:hover,
a.button.border:hover,
.header_widget .button:hover,
.header_widget a.button:hover,
.main_input_search_part .button:hover,
.btn-post-ad:hover,
a.btn-post-ad:hover {
  background: var(--btn-color) !important;
  background-color: var(--secondary-color) !important;
  border-color: transparent !important;
  color: var(--text-white) !important;
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(240, 98, 146, 0.45) !important;
}

/* Header right CTA always visible */
/* #header .button.border,
.header_widget .button.border {
  display: inline-block !important;
} */

/* ---------- Hero / Banner ---------- */
.search_container_block,
.search_container_block.home_main_search_part,
.home_main_search_part.main_search_block {
  background-color: var(--hero-color) !important;
  background-image:
    linear-gradient(rgba(39, 33, 66, 0.42), rgba(67, 52, 102, 0.48)),
    url('../images/background2.webp') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: clamp(520px, 72vh, 760px) !important;
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9;
}

.search_container_block:before,
.header-one .search_container_block:before {
  background: linear-gradient(180deg, rgba(39, 33, 66, 0.28), rgba(39, 33, 66, 0.18) 45%, rgba(67, 52, 102, 0.35)) !important;
}

.main_inner_search_block {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 40px 20px !important;
  z-index: 10 !important;
}

.main_inner_search_block h2,
.main_inner_search_block h4,
.search_container_block h2,
.search_container_block h4 {
  color: var(--text-white) !important;
}

.main_inner_search_block h2,
.search_container_block h2 {
  font-family: var(--heading-font) !important;
  font-size: clamp(1.8rem, 4.2vw, 3rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
  text-align: center;
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.main_inner_search_block h4,
.search_container_block h4 {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  opacity: 0.95;
  margin: 0 0 28px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Hero city select — self-contained pill (no old search-bar layout) */
.main_inner_search_block .col-md-12 {
  text-align: center;
}

.hero-city-form {
  width: 100%;
  max-width: 560px;
  margin: 12px auto 0;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
}

.hero-city-box {
  width: 100% !important;
  max-width: 560px !important;
  min-height: 64px !important;
  max-height: none !important;
  height: 64px !important;
  margin: 0 auto !important;
  padding: 0 44px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow:
    0 16px 40px rgba(39, 33, 66, 0.28),
    0 0 0 4px rgba(240, 98, 146, 0.2) !important;
  position: relative !important;
  top: 0 !important;
  overflow: visible !important;
  transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
}

.hero-city-box:hover,
.hero-city-box:focus-within {
  transform: translateY(-2px);
  border-color: #f06292 !important;
  box-shadow:
    0 18px 44px rgba(39, 33, 66, 0.32),
    0 0 0 5px rgba(240, 98, 146, 0.28) !important;
}

.hero-city-icon {
  position: absolute !important;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff5f8;
  flex: 0 0 36px;
  line-height: 1;
  pointer-events: none;
}

.hero-city-icon svg {
  display: block;
}

/* bootstrap-select wraps native select; keep everything in one row */
.hero-city-box > select.selectpicker,
.hero-city-box > select.bs-select-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;
  border: 0 !important;
  flex: none !important;
}

.hero-city-box .bootstrap-select,
.hero-city-box > .bootstrap-select,
.hero-city-box .bootstrap-select.btn-group {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  display: block !important;
  position: relative !important;
  top: 0 !important;
}

.hero-city-box .bootstrap-select > .dropdown-toggle {
  width: 100% !important;
  height: 52px !important;
  border: none !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 28px !important;
  color: #333 !important;
  font-size: 1.22rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  outline: none !important;
}

.hero-city-box .bootstrap-select .dropdown-toggle .filter-option,
.hero-city-box .bootstrap-select .dropdown-toggle .filter-option-inner {
  width: 100% !important;
  text-align: center !important;
  text-align: -webkit-center !important;
}

.hero-city-box .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.hero-city-box .bootstrap-select .dropdown-toggle .bs-placeholder,
.hero-city-box .bootstrap-select .dropdown-toggle .bs-placeholder .filter-option-inner-inner {
  color: #444 !important;
  font-weight: 600 !important;
  font-size: 1.22rem !important;
  background: transparent !important;
  opacity: 1 !important;
  line-height: 52px !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

.hero-city-box .bootstrap-select .dropdown-toggle .bs-caret,
.hero-city-box .bootstrap-select .dropdown-toggle::after {
  color: #f06292 !important;
  border-top-color: #f06292 !important;
  right: 18px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

.hero-city-box .bootstrap-select .dropdown-menu {
  width: 100% !important;
  min-width: 100% !important;
  margin-top: 12px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(240, 98, 146, 0.28) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16) !important;
  padding: 8px 0 !important;
  z-index: 99999 !important;
  background: #fff !important;
}

.hero-city-box .bootstrap-select .dropdown-menu li a,
.hero-city-box .bootstrap-select .dropdown-menu li a span.text {
  color: #222 !important;
  background: #fff !important;
  padding: 10px 18px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.hero-city-box .bootstrap-select .dropdown-menu li a:hover,
.hero-city-box .bootstrap-select .dropdown-menu li.selected a,
.hero-city-box .bootstrap-select .dropdown-menu li.active a {
  background: #fff5f8 !important;
  color: #b30059 !important;
}

.hero-city-box .bootstrap-select .bs-searchbox {
  padding: 8px 12px !important;
}

.hero-city-box .bootstrap-select .bs-searchbox .form-control {
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  color: #222 !important;
  background: #fff !important;
}

/* Hide native select if bootstrap-select fails */
.hero-city-box > select.selectpicker {
  width: 100%;
  height: 52px;
  border: none;
  background: transparent;
  color: #333;
  font-size: 1.22rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .search_container_block,
  .search_container_block.home_main_search_part,
  .home_main_search_part.main_search_block {
    height: clamp(460px, 68vh, 620px) !important;
    min-height: 460px !important;
  }

  .main_inner_search_block {
    padding: 28px 16px !important;
  }

  .hero-city-form,
  .hero-city-box {
    max-width: 94% !important;
  }

  .hero-city-box {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 40px !important;
  }

  .hero-city-box .bootstrap-select > .dropdown-toggle,
  .hero-city-box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 1.08rem !important;
  }
}

/* ---------- Section titles ---------- */
.section-title,
.utf_section_headline_part h2,
.utf_section_headline_part h3 {
  color: var(--link-accent) !important;
  font-weight: 700 !important;
}

.featured h4,
.tilesOfSlider {
  color: #2c2c2c !important;
  font-weight: 700 !important;
}

.featured {
  background: var(--white) !important;
}

.container-fluid {
  background: transparent !important;
}

/* ---------- Cards / listings ---------- */
.ad-price {
  background: var(--secondary-color) !important;
}

.ad-badge {
  background: var(--verified-color) !important;
}

.ad-location {
  color: var(--premium-color) !important;
}

.utf_listing_item,
.utf_listing_item-container,
.listing-item,
.profile-card,
.city-card {
  border-color: rgba(240, 98, 146, 0.23) !important;
  border-radius: var(--border-radius) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.utf_listing_item:hover,
.profile-card:hover,
.city-card:hover,
.featured-ad-item:hover {
  box-shadow: 0 16px 40px rgba(233, 30, 99, 0.18) !important;
}

/* ---------- Links & hovers ---------- */
a {
  transition: color 0.3s ease;
}

a:hover {
  color: var(--link-accent);
}

/* ---------- Explore Popular Cities ---------- */
.popular-cities {
  width: 100%;
  padding: 40px 0 24px;
  background: linear-gradient(180deg, #ffffff 0%, #faf7fb 100%);
}

/* Match Top Rated / New Arrivals slider width */
.popular-cities-inner.home-sliders-wrap,
.popular-cities .popular-cities-inner {
  width: 96% !important;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.popular-cities-title {
  margin: 0;
  text-align: center;
  font-family: var(--heading-font), 'Inter', sans-serif !important;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #1f1a2e;
  letter-spacing: -0.02em;
}

.popular-cities-title span {
  position: relative;
  display: inline-block;
  color: #1f1a2e;
}

.popular-cities-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  background: #7F5AF0;
  border-radius: 2px;
}

.popular-cities-sub {
  margin: 10px 0 28px;
  text-align: center;
  color: #6b6578;
  font-size: 1rem;
  font-family: var(--body-font), 'Manrope', sans-serif;
}

.popular-cities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

.popular-city-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 220px;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(39, 33, 66, 0.14);
  transform: translateZ(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.popular-city-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 22px 44px rgba(39, 33, 66, 0.22);
}

.popular-city-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 12, 36, 0.08) 10%,
    rgba(20, 12, 36, 0.35) 45%,
    rgba(20, 12, 36, 0.82) 100%
  );
  transition: background 0.35s ease;
}

.popular-city-card:hover .popular-city-overlay {
  background: linear-gradient(
    180deg,
    rgba(20, 12, 36, 0.05) 5%,
    rgba(67, 52, 102, 0.35) 40%,
    rgba(39, 33, 66, 0.88) 100%
  );
}

.popular-city-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #fff;
}

.popular-city-name {
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff !important;
}

.popular-city-count {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 10px;
}

.popular-city-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
  box-shadow: 0 8px 18px rgba(127, 90, 240, 0.28);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.popular-city-card:hover .popular-city-btn {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.popular-cities-more {
  text-align: center;
  margin-top: 28px;
}

.popular-cities-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  border: 1.5px solid rgba(240, 98, 146, 0.45);
  color: #b30059 !important;
  font-weight: 700;
  text-decoration: none !important;
  background: #fff;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.popular-cities-all:hover {
  background: #fff5f8;
  border-color: #f06292;
  color: #8a0044 !important;
}

/* ---------- Trust + Match CTA ---------- */
.home-trust {
  width: 100%;
  padding: 28px 12px 10px;
  background: #fff;
}

.home-trust .container,
.home-match-cta .container {
  max-width: 1200px;
  margin: 0 auto;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-trust-item {
  text-align: center;
  padding: 22px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffafc 0%, #f7f3ff 100%);
  border: 1px solid rgba(240, 98, 146, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(67, 52, 102, 0.1);
}

.home-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #f06292;
  background: #fff;
  border: 1px solid rgba(240, 98, 146, 0.25);
}

.home-trust-item h3 {
  margin: 0 0 6px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2a2438;
}

.home-trust-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #6b6578;
}

.home-match-cta {
  width: 100%;
  padding: 28px 12px 10px;
  background: #fff;
}

.home-match-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 36px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 133, 179, 0.35), transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(127, 90, 240, 0.4), transparent 45%),
    linear-gradient(120deg, #272142 0%, #433466 55%, #5a3d8a 100%);
  box-shadow: 0 18px 40px rgba(39, 33, 66, 0.22);
  color: #fff;
}

.home-match-copy h2 {
  margin: 0 0 8px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
}

.home-match-copy p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
}

.home-match-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.home-match-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.home-match-btn.primary {
  color: #fff !important;
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
}

.home-match-btn.ghost {
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.home-match-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

@media (max-width: 1200px) {
  .popular-cities-inner.home-sliders-wrap,
  .popular-cities .popular-cities-inner {
    padding: 0 24px;
  }
}

@media (max-width: 992px) {
  .popular-cities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .popular-city-card {
    height: 200px;
    min-height: 200px;
  }

  .home-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-match-inner {
    flex-direction: column;
    text-align: center;
    padding: 28px 22px;
  }

  .home-match-actions {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .popular-cities {
    padding: 28px 0 12px;
  }

  .popular-cities-inner.home-sliders-wrap,
  .popular-cities .popular-cities-inner {
    width: 94% !important;
    padding: 0 4px;
  }

  .popular-cities-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .popular-city-card {
    height: 190px;
    min-height: 190px;
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Popular Searches (Nyra style) ---------- */
.popular-searches {
  background: #1e0c16;
  padding: 60px 20px;
  width: 100%;
}

.popular-searches .container {
  max-width: 1280px;
  margin: 0 auto;
}

.popular-searches h2 {
  color: #fff;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.popular-searches h2 span {
  color: #ff2d7a;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.search-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid rgba(255, 45, 122, 0.45);
  border-radius: 40px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.03);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.2s ease, box-shadow 0.35s ease;
  white-space: nowrap;
}

.search-tags a:hover {
  background: rgba(255, 45, 122, 0.18);
  border-color: #ff2d7a;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 45, 122, 0.35);
}

@media (max-width: 768px) {
  .popular-searches {
    padding: 40px 15px;
  }

  .search-tags {
    gap: 10px;
  }

  .search-tags a {
    width: calc(50% - 5px);
    padding: 12px 10px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }
}

/* ---------- Footer (Nyra 3-column) ---------- */
#footer.footer_sticky_part,
.footer_sticky_part {
  display: none !important; /* old footer markup removed */
}

.site-footer-nyra {
  background: #433466 !important;
  color: #fff !important;
  padding: 50px 0 24px;
  width: 100%;
}

.site-footer-nyra .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-nyra-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}

.footer-brand-name {
  display: inline-block;
  font-family: "Great Vibes", cursive !important;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #ff2d7a !important;
  text-decoration: none !important;
  line-height: 1.2;
  margin-bottom: 12px;
}

.footer-brand-name:hover {
  color: #f06292 !important;
}

.footer-nyra-brand p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  line-height: 1.7;
  max-width: 360px;
  margin: 0;
}

.footer-nyra-col h4 {
  color: #fff !important;
  font-family: var(--heading-font) !important;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.footer-nyra-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nyra-col ul li {
  margin: 0 0 10px;
}

.footer-nyra-col ul li a {
  color: #ff8fa3 !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-nyra-col ul li a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.footer-nyra-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-nyra-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ---------- Floating WhatsApp / Call (Nyra) ---------- */
.fixed-icons {
  position: fixed !important;
  bottom: 80px !important;
  right: 20px !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.fixed-icons a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.3s ease !important;
  text-decoration: none !important;
}

.fixed-icons a:hover {
  transform: scale(1.1);
  color: #fff !important;
}

.fixed-icons a.whatsapp {
  background: var(--whatsapp) !important;
}

.fixed-icons a.whatsapp:hover {
  background: #1ebe57 !important;
}

.fixed-icons a.call {
  background: var(--call) !important;
}

.fixed-icons a.call:hover {
  background: #0b5ed7 !important;
}

/* ---------- Age gate ---------- */
.modal-overlay {
  background: rgba(39, 33, 66, 0.75) !important;
}

.modal-content {
  background: linear-gradient(150deg, #272142 0%, #433466 100%) !important;
  border: 1px solid rgba(240, 98, 146, 0.35) !important;
  border-radius: 16px !important;
  font-family: var(--body-font) !important;
}

.modal-content .modal-btn {
  border-radius: 50px !important;
  background: var(--btn-color) !important;
  color: #fff !important;
  border: none !important;
  transition: transform 0.2s ease, filter 0.3s ease;
}

.modal-content .modal-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

#acceptBtn.modal-btn {
  background: var(--btn-color) !important;
}

/* ---------- Forms ---------- */
textarea:focus,
input:focus,
select:focus,
.form-control:focus {
  border-color: var(--secondary-color) !important;
  box-shadow: 0 0 0 2px rgba(240, 98, 146, 0.18) !important;
  outline: none !important;
}

/* ---------- Pagination / tags ---------- */
.pagination ul li a.current-page,
.pagination .current,
.page-link.active,
a.tag,
.listing-tags a {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: #fff !important;
}

/* ---------- Preloader ---------- */
.utf-preloader span {
  background: var(--secondary-color) !important;
}

/* ---------- Misc accents formerly red/orange ---------- */
.slider-arrow:hover {
  color: var(--secondary-color);
}

.back-to-top,
#bottom_backto_top a {
  background: var(--secondary-color) !important;
  color: #fff !important;
}

/* Back-to-top: CSS arrow (no FontAwesome wait / broken square) */
#bottom_backto_top a:after {
  content: "" !important;
  font-family: inherit !important;
  width: 12px !important;
  height: 12px !important;
  border-left: 3px solid #fff !important;
  border-top: 3px solid #fff !important;
  transform: translate(-50%, -30%) rotate(45deg) !important;
  position: absolute !important;
  top: 55% !important;
  left: 50% !important;
  display: block !important;
}

#bottom_backto_top a {
  position: relative !important;
}

/* Footer links: no font-icon bullets / broken squares */
.social_footer_link {
  min-height: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 18px !important;
  float: none !important;
}

.social_footer_link li:before,
.social_footer_link li a:before {
  content: none !important;
  display: none !important;
}

.social_footer_link li a {
  padding: 0 !important;
}

.fixed-icons svg {
  display: block;
  pointer-events: none;
}

/* ---------- City / search listing page ---------- */
.nyra-listing-page {
  background: linear-gradient(180deg, #faf7fb 0%, #f4f2f7 100%);
  padding: 28px 0 60px;
  font-family: var(--body-font), 'Manrope', sans-serif;
  font-size: 17px;
  color: #2a2438;
}

.nyra-listing-wrap {
  max-width: 1200px;
}

.nyra-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.nyra-breadcrumb {
  margin: 0 0 16px;
  padding: 0;
}

.nyra-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nyra-breadcrumb li {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.nyra-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #433466;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.nyra-bc-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #433466;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(67, 52, 102, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nyra-bc-home:hover {
  background: #f06292;
  color: #fff !important;
  transform: translateY(-1px);
}

.nyra-bc-home svg {
  display: block;
}

.nyra-bc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 16px;
  border: 1.5px solid #433466;
  border-radius: 999px;
  background: #fff;
  color: #433466 !important;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

a.nyra-bc-pill:hover {
  background: #433466;
  color: #fff !important;
  border-color: #433466;
}

.nyra-bc-pill.is-current {
  background: #fff5f8;
  border-color: #f06292;
  color: #b30059 !important;
  cursor: default;
}

.nyra-listing-heading {
  margin: 0 0 16px;
  padding: 4px 2px 0;
}

.nyra-listing-eyebrow {
  margin: 0 0 6px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #f06292 !important;
}

.nyra-listing-heading h1 {
  margin: 0 !important;
  font-family: var(--heading-font), 'Inter', sans-serif !important;
  font-size: clamp(1.7rem, 3.4vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #272142 !important;
  letter-spacing: -0.02em;
}

.nyra-listing-place {
  margin: 8px 0 0 !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #6b6280 !important;
}

.nyra-listing-hero {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(67, 52, 102, 0.08);
  box-shadow: 0 8px 24px rgba(39, 33, 66, 0.07);
  padding: 22px 24px;
  margin-bottom: 18px;
}

.nyra-listing-hero .nyra-listing-intro h1,
.nyra-listing-hero .nyra-listing-intro h5,
.nyra-listing-hero .nyra-listing-intro .h5 {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem) !important;
  font-weight: 700 !important;
  color: #433466 !important;
}

.nyra-listing-intro.is-collapsed {
  max-height: 150px !important;
  overflow: hidden !important;
  position: relative !important;
}

.nyra-listing-intro.is-collapsed::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 64px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 80%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.nyra-intro-more {
  display: inline-block !important;
  margin-top: 14px !important;
  padding: 8px 18px !important;
  border: 1.5px solid rgba(240, 98, 146, 0.45) !important;
  border-radius: 999px !important;
  background: #fff5f8 !important;
  color: #b30059 !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}

.nyra-intro-more:hover {
  background: #f06292 !important;
  border-color: #f06292 !important;
  color: #fff !important;
}

.nyra-listing-hero h1,
.nyra-listing-intro h1,
.nyra-listing-intro h5,
.nyra-listing-intro .h5 {
  margin: 0 0 10px !important;
  font-family: var(--heading-font), 'Inter', sans-serif !important;
  font-size: clamp(1.55rem, 3vw, 2.1rem) !important;
  font-weight: 800 !important;
  color: #1f1a2e !important;
  line-height: 1.25 !important;
}

.nyra-listing-hero p,
.nyra-listing-intro p {
  margin: 0 !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  color: #5c5568 !important;
  line-height: 1.6 !important;
}

.nyra-listing-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nyra-list-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(67, 52, 102, 0.08);
  box-shadow: 0 10px 28px rgba(39, 33, 66, 0.08);
  min-height: 210px;
}

.nyra-list-media {
  display: block;
  height: 100%;
  min-height: 210px;
  background: #f0eaf5;
}

.nyra-list-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nyra-list-body {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
  min-width: 0;
}

.nyra-list-title {
  margin: 0 0 6px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.3;
}

.nyra-list-title a {
  color: #1f1a2e !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.nyra-list-title a:hover {
  color: #b30059 !important;
}

.nyra-list-meta {
  margin: 0 0 10px;
  color: #433466;
  font-size: 1.08rem;
  font-weight: 700;
}

.nyra-list-desc {
  margin-bottom: 12px;
}

.nyra-list-about,
.nyra-list-about-full {
  margin: 0;
  color: #2a2438;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.nyra-list-more {
  margin-top: 6px;
  padding: 0;
  border: none;
  background: none;
  color: #b30059;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nyra-list-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.nyra-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none !important;
  color: #fff !important;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.nyra-list-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  color: #fff !important;
}

.nyra-list-btn.call {
  background: #f06292;
}

.nyra-list-btn.wa {
  background: #25d366;
}

.nyra-list-btn.profile {
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
}

.nyra-listing-empty,
.nyra-filter-card,
.nyra-extra-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(67, 52, 102, 0.08);
  box-shadow: 0 10px 28px rgba(39, 33, 66, 0.08);
  padding: 22px;
}

.nyra-listing-empty {
  text-align: center;
}

.nyra-listing-empty h3,
.nyra-filter-card h3,
.nyra-extra-card h3 {
  margin: 0 0 16px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-filter-card {
  margin-bottom: 16px;
}

.nyra-filter-form .nyra-field {
  margin-bottom: 14px;
}

.nyra-filter-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 1.08rem;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-filter-form select,
.nyra-filter-form input {
  width: 100%;
  border: 1.5px solid rgba(67, 52, 102, 0.16);
  border-radius: 12px;
  background: #faf7fb;
  color: #1f1a2e;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 11px 12px;
  outline: none;
  box-sizing: border-box;
}

.nyra-filter-form select:focus,
.nyra-filter-form input:focus {
  border-color: #f06292;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(240, 98, 146, 0.14);
}

.nyra-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.nyra-filter-submit,
.nyra-side-more,
.nyra-chip-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 11px 16px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
  color: #fff !important;
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(127, 90, 240, 0.24);
}

.nyra-side-links {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.nyra-side-links li {
  border-bottom: 1px solid #ece8f2;
}

.nyra-side-links a {
  display: block;
  padding: 10px 0;
  color: #1f1a2e !important;
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none !important;
}

.nyra-side-links a:hover {
  color: #b30059 !important;
}

.nyra-listing-pagination {
  margin-top: 22px;
}

.nyra-listing-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.nyra-listing-pagination a {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(67, 52, 102, 0.12);
  color: #433466 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.nyra-listing-pagination a.is-active,
.nyra-listing-pagination a:hover {
  background: #433466;
  border-color: #433466;
  color: #fff !important;
}

.nyra-listing-extra {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nyra-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nyra-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff5f8;
  border: 1px solid rgba(240, 98, 146, 0.25);
  color: #b30059 !important;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none !important;
}

.nyra-chip:hover {
  background: #f06292;
  color: #fff !important;
}

.nyra-extra-actions {
  margin-top: 16px;
  text-align: center;
}

.nyra-chip-more {
  width: auto;
  min-width: 160px;
}

.nyra-seo-blocks h5,
.nyra-seo-blocks h3,
.nyra-seo-blocks h4 {
  font-family: var(--heading-font), 'Inter', sans-serif !important;
  font-weight: 800 !important;
  color: #1f1a2e !important;
  font-size: 1.25rem !important;
}

.nyra-seo-blocks p {
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  color: #4a4458 !important;
  line-height: 1.65 !important;
}

@media (max-width: 991px) {
  .nyra-listing-layout {
    grid-template-columns: 1fr;
  }

  .nyra-list-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .nyra-list-card {
    grid-template-columns: 1fr;
  }

  .nyra-list-media {
    min-height: 220px;
    height: 220px;
  }

  .nyra-list-actions {
    flex-direction: column;
  }

  .nyra-list-btn {
    width: 100%;
  }
}

/* ---------- Blog listing page ---------- */
.nyra-blogs-page {
  background: linear-gradient(180deg, #faf7fb 0%, #f4f2f7 100%);
  padding: 36px 0 70px;
  font-family: var(--body-font), 'Manrope', sans-serif;
  font-size: 17px;
  color: #2a2438;
}

.nyra-blogs-wrap {
  max-width: 1180px;
}

.nyra-blogs-hero {
  text-align: center;
  margin: 0 auto 34px;
  max-width: 720px;
}

.nyra-blogs-hero h1 {
  margin: 0 0 10px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-blogs-hero h1 span {
  color: #b30059;
}

.nyra-blogs-hero p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: #5c5568;
}

.nyra-blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.nyra-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 460px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(67, 52, 102, 0.08);
  box-shadow: 0 10px 30px rgba(39, 33, 66, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nyra-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(39, 33, 66, 0.14);
}

.nyra-blog-media {
  display: block;
  width: 100%;
  height: 210px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f0eaf5;
}

.nyra-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.nyra-blog-card:hover .nyra-blog-media img {
  transform: scale(1.04);
}

.nyra-blog-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 20px 18px;
  min-height: 230px;
}

.nyra-blog-title {
  margin: 0 0 10px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}

.nyra-blog-title a {
  color: #1f1a2e !important;
  text-decoration: none !important;
}

.nyra-blog-title a:hover {
  color: #b30059 !important;
}

.nyra-blog-excerpt {
  margin: 0 0 16px;
  color: #5c5568;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.65em;
  flex: 1 1 auto;
}

.nyra-blog-link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.nyra-blog-link:hover {
  color: #fff !important;
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.nyra-blogs-pagination {
  margin-top: 34px;
  text-align: center;
}

.nyra-blogs-empty {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  box-shadow: 0 8px 24px rgba(39, 33, 66, 0.08);
}

.nyra-blogs-empty h3 {
  margin: 0 0 8px;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-blogs-empty p {
  margin: 0;
  color: #6b6578;
  font-weight: 600;
}

@media (max-width: 991px) {
  .nyra-blogs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .nyra-blogs-page {
    padding: 22px 0 48px;
  }

  .nyra-blogs-grid {
    grid-template-columns: 1fr;
  }

  .nyra-blog-card {
    min-height: 0;
  }
}

/* ---------- Contact page (Nyra match) ---------- */
.nyra-contact-page {
  background: linear-gradient(180deg, #faf7fb 0%, #f4f2f7 100%);
  padding: 36px 0 70px;
  font-family: var(--body-font), 'Manrope', sans-serif;
  font-size: 17px;
  color: #2a2438;
}

.nyra-contact-wrap {
  max-width: 1180px;
}

.nyra-contact-hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.nyra-contact-hero h1 {
  margin: 0 0 12px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1f1a2e;
  line-height: 1.2;
}

.nyra-contact-hero h1 span {
  color: #b30059;
}

.nyra-contact-hero p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.65;
  color: #5c5568;
}

.nyra-contact-hero a {
  color: #b30059 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.nyra-contact-hero a:hover {
  text-decoration: underline !important;
}

.nyra-contact-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 22px;
  align-items: start;
}

.nyra-contact-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(67, 52, 102, 0.08);
  box-shadow: 0 10px 30px rgba(39, 33, 66, 0.08);
  padding: 26px 28px;
  margin-bottom: 18px;
}

.nyra-contact-card h2 {
  margin: 0 0 20px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-contact-form .nyra-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nyra-field {
  margin-bottom: 16px;
}

.nyra-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #433466;
}

.nyra-field input,
.nyra-field textarea {
  width: 100%;
  border: 1.5px solid rgba(67, 52, 102, 0.16);
  border-radius: 12px;
  background: #faf7fb;
  color: #1f1a2e;
  font-size: 1.02rem;
  font-weight: 600;
  font-family: inherit;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
}

.nyra-field textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.55;
}

.nyra-field input::placeholder,
.nyra-field textarea::placeholder {
  color: #9a93a8;
  font-weight: 500;
}

.nyra-field input:focus,
.nyra-field textarea:focus {
  border-color: #f06292;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(240, 98, 146, 0.16);
}

.nyra-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 12px 20px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(127, 90, 240, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.nyra-contact-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.nyra-contact-block {
  margin-bottom: 18px;
}

.nyra-email-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #faf7fb;
  border: 1.5px solid rgba(67, 52, 102, 0.12);
}

.nyra-email-box span {
  font-size: 1.02rem;
  font-weight: 700;
  color: #1f1a2e;
  word-break: break-all;
}

.nyra-copy-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  background: #433466;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nyra-copy-btn:hover {
  background: #352853;
}

.nyra-support-box {
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 133, 179, 0.28), transparent 45%),
    linear-gradient(135deg, #272142 0%, #433466 100%);
  color: #fff;
}

.nyra-support-box h3 {
  color: #fff;
  margin-bottom: 8px;
}

.nyra-support-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.nyra-email-support {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff5f8;
  border: 1px solid rgba(240, 98, 146, 0.22);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nyra-email-support:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(240, 98, 146, 0.14);
}

.nyra-email-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF85B3 7%, #D86EB7 35%, #7F5AF0 100%);
  color: #fff;
  flex-shrink: 0;
}

.nyra-email-support strong {
  display: block;
  color: #1f1a2e;
  font-size: 1.05rem;
  font-weight: 800;
}

.nyra-email-support small {
  display: block;
  margin-top: 2px;
  color: #b30059;
  font-size: 0.95rem;
  font-weight: 700;
}

.nyra-contact-tips ul {
  margin: 0;
  padding-left: 18px;
  color: #3d374d;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.7;
}

.nyra-contact-tips li {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .nyra-contact-grid {
    grid-template-columns: 1fr;
  }

  .nyra-contact-form .nyra-contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .nyra-contact-page {
    padding: 22px 0 48px;
  }

  .nyra-contact-card {
    padding: 20px 16px;
  }

  .nyra-email-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------- Nyra-style profile page ---------- */
.nyra-profile-page {
  --profile-font: 17px;
  background: #f4f2f7;
  padding: 28px 0 60px;
  min-height: 60vh;
  font-size: var(--profile-font);
  font-family: var(--body-font), 'Manrope', sans-serif;
  color: #2a2438;
  line-height: 1.55;
}

.nyra-profile-wrap {
  max-width: 1180px;
}

.nyra-profile-page .nyra-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(39, 33, 66, 0.08);
  border: 1px solid rgba(67, 52, 102, 0.06);
  padding: 24px;
  margin-bottom: 20px;
}

.nyra-profile-intro-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.nyra-profile-media {
  width: 100%;
}

.nyra-profile-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  background: #f0eaf5;
}

.nyra-profile-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.nyra-thumb {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
  aspect-ratio: 1;
}

.nyra-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nyra-thumb.is-active,
.nyra-thumb:hover {
  border-color: #f06292;
}

.nyra-profile-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 6px;
}

.nyra-profile-summary h1 {
  margin: 0;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 800;
  color: #1f1a2e;
  line-height: 1.25;
}

.nyra-profile-location {
  margin: 0 0 14px;
  color: #6b6578;
  font-size: 1.1rem;
  font-weight: 600;
}

.nyra-profile-desc {
  margin-top: 4px;
}

.nyra-profile-lead,
.nyra-profile-lead-full {
  margin: 0;
  color: #1f1a2e;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.7;
}

.nyra-view-more {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  color: #b30059;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nyra-view-more:hover {
  color: #8a0044;
}

.nyra-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.nyra-badge-online,
.nyra-badge-yes {
  background: #22c55e;
  color: #fff !important;
}

.nyra-badge-muted {
  background: #e8e4ef;
  color: #6b6578 !important;
}

.nyra-profile-details h2,
.nyra-profile-about h2,
.nyra-profile-services h2,
.nyra-quick-info h2,
.nyra-tips-card h2,
.nyra-tags-card h2,
.nyra-legal-card h2,
.nyra-section-title {
  margin: 0 0 16px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nyra-detail-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #ece8f2;
  font-size: 1.05rem;
}

.nyra-detail-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.nyra-detail-list li span {
  color: #6b6578;
  font-weight: 600;
}

.nyra-detail-list li strong {
  color: #1f1a2e;
  font-weight: 800;
  text-align: right;
}

.nyra-service-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nyra-service-tags li {
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff5f8;
  border: 1px solid rgba(240, 98, 146, 0.25);
  color: #b30059;
  font-size: 1rem;
  font-weight: 700;
}

.nyra-sidebar-services .nyra-service-tags {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}

.nyra-sidebar-services .nyra-service-tags li {
  font-size: 0.92rem;
  padding: 7px 12px;
}

.nyra-quick-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nyra-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  background: #433466;
  color: #fff !important;
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: filter 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.nyra-action-btn:hover {
  background: #352853;
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.nyra-quick-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.nyra-icon-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.15rem;
}

.nyra-icon-btn.call {
  background: #e11d48;
}

.nyra-icon-btn.whatsapp {
  background: #25d366;
}

.nyra-tips-card ul {
  margin: 0;
  padding-left: 18px;
  color: #3d374d;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.75;
}

.nyra-tips-card li {
  margin-bottom: 8px;
}

.nyra-section-title {
  text-align: center;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 800;
  color: #1f1a2e;
  margin: 18px 0 22px;
}

.nyra-similar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.nyra-similar-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(39, 33, 66, 0.08);
  border: 1px solid rgba(67, 52, 102, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nyra-similar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(39, 33, 66, 0.14);
}

.nyra-similar-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  background: #f0eaf5;
}

.nyra-similar-card div {
  padding: 12px 14px 14px;
}

.nyra-similar-card h3 {
  margin: 0 0 4px;
  font-size: 1.08rem;
  font-weight: 800;
  color: #1f1a2e;
}

.nyra-similar-card p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #6b6578;
}

.nyra-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nyra-tags a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f7f3ff;
  color: #433466 !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid rgba(67, 52, 102, 0.12);
}

.nyra-tags a:hover {
  background: #fff5f8;
  color: #b30059 !important;
  border-color: rgba(240, 98, 146, 0.3);
}

.nyra-legal-card p {
  color: #4a4458;
  line-height: 1.7;
  margin: 0 0 16px;
  font-size: 1.02rem;
  font-weight: 500;
}

.nyra-legal-card h2:not(:first-child) {
  margin-top: 8px;
}

.nyra-legal-card a {
  color: #b30059 !important;
  font-weight: 600;
}

/* ---------- Privacy / Terms pages ---------- */
#main_wrapper.nyra-legal-page,
.nyra-legal-page {
  background: linear-gradient(165deg, #efe8f7 0%, #f8e9f1 42%, #ebe6f4 100%) !important;
  background-color: #efe8f7 !important;
  padding: 40px 0 80px;
  font-family: var(--body-font), 'Manrope', sans-serif;
  color: #2a2438;
}

.nyra-legal-wrap {
  max-width: 920px;
}

.nyra-legal-hero {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 640px;
}

.nyra-legal-hero h1 {
  margin: 0 0 10px;
  font-family: var(--heading-font), 'Inter', sans-serif;
  font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  font-weight: 800;
  color: #1f1a2e !important;
  line-height: 1.2;
}

.nyra-legal-hero p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #5c5568 !important;
  line-height: 1.6;
}

.nyra-legal-panel {
  background: linear-gradient(180deg, rgba(255, 252, 255, 0.92) 0%, rgba(250, 244, 252, 0.96) 100%);
  border: 1px solid rgba(67, 52, 102, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(67, 52, 102, 0.1);
  padding: 34px 36px 40px;
  color: #2a2438;
}

.nyra-legal-panel h1,
.nyra-legal-panel h2,
.nyra-legal-panel h3,
.nyra-legal-panel h4,
.nyra-legal-panel h5,
.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5 {
  color: #1f1a2e !important;
  font-family: var(--heading-font), 'Inter', sans-serif !important;
  font-weight: 800;
  margin: 28px 0 12px;
  line-height: 1.3;
}

.nyra-legal-panel h2,
.legal-content h2 {
  font-size: 1.28rem;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(179, 0, 89, 0.18);
}

.nyra-legal-panel p,
.nyra-legal-panel li,
.legal-content p,
.legal-content li {
  color: #3d3649 !important;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.75;
}

.nyra-legal-panel p,
.legal-content p {
  margin: 0 0 14px;
}

.nyra-legal-panel ul,
.legal-content ul {
  margin: 0 0 18px;
  padding-left: 1.25rem;
}

.nyra-legal-panel li,
.legal-content li {
  margin-bottom: 10px;
}

.nyra-legal-panel a,
.legal-content a {
  color: #b30059 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.nyra-legal-panel a:hover,
.legal-content a:hover {
  color: #800040 !important;
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .nyra-legal-page {
    padding: 28px 0 60px;
  }

  .nyra-legal-panel {
    padding: 24px 18px 28px;
    border-radius: 16px;
  }
}

@media (max-width: 991px) {
  .nyra-profile-intro-grid {
    grid-template-columns: 220px 1fr;
  }

  .nyra-similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .nyra-profile-page {
    padding: 16px 0 40px;
  }

  .nyra-profile-intro-grid {
    grid-template-columns: 1fr;
  }

  .nyra-profile-photo {
    max-height: 420px;
  }

  .nyra-similar-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .nyra-profile-page .nyra-card {
    padding: 16px;
  }
}

/* =========================================================
   Mobile typography — larger size + heavier weight site-wide
   ========================================================= */
@media (max-width: 768px) {
  html {
    font-size: 17px !important;
  }

  body {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
  }

  body p,
  body li,
  body span,
  body label,
  body td,
  body th,
  body input,
  body textarea,
  body select,
  .container p,
  .nyra-listing-page,
  .nyra-listing-page p,
  .nyra-profile-page,
  .nyra-profile-page p,
  .nyra-blog-page,
  .nyra-contact-page,
  .nyra-legal-card,
  .nyra-legal-card p {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    line-height: 1.65 !important;
  }

  h1, .h1 {
    font-size: clamp(1.75rem, 7vw, 2.2rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  h2, .h2 {
    font-size: clamp(1.4rem, 5.5vw, 1.75rem) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
  }

  h3, .h3 {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
  }

  h4, h5, h6, .h4, .h5, .h6 {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
  }

  a {
    font-weight: 700 !important;
  }

  .button,
  a.button,
  button.button,
  .btn-post-ad,
  input[type="submit"].button {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }

  /* Listing page */
  .nyra-listing-eyebrow {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
  }

  .nyra-listing-heading h1 {
    font-size: clamp(1.65rem, 7vw, 2.1rem) !important;
    font-weight: 800 !important;
  }

  .nyra-listing-place {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
  }

  .nyra-listing-intro,
  .nyra-listing-intro p,
  .nyra-listing-intro h5,
  .nyra-listing-hero p {
    font-size: 1.08rem !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
  }

  .nyra-intro-more {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
  }

  .nyra-bc-pill {
    font-size: 1rem !important;
    font-weight: 700 !important;
    min-height: 38px;
    padding: 8px 16px;
  }

  .nyra-bc-home {
    width: 38px;
    height: 38px;
  }

  .nyra-list-title,
  .nyra-list-title a {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
  }

  .nyra-list-meta,
  .nyra-list-about,
  .nyra-list-about p,
  .nyra-about-more {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
  }

  .nyra-list-actions .button,
  .nyra-list-actions a {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }

  .nyra-filter-card h3,
  .nyra-side-card h3,
  .nyra-filter-label,
  .nyra-chip,
  .nyra-side-card a {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
  }

  /* Profile / blogs / contact / cities / home */
  .nyra-profile-page h1,
  .nyra-profile-page h2,
  .nyra-blog-card-title,
  .nyra-contact-page h1,
  .section-title,
  .featured h4 {
    font-weight: 800 !important;
  }

  .nyra-profile-page p,
  .nyra-profile-page li,
  .nyra-blog-excerpt,
  .nyra-contact-page p,
  .home-match-copy,
  .city-card-title,
  .all-cities-page a {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
  }

  /* Mobile slide-out menu */
  .mm-menu .mm-listview > li > a,
  .mm-menu .mm-listview > li > span,
  .mm-menu .mm-title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
  }

  footer,
  footer p,
  footer a,
  footer li {
    font-size: 1.02rem !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 17.5px !important;
  }

  body {
    font-size: 17.5px !important;
  }

  .nyra-listing-intro,
  .nyra-listing-intro p,
  .nyra-list-about,
  .nyra-list-about p {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
  }

  .nyra-listing-heading h1 {
    font-size: 1.75rem !important;
  }

  .nyra-list-title,
  .nyra-list-title a {
    font-size: 1.22rem !important;
  }
}

