/**RESET**/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img, object, embed {
  max-width: 100%; }

html {
  overflow-y: scroll; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button, input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/**@import "typography.scss";**/
/*Sotheby's-brand-guide*/
/*Sotheby's-brand-guide*/
/*Sotheby's-brand-guide*/
/*Sotheby's-brand-guide*/
/*Sotheby's-brand-guide*/
/*Sotheby's-brand-guide*/
/*Sotheby's-brand-guide*/
@font-face {
  font-family: 'MercuryDisplay-Roman';
  src: url('"../fonts/MercuryDisplay-Roman.woff2"') format("woff2");
  font-display: optional; }
@font-face {
  font-family: 'BentonSans-Book';
  src: url('"../fonts/BentonSans-Book.woff2"') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional; }
@font-face {
  font-family: 'BentonSans-Medium';
  src: url('"../fonts/BentonSans-Medium.woff2"') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: optional; }
h1 {
  font-family: "MercuryDisplay-Roman";
  font-weight: 400;
  font-size: 62px;
  line-height: 76px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 50px;
      line-height: 62px; } }

h2 {
  font-family: "MercuryDisplay-Roman";
  font-weight: 400;
  font-size: 54px;
  line-height: 66px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 42px;
      line-height: 50px; } }

h3 {
  font-family: "MercuryDisplay-Roman";
  font-weight: 400;
  font-size: 42px;
  line-height: 54px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 34px;
      line-height: 40px; } }

h4 {
  font-family: "MercuryDisplay-Roman";
  font-weight: 400;
  font-size: 32px;
  line-height: 38px; }
  @media (max-width: 768px) {
    h4 {
      font-size: 28px;
      line-height: 32px; } }

h5 {
  font-family: "MercuryDisplay-Roman";
  font-weight: 400;
  font-size: 28px;
  line-height: 32px; }
  @media (max-width: 768px) {
    h5 {
      font-size: 24px;
      line-height: 28px; } }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; }

body {
  font: 16px/26px "BentonSans-Book", arial, helvetica, sans-serif;
  color: #474747;
  background-color: #f2f2f2; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  font: 16px/26px "BentonSans-Medium", arial, helvetica, sans-serif;
  transition: background-color 0.25s ease, color 0.25s ease, border 0.25s ease; }

.btn-sml {
  height: 42px;
  padding: 10px 16px; }

.btn-med {
  height: 52px;
  padding: 10px 24px; }

.btn-lrg {
  height: 60px;
  padding: 10px 48px; }

.btn-blue {
  background-color: #002349;
  color: #ffffff;
  border: 2px solid #002349; }

.btn-blue:focus {
  box-shadow: 0 0 0 2px #002349, 0 0 0 2px #999999 inset; }

.btn-blue:hover {
  border: 2px solid #737373; }

.btn-blue:active {
  border: 2px solid #737373;
  background: #001731; }

.btn-gold {
  background-color: #b28e3b;
  color: #000000;
  border: 2px solid #b28e3b; }

.btn-gold:focus {
  box-shadow: 0 0 0 2px #A68437, 0 0 0 2px #d4a946 inset; }

.btn-gold:hover {
  border: 2px solid #d4a946; }

.btn-gold:active {
  border: 2px solid #d4a946;
  background: #A68437; }

.btn-stroke-dark {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #b28e3b; }

.btn-stroke-dark:focus {
  border-color: #ebe2cs; }

.btn-stroke-dark:hover {
  border-color: #e0c991; }

.btn-stroke-dark:active {
  border-color: #A68437; }

.btn-stroke-light {
  background-color: transparent;
  color: #002349;
  border: 2px solid #b28e3b; }

.btn-stroke-light:focus {
  background-color: #ebe2cs; }

.btn-stroke-light:hover {
  background-color: #e0c991; }

.btn-stroke-light:active {
  background-color: #d4a946; }

.link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid;
  text-align: center;
  text-decoration: none;
  font: 16px/26px "BentonSans-Medium", arial, helvetica, sans-serif; }

.link-sml {
  height: 24px;
  font-size: 14px;
  line-height: 20px; }

.link-med {
  height: 28px;
  font-size: 16px;
  line-height: 26px; }

.link-lrg {
  height: 32px;
  font-size: 18px;
  line-height: 28px; }

.link-dark-bg {
  color: #ffffff;
  border-color: #b28e3b; }

.link-light-bg {
  color: #002349;
  border-color: #002349; }

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000000;
  color: #ececec;
  font-size: 14px;
  margin: 16px;
  padding: 16px 20px;
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1100;
  transform: translateY(140%);
  transition: transform 0.4s ease-in-out; }
  @media (max-width: 768px) {
    #cookie-banner {
      margin: 8px;
      padding: 8px 16px; } }

#cookie-banner.show {
  transform: translateY(0); }

#cookie-banner a {
  color: #fff;
  text-decoration: underline; }

#cookie-banner button {
  border: 2px solid #2b2b2b;
  background: none;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 100px;
  margin-left: 15px;
  color: #ececec;
  font-weight: 600; }
  @media (max-width: 768px) {
    #cookie-banner button {
      margin: 8px 0px 0px;
      display: block; } }

#cookie-banner button:hover {
  background: #474747;
  border-color: #000000;
  color: #f2f2f2; }

/* ========================= */
/* Header Base */
/* ========================= */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 24px 20px;
  transition: all 0.3s ease; }

/* Initial transparent state */
.site-header {
  background: #002349;
  border-bottom: 1px solid #474747; }

/* Sticky scroll state */
.site-header.scrolled {
  background: rgba(10, 37, 64, 0.85);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }

/* Container */
.nav-container {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* Navigation */
.nav-menu {
  flex: 1;
  display: flex;
  justify-content: center; }

.nav-links {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08); }

.nav-links a.item {
  display: block;
  padding: 10px 18px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font: 16px/26px "BentonSans-Medium", arial, helvetica, sans-serif;
  transition: 0.3s ease; }

.active {
  background: white;
  color: #001731 !important; }

.nav-links a.item:hover {
  background: rgba(255, 255, 255, 0.12); }

/* CTA */
.contact-btn {
  padding: 10px 22px;
  border: 2px solid #fbbf24;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease; }

.contact-btn:hover {
  background: #fbbf24;
  color: #0a2540; }

/* ========================= */
/* Hamburger */
/* ========================= */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100; }

.hamburger span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease; }

/* Animate into X */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

/* ========================= */
/* Mobile Slide-In Menu */
/* ========================= */
@media (max-width: 900px) {
  .desktop-only {
    display: none; }

  .hamburger {
    display: flex; }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 367px;
    background: #001731;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.4s ease;
    z-index: 1000; }

  .nav-menu.open {
    right: 0; }

  .nav-links {
    flex-direction: column;
    gap: 25px;
    background: none;
    padding: 0;
    text-align: center; }

  .nav-links a {
    font-size: 18px; }

  .mobile-only {
    display: block; } }
@media (min-width: 901px) {
  .mobile-only {
    display: none; } }
.hero {
  padding: 0 20px 100px;
  background: radial-gradient(ellipse 460px 444px at 83% 67%, rgba(102, 0, 5, 0) 0%, rgba(0, 49, 102, 0.5) 80%), linear-gradient(180deg, #001731 36%, #002349 100%);
  overflow: hidden; }
  @media (max-width: 768px) {
    .hero {
      padding-top: 28px;
      padding-bottom: 48px; } }

.hero-container {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  /* Left Column */
  /* Right Column */ }
  .hero-container .hero-content {
    flex: 1;
    gap: 24px;
    display: flex;
    flex-direction: column; }
    .hero-container .hero-content .cta-container {
      display: flex;
      align-items: center;
      gap: 48px;
      margin-top: 12px; }
    .hero-container .hero-content h1 {
      color: #ffffff; }
    .hero-container .hero-content p {
      color: #ececec;
      font: 16px/26px "BentonSans-Medium", arial, helvetica, sans-serif; }
    @media (max-width: 768px) {
      .hero-container .hero-content .cta-container {
        flex-direction: column;
        gap: 24px; } }
  .hero-container .hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    .hero-container .hero-image > img {
      width: 100%;
      max-width: 404px;
      height: auto;
      border-radius: 24px;
      object-fit: cover; }
    .hero-container .hero-image span {
      display: flex;
      padding: 16px 20px;
      align-items: center;
      gap: 12px;
      border-radius: 16px;
      border-color: rgba(255, 255, 255, 0.15);
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(8px);
      box-shadow: 0 0 52px rgba(0, 0, 0, 0.36);
      color: #ffffff;
      font: 16px/26px "BentonSans-Book", arial, helvetica, sans-serif; }
    .hero-container .hero-image .expert {
      position: absolute;
      left: 40px;
      bottom: 136px; }
      .hero-container .hero-image .expert img {
        width: 28px;
        height: 28px; }
      @media (max-width: 768px) {
        .hero-container .hero-image .expert {
          left: 20px;
          bottom: 116px;
          border-radius: 8px;
          padding: 12px 16px;
          background: rgba(0, 0, 0, 0.24); } }
    .hero-container .hero-image .specialist {
      position: absolute;
      left: 40px;
      bottom: 40px; }
      .hero-container .hero-image .specialist img {
        width: 45px;
        height: 46px; }
      @media (max-width: 768px) {
        .hero-container .hero-image .specialist {
          left: 20px;
          bottom: 20px;
          border-radius: 8px;
          padding: 12px 16px;
          background: rgba(0, 0, 0, 0.24); } }

/* ========================= */
/*  Mobile Styles */
/* ========================= */
@media (max-width: 768px) {
  .hero-container {
    padding-top: 0px;
    flex-direction: column;
    gap: 48px; } }
.agent-stats .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch; }
  .agent-stats .container .stat {
    flex: 1;
    padding: 40px 30px;
    text-align: left;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }
    .agent-stats .container .stat p.number {
      color: #003166;
      font-family: "Mercury Display";
      font-size: 62px;
      font-weight: 500;
      line-height: 62px;
      /* 100% */ }
    .agent-stats .container .stat p.label {
      color: #000000;
      text-align: justify;
      font-family: BentonSans;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 133.333% */ }
  .agent-stats .container .line {
    width: 1px;
    height: 32px;
    background: #b28e3b; }

/* Section wrapper */
.agent-stats-section {
  padding: 52px 20px;
  border-bottom: 1px solid #ececec; }

/* Flex container */
.agent-stats-container {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center; }

/* Columns */
.col {
  flex: 1;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  /* Stack vertically */
  align-items: center;
  /* Horizontal alignment */
  justify-content: center;
  /* Vertical alignment */
  text-align: center;
  gap: 12px;
  /* Space between stacked items */ }
  .col p.number {
    color: #003166;
    font-family: "Mercury Display";
    font-size: 62px;
    font-weight: 500;
    line-height: 62px;
    /* 100% */ }
  .col p.label {
    color: #000000;
    font-family: BentonSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */ }

/* 1px Divider */
.divider {
  width: 1px;
  background: #b28e3b;
  height: 36px; }

@media (max-width: 768px) {
  .agent-stats-section {
    padding: 0px;
    border-bottom: none; }

  .agent-stats-container {
    flex-wrap: wrap; }

  .divider {
    display: none; }

  .col {
    flex: 0 0 50%;
    padding: 20px 20px; }
    .col p.number {
      font-size: 32px;
      line-height: 40px;
      /* 100% */ }
    .col p.label {
      font-size: 14px;
      line-height: 20px;
      /* 133.333% */ } }
/* ================================
   Base Layout
================================ */
.featured-property {
  width: 100%;
  padding: 100px 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch; }
  @media (max-width: 768px) {
    .featured-property {
      padding-top: 48px;
      padding-bottom: 48px;
      gap: 36px; } }
  .featured-property .header {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch; }
    .featured-property .header h2 {
      color: #002349; }
    .featured-property .header p {
      font-weight: 600; }
    .featured-property .header p.address {
      color: #000000;
      font-family: "BentonSans";
      font-size: 16px;
      line-height: 22px;
      /* 142.857% */
      font-style: normal; }

.featured-property__container {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden; }

/* ================================
   Columns
================================ */
.featured-property__image,
.featured-property__content {
  flex: 1; }

.featured-property__image {
  position: relative; }

.featured-property__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer; }

/* ================================
   Status Badge
================================ */
.status-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #078843;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 600; }

/* ================================
   Content Styling
================================ */
.featured-property__content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.eyebrow {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #002349;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  border-top: 1px solid #b28e3b;
  border-bottom: 1px solid #b28e3b;
  padding: 4px 0px; }

.price {
  font-size: 42px;
  margin: 0 0 10px 0;
  color: #000000; }

.address {
  font-size: 16px;
  color: #737373; }

/* ================================
   Stats
================================ */
.property-stats {
  display: flex;
  gap: 20px;
  font-weight: 500;
  margin-bottom: 16px; }

ul.property-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 500;
  width: 100%;
  list-style-position: inside;
  margin-bottom: 16px; }

ul.property-highlights li {
  list-style-image: url("../img/icon-check.svg");
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  flex: 1 1 calc(33.333% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto; }

/* ================================
   Description
================================ */
.description {
  margin-bottom: 30px; }

/* ================================
   Responsive
================================ */
@media (max-width: 992px) {
  .featured-property__container {
    flex-direction: column; }

  .featured-property__content {
    padding: 30px 25px; }

  .price {
    font-size: 28px;
    line-height: 32px; }

  .property-stats {
    flex-wrap: wrap; } }
/* Property details gallery */
.image-gallery {
  --thumb-size: clamp(60px, 8vw, 100px);
  --gap: clamp(0.5rem, 1vw, 1rem);
  --radius: 16px;
  --active-color: #003166;
  display: grid;
  gap: var(--gap);
  width: 100%; }

/* Desktop layout */
@media (min-width: 768px) {
  .image-gallery {
    grid-template-columns: 1fr auto;
    align-items: start;
    margin-bottom: 32px; }

  .gallery-thumbs {
    flex-direction: column; } }
/* Mobile layout */
@media (max-width: 767px) {
  .image-gallery {
    grid-template-columns: 1fr;
    margin-bottom: 24px; }

  .gallery-thumbs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 0.25rem; } }
/* Main image */
.gallery-main {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius);
  overflow: hidden;
  background: #eee; }

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

/* Thumbnails */
.gallery-thumbs {
  display: flex;
  gap: var(--gap); }

.thumb {
  width: var(--thumb-size);
  /*height: var(--thumb-size);*/
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  background: none;
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color 0.2s ease, transform 0.15s ease; }

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

.thumb:hover {
  transform: scale(1.05); }

.thumb.is-active {
  border-color: var(--active-color); }

.sales-portfolio {
  padding: 100px 20px 0px; }
  .sales-portfolio h3 {
    color: #002349; }
  @media (max-width: 768px) {
    .sales-portfolio {
      padding: 48px 20px 0px; } }

.property-cards {
  padding: 0px 20px 100px; }
  @media (max-width: 768px) {
    .property-cards {
      padding: 0px 20px 48px; } }

.sales-portfolio div#data-container, .property-cards > div {
  display: grid;
  gap: 24px;
  max-width: 1360px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 768px) {
    .sales-portfolio div#data-container, .property-cards > div {
      grid-template-columns: repeat(1, 1fr); } }

.sales-portfolio div#data-container {
  padding: 24px 0px; }

.sales-portfolio .header {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding-bottom: 36px; }
  @media (max-width: 768px) {
    .sales-portfolio .header {
      gap: 24px;
      padding-bottom: 24px; } }

.sales-portfolio .cta-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  text-align: center;
  padding: 40px 0 80px; }
  @media (max-width: 768px) {
    .sales-portfolio .cta-container {
      padding: 24px 0 48px; } }

.property-cards > div {
  padding: 0px 0px 24px; }

.property-cards > button {
  display: block;
  margin: 36px auto 0; }

.property {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  border-radius: 24px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer; }

.property.fade-init {
  opacity: 0;
  transform: translateY(10px); }

.property.show {
  opacity: 1;
  transform: translateY(0); }

.property:focus {
  outline: 2px solid #007bff; }

.image-container {
  position: relative;
  aspect-ratio: 1.5 / 1;
  overflow: hidden; }

.image-container img {
  width: 100%;
  height: 100%; }

.property-status {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 20px;
  top: 20px; }

.status {
  display: flex;
  padding: 2px 14px;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  border-radius: 10px; }

.for-sale {
  background-color: #078843; }

.sold {
  background: rgba(0, 0, 0, 0.64); }

div.bonus-message:not(:empty) {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 12px;
  color: #fff;
  border-radius: 8px;
  background-color: black; }

.property-status p {
  color: #ffffff;
  font-family: BentonSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */ }

.text-container {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  font-family: "BentonSans";
  font-style: normal;
  font-weight: 500; }

.text-container > p {
  color: #000000;
  font-size: 28px;
  line-height: 34px;
  /* 114.286% */
  font-weight: 500;
  margin: 0;
  padding: 0; }

.property-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch; }

.property-info p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: var(--Black, #000);
  font-family: "BentonSans";
  font-size: 16px;
  line-height: 22px;
  /* 142.857% */
  font-style: normal;
  font-weight: 500; }

.property-info ul {
  display: flex;
  align-items: center;
  gap: 12px; }

.property-info ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--Black, #000);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: BentonSans;
  font-size: 14px;
  line-height: 18px;
  /* 150% */
  font-style: normal;
  font-weight: 400; }

ul.key-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style-position: inside;
  width: 100%; }

ul.key-features li {
  list-style-image: url("../img/icon-check.svg");
  color: #737373;
  font-family: BentonSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  flex: 1 1 calc(33.333% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto; }

@media (max-width: 768px) {
  .property {
    flex: 1 1 calc(50% - 8px); } }
/* ========== Base ========== */
.property-details {
  max-width: 1200px;
  margin: 0 auto; }

/* ========== Header ========== */
.property-details__header {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding-top: 3rem; }
  @media (max-width: 768px) {
    .property-details__header {
      padding-top: 0rem; } }

.property-details__status {
  background: #003166;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-self: start;
  margin-bottom: 12px; }

.property-details__price {
  font: 42px/46px "BentonSans-Medium";
  color: #000000; }

.property-details__address {
  font-weight: 600; }

.property-details__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem; }

.property-details__divider {
  height: 1px;
  background: #ececec;
  margin: 2.5rem 0; }

/* ========== Hero images ========== */
/* Section padding (optional) */
.image-block {
  margin-bottom: 36px; }

/* Main layout */
.image-block__inner {
  display: flex;
  gap: 2rem; }

/* Large left image */
.image-block__large {
  flex: 2;
  overflow: hidden;
  border-radius: 20px; }

/* Right column stack */
.image-block__stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem; }

/* Individual stacked items */
.image-block__item {
  flex: 1;
  overflow: hidden;
  border-radius: 20px; }

/* Images */
.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* -------------------------------- */
/*  Mobile Layout */
/* -------------------------------- */
@media (max-width: 768px) {
  .image-block__inner {
    flex-direction: column;
    gap: 12px; }

  /* Bottom two become side-by-side */
  .image-block__stack {
    flex-direction: row;
    gap: 12px; }

  .image-block__large, .image-block__item {
    border-radius: 12px; } }
/* ========== Bottom Layout ========== */
.property-details__content {
  display: grid;
  gap: 3rem; }

@media (min-width: 900px) {
  .property-details__content {
    grid-template-columns: auto 1fr;
    align-items: start; } }
/* ========== Stats ========== */
.property-details__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Always 2 per row */
  gap: 1rem; }

/* Mobile: natural auto layout */
@media (max-width: 899px) {
  .property-details__stats {
    grid-template-columns: repeat(auto-fit, minmax(max-content, max-content)); } }
/* Desktop: exactly 2 per row */
@media (min-width: 900px) {
  .property-details__stats {
    grid-template-columns: repeat(2, max-content); } }
.details-stat {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem 1.25rem;
  background: #ececec;
  border-radius: 8px; }

.details-stat strong {
  font-weight: 600; }

.details-stat span {
  font-size: .85rem;
  color: #999999; }

/* ========== Description ========== */
.property-details__description h2 {
  margin-top: 0;
  margin-bottom: 1rem; }

.property-details__description p {
  max-width: 60ch; }

/* ========== Mobile Hero Height Adjustment ========== */
@media (max-width: 600px) {
  .carousel__slide {
    aspect-ratio: 4 / 3; } }
.banner-section {
  width: 100%;
  padding: 56px 20px 0;
  margin: 0 auto 80px; }
  .banner-section .banner-wrapper {
    width: 100%;
    max-width: 1360px;
    display: table;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .banner-section .banner-wrapper {
        display: none; } }
    .banner-section .banner-wrapper .banner-container {
      width: 100%;
      display: table-cell;
      vertical-align: bottom;
      position: relative; }
      .banner-section .banner-wrapper .banner-container img {
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (max-width: 768px) {
          .banner-section .banner-wrapper .banner-container img {
            right: 0;
            height: 64%; } }
      .banner-section .banner-wrapper .banner-container .banner-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 24px;
        overflow: hidden;
        background: #002349 url("../img/banner-house-clipped.webp") right bottom no-repeat; }
        .banner-section .banner-wrapper .banner-container .banner-content h4 {
          color: #ffffff;
          width: 61%; }
      @media (max-width: 768px) {
        .banner-section .banner-wrapper .banner-container {
          padding-top: 48px;
          margin-bottom: 48px; } }

.banner-wrapper_mobile {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .banner-wrapper_mobile {
      display: none; } }

.banner-image_mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.banner-image-bg_mobile {
  border-radius: 12px 12px 0 0;
  width: 100%;
  display: block;
  padding-top: 39%;
  background: url("../img/banner-house-clipped-mobile.webp") center bottom no-repeat;
  background-size: 100%; }

.banner-img {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.banner-text-wrap_mobile {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0 0 12px 12px;
  background-color: #002349; }

.banner-text_mobile {
  display: flex;
  padding: 20px 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch; }

.banner-text_mobile h4 {
  color: #fff;
  width: 100%; }

/* ================================
   Base Section
================================ */
.agent-bio {
  width: 100%;
  padding: 80px 20px; }
  .agent-bio h2 {
    color: #002349; }
  .agent-bio .header {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px; }
    @media (max-width: 768px) {
      .agent-bio .header {
        gap: 24px; } }
  @media (max-width: 768px) {
    .agent-bio {
      padding: 48px 20px; } }

.agent-bio__container {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  align-items: start; }

/* ================================
   Sidebar (Column 1)
================================ */
.agent-bio__sidebar {
  display: flex;
  flex-direction: column; }

.agent-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #ccc;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .agent-photo {
      width: 56%; } }

.agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* Pull Quote */
.pull-quote {
  font-family: MercuryDisplay-Roman, serif;
  color: #737373; }

.quote-line {
  width: 120px;
  height: 3px;
  background: #b28e3b;
  margin-bottom: 20px; }

.pull-quote blockquote {
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 25px 0;
  color: #474747; }

.quote-author {
  font-family: BentonSans-Medium, sans-serif;
  font-size: 16px;
  color: #474747; }

.quote-author strong {
  color: #000000; }

@media (max-width: 768px) {
  .pull-quote {
    padding-left: 24px;
    border-left: 3px solid #b28e3b; }

  .quote-line {
    display: none; } }
/* ================================
   Content (Columns 2 + 3)
================================ */
.agent-bio__content {
  grid-column: span 2; }

.subheading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #474747; }

.bio-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #474747;
  margin-bottom: 24px; }

/* ================================
   Responsive
================================ */
@media (max-width: 992px) {
  .agent-bio__container {
    grid-template-columns: 1fr;
    gap: 40px; }

  .agent-bio__content {
    grid-column: span 1; }

  .agent-heading {
    font-size: 36px; }

  .pull-quote blockquote {
    font-size: 18px; } }
/* Base transition */
.js-bio-truncate {
  position: relative;
  overflow: hidden;
  transition: max-height 0.45s ease; }

/* Collapsed state */
.js-bio-truncate.is-collapsed {
  overflow: hidden; }

/* Fade overlay */
.js-bio-truncate.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0), #f2f2f2);
  pointer-events: none; }

.read-toggle {
  display: none;
  cursor: pointer; }

/* Mobile only */
@media (max-width: 768px) {
  .read-toggle {
    display: flex; } }
/* ================================
   Section
================================ */
.testimonials {
  background: #002349;
  /* Deep navy */
  padding: 100px 20px;
  color: #ffffff; }

.testimonials__container {
  max-width: 1360px;
  margin: 0 auto; }
  .testimonials__container h2 {
    color: #b28e3b;
    /* Gold */
    margin-bottom: 60px;
    max-width: 800px; }
  .testimonials__container ul {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .testimonials__container ul li {
      position: relative;
      background: #001731;
      /* Slightly darker navy */
      border-radius: 24px;
      padding: 50px 60px;
      width: 100%;
      /* Hidden state */
      display: none;
      opacity: 0;
      transform: translateY(16px);
      font: 16px/26px "BentonSans-Book", arial, helvetica, sans-serif;
      color: #ececec; }
      .testimonials__container ul li figure figcaption {
        font-weight: 600;
        color: #ffffff;
        margin-top: 8px;
        font-style: italic; }
      @media (max-width: 768px) {
        .testimonials__container ul li {
          padding: 24px; } }

/* ================================
   Testimonial Card
================================ */
/* Testimonial list spacing */
/* Visible state */
.testimonial-card.is-visible {
  display: block; }

/* Fade animation class */
.testimonial-card.is-animating {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0); }

/* Speech bubble tail */
.testimonial-card.is-visible::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: -22px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-top: 24px solid #001731; }

.testimonials__cta {
  text-align: center;
  margin-top: 80px; }

/* ================================
   Responsive
================================ */
@media (max-width: 992px) {
  .testimonials {
    padding: 70px 20px; }

  .testimonial-card::after {
    left: 40px; }

  .testimonial-text {
    font-size: 16px; } }
@media (max-width: 600px) {
  .testimonial-card::after {
    left: 30px; } }
/* Base */
.contact {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .contact {
      padding: 48px 0; } }

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 20px; }

/* Layout */
.contact-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start; }

/* Heading */
.contact-left h2 {
  margin-bottom: 24px;
  color: #002349; }

.contact-subtext {
  font: 16px/26px "BentonSans-Book", arial, helvetica, sans-serif;
  margin-bottom: 40px;
  color: #474747; }

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .contact-form .disclaimer {
    font-size: 14px; }
  @media (max-width: 768px) {
    .contact-form {
      gap: 12px; } }

/* Subtle fade + slight lift */
.contact-form {
  transition: opacity 0.4s ease, transform 0.4s ease; }

.contact-form.form-fade-out {
  opacity: 0.4;
  transform: translateY(-10px); }

.form-row {
  display: flex;
  gap: 20px; }

.form-row input {
  flex: 1; }

/* Form group */
.form-group {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column; }

/* Inputs */
.form-group input,
.form-group textarea {
  padding: 28px 16px 8px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #eaeaea;
  font-size: 16px;
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box; }

/* Floating labels */
.form-group label {
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 16px;
  color: #777;
  pointer-events: none;
  transition: all 0.2s ease; }

/* Float when focused or filled */
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: 6px;
  font-size: 12px;
  color: #0c2d52; }

/* Focus state */
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  background: #fff;
  border-color: #0c2d52;
  box-shadow: 0 4px 14px rgba(12, 45, 82, 0.08); }

/* Success state */
.form-group.success input,
.form-group.success textarea {
  border-color: #2e7d32;
  background: #f6fff8; }

/* Error state */
.form-group.error input,
.form-group.error textarea {
  border-color: #c62828;
  background: #fff5f5; }

/* Error text */
.error-message {
  font-size: 12px;
  color: #c62828;
  height: 14px;
  margin-top: 4px; }

input,
textarea {
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #eaeaea;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease; }

/* Subtle lift + highlight */
input:focus,
textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #0c2d52;
  box-shadow: 0 4px 14px rgba(12, 45, 82, 0.08);
  transform: translateY(-1px); }

/* Slightly soften placeholder on focus */
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5;
  transition: opacity 0.2s ease; }

textarea {
  resize: vertical; }

/* Button */
.btn-primary {
  position: relative;
  background: #b28e3b;
  color: #002349;
  border: none;
  padding: 16px 28px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); }

/* Privacy text */
.privacy-text {
  font: 0.7;
  color: #474747;
  max-width: 500px;
  margin-top: 12px; }

/* Right Column */
.map {
  position: relative;
  padding-bottom: 100%;
  border-radius: 28px;
  overflow: hidden; }

.map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.office-info {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 3px solid #b28e3b;
  color: #474747; }
  .office-info a {
    color: #002349; }

/* Responsive */
@media (max-width: 900px) {
  .contact-wrapper {
    flex-direction: column; }

  .form-row {
    flex-direction: column; } }
.privacy {
  width: 100%;
  padding: 100px 20px; }
  .privacy .container {
    width: 100%;
    max-width: 1360px; }
    .privacy .container .content {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; }
      .privacy .container .content h2, .privacy .container .content h4 {
        color: #000000; }
      .privacy .container .content p {
        color: #474747; }

.message {
  width: 100%;
  padding: 100px 20px; }
  .message .container {
    width: 100%;
    max-width: 1360px; }
    .message .container .content {
      width: 100%;
      padding-bottom: 100px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; }
      .message .container .content h2, .message .container .content h4 {
        color: #000000; }
      .message .container .content p {
        color: #474747; }

/* =========================
   BASE
========================= */
.site-footer {
  background: #e9e9e9;
  color: #1e1e1e;
  text-align: center;
  padding-top: 60px;
  font-family: "Helvetica Neue", Arial, sans-serif; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px; }

/* =========================
   TOP LOGOS
========================= */
.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap; }

.footer-logos img {
  height: 40px;
  width: auto; }

.logo-divider {
  width: 1px;
  height: 40px;
  background: #999; }

/* =========================
   SOCIAL
========================= */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px; }

.social-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease; }

.social-icon img {
  width: 18px;
  height: 18px; }

.social-icon:hover {
  background: #1e1e1e;
  border-color: #1e1e1e; }

.social-icon:hover img {
  filter: invert(1); }

/* =========================
   NAV
========================= */
.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.footer-nav a {
  text-decoration: none;
  color: #1e1e1e;
  font-size: 15px;
  transition: opacity 0.2s ease; }

.footer-nav a:hover {
  opacity: 0.6; }

/* =========================
   BRAND TEXT
========================= */
.footer-brand-text {
  max-width: 680px;
  margin: 0 auto 60px; }

.footer-brand-text h4 {
  font-weight: 600;
  margin-bottom: 12px; }

.footer-brand-text p {
  line-height: 1.7;
  font-size: 14px;
  color: #555; }

/* =========================
   FULL WIDTH DIVIDER
========================= */
.footer-divider {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: 1px;
  background: #bbb;
  display: block; }

/* =========================
   BOTTOM ROW
========================= */
.footer-bottom {
  padding: 20px 24px 110px; }

.footer-bottom-inner p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #666; }

.footer-bottom-inner a {
  text-decoration: none;
  color: #1e1e1e;
  font-size: 12px;
  transition: opacity 0.2s ease; }

.footer-bottom-inner a:hover {
  opacity: 0.6; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center; }

  .logo-divider {
    display: none; }

  .footer-nav {
    gap: 16px; } }
/* Modal Base */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Animation Setup */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease; }

/* Active State */
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* Overlay */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); }

/* Modal Content */
.modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  padding: 0rem 2rem 2rem 2rem;
  z-index: 2;
  /* Subtle scale animation */
  transform: translateY(20px) scale(0.98);
  transition: transform 0.3s ease;
  /*hide scroll bar in modal*/
  /* For Firefox */
  scrollbar-width: none;
  /* For Internet Explorer/Edge */
  -ms-overflow-style: none;
  /* For Chrome, Safari, and newer Edge */ }
  .modal-content .modal-content::-webkit-scrollbar {
    display: none; }

.modal.active .modal-content {
  transform: translateY(0) scale(1); }

/* Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  border: none;
  font-size: 26px;
  cursor: pointer;
  z-index: 3; }

/* Lock Body Scroll */
body.modal-open {
  overflow: hidden; }

@media (max-width: 768px) {
  .modal-content {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    border-radius: 0; }

  .modal-close {
    position: sticky;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: right;
    padding: 1rem 0;
    background: white;
    font-size: 24px; } }
/* Spinner Container */
.modal-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 2; }

/* Active Spinner */
.modal.loading .modal-spinner {
  opacity: 1;
  visibility: visible; }

/* Hide content while loading */
.modal.loading .modal-body {
  visibility: hidden; }

.modal-body {
  opacity: 0;
  transition: opacity 0.3s ease; }

.modal:not(.loading) .modal-body {
  opacity: 1; }

/* Spinner Animation */
.modal-spinner::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #111;
  border-radius: 50%;
  animation: spin 0.8s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
