.elementor-1164 .elementor-element.elementor-element-7bc0098{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39e4681 */body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#000;
    color:#fff;
    line-height:1.7;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:40px 20px;
}

.hero{
    background:#111;
    color:#fff;
    text-align:center;
    padding:90px 20px;
    border-radius:10px;
}

.hero h1{
    color:#d4af37;
    font-size:52px;
    margin:0;
}

.hero h3{
    color:#fff;
    font-weight:400;
}

.hero p{
    color:#ddd;
}

.btn{
    display:inline-block;
    background:#d4af37;
    color:#111 !important;
    padding:15px 30px;
    text-decoration:none;
    font-weight:bold;
    border-radius:5px;
}

.btn:hover{
    background:#c89b2f;
}

.card{
    background:#ffffff;
    color:#333;
    padding:30px;
    border-radius:8px;
    margin:25px 0;
    box-shadow:0 2px 10px rgba(255,255,255,.08);
}

.card h1,
.card h2,
.card h3,
.card p,
.card li,
.card ol,
.card ul,
.card label{
    color:#333 !important;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.feature{
    background:#fff;
    color:#333;
    padding:25px;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(255,255,255,.08);
}

.feature h1,
.feature h2,
.feature h3,
.feature p{
    color:#333 !important;
}

.gold{
    color:#d4af37 !important;
}

.quote{
    background:#111;
    color:#fff !important;
    border-left:5px solid #d4af37;
    padding:20px;
    font-style:italic;
    border-radius:6px;
}

input:not([type="checkbox"]),
select,
textarea{
    width:100%;
    padding:12px;
    margin:8px 0 20px;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
}

input[type="checkbox"]{
    width:auto;
}

button{
    background:#d4af37;
    color:#111;
    border:none;
    padding:15px 35px;
    font-size:18px;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;
}

button:hover{
    background:#c89b2f;
}

footer{
    background:#111;
    color:#ccc;
    text-align:center;
    padding:40px 20px;
    border-radius:10px;
}

footer h2{
    color:#d4af37;
}/* End custom CSS */