.elementor-3604 .elementor-element.elementor-element-2f090f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2915047 */.founder-section {
    background: #f8f8f8;
    padding: 70px 20px;
    font-family: 'Segoe UI', sans-serif;
}

header.page-header.page-header--default {
    display: none;
}

.founder-container {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
   
}

.founder-container:hover {
  
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.founder-header {
    text-align: center;
    margin-bottom: 25px;
}

.founder-header h2 {
    font-size: 34px;
    margin: 0;
    color: #111;
}

.founder-header p {
    color: #888;
    margin-top: 8px;
}

.founder-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.highlight {
    color: #c49b66;
    font-weight: bold;
}

.founder-quote {
    margin-top: 30px;
    padding: 25px;
    border-left: 5px solid #c49b66;
    background: #faf7f2;
    border-radius: 10px;
    font-style: italic;
    font-size: 18px;
}

.founder-quote span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-style: normal;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .founder-container {
        padding: 25px;
    }

    .founder-header h2 {
        font-size: 26px;
    }

    .founder-content p {
        font-size: 15px;
    }
}/* End custom CSS */