
.landscape-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,123,255,0.08);
  border: 2px solid #FFC107;
  transition: box-shadow 0.3s, border-color 0.3s;
  min-width: 260px;
  max-width: 340px;
  margin: 0 auto;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.landscape-card:hover {
  box-shadow: 0 12px 32px rgba(0,123,255,0.18);
  border-color: #007BFF;
}
.landscape-card .mb-3 {
  margin-bottom: 18px !important;
}
.landscape-card i.fa {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
}
.landscape-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.landscape-card .circle-commission {
  width: 62px;
  height: 62px;
  border: 2px solid #FFC107;
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landscape-card .commission-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #007BFF;
}
.landscape-card .commission-label {
  font-size: 0.92rem;
  color: #888;
  margin-top: 2px;
}
.landscape-card p {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 1.1rem;
}
.landscape-card .checklist {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
}
.landscape-card .checklist li {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.landscape-card .checklist li i {
  font-size: 1.1rem;
  margin-right: 7px;
}
.commission-fees-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.commission-fees-row .col-md-4 {
  display: flex;
  align-items: stretch;
  flex: 1 1 320px;
  max-width: 370px;
}
.landscape-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,123,255,0.08);
  border: 2px solid #FFC107;
  transition: box-shadow 0.3s, border-color 0.3s;
  width: 100%;
  min-width: 260px;
  max-width: 370px;
  margin: 0 auto;
  padding: 36px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
}
.landscape-card:hover {
  box-shadow: 0 12px 32px rgba(0,123,255,0.18);
  border-color: #007BFF;
}
.landscape-card .mb-3 {
  margin-bottom: 22px !important;
}
.landscape-card i.fa {
  font-size: 2.8rem;
  margin-bottom: 0.7rem;
  display: block;
  text-align: center;
}
.landscape-card h4 {
  font-size: 1.28rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.landscape-card .circle-commission {
  width: 140px;
  height: 140px;
  border: 2px solid #FFC107;
  font-size: 1.25rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landscape-card .commission-value {
  font-size: 1.32rem;
  font-weight: 700;
  color: #007BFF;
}
.landscape-card .commission-label {
  font-size: 0.95rem;
  color: #888;
  margin-top: 2px;
}
.landscape-card p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.2rem;
}

.landscape-card .checklist {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landscape-card .checklist li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.4;
}
.landscape-card .checklist li i {
  font-size: 1.15rem;
  margin-top: 2px;
}
/* ===== COMMISSION & FEES ENHANCED ===== */

.enhanced-pricing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,123,255,0.08);
  border: 2px solid #FFC107;
  transition: box-shadow 0.3s, border-color 0.3s;
  max-width: 420px;
  margin: 0 auto;
  padding: 32px 24px;
}
.enhanced-pricing-card:hover {
  box-shadow: 0 12px 32px rgba(0,123,255,0.18);
  border-color: #007BFF;
}
.circle-commission {
  width: 80px;
  height: 80px;
  border: 2px solid #FFC107;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,123,255,0.07);
}
.commission-value {
  font-size: 1.7rem;
  font-weight: 700;
  color: #007BFF;
}
.commission-label {
  font-size: 0.95rem;
  color: #888;
}
.checklist {
  max-width: 320px;
  margin: 0 auto;
  padding-left: 0;
}
.checklist li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.checklist li i {
  font-size: 1.1rem;
  margin-right: 7px;
}
/* ===== MARKETING STRATEGY ENHANCED ===== */
.marketing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,123,255,0.08);
  border: 2px solid #FFC107;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.marketing-card:hover {
  box-shadow: 0 8px 32px rgba(0,123,255,0.18);
  border-color: #007BFF;
}
.marketing-card ul li {
  font-size: 1.08rem;
  color: #444;
  display: flex;
  align-items: center;
}
.marketing-card ul li i {
  font-size: 1.3rem;
  margin-right: 10px;
}
:root {
  --primary: #007BFF;
  --primary-dark: #0056B3;
  --accent: #28A745;
  --text-dark: #333;
  --text-light: #fff;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: var(--text-dark);
  background: #f8f9fa;
}

h1, h2, h3, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--primary-dark);
}

/* ===== COVER ===== */
#cover {
  height: 100vh;
  background: url('image/hero-bg3.jpg') center/cover no-repeat fixed;
  position: relative;
}

#cover .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

#cover .content {
  position: relative;
  z-index: 2;
}

#cover .logo {
  background: rgba(255,255,255,0.85);
  padding: 10px;
  border-radius: 8px;
}

#cover h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: var(--text-light);
}

#cover p {
  color: var(--text-light);
}

#cover .badge {
  font-size: 1.1rem;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
}

/* ===== INTRO ===== */
#intro {
  background: #fff;
}

#intro h2 {
  color: var(--primary-dark);
  font-size: 2rem;
}

#intro .lead {
  font-size: 1.2rem;
  color: #555;
}

#intro hr {
  border-top: 2px solid var(--primary);
}
/* ===== PROPERTY DETAILS ENHANCED ===== */
#property-details {
  background: #f8f9fa;
}

#property-details .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-dark);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
#property-details .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FFC107;
  margin: 10px auto 0;
  border-radius: 2px;
}
.property-main-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,123,255,0.08);
  transition: box-shadow 0.3s, transform 0.3s;
}
.property-main-card:hover {
  box-shadow: 0 16px 48px rgba(0,123,255,0.18);
  transform: translateY(-6px) scale(1.03);
}
.property-main-card .card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
}
.feature-badge {
  display: inline-block;
  background: #e3f2fd;
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 16px;
  padding: 6px 14px;
  margin: 0 4px 6px 0;
  box-shadow: 0 2px 8px rgba(0,123,255,0.07);
}
.property-features-list {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,123,255,0.08);
}
.property-features-list h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--primary);
}
.property-features-list ul li {
  font-size: 1.08rem;
  color: #444;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.property-features-list ul li i {
  font-size: 1.2rem;
  margin-right: 8px;
}
.property-features-list img {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,123,255,0.07);
  transition: transform 0.4s ease;
}
.property-features-list img:hover {
  transform: scale(1.05);
}

/* ===== GALLERY ===== */
#property-gallery {
  background: #fff;
}

#property-gallery .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #31343C;
  position: relative;
  display: inline-block;
}

#property-gallery .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FFC107;
  margin: 10px auto 0;
}

#property-gallery .gallery-img {
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#property-gallery .gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* ===== SERVICES ===== */
#services {
  background: #f9f9f9;
}

#services .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #31343C;
  position: relative;
  display: inline-block;
}

#services .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FFC107;
  margin: 10px auto 0;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #FFC107; /* Added border for better separation */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #007BFF; /* Change border color on hover */
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ===== MARKETING STRATEGY ===== */
#marketing-strategy {
  background: #fff;
}

#marketing-strategy .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #31343C;
  position: relative;
  display: inline-block;
}

#marketing-strategy .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FFC107;
  margin: 10px auto 0;
}

#marketing-strategy ul li {
  font-size: 1rem;
  padding: 6px 0;
  color: #555;
}

/* ===== PRICING ===== */
#pricing {
  background: #f9f9f9;
}

#pricing .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #31343C;
  position: relative;
  display: inline-block;
}

#pricing .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FFC107;
  margin: 10px auto 0;
}

.pricing-card {
  border-radius: 15px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.price-circle {
  width: 120px;
  height: 120px;
  border: 3px solid #FFC107;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ===== TERMS ===== */
#terms {
  background: #fff;
}

#terms .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #31343C;
  position: relative;
  display: inline-block;
}

#terms .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FFC107;
  margin: 10px auto 0;
}

.terms-card {
  border-radius: 12px;
  background: #fdfdfd;
  line-height: 1.7;
}

#terms ul {
  list-style: none;
  padding-left: 0;
}

#terms ul li {
  padding: 6px 0;
  font-size: 1rem;
  color: #555;
}

/* ===== CTA ===== */
#cta {
  background: linear-gradient(135deg, #31343C, #444);
}

#cta h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

#cta .btn-warning {
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

#cta .btn-warning:hover {
  background: #e0a800;
  transform: scale(1.05);
}
/* ===== FOOTER ===== */
#footer {
  background: #22242A;
  font-size: 0.95rem;
}

#footer a {
  text-decoration: none;
  color: #ffc107;
  transition: color 0.3s ease;
}

#footer a:hover {
  color: #e0a800;
}

#footer img {
  filter: brightness(0) invert(1); /* make logo white style */
}
