.elementor-96 .elementor-element.elementor-element-994db72:not(.elementor-motion-effects-element-type-background), .elementor-96 .elementor-element.elementor-element-994db72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-96 .elementor-element.elementor-element-994db72{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-96 .elementor-element.elementor-element-994db72 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4979ea7 */.why-choose-container {
    text-align: center;
    padding: 60px 20px;
    background: #000;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
}

.why-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.why-card {
    background: #111;
    padding: 40px 25px;
    border-radius: 15px;
    border: 1px solid #222;
    transition: all 0.35s ease;
    cursor: pointer;
}

.why-card:hover {
    transform: translateY(-12px);
    border-color: #C8A24E;
    box-shadow: 0 12px 35px rgba(200, 162, 78, 0.35);
    background: #161616;
}

.why-card:hover .why-icon {
    stroke: #fff;
}

.why-icon {
    margin-bottom: 20px;
    transition: stroke 0.35s ease;
}

.why-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 900px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */