:root {
  --btnBgcolor: #F7BA12;
  --text-dark: #160D03;
  --text-muted: #6A6A6A;
  --secondry-button-BGcolor: #F8F8F8;
  --border: #f0c98a;
  --title-size: 16px;
  --size10: 10px;
}    


.cards-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
}
.PostItems {
  background: var(--white-color);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease, transform .2s ease;

  /* 4 cards per row: subtract gaps, divide by 4 */
  flex: 0 1 calc(25% - 18px);
  min-width: 270px;
}
.card-img-overlay-link{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.PostItems .PostItemsImg{
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}
.PostItems .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary-ac-color);
  color: var(--white-color);
  font-size: var(--size10);
  font-weight: 400;
  padding: 3px 8px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  border:none;
  margin-right: 40px;
}
.PostItems .badge svg {
  width: 15px;
  height: 15px;
}
.PostItems .fav-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.PostItems .fav-btn svg {
  width: 10.29px;
  height: 9.14px;
}
.PostItems .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.PostItems .card-title {
  font-size: var(--title-size);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.PostItems .card-address {
  display: flex;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 8px;
}
.PostItems .card-address svg {
  flex-shrink: 0;
  width: 10px;
  height: 13px;
  margin-top: 2px;
}
.PostItems .card-website {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--size10);
  line-height: 1.6;
  font-weight: 400;
  color: var(--text-muted);
  margin-bottom: 16px;
  flex-direction: column;
  align-items: start;
}
.PostItems .card-website svg {
  width: 12px;
  height: 12px;
  flex-shrink:0;
}
.PostItems .card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.PostItems .btn-details {
  background: var(--btnBgcolor);
  color: var(--white-color);
  border: none;
  font-size: var(--size10);
  font-weight: 400;
  padding: 6px 8px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.PostItems .btn-details svg {
  width: 8px;
  height: 9px;
}
.PostItems .btn-phone {
  background: var(--secondry-button-BGcolor);
  color: var(--text-dark);
  border: none;
  font-size: var(--size10);
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.PostItems .btn-phone svg {
  width: 12px;
  height: 11px;
}
.PostItems .card-title>a {
  font-size: 18px
    font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.PostItems .card-address>a {
  color: var(--text-muted);
  display: flex;
  font-size: var(--size10);
  font-weight: 400;
  gap: 6px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.PostItems .card-website>a {
  align-items: center;
  color: var(--text-muted);
  display: flex;
  font-size:12px;
  font-weight: 400;
  gap: 6px;
  line-height: 1.6;
  margin-bottom: 0;
}
/* post css */
:root {
  /* ---------- Colors ---------- */

  --primary-color-dark: #D95A2E;
  --yellow-bg: #FBF3D9;
  --yellow-icon: #F0B429;
  --text-dark: #1A1A1A;
  --text-gray: #6B6B6B;
  --text-light-gray: #9A9A9A;
  --border-gray: #ECECEC;
  --card-gray: #F7F7F7;
  --page-bg: #3A3A3C;
  --white: #FFFFFF;
  --banner-bg: #2B2B2B;
  --gallery-bg: #111111;
  --hover-gray: #F0F0F0;

  --icon-btn-bg: rgba(255, 255, 255, 0.92);
  --top-label-color: rgba(255, 255, 255, 0.85);
  --shadow-icon-btn: rgba(0, 0, 0, 0.15);
  --shadow-tag: rgba(234, 106, 61, 0.35);
  --shadow-shell: rgba(0, 0, 0, 0.45);
  --overlay-dark: rgba(0, 0, 0, 0.55);
  --shadow-btn-solid: rgba(240, 180, 41, 0.4);

  /* ---------- Typography ---------- */


  --size10: 10px;
  --size12: 12px;
  --size16: 16px;
  --fs-xs: 12.5px;
  --fs-sm: 13px;
  --fs-sm-plus: 13.5px;
  --fs-base: 14px;
  --fs-base-plus: 14.5px;
  --fs-md: 15px;
  --fs-lg: 19px;
  --fs-xl: 22px;
  --size24: 24px;
}


.phone-shell {
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* ---------- Top Label ---------- */
.top-label {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 5;
  color: var(--top-label-color);
  font-size: var(--size10);
  letter-spacing: 0.2px;
  font-weight: 500;
}

/* ---------- banner Section ---------- */
.cm-post-wrapper .banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--banner-bg);
}

.cm-post-wrapper .banner:after {
  content: "";
  background: linear-gradient(355.45deg, rgba(22, 13, 3, 0.7) 10.32%, rgba(239, 126, 6, 0.3) 95.93%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.cm-post-wrapper .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92);
}

.banner-top-bar {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  top: 100px;
}

.icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--icon-btn-bg);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px var(--shadow-icon-btn);
  cursor: pointer;
}

.icon-btn svg {
  width: 18px;
  height: 18px;
}

.top-right-icons {
  display: flex;
  gap: 10px;
}

.play-area-tag {
  position: absolute;
  left: 32px;
  bottom: 52px;
  background: var(--primary-ac-color);
  color: var(--white);
  font-size: var(--size10);
  font-weight: 400;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}

.play-area-tag svg {
  width: 15px;
  height: 15px;
}

/* ---------- Content Card ---------- */
.cm-post-wrapper .content-card {
  position: relative;
  background: var(--white);
  border-radius: 28px 28px 0 0;
  margin-top: -28px;
  padding: 20px 0 40px;
  z-index: 2;
}

.venue-title {
  font-size: var(--size24);
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: var(--fs-md);
}

.rating-score,
.rating-number{
  font-weight: 700;
  color: var(--text-dark);
}

.cm-post-wrapper .stars {
  display: flex;
  gap: 2px;
  color: var(--yellow-icon);
}

.cm-post-wrapper .stars svg {
  width: 16px;
  height: 16px;
}

.review-count {
  color: var(--text-gray);
  font-size: var(--size10);
}

.location-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.location-row svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--text-gray);
}

.location-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-gray);
}

/* ---------- Action Buttons Row (flex) ---------- */
.actions-row {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.action-btn {
  flex: 1 1 90px;
  background: var(--card-gray);
  border-radius: 14px;
  padding: 14px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s ease;
  border: 1px solid rgba(106, 106, 106, 0.2);
}

.action-btn:hover {
  background: var(--hover-gray);
}
.action-btn a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.action-btn svg {
  width: 20px;
  height: 20px;
  color: var(--text-dark);
}

.action-btn span {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--text-dark);
}

/* ---------- About Section ---------- */
.section-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.about-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-gray);
  margin-bottom: 24px;
}

/* ---------- Badges Row (flex) ---------- */
.badges-row {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.badge {
  flex: 1;
  border-radius: 14px;
  padding:10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0.8px solid #6A6A6A33
}

.badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #F7BA1233;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-icon svg {
  width: 17px;
  height: 17px;
}

.badge span {
  font-size: var(--size12);
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-dark);
  word-break: normal;
}

.highlights-heading {
  font-size: var(--fs-lg);
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--text-dark);
}


/* ---------- Responsive: Tablet & Desktop ---------- */

.phone-shell {
  min-height: auto;
  border-radius: 32px;
}



.cm-post-wrapper .content-card {
  border-radius: 20px 28px 32px 32px;
}
.cm_highlights ul{
  list-style:none;
  padding:0;
  margin:0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-right: -21px;
}
.cm_highlights .top_row{
  font-size:18px;
  line-height:1.2;
  margin-bottom:24px;
  font-weight:600;
  color:#000;
}
.cm_highlights ul li{
  margin:0;
  flex: 0 0 33.3333%;
  border-right: 1px solid #6A6A6A33;  
  padding: 0 20px;
  padding-bottom: 14px;
  align-items: center;
  color: #160d03;
  display: flex;
  gap: 6px;
}
.cm_highlights{
  overflow: hidden;
  margin-bottom:24px;
}
.cm_highlights ul li span{
  height:30px;
  width:30px;
  background-color:#EB5D2A0D;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.cm_highlights ul li a{
  display:flex;
  align-items:center;
  gap: 6px;
  color: #160D03;
}
.cm_gallery .top_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  line-height: 1.2;
}
.cm_gallery .head{
  font-weight:500;
  font-size:14px;
  color:#160D03;
}
.cm_gallery .see_all-btn a{
  text-decoration:underline;
}

.banner .page-center{
  position:relative;
}
.content-card .btn_row .hs-sec-btn{
  border-radius: 12px;
  padding: 12px 20px;
  background-color:#F7BA12;
  color: #fff;
  border: none;
  padding: 9px 20px;
  line-height: 1.2;
}
/* .content-card .page-center{
padding:0 30px;
} */
.gallery-sec ul{
  padding:0;
  margin:0;
  display:flex;
  list-style:none;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery-sec ul li{
  margin-bottom:0;
  width: 25%;
  padding: 0 5px;
}
.social_wrap{
  position:relative;
}
.social_wrap ul{
  position:absolute;
  top:100%;
  background:#fff;
  border-radius:16px;
  padding:10px;
  margin:0;
  list-style:none;
  z-index:9;
  display:none;
}
.social_wrap ul li:last-child{
  margin-bottom:0;
}

.cm-post-wrapper .breadcrumbWrap {
  padding: 0 0 20px;
}
.load-more-card {
  display: block;
}

.load-more-card.is-hidden {
  display: none;
}
.load-more-btn {
  text-align: center;
  margin-top: 40px;
}
.load-more-btn .hs-sec-btn{
  background-color: #f7ba12;
  border: none;
  border-radius: 12px;
  color: #fff;
  line-height: 1.2;
  padding: 9px 20px;
}
.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.stars {
  display: flex;
  gap: 3px;
}

.star {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom:6px;
}

.star-empty {
  position: absolute;
  top: 0;
  left: 0;
  color: #ddd;
  height:100%;
}

.star-fill {
  position: absolute;
  top: 0;
  left: 0;
  color: #f5b301;
  overflow: hidden;
  white-space: nowrap;
  height:100%;
}

.rating-number {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width:768px) {
  .cm-post-wrapper .banner {
    height: 460px;
  }

}
@media (max-width:900px) {
  .PostItems{
    flex: 0 1 calc(50% - 18px);
  }
}
@media (max-width:767px) {
  .cm-post-wrapper .banner {
    height: 350px;
  }

  .cm-post-wrapper .icon-btn {
    width: 24px;
    height: 24px;
  }

  .icon-btn svg {
    width: 12px;
    height: 9.6px;
  }

  .icon-btn.share-btn svg {
    width: 12px;
    height: 9.95px;
  }

  .icon-btn.like-btn svg {
    width: 12.34;
    height: 9.87;
  }
  .PostItems {
    flex: 0 1 calc(50% - 18px);
  }
  .action-btn a{
    flex-direction:column;
    align-items: center;
  }
  .social_wrap ul svg{
    height: 12px !important;
    width: 12px !important  ;
  }
  .cm-post-wrapper .banner{
    border-radius: 0;
  }
}
@media (max-width:605px) {
  .PostItems{
    flex: 1 1 calc(50% - 18px);
  }
}
@media (max-width:520px) {
  .cm_highlights ul li{
    flex: 1 1 50%;
  }
}
@media (max-width:480px) {
  .badges-row{
    flex-direction:column;
  }
}
@media (max-width:360px) {
  .venue-title {
    font-size: var(--fs-xl);
  }

  .actions-row,
  .badges-row {
    gap: 8px;
  }

  .action-btn {
    padding: 12px 4px;
  }

  .cm-post-wrapper .gallery-grid {
    gap: 6px;
  }
}







/* Targetting your custom HTML structure */
.gallery-sec img{
  object-fit: cover;
  height: 100% !important;
  border-radius: 6px;
  cursor: pointer;
  width:100% !important;
}
html:has(body.lightbox-active){
  overflow:hidden;
}
/* Lightbox Modal CSS */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 85%;
  max-height: 85%;
  border-radius: 4px;
  animation: zoom 0.3s ease;
}

@keyframes zoom {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }
.lightbox-active .contact_section_v2 .page-center{
  position:static;
}
.gallery-sec ul li div{
  background: #00000069;
  width: calc(100% - 10px) !important;
  margin-left: 5px !important;
  border-radius: 6px !important;
}
.cm_highlights ul li span svg path {
  fill: #EB5D2A;
}