/* Bayir Emlak — modern overlay (keeps Bootstrap 4 markup / PHP intact) */

:root {
  --primary-color: #1d5f6f;
  --primary-color-rgb: 29, 95, 111;
  --primary-color-hover: #0f4552;
  --primary-font: "Manrope", sans-serif;
  --display-font: "Fraunces", Georgia, serif;
  --ink: #15262c;
  --muted: #5b6b71;
  --line: rgba(21, 38, 44, 0.1);
  --surface: #f2f6f7;
  --surface-2: #e7eef0;
  --white: #ffffff;
  --price: #c2410c;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(15, 40, 48, 0.08);
  --shadow-lg: 0 22px 50px rgba(15, 40, 48, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(29, 95, 111, 0.08), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(15, 69, 82, 0.06), transparent 50%),
    #fafbfb;
  font-family: var(--primary-font), sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  transition: color 0.2s var(--ease);
}

h1, h2, h3, h4, h5,
.titlehouse,
.banner-text-description,
.bgheadproject h1,
.fr-can-name,
.blog-title h2 {
  font-family: var(--display-font), Georgia, serif;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.w90 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Top bar ---------- */
.bravo_topbar {
  background: linear-gradient(90deg, #0f4552 0%, #1d5f6f 55%, #245f6d 100%) !important;
  border: 0 !important;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.bravo_topbar .content {
  min-height: 38px;
  align-items: center;
}

.bravo_topbar a,
.bravo_topbar .topbar-left,
.bravo_topbar .topbar-right {
  color: rgba(255, 255, 255, 0.92) !important;
}

.bravo_topbar a:hover {
  color: #fff !important;
  opacity: 1;
}

.bravo_topbar .line {
  background: rgba(255, 255, 255, 0.25) !important;
}

.bravo_topbar .top-socials a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 6px;
}

/* ---------- Header / nav ---------- */
.topmenu {
  border-bottom: 1px solid transparent !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}

.topmenu.is-scrolled,
.topmenu.affix,
.topmenu.sticky {
  box-shadow: 0 8px 28px rgba(15, 40, 48, 0.1);
  background: rgba(255, 255, 255, 0.97) !important;
}

.topmenu .navbar {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.topmenu .navbar-brand {
  padding: 0;
  margin-right: 1.5rem;
}

.topmenu .navbar-brand .logo,
.topmenu .navbar-brand img {
  height: 52px !important;
  width: auto;
  transition: transform 0.25s var(--ease);
}

.topmenu .navbar-brand:hover img {
  transform: translateY(-1px);
}

.topmenu.bg-light .navbar-nav a {
  color: var(--ink) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.55rem 0.85rem !important;
  position: relative;
  border-radius: 8px;
}

.topmenu.bg-light .navbar-nav a::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.25rem;
  height: 2px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}

.topmenu.bg-light .navbar-nav a:hover,
.topmenu.bg-light .navbar-nav a.active {
  color: var(--primary-color) !important;
  background: rgba(29, 95, 111, 0.06);
}

.topmenu.bg-light .navbar-nav a:hover::after,
.topmenu.bg-light .navbar-nav a.active::after {
  transform: scaleX(1);
}

.topmenu .navbar-toggler {
  border: 1px solid var(--line) !important;
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  color: var(--ink) !important;
}

@media (max-width: 991.98px) {
  .topmenu .main-menu-content {
    box-shadow: var(--shadow-lg);
  }

  .topmenu.bg-light .navbar-nav a::after {
    display: none;
  }
}

/* ---------- Buttons ---------- */
.btn-orange,
.btn-primary,
.search-button-wrapper .btn {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(29, 95, 111, 0.25);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.btn-orange:hover,
.btn-primary:hover,
.search-button-wrapper .btn:hover {
  background: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(29, 95, 111, 0.3);
}

.text-orange {
  color: var(--primary-color) !important;
}

/* ---------- Homepage hero ---------- */
.home-page .home_banner {
  min-height: 88vh;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: 110% auto;
  padding: 6.5rem 1rem 5.5rem;
  isolation: isolate;
}

.home-page .home_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 35%, rgba(29, 95, 111, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(6, 22, 28, 0.72) 0%, rgba(8, 28, 34, 0.42) 42%, rgba(6, 22, 28, 0.82) 100%);
  z-index: 0;
}

.home-page .home_banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 22, 28, 0.35), transparent 28%, transparent 72%, rgba(6, 22, 28, 0.35)),
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 14px
    );
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.home-page .home_page_banner_background_image {
  animation: heroKen 22s ease-in-out infinite alternate;
}

.home-page .hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

.home-page .hero-glow-a {
  width: 280px;
  height: 280px;
  left: 8%;
  top: 18%;
  background: rgba(56, 163, 180, 0.35);
  animation: glowFloat 8s ease-in-out infinite alternate;
}

.home-page .hero-glow-b {
  width: 320px;
  height: 320px;
  right: 6%;
  bottom: 12%;
  background: rgba(194, 120, 60, 0.22);
  animation: glowFloat 10s ease-in-out infinite alternate-reverse;
}

.home-page .home_banner .topsearch {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  z-index: 1;
  width: min(960px, 94%) !important;
  margin: 0 auto !important;
  text-align: center;
  animation: heroIn 0.9s var(--ease) both;
}

.home-page .home_banner .hero-brand {
  display: block;
  text-align: center;
  color: #fff;
  font-family: var(--display-font), Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 0.85rem;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  letter-spacing: -0.03em;
}

.home-page .home_banner .banner-text-description {
  font-family: var(--primary-font), sans-serif !important;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  opacity: 0.96;
  margin-bottom: 0.55rem !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.home-page .home_banner .hero-lead {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  line-height: 1.55;
}

.home-page .hero-search-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  padding: 1.1rem 1.1rem 0.95rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.home-page .topsearch .typesearch {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.95rem !important;
  padding-top: 0 !important;
}

.home-page .topsearch .typesearch a {
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  font-size: 0.92rem;
  margin-right: 0 !important;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.home-page .topsearch .typesearch a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
}

.home-page .topsearch .typesearch a.active {
  background: #fff;
  color: var(--ink) !important;
  border-color: #fff;
  border-bottom: 1px solid #fff !important;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.home-page .topsearch .input-group-lg {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18) !important;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.home-page .topsearch .input-group-text {
  background: transparent !important;
  border: 0 !important;
  color: var(--primary-color);
}

.home-page .topsearch .form-control {
  border: 0 !important;
  box-shadow: none !important;
  height: 52px;
  font-size: 1rem;
  background: transparent;
}

.home-page .topsearch .keyword-input,
.home-page .topsearch .location-input {
  flex: 1 1 180px;
}

.home-page .topsearch .search-button-wrapper .btn {
  min-width: 120px;
  height: 52px;
  border-radius: 12px !important;
  font-size: 1rem;
}

.home-page .topsearch .advanced-search {
  margin-top: 0.85rem;
  text-align: center;
}

.home-page .topsearch .advanced-search-toggler {
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.home-page .topsearch .advanced-search-content {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  padding: 1.1rem;
  margin-top: 0.85rem;
  box-shadow: var(--shadow-lg);
  text-align: left;
}

.home-page .hero-scroll-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-top: 1.6rem;
  border-radius: 999px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  animation: bounceHint 2.2s ease-in-out infinite;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroKen {
  from {
    background-position: 48% 50%;
    background-size: 108% auto;
  }
  to {
    background-position: 52% 46%;
    background-size: 116% auto;
  }
}

@keyframes glowFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(18px, -14px, 0);
  }
}

@keyframes bounceHint {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.75;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

/* Quick strip under hero */
.home-quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.1rem;
  margin-bottom: 0.5rem;
}

.home-quick-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.85rem;
  box-shadow: 0 18px 40px rgba(15, 40, 48, 0.12);
}

.home-quick-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  color: var(--ink) !important;
  font-weight: 600;
  background: linear-gradient(180deg, #f7fafb, #eef4f6);
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.home-quick-link i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 95, 111, 0.12);
  color: var(--primary-color);
}

.home-quick-link:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 95, 111, 0.25);
  box-shadow: var(--shadow);
  color: var(--primary-color) !important;
}

/* ---------- Sections ---------- */
.box_shadow {
  background: transparent !important;
  padding: 3.25rem 0 !important;
  box-shadow: none !important;
}

.home-page .home-section {
  padding: 4rem 0 !important;
  position: relative;
}

.home-page .home-section-alt,
.home-page .home-section-alt.box_shadow {
  background:
    radial-gradient(700px 280px at 0% 0%, rgba(29, 95, 111, 0.08), transparent 60%),
    linear-gradient(180deg, #eef4f6 0%, #f7fafb 100%) !important;
}

.home-page .home-section-categories {
  background:
    linear-gradient(180deg, #f7fafb 0%, #eef4f6 100%) !important;
  padding-top: 3.5rem !important;
}

.homehouse,
.projecthome,
.discover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padtop30 {
  padding-top: 3rem !important;
}

.padtop70 {
  padding-top: 1rem !important;
}

.home-page .section-head {
  margin-bottom: 1.35rem;
  position: relative;
}

.section-eyebrow,
.home-page .section-eyebrow,
.about-page .section-eyebrow {
  display: inline-block;
  font-family: var(--primary-font), sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-color);
  background: rgba(29, 95, 111, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.7rem;
}

.about-page .section-head h2,
.about-values .section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 0.45rem;
}

.about-page .section-head h2::after,
.about-values .section-head h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-color), rgba(29, 95, 111, 0.15));
}

.about-page .section-head > p,
.about-values .section-head > p {
  color: var(--muted);
  max-width: 40rem;
  margin: 0.75rem auto 0;
}

.home-page .section-head h2,
.projecthome > .row > .col-12 > h2,
.homehouse > .row > .col-12 > h2,
.discover > .row > .col-12 > h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  font-weight: 650;
  margin-bottom: 0.45rem;
}

.home-page .section-head h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-color), rgba(29, 95, 111, 0.15));
}

.projecthome > .row > .col-12 > p,
.homehouse > .row > .col-12 > p,
.discover > .row > .col-12 > p,
.home-page .section-head > p {
  color: var(--muted);
  max-width: 40rem;
  margin-bottom: 1.5rem !important;
  font-size: 1.05rem;
}

/* Mid-page CTA */
.home-cta-band {
  margin: 1rem 0 0.5rem;
  padding: 0 0 0.5rem;
}

.home-cta-band-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.2rem 2rem;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(500px 220px at 15% 20%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(120deg, #0f4552 0%, #1d5f6f 55%, #2a7a88 100%);
  box-shadow: 0 22px 50px rgba(15, 69, 82, 0.28);
  overflow: hidden;
  position: relative;
}

.home-cta-band-inner::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -40px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.home-cta-copy,
.home-cta-actions {
  position: relative;
  z-index: 1;
}

.home-cta-copy .section-eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.home-cta-copy h2 {
  color: #fff !important;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  margin: 0.35rem 0 0.45rem;
}

.home-cta-copy h2::after {
  background: rgba(255, 255, 255, 0.45);
}

.home-cta-copy p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 34rem;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-cta-actions .btn-orange {
  background: #fff !important;
  color: var(--primary-color) !important;
  border-color: #fff !important;
  box-shadow: none;
}

.home-cta-phone {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 10px !important;
  font-weight: 600;
  padding: 0.7rem 1.1rem;
}

.home-cta-phone:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

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

@media (max-width: 767.98px) {
  .home-page .home_banner {
    min-height: 86vh;
    padding: 5rem 0.75rem 4.5rem;
    background-size: cover;
    animation: none;
  }

  .home-page .home_page_banner_background_image {
    animation: none;
  }

  .home-page .hero-glow {
    display: none;
  }

  .home-page .topsearch .input-group-lg {
    border-radius: 14px;
  }

  .home-page .topsearch .search-button-wrapper {
    width: 100%;
    margin-top: 0.35rem;
  }

  .home-page .topsearch .search-button-wrapper .btn {
    width: 100%;
  }

  .home-quick-strip {
    margin-top: -1.4rem;
  }

  .home-quick-strip-inner {
    grid-template-columns: 1fr;
  }

  .home-cta-band-inner {
    padding: 1.6rem 1.25rem;
  }
}

/* ---------- Property cards ---------- */
.projecthome .item,
.homehouse .item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(15, 40, 48, 0.09);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.35s var(--ease);
  height: 100%;
  margin-bottom: 1.25rem;
}

.projecthome .item:hover,
.homehouse .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 55px rgba(15, 40, 48, 0.16);
  border-color: rgba(29, 95, 111, 0.25);
}

.projecthome .blii,
.homehouse .blii {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.projecthome .blii::after,
.homehouse .blii::after,
.data-listing .blii::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(8, 24, 30, 0.55));
  pointer-events: none;
  z-index: 1;
}

.projecthome .blii .item-price-wrap,
.projecthome .blii .status,
.projecthome .blii .media-count-wrapper,
.homehouse .blii .item-price-wrap,
.homehouse .blii .status,
.homehouse .blii .media-count-wrapper,
.data-listing .blii .item-price-wrap,
.data-listing .blii .status,
.data-listing .blii .media-count-wrapper {
  z-index: 2;
}

/* Listing pages grid (same as homepage cards) */
.projecthome .data-listing > .row,
#ajax-filters-form .data-listing > .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.projecthome .data-listing .property-item,
#ajax-filters-form .data-listing .property-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

@media (min-width: 576px) {
  .projecthome .data-listing .property-item,
  #ajax-filters-form .data-listing .property-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .projecthome .data-listing .property-item,
  #ajax-filters-form .data-listing .property-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .projecthome .data-listing .property-item,
  #ajax-filters-form .data-listing .property-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.data-listing .item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(15, 40, 48, 0.09);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.35s var(--ease);
  height: 100%;
  margin-bottom: 1.25rem;
}

.data-listing .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 55px rgba(15, 40, 48, 0.16);
  border-color: rgba(29, 95, 111, 0.25);
}

.data-listing .description {
  padding: 1.15rem 1.15rem 1.25rem !important;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
}

.data-listing .description h5 {
  font-family: var(--display-font), Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.data-listing .dia_chi {
  color: var(--muted) !important;
  font-size: 0.9rem;
}

.data-listing .threemt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

.data-listing .item-price span {
  background: rgba(194, 65, 12, 0.92) !important;
  border-radius: 8px;
  font-weight: 700;
}

.data-listing .h-type span {
  background: rgba(15, 40, 48, 0.72) !important;
  border-radius: 8px;
}

.data-listing .status .status-label {
  background: var(--primary-color) !important;
  border-radius: 8px;
  font-weight: 600;
}

.data-listing .thumb {
  transition: transform 0.7s var(--ease);
}

.data-listing .item:hover .thumb {
  transform: scale(1.08);
}

.home-page .home-categories .category-tile .blii {
  padding-top: 72% !important;
}

.home-page .home-categories .category-tile .blii::after {
  height: 70%;
  background: linear-gradient(180deg, transparent 10%, rgba(8, 24, 30, 0.72));
}

.home-page .home-categories .category-caption {
  padding: 1rem 1.05rem 1.15rem !important;
}

.home-page .home-categories .category-caption h5 {
  margin-bottom: 0.2rem;
}

.home-page .home-categories .category-caption .dia_chi {
  margin-bottom: 0 !important;
}

.projecthome .blii .img img,
.homehouse .blii .img img,
.projecthome .thumb,
.homehouse .thumb {
  transition: transform 0.7s var(--ease);
}

.projecthome .item:hover .thumb,
.homehouse .item:hover .thumb {
  transform: scale(1.08);
}

.projecthome .description,
.homehouse .description {
  padding: 1.15rem 1.15rem 1.25rem !important;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
}

.projecthome .description h5,
.homehouse .description h5 {
  font-family: var(--display-font), Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.projecthome .dia_chi,
.homehouse .dia_chi {
  color: var(--muted) !important;
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}

.projecthome .threemt,
.homehouse .threemt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

.projecthome .threemt img,
.homehouse .threemt img {
  width: 16px;
  height: 16px;
  opacity: 0.75;
}

.projecthome .item-price-wrap,
.homehouse .item-price-wrap {
  gap: 0.35rem;
}

.projecthome .item-price span,
.homehouse .item-price span {
  background: rgba(194, 65, 12, 0.92) !important;
  border-radius: 8px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.projecthome .h-type span,
.homehouse .h-type span {
  background: rgba(15, 40, 48, 0.72) !important;
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

.projecthome .status .status-label,
.homehouse .status .status-label,
.label-success.status-label {
  background: var(--primary-color) !important;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.projecthome .heart,
.homehouse .heart {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(29, 95, 111, 0.08);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.projecthome .heart:hover,
.homehouse .heart:hover {
  background: rgba(29, 95, 111, 0.16);
  transform: scale(1.06);
}

.projecthome .media-count,
.homehouse .media-count {
  background: rgba(15, 40, 48, 0.65);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

/* Category tiles on home */
.projecthome .item .description:empty {
  display: none;
}

/* ---------- Agents ---------- */
.agents-grid {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow) !important;
  -webkit-box-shadow: var(--shadow) !important;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  margin-bottom: 1.15rem;
}

.agents-grid:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.agents-grid .fr-grid-thumb img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.agents-grid:hover .fr-grid-thumb img {
  transform: scale(1.04);
}

.agents-grid .fr-grid-detail,
.agents-grid .fr-grid-info,
.agents-grid .fr-grid-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.agents-grid .fr-can-name a {
  color: var(--ink);
  font-weight: 600;
}

.agents-grid .prt-view {
  background: var(--primary-color);
  color: #fff !important;
  border-radius: 8px;
  padding: 0.35rem 0.8rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.agents-grid .prt-view:hover {
  background: var(--primary-color-hover);
  color: #fff !important;
}

/* ---------- News ---------- */
.blog-container .grid-shadow,
.discover .grid-shadow {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  height: 100%;
  margin-bottom: 1.15rem;
}

.haber-detay .article-cover img,
.haber-detay .img .thumb {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.haber-detay .ck-content h3 {
  font-family: var(--display-font), Georgia, serif;
  font-size: 1.35rem;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}

.haber-detay .ck-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.haber-detay .ck-content li {
  margin-bottom: 0.35rem;
  color: var(--muted);
}

/* ---------- About / CMS pages ---------- */
.about-page {
  padding: 3.5rem 0 4rem;
}

.about-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.about-intro-copy h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  margin: 0.35rem 0 0.85rem;
}

.about-intro-copy h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-color), rgba(29, 95, 111, 0.15));
}

.about-lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 36rem;
  margin-bottom: 1.35rem;
}

.about-meta-list {
  display: grid;
  gap: 0.7rem;
}

.about-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--ink);
  font-weight: 500;
}

.about-meta-item i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 95, 111, 0.1);
  color: var(--primary-color);
  flex-shrink: 0;
}

.about-meta-item a {
  color: var(--ink);
}

.about-meta-item a:hover {
  color: var(--primary-color);
}

.about-intro-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 320px;
  background: #0f4552;
}

.about-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(15, 69, 82, 0.35));
  pointer-events: none;
}

.about-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

.about-story {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 2.75rem;
}

.about-story h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  margin: 0.35rem 0 1rem;
}

.about-story-content {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-story-content p {
  margin-bottom: 1rem;
}

.about-story-content img {
  border-radius: 14px;
  margin: 0.75rem 0;
}

.about-values {
  margin-bottom: 2.75rem;
}

.about-values .section-head {
  margin-bottom: 1.75rem;
}

.about-values .section-head h2::after {
  margin-left: auto;
  margin-right: auto;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.about-value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem 1.2rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  height: 100%;
}

.about-value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.about-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(29, 95, 111, 0.14), rgba(29, 95, 111, 0.05));
  color: var(--primary-color);
  font-size: 1.15rem;
  margin-bottom: 0.9rem;
}

.about-value-card h3 {
  font-family: var(--display-font), Georgia, serif;
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

.about-value-card p {
  color: var(--muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.about-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(500px 220px at 12% 20%, rgba(255, 255, 255, 0.14), transparent 55%),
    linear-gradient(120deg, #0f4552 0%, #1d5f6f 55%, #2a7a88 100%);
  box-shadow: 0 22px 50px rgba(15, 69, 82, 0.28);
}

.about-cta .section-eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.about-cta h2 {
  color: #fff !important;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  margin: 0.35rem 0 0.4rem;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.about-cta-actions .btn-orange {
  background: #fff !important;
  color: var(--primary-color) !important;
  border-color: #fff !important;
  box-shadow: none;
}

.about-cta-secondary {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 10px !important;
  font-weight: 600;
  padding: 0.7rem 1.1rem;
}

.about-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.cms-page-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 3rem;
}

.cms-page-cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.cms-page-card .ck-content {
  padding: 1.75rem 1.75rem 2rem;
}

.cms-page-title {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .about-intro {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575.98px) {
  .about-story {
    padding: 1.35rem 1.15rem;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding: 1.5rem 1.2rem;
  }
}

.blog-container .grid-shadow:hover,
.discover .grid-shadow:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.blog-container .grid-h,
.discover .grid-h {
  padding: 1rem 1.05rem 1.2rem;
}

.blog-container .blog-title h2,
.discover .blog-title h2 {
  font-size: 1.15rem !important;
  line-height: 1.35;
  margin-bottom: 0.4rem;
}

.blog-container .post-meta,
.discover .post-meta,
.blog-container .blog-excerpt,
.discover .blog-excerpt {
  color: var(--muted);
  font-size: 0.9rem;
}

.blog-container .blii .thumb,
.discover .blii .thumb {
  border-radius: 0 !important;
}

/* ---------- Inner page banner ---------- */
.bgheadproject {
  min-height: 180px !important;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 3rem 0 2.5rem !important;
}

.bgheadproject::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 69, 82, 0.88), rgba(29, 95, 111, 0.72));
}

.bgheadproject .description {
  position: relative;
  z-index: 1;
  width: 100%;
}

.bgheadproject h1 {
  color: #fff !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.bgheadproject .breadcrumb {
  background: transparent;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  font-size: 0.95rem;
}

.bgheadproject .breadcrumb a {
  color: #fff;
}

/* ---------- Listing filters ---------- */
.listproperties .sidebar,
.properties-page .sidebar,
#app .sidebar,
.offcanvas-filter,
.advanced-search-form,
.filter-sidebar {
  border-radius: var(--radius);
}

#app .form-control,
#app .custom-select,
#app select.form-control {
  border-radius: 10px;
  border-color: var(--line);
  min-height: 42px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

#app .form-control:focus,
#app select.form-control:focus {
  border-color: rgba(29, 95, 111, 0.45);
  box-shadow: 0 0 0 3px rgba(29, 95, 111, 0.12);
}

/* ---------- Property detail ---------- */
.detailproject {
  padding-bottom: 2rem;
}

.detailproject .boxsliderdetail {
  background: #101820;
}

.detailproject .slidetop img,
.detailproject .slidebot img {
  border-radius: 0;
}

.detailproject .titlehouse {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 600;
  margin-top: 0.5rem;
}

.detailproject .addresshouse {
  color: var(--muted);
}

.detailproject .pricehouse {
  font-family: var(--display-font), Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--primary-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.detailproject .headifhouse {
  font-family: var(--display-font), Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(29, 95, 111, 0.15);
}

.detailproject .table {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
}

.detailproject .table td {
  border-color: var(--line) !important;
  padding: 0.85rem 1rem;
  vertical-align: middle;
}

.detailproject .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(29, 95, 111, 0.04);
}

.detailproject .table-bordered {
  border: 0;
}

.rightproperty,
.detailproject .card,
.agent-box,
.property-contact {
  background: #fff;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detailproject .owl-nav button {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--ink) !important;
  border-radius: 999px !important;
  width: 40px;
  height: 40px;
  box-shadow: var(--shadow);
}

/* ---------- Contact / forms ---------- */
.contact-page .form-control,
#app textarea.form-control {
  border-radius: 10px;
}

/* ---------- Footer ---------- */
footer {
  background:
    linear-gradient(180deg, #0f4552 0%, #0b343e 100%);
  color: rgba(255, 255, 255, 0.86);
  padding: 3.25rem 0 0 !important;
  margin-top: 2rem;
}

footer a {
  color: rgba(255, 255, 255, 0.86);
}

footer a:hover {
  color: #fff;
}

footer .menufooter h4 {
  font-family: var(--display-font), Georgia, serif;
  color: #fff !important;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  text-transform: none !important;
  padding-bottom: 0.65rem;
}

footer p,
footer .menufooter ul li a {
  color: rgba(255, 255, 255, 0.86) !important;
}

footer p a {
  color: #fff !important;
}

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

footer .menufooter li {
  margin-bottom: 0.45rem;
}

footer .menufooter a {
  font-size: 0.95rem;
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2rem;
  padding: 1.1rem 0;
}

footer .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

footer img {
  filter: brightness(1.05);
}

/* ---------- Floating actions ---------- */
.action_footer {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  z-index: 1040;
}

.action_footer a {
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 40, 48, 0.22);
  transition: transform 0.2s var(--ease);
}

.action_footer a:hover {
  transform: translateY(-2px);
}

.action_footer .cd-top {
  background: #fff !important;
  color: var(--primary-color) !important;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.action_footer a[href^="tel"] {
  background: var(--primary-color) !important;
  padding: 0.7rem 1.1rem;
  font-weight: 600;
}

/* ---------- Scroll reveal ---------- */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-on-scroll,
  .home_banner .topsearch,
  .home-page .home_page_banner_background_image,
  .home-page .hero-glow,
  .home-page .hero-scroll-hint,
  .projecthome .item,
  .agents-grid,
  .blog-container .grid-shadow {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- Misc polish ---------- */
#alert-container {
  z-index: 1100;
}

.main-menu-darken {
  background: rgba(8, 24, 30, 0.45);
}

.padtop20 {
  padding-top: 1.75rem !important;
}

/* ---------- Listing search box ---------- */
.search-box,
.search-box-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.search-box-content {
  padding: 1rem 1rem 0.35rem;
  margin-bottom: 1.5rem;
}

.search-box .control-label,
#ajax-filters-form .control-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--muted);
}

.search-box .btn,
#ajax-filters-form .btn-orange,
#ajax-filters-form button[type="submit"] {
  margin-top: 0.35rem;
}

/* ---------- Contact ---------- */
#contact .wrapper {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem 1.4rem;
  height: 100%;
  margin-bottom: 1.25rem;
}

#contact .h2 {
  font-family: var(--display-font), Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

#contact .btn-special,
.btn-special {
  background: var(--primary-color);
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(29, 95, 111, 0.25);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

#contact .btn-special:hover,
.btn-special:hover {
  background: var(--primary-color-hover);
  transform: translateY(-1px);
}

#contact iframe,
.traffic-map-container iframe {
  border-radius: var(--radius) !important;
  width: 100% !important;
  max-width: 100%;
}

/* ---------- Detail extras ---------- */
.detailproject h5[style*="background"] {
  background: rgba(29, 95, 111, 0.08) !important;
  color: var(--ink) !important;
  border-radius: 8px;
  padding: 0.55rem 0.85rem !important;
  font-family: var(--display-font), Georgia, serif;
  font-weight: 600;
}

.detailproject .socials ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.detailproject .socials ul a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(29, 95, 111, 0.1);
  color: var(--primary-color);
}

.detailproject .socials ul a:hover,
.haber-detay .socials ul a:hover {
  background: var(--primary-color);
  color: #fff;
}

.haber-detay .socials ul,
.socials ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.haber-detay .socials ul a,
.socials ul a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(29, 95, 111, 0.1);
  color: var(--primary-color);
}

.boxright {
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
  background: #fff;
}

.boxright .head {
  font-family: var(--display-font), Georgia, serif;
  border-bottom: 1px solid var(--line) !important;
  font-weight: 600 !important;
}

.agent-details {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.35rem;
  margin-bottom: 1.75rem;
}

.agent-details img {
  border-radius: var(--radius-sm);
  width: 100%;
  max-width: 200px;
}

.agent-details h4 {
  font-family: var(--display-font), Georgia, serif;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.agent-details p {
  color: var(--muted);
  margin-bottom: 0.45rem;
}

.scontent .ck-content,
.facebook-comment,
.ps-tags {
  background: #fff;
}

.scontent .ck-content img,
.haber-detay .thumb,
.post-meta + .scontent + br + .img img {
  border-radius: var(--radius);
}

.main-homes {
  padding-top: 0.5rem;
}

.pagination .page-link {
  border-radius: 8px !important;
  margin: 0 0.15rem;
  color: var(--primary-color);
  border-color: var(--line);
}

.pagination .page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

@media (max-width: 767.98px) {
  .agent-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .action_footer {
    right: 16px !important;
  }
}
