/* Base resets — Blue Seal Properties */
html { font-size: 16px; }
body { margin: 0; padding: 0; overflow-x: hidden; background: #fff; }
a { transition: all 0.25s ease; }
a:hover, a:focus { text-decoration: none; outline: none; }
p { line-height: 1.8; }

@media (max-width: 767px) {
  .navbar-collapse {
    background: #fff;
    border-top: 1px solid #E5E7EB;
    padding: 6px 0;
    box-shadow: 0 8px 20px rgba(32,42,69,0.07);
  }
}
.slick-dots { bottom: 16px; }
.slick-dots li { margin: 0 3px; }
