.elementor-1658 .elementor-element.elementor-element-1d780f2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-591f61d *//* General styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Header */
header {
    background-color: #0073e6;
    color: white;
    padding: 20px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

/* Hero Section */
.hero {
    padding: 50px;
    background: url('banner.jpg') no-repeat center center/cover;
    color: white;
}

button {
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* Features Section */
.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px;
}

.card {
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.card img {
    width: 100%;
    height: auto;
}

/* Footer */
footer {
    background-color: #222;
    color: white;
    padding: 20px;
}/* End custom CSS */