.elementor-486 .elementor-element.elementor-element-2b3f3ae{--display:flex;}/* Start custom CSS for html, class: .elementor-element-846ac3f *//* ==================================================
   ABOUT & TARGET SECTION STYLES
================================================== */

.fd-about-section {
    background: #ffffff;
    padding: 80px 0 60px;
}

.fd-about-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.fd-about-header {
    text-align: center;
    margin-bottom: 40px;
}

.fd-about-header span {
    display: inline-block;
    color: #A67C52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fd-about-header h2 {
    color: #1f1f1f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.fd-about-header p {
    color: #6e6e6e;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.fd-about-content {
    background: #fdfaf7;
    border: 1px solid rgba(166, 124, 82, 0.15);
    padding: 40px;
    text-align: center;
}

.fd-tagline {
    margin-top: 25px;
    font-weight: 700;
    color: #A67C52;
    font-size: 20px;
    font-style: italic;
}

/* Who Is This For Section */
.fd-target-section {
    background: #f4f4f4;
    padding: 60px 0 80px;
}

.fd-target-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.fd-target-box {
    background: #ffffff;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border-right: 5px solid #A67C52;
}

.fd-target-left span {
    color: #A67C52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fd-target-left h2 {
    font-size: 32px;
    color: #1f1f1f;
    margin: 10px 0 20px;
}

.fd-target-left p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.fd-target-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #eee;
    padding-left: 40px;
}

.fd-target-right p {
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.fd-gold-btn-alt {
    display: inline-block;
    background: #A67C52;
    color: #fff !important;
    text-decoration: none;
    padding: 14px 25px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
}

.fd-gold-btn-alt:hover {
    background: #1f1f1f;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .fd-target-box {
        grid-template-columns: 1fr;
        padding: 30px;
        border-right: none;
        border-bottom: 5px solid #A67C52;
    }
    .fd-target-right {
        border-left: none;
        padding-left: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
}/* End custom CSS */