/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       Secret Perfume
 Template:     woodmart
 Version:      1.0.2
*/

/* Secret Contact Info Styles */
.secret-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.secret-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.secret-contact-item:hover {
    background: #f0f0f0;
}

.secret-contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c19a6b;
    border-radius: 50%;
    flex-shrink: 0;
}

.secret-contact-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.secret-contact-content h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.secret-contact-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Footer trust badges: keep e-Namad only */
.elementor-element-ec4753d,
.elementor-element-8dd0799 {
	display: none !important;
}
