/* Global Reset for Widget */
.reh-about-container-2923 {
    background-color: #0a0a0a;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.reh-about-container-2923 *, .reh-about-container-2923 *:before, .reh-about-container-2923 *:after {
    box-sizing: inherit;
}

/* Default Colors: Enforce Gold and White, NO Blue */
.reh-about-container-2923 h1,
.reh-about-container-2923 h2,
.reh-about-container-2923 h3,
.reh-about-container-2923 h4 {
    color: #d4af37; /* Default Gold */
    margin-top: 0;
}

.reh-about-container-2923 p,
.reh-about-container-2923 span,
.reh-about-container-2923 div {
    color: #ffffff; /* Default White */
}

.reh-about-container-2923 a {
    color: #ffffff; /* Override Elementor default blue links */
    text-decoration: none;
}

.reh-about-container-2923 a:hover {
    color: #d4af37;
}

/* General Images & Placeholders */
.reh-about-container-2923 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.reh-image-placeholder-2923 {
    background-color: #1a1a1a;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
}

/* Hero Section */
.reh-hero-section-2923 {
    padding: 100px 20px;
    text-align: center;
}

.reh-hero-title-2923 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 300;
}

.reh-hero-subtitle-2923 {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.reh-hero-placeholder-2923 {
    height: 400px;
    max-width: 1200px;
}

/* Intro Section */
.reh-intro-section-2923 {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
}

.reh-text-column-2923,
.reh-image-column-2923 {
    flex: 1;
    min-width: 300px;
}

.reh-intro-placeholder-2923 {
    height: 500px;
}

/* Features Section */
.reh-features-section-2923 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 20px;
    background-color: #111; /* Dark brown/black */
    gap: 20px;
}

.reh-feature-card-2923 {
    flex: 1;
    min-width: 250px;
    background-color: #1a1a1a;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #222;
}

.reh-feature-card-2923 h3 {
    margin-bottom: 15px;
}

/* Services Section */
.reh-services-section-2923 {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    justify-content: center;
}

.reh-service-item-2923 {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.reh-service-placeholder-2923 {
    height: 300px;
    margin-bottom: 20px;
}

.reh-service-item-2923 h4 {
    margin-top: 20px;
    font-size: 1.5rem;
}

/* Vision Section */
.reh-vision-section-2923 {
    padding: 80px 20px;
    text-align: center;
    background-color: #0f0a05; /* Very dark brown accent */
}

.reh-vision-desc-2923 {
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.reh-vision-placeholder-2923 {
    height: 400px;
    max-width: 800px;
    margin: 40px auto 0;
}

.reh-vision-image-wrap-2923 img {
    margin-top: 40px;
    max-width: 800px;
}

/* CTA Section */
.reh-cta-section-2923 {
    padding: 100px 20px;
    text-align: center;
}

.reh-cta-button-2923 {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ffffff !important;
    color: #000000 !important;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.reh-cta-button-2923:hover {
    background-color: #d4af37 !important;
    color: #ffffff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .reh-hero-title-2923 { font-size: 2rem; }
    .reh-intro-section-2923 { flex-direction: column; }
    .reh-features-section-2923 { flex-direction: column; }
}