body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Top Header */
.top-header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Top Header */
.top-bar {
    display: flex;
    justify-content: space-between;
    background-color: #333;
    color: #fff;
    padding: 10px;
}

.top-bar .envato-market {
    font-size: 18px;
}

.top-bar .envato-market .green {
    color: #8dc63f;
}

.top-bar .buy-now button {
    background-color: #8dc63f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.main-nav .logo {
    font-size: 24px;
    font-weight: bold;
}

.main-nav .logo .icon {
    color: orange;
}

.main-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.main-nav ul li {
    margin: 0 10px;
}

.main-nav ul li a {
    text-decoration: none;
    color: #333;
}

.main-nav .appointment {
    background-color: orange;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

main {
    padding: 40px 20px;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    margin-bottom: 40px;
}

section h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.special-offers .offers {
    display: flex;
    justify-content: space-around;
}

.special-offers .offer {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
}

.maintenance-plans .plans {
    display: flex;
    justify-content: space-around;
}

.maintenance-plans .plan {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
}

.maintenance-plans .plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.maintenance-plans .plan ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
}

.maintenance-plans .plan p {
    font-size: 24px;
    color: #ff6600;
    margin: 20px 0;
}

.maintenance-plans .plan .button {
    background-color: #ff6600;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.prices table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.prices th, .prices td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.prices th {
    background-color: #ff6600;
    color: #fff;
    font-weight: bold;
}
/* Footer Section */
.newsletter {
    background: orange;
    padding: 20px 0;
}

.newsletter .container {
    text-align: center;
}

.newsletter h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.newsletter form {
    display: flex;
    justify-content: center;
}

.newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    width: 300px;
}

.newsletter button {
    padding: 10px;
    border: none;
    background: #333;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

footer .main-footer {
    padding: 50px 0;
    background: #333;
    color: #fff;
}

footer .main-footer .container {
    display: flex;
    justify-content: space-between;
}

footer .footer-info {
    flex: 1;
}

footer .footer-info h2 {
    margin-bottom: 20px;
}

footer .footer-info ul {
    list-style: none;
    padding: 0;
}

footer .footer-info ul li {
    margin-bottom: 10px;
}

footer .footer-info ul li a {
    text-decoration: none;
    color: #fff;
}

footer .map {
    flex: 2;
    margin-left: 50px;
}

footer .map #map {
    height: 200px;
    background: #ccc;
}

footer .social-media {
    text-align: center;
    padding: 20px 0;
}

footer .social-media a {
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    color: #f4f4f4;
}

footer .social-media img {
    height: 20px;
}

footer .copyright {
    background: #222;
    padding: 10px 0;
    text-align: center;
}

footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #f4f4f4;
}
