/*--------------------------------------------------------------
# about v2
--------------------------------------------------------------*/

.about {
    margin-top: 60px;
    color: var(--text-secondary, #b0b0b0);
}

.about h1, .about h2, .about h3 {
    font-family: 'Playfair Display', serif;
    color: var(--text-primary, white);
    margin-bottom: 20px;
}

.about p {
    line-height: 1.8;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team4 {
    color: var(--text-secondary, #b0b0b0);
}

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
    color: var(--text-primary, white);
    font-family: 'Playfair Display', serif;
}

.team4 .font-weight-medium {
    font-weight: 500;
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px;
    color: var(--accent-color, #eebb4d);
}

.team4 .subtitle {
    color: #888;
    line-height: 24px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team4 p {
    font-size: 0.95rem;
    line-height: 1.7;
}

.team4 ul li a {
    color: var(--text-secondary, #b0b0b0);
    padding-right: 15px;
    transition: 0.2s ease-in;
}

.team4 ul li a:hover {
    transform: translate3d(0px, -5px, 0px);
    color: var(--accent-color, #eebb4d);
}

.team4 img {
    border: 3px solid #333;
    padding: 5px;
    background: #222;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
    padding: 30px;
    background: var(--card-bg, #2d2d2d);
    border-radius: 12px;
    border: 1px solid #444;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.contact .info i {
    font-size: 20px;
    color: var(--accent-color, #eebb4d);
    float: left;
    width: 50px;
    height: 50px;
    background: rgba(238, 187, 77, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 65px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
    font-family: 'Playfair Display', serif;
}

.contact .info p {
    padding: 0 0 0 65px;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--text-secondary, #b0b0b0);
}

.contact .info:hover i {
    background: var(--accent-color, #eebb4d);
    color: #1a1a1a;
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: var(--card-bg, #2d2d2d);
    border-radius: 12px;
    border: 1px solid #444;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    background-color: #222;
    border: 1px solid #444;
    color: white;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    background-color: #222;
    border-color: var(--accent-color, #eebb4d);
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(238, 187, 77, 0.25);
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: var(--accent-color, #eebb4d);
    border: 0;
    padding: 10px 30px;
    color: #1a1a1a;
    transition: 0.3s;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 15px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #d4a53d;
}

/* Hero styling for titles */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--accent-color, #eebb4d);
    display: inline-block;
    border-bottom: 2px solid var(--accent-color, #eebb4d);
    padding-bottom: 10px;
}
