.elementor-27714 .elementor-element.elementor-element-d6b446a:not(.elementor-motion-effects-element-type-background), .elementor-27714 .elementor-element.elementor-element-d6b446a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://properties.avenuevaluers.co.ke/wp-content/uploads/2025/11/avll.png");background-position:center center;background-repeat:no-repeat;background-size:contain;}.elementor-27714 .elementor-element.elementor-element-d6b446a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:10px;margin-bottom:010px;padding:20px 20px 20px 20px;}.elementor-27714 .elementor-element.elementor-element-d6b446a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-27714 .elementor-element.elementor-element-7665779 > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin:5px 5px 5px 5px;--e-column-margin-right:5px;--e-column-margin-left:5px;}.elementor-27714 .elementor-element.elementor-element-f13fcc3 .elementor-icon-box__icon i{font-size:48px;color:#0E0D0D;}.elementor-27714 .elementor-element.elementor-element-f13fcc3 .elementor-icon-box__icon svg{width:48px;fill:#0E0D0D;}.elementor-27714 .elementor-element.elementor-element-f13fcc3 .elementor-icon-box__title{color:#050505;}.elementor-27714 .elementor-element.elementor-element-f13fcc3 .elementor-icon-box__desc{color:#000000;}.elementor-27714 .elementor-element.elementor-element-ffb902f > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin:5px 5px 5px 5px;--e-column-margin-right:5px;--e-column-margin-left:5px;}.elementor-27714 .elementor-element.elementor-element-b8d1b16 .elementor-icon-box__icon i{font-size:46px;}.elementor-27714 .elementor-element.elementor-element-b8d1b16 .elementor-icon-box__icon svg{width:46px;}.elementor-27714 .elementor-element.elementor-element-b86ba5f > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin:5px 5px 5px 5px;--e-column-margin-right:5px;--e-column-margin-left:5px;}.elementor-27714 .elementor-element.elementor-element-8f22151 .elementor-icon-box__icon i{font-size:42px;}.elementor-27714 .elementor-element.elementor-element-8f22151 .elementor-icon-box__icon svg{width:42px;}.elementor-27714 .elementor-element.elementor-element-a2f1e09{margin-top:50px;margin-bottom:50px;}.elementor-27714 .elementor-element.elementor-element-998913e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-27714 .elementor-element.elementor-element-998913e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://properties.avenuevaluers.co.ke/wp-content/uploads/2025/11/lux.jpg");background-position:center center;background-size:cover;}.elementor-27714 .elementor-element.elementor-element-998913e > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-27714 .elementor-element.elementor-element-998913e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-27714 .elementor-element.elementor-element-bed44d0 > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin:5px 5px 5px 5px;--e-column-margin-right:5px;--e-column-margin-left:5px;}/* Start custom CSS for html, class: .elementor-element-563bce1 */:root {
    --gold: #D4AF37;
    --dark-gold: #B8860B;
    --light-gold: #F5E8C8;
    --dark: #1a1a1a;
    --light: #f8f8f8;
    --gray: #333;
}

.about-section {
    background: var(--light);
    border-radius: 10px;
    overflow: hidden;
   
    padding: 0;
    max-width: 1200px;
    margin: 50px auto;
}

.breadcrumb {
    background: linear-gradient(135deg, var(--gold) 0%, var(--dark-gold) 100%);
    padding: 15px 30px;
    color: white;
    font-size: 14px;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.breadcrumb span {
    margin: 0 8px;
    font-size: 12px;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
}

.text-content {
    flex: 1;
    min-width: 300px;
    padding: 50px;
}

.image-content {
    flex: 1;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}

.image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.image-content:hover img {
    transform: scale(1.03);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 20px;
}

.image-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--light-gold);
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--dark);
    position: relative;
    padding-bottom: 15px;
}

h1:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--gold);
    bottom: 0;
    left: 0;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin: 25px 0 15px;
    color: var(--dark-gold);
}

p {
    margin-bottom: 20px;
    color: var(--gray);
}

.highlight {
    color: var(--dark-gold);
    font-weight: 600;
}

.neighborhoods {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.neighborhood-tag {
    background: var(--light-gold);
    color: var(--dark-gold);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.luxury-platform {
    background: var(--light-gold);
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid var(--gold);
    margin: 25px 0;
}

.luxury-platform h4 {
    font-family: 'Playfair Display', serif;
    color: var(--dark-gold);
    margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
    }

    .text-content, .image-content {
        width: 100%;
    }

    .text-content {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    .text-content {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5dcebfc */.why-choose {
  padding: 80px 0;
  background: #f9f9f9;
}

.why-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.why-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.why-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.08);
}

.why-item .icon {
  font-size: 36px;
  color: #c5a46d; /* Luxury gold */
  margin-bottom: 15px;
}

.why-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.why-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf35574 */.cta-section {
    max-width: 1000px;
    margin: 80px auto;
    padding: 50px 30px;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    color: white;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

@media(min-width: 768px){
    .cta-buttons {
        flex-direction: row;
    }
}

.cta-btn {
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.primary-btn {
    background: white;
    color: #B8860B;
}

.primary-btn:hover {
    background: #f5e8c8;
    color: #8c6900;
}

.secondary-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.secondary-btn:hover {
    background: rgba(255,255,255,0.2);
    color: white;
}/* End custom CSS */