/* global.css
   Generated by merging styles.css, listpage.css, and viewad.css.
   Original CSS files were not modified.
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: math, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Arial, sans-serif;
  background: #fafafa;
  color: #111;
  line-height: 1.55;
}

.hero {
  background: linear-gradient(135deg, #ffe1e1 0%, #bfbbbb 100%);
  padding: 64px 0 50px;
  text-align: center;
}

.title h3 {
  color: var(--color-cobalt-darker, #303030);
  direction: ltr;
  font: 700 12px / 14px Roboto, Helvetica Neue, -apple-system, Arial, sans-serif;
  margin-bottom: var(--xh-spacers-s);
  max-height: 14px;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.container {
  width: 94%;
  max-width: 1180px;
  margin: auto;
}

header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 99;
}

.nav {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.logo span {
  color: #e60023;
}

.logo img{
	max-width: 220px;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
}

.hero h1 {
  font-size: 35px;
  line-height: 1.12;
  letter-spacing: -1.5px;
  max-width: 850px;
  margin: 0 auto 16px;
}

.hero p {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
  color: #555;
}

.search-box {
  background: #fff;
  max-width: 850px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}

select, button {
  height: 52px;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
}

button {
  background: #111;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  padding: 0 26px;
}

section {
  padding: 50px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 26px;
  letter-spacing: -0.6px;
}

.section-title h2 {
  font-size: 30px;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}

.section-title p {
  color: #666;
  font-size: 16px;
}

.city-grid,
    .category-grid,
    .profile-grid {
  display: grid;
  gap: 18px;
}

.city-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 22px;
}

.profile-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 18px;
}

#home .profile-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 18px;
}

.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
}

.city-card {
  padding: 22px;
}

.city-card h3,
    .category-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.city-card p,
    .category-card p {
  color: #666;
  font-size: 14px;
}

.profile-img {
  height: 320px;
  background: #eee;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.profile-body {
  padding: 14px;
}

.profile-body h3 {
  font-size: 14px;
  margin-bottom: 4px;
}

.profile-body p {
  color: #666;
  font-size: 14px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-body .title {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.badge {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f3f3;
  font-size: 12px;
  font-weight: 700;
}

.popular-links {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #eee;
}

.link-group {
  margin-bottom: 22px;
}

.link-group h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-list a {
  background: #f5f5f5;
  padding: 10px 0;
  border-radius: 999px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #eee;
  color: #444;
  font-weight: 600;
}

.link-list a.side {
background: none;
padding: 10px 0;
font-size: 14px;
display: block;
border-bottom: 1px solid #eee;
color: #444;
font-weight: 600;
width: 100%;
border-radius: 0;
}

.seo-content {
  background: #fff;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid #eee;
}

.seo-content h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.seo-content h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 21px;
}

.seo-content p {
  color: #444;
  margin-bottom: 14px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}

.trust-box h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.trust-box p {
  font-size: 14px;
  color: #666;
}

footer {
  background: #111;
  color: #fff;
  padding: 40px 0 24px;
  margin-top: 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px;
}

footer h3 {
  margin-bottom: 12px;
  font-size: 17px;
}

footer p,
    footer a {
  color: #bbb;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.copyright {
  border-top: 1px solid #333;
  margin-top: 28px;
  padding-top: 16px;
  color: #aaa;
  font-size: 13px;
  text-align: center;
}

.main-categories {
  padding: 70px 0;
  background: #fafafa;
}

.section-heading {
  text-align: center;
  margin-bottom: 34px;
}

.section-heading h2 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #111;
}

.section-heading p {
  font-size: 17px;
  color: #666;
  max-width: 760px;
  margin: auto;
}

.category-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  height: 620px;
  background: #eee;
  transition: 0.25s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.14);
}

.category-image {
  width: 100%;
  height: 100%;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to top,
      rgba(0,0,0,0.82) 0%,
      rgba(0,0,0,0.35) 45%,
      rgba(0,0,0,0.10) 100%
    );
}

.category-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  z-index: 2;
}

.category-badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.category-content h3 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
}

.category-content p {
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.category-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 16px;
}

.profile-info h3 {
  font-size: 14px;
  margin-bottom: 4px;
  height: 40px;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.breadcrumb {
	color: #777;
	margin: 12px 0;
	font-size: 15px;
}
.breadcrumb a {
  color: #6b6b6b;
}

.breadcrumb span {
  color: #6b6b6b;
}
section.postlist{
	padding: 0;
}
.seo-block.nofound{
	padding:25px;
	margin-top:0;
}

.page-head {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 20px;
}

.page-head h1 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

.page-head p {
  color: #555;
  font-size: 16px;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.quick-links a {
  background: #f3f3f3;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  align-items: start;
}

.sidebar {
  position: sticky;
  top: 84px;
}

.sidebar .sidebar-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 18px;
  margin-bottom: 15px;
}

.sidebar-card .link-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #d60211;
}

.sidebar-card .link-list a.city {
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #efefef;
	background: no-repeat;
	padding-left: 10px;
}

#city {
  text-transform: capitalize;
}

.filter-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.filter-group {
  margin-bottom: 18px;
}

.filter-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}

select,
    input {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
  font-size: 14px;
}

.filter-btn {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  gap: 15px;
}

.result-count {
  font-size: 14px;
  color: #555;
}

.sort-box {
  width: 190px;
}

.profile-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.04);
  transition: 0.2s ease;
}

.profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.08);
}

.profile-photo {
  height: 300px;
  background: linear-gradient(135deg, #eee, #ddd);
  position: relative;
}

.verified {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #111;
  color: #fff;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.active {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fff;
  color: #111;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.profile-info {
  padding: 15px;
}

.profile-info h2 {
  font-size: 18px;
  margin-bottom: 4px;
}

.profile-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
  height: 18px;
  overflow: hidden;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.tag {
  background: #f4f4f4;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

.view-btn {
  display: block;
  text-align: center;
  background: #111;
  color: #fff;
  padding: 11px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
}

.seo-block,
    .area-block,
    .faq-block {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 22px;
  padding: 28px;
  margin-top: 28px;
}

.seo-block h2,
    .area-block h2,
    .faq-block h2 {
  font-size: 26px;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.seo-block h3 {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.seo-block p,
    .faq-block p {
  color: #444;
  margin-bottom: 14px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.area-grid a {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.pagination a {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
}

.pagination .active-page {
  background: #111;
  color: #fff;
}

.ad-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
}

.gallery-card,
    .details-card,
    .sidebar-card,
    .related-card,
    .seo-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.04);
}

section.gallery-card{
	padding:0px;
}

.gallery-main {
  height: 620px;
  position: relative;
}

.gallery-main img {
  height: 100%;
  object-fit: contain;
}

.photo-count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 10px;
  background: #fff;
}

.thumb {
  height: 92px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: #eee;
}

.thumb.active {
  border-color: #111;
  position: static;
}

.thumb img {
  height: 100%;
  object-fit: cover;
}

.details-card {
  margin-top: 22px;
  padding: 24px;
}

.profile-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.profile-head h1 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.profile-location {
  color: #666;
  font-size: 15px;
}

.status-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.badge.dark {
  background: #111;
  color: #fff;
}

.description h2,
    .info-grid-title {
  font-size: 22px;
  margin: 22px 0 10px;
  letter-spacing: -0.4px;
}

.description p {
  color: #444;
  margin-bottom: 14px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.info-box {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 13px;
}

.info-box span {
  display: block;
  color: #777;
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-box strong {
  font-size: 15px;
}

.sidebar-card {
  padding: 20px;
  margin-bottom: 18px;
}

.sidebar-card h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.price {
  font-size: 28px;
  font-weight: 900;
  margin: 12px 0;
}

.sidebar-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 14px;
}

.action-btn {
  display: flex;
  width: 100%;
  text-align: center;
  border-radius: 14px;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.primary-btn {
  background: #111;
  color: #fff;
}

.secondary-btn {
  background: #f3f3f3;
  color: #111;
}

.safety-note {
  font-size: 13px;
  color: #666;
  margin-top: 14px;
}

.link-list a:last-child {
  border-bottom: none;
}

.related-section {
  margin-top: 34px;
}

.action-btn svg {
  flex-shrink: 0;
}

.message-btn {
  background: #eb7171;
  color: #fff;
}

.whatsapp-btn {
  background: #37834a;
  color: #fff;
}

.phone-btn {
  background: #3a81e1;
  color: #fff;
}

.action-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.whatsapp-btn,
.phone-btn {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.related-card {
  overflow: hidden;
}

.related-img {
  height: 250px;
  background: #eee;
}

.related-img img {
  height: 100%;
  object-fit: cover;
}

.related-body {
  padding: 14px;
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
}

.related-body h3 {
  font-size: 17px;
  margin-bottom: 4px;
}

.related-body p {
  color: #666;
  font-size: 14px;
}

.seo-card {
  margin-top: 34px;
  padding: 26px;
}

.seo-card h2 {
  font-size: 25px;
  margin-bottom: 12px;
}

.seo-card h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.seo-card p {
  color: #444;
  margin-bottom: 12px;
}

.mobile-actions {
  display: none;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    border-radius: 0;
    border: none;
    background: rgb(0 0 0 / 7%);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 5;
    transition: 0.2s;
    height: 100%;
}

.gallery-arrow .left-arrow, .gallery-arrow .right-arrow {
  position: absolute;
  height: 100%;
  width: 60px;
  opacity: 0.2;
  border: 0;
  background-color: #00000061;
}

.gallery-arrow:hover {
}

.left-arrow {
  left: 0px;
}

.right-arrow {
  right: 0px;
}

.gallery-modal{
    display:none;
    position:fixed;
    z-index:99999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.96);
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.modal-image{
    max-width:95%;
    max-height:95%;
    object-fit:contain;
    transition:transform 0.2s ease;
    touch-action:none;
    cursor:grab;
}

.close-gallery{
    position:absolute;
    top:15px;
    right:25px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
    z-index:10;
}

.modal-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    color:#fff;
    font-size:50px;
    cursor:pointer;
    z-index:10;
}

.modal-arrow.left{
    left:20px;
}

.modal-arrow.right{
    right:20px;
}

#mainPhoto{
    cursor:pointer;
}
.df{
	display: flex;
}

/* PANEL FIX 
.search-panel{
	display:none;
}
.search-panel.searchactive{
	display: block;
    position: absolute;
    width: 100%;
    top: 0px;
}
.search-box {
    width: 100%;
    margin: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    position: absolute;
    top: 65px;
    left: 0;
	min-inline-size: -webkit-fill-available;
}

.search-box form {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

.search-box select,
.search-box input {
  height: 46px;
  flex: 1;
  min-width: 0;
}

.search-box button {
  height: 46px;
  flex: 0 0 auto;
  white-space: nowrap;
}

header{
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav{
  position: relative;
} */

@media (max-width: 900px) {
  .city-grid,
      .profile-grid,
      .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 34px;
  }
}

#login .loginbtn{
	display: flex;
    justify-content: center;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: #111;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
    text-align: -webkit-center;
    font-size: 17px;
    align-items: center;
}
#login .loginbtn img{
	height: 19px;
    width: 35px;
}
#login footer{
	position: fixed;
    width: 100%;
}
#login .page-head{
	padding: 80px 35px;
    width: 380px;
    text-align: -webkit-center;
	margin: 0 auto;
    background:
        radial-gradient(circle at top left,
            rgba(250, 47, 61, 0.18),
            transparent 45%),

        radial-gradient(circle at bottom center,
            rgba(120, 119, 255, 0.12),
            transparent 40%),

        linear-gradient(
            135deg,
            #ffffff 0%,
            #fff8f8 45%,
            #ffffff 100%
        );

    border-radius:24px;
    box-shadow:
        0 10px 35px rgba(0,0,0,0.05);

    border:1px solid rgba(255,255,255,0.7);

    backdrop-filter:blur(10px);
}

@media (max-width: 600px) {
	
  #login .page-head{
	padding: 40px 20px;
	width: 90%;
  }
	
  .nav-links {
    display: none;
  }

  .nav {
    height: 45px;
  }

  .hero {
    padding: 42px 0 32px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero p {
    font-size: 16px;
  }

  .search-box {
    grid-template-columns: 1fr;
  }

  .city-grid,
      .category-grid,
      .profile-grid,
      .trust-grid,
      .footer-grid {
    grid-template-columns: 1fr;
  }

  .profile-grid {
    display: block;
  }

  section {
    padding: 38px 0;
  }

  .main-categories {
    padding: 50px 0;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .category-card {
    height: 500px;
    border-radius: 24px;
  }

  .category-content {
    padding: 22px;
  }

  .category-content h3 {
    font-size: 28px;
  }

  .page-head {
    padding: 22px;
  }

  .page-head h1 {
    font-size: 29px;
  }

  .content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .sort-box {
    width: 100%;
  }

  .profile-grid,
      .area-grid,
      .footer-grid {
    grid-template-columns: 1fr;
  }

  .profile-photo {
    height: 360px;
  }
  
  .container {
    width: 96%;
  }

  .logo {
    font-size: 20px;
  }

  .breadcrumb {
    font-size: 12px;
    margin: 12px 0;
  }

  .gallery-main {
    height: 320px;
    border-radius: 16px;
  }

  .photo-count {
    font-size: 11px;
    padding: 6px 10px;
  }

  .thumbs {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    padding: 8px;
  }

  .thumb {
    min-width: 70px;
    height: 70px;
    border-radius: 10px;
  }

  .details-card {
    padding: 16px;
    border-radius: 16px;
  }

  .profile-head {
    display: block;
  }

  .profile-head h1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .profile-location {
    font-size: 13px;
  }

  .badge {
    font-size: 11px;
    padding: 5px 8px;
  }

  .description h2,
  .info-grid-title {
    font-size: 18px;
  }

  .description p {
    font-size: 14px;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info-box {
    padding: 12px;
  }

  .info-box strong {
    font-size: 14px;
  }

  .sidebar-card {
    padding: 16px;
    border-radius: 16px;
  }

  .price {
    font-size: 22px;
  }

  .action-btn {
    padding: 12px;
    font-size: 14px;
    border-radius: 12px;
  }

  .section-title {
    font-size: 20px;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .related-img {
    height: 200px;
  }

  .related-body h3 {
    font-size: 15px;
  }

  .related-body p {
    font-size: 13px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  footer {
    padding: 30px 0 20px;
  }

  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #eee;
    z-index: 999;
  }
}

@media (max-width: 1050px) {
  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    height: 540px;
  }
}

@media (max-width: 980px) {
  .layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ad-layout {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    height: 560px;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
