body {
  overflow-x: hidden;
}

img, iframe, video {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
  line-height: 1.2;
}

.product-default,
.card,
.widget {
  border-radius: 14px !important;
  overflow: hidden;
}

.product-default {
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.product-default:hover {
  box-shadow: 0 14px 35px rgba(0,0,0,.12);
}

.product-img img {
  object-fit: cover;
}

.btn,
button,
input,
select,
textarea {
  border-radius: 8px !important;
}

@media (max-width: 991px) {
  h1 { font-size: 32px !important; }
  h2 { font-size: 26px !important; }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row > [class*="col-"] {
    margin-bottom: 20px;
  }

  form input,
  form select,
  form button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 23px !important; }

  footer,
  .footer-area {
    text-align: center;
  }
}

/* Safe header + card polish */
.header-area .main-menu a,
.navbar-area .main-menu a,
.header-area .navbar-nav a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
}

.product-title a {
  font-weight: 800 !important;
}

.product-default {
  transition: box-shadow .2s ease, transform .2s ease;
}

.product-default:hover {
  transform: translateY(-3px);
}

.blog-area img,
.blog-card img {
  object-fit: cover;
  min-height: 220px;
}

@media (max-width: 991px) {
  .header-area .main-menu a,
  .navbar-area .main-menu a,
  .header-area .navbar-nav a {
    font-size: 16px;
    padding: 10px 0;
  }
}

/* Safe blog image polish */
.blog-area .card img,
.blog-area img,
.blog-card img,
.blog-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.blog-area .card,
.blog-card,
.blog-item {
  border-radius: 14px !important;
  overflow: hidden;
}

@media (max-width: 575px) {
  .blog-area .card img,
  .blog-area img,
  .blog-card img,
  .blog-item img {
    height: 190px;
  }
}

/* Safe listing image polish */
.product-default .product-img img,
.product-default figure img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.product-default .product-title {
  min-height: 44px;
}

.product-default .product-location {
  min-height: 38px;
}

@media (max-width: 575px) {
  .product-default .product-img img,
  .product-default figure img {
    height: 200px;
  }
}

/* Hero section polish */
.hero-banner,
.banner-area,
.hero-area {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.hero-banner h1,
.banner-area h1,
.hero-area h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-banner p,
.banner-area p,
.hero-area p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
}

.search-form,
.hero-search-form {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

@media (max-width: 991px) {
  .hero-banner h1,
  .banner-area h1,
  .hero-area h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 575px) {
  .hero-banner h1,
  .banner-area h1,
  .hero-area h1 {
    font-size: 30px !important;
  }

  .hero-banner,
  .banner-area,
  .hero-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
