body {
    margin: 0;
    font-family: Arial, sans-serif;
    /*background-color: rgb(10, 10, 10); */
   
}

.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;
}

.hero {
    
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero-content h1 {
    font-size: 36px;
    margin: 0;
}

.hero-content p {
    font-size: 18px;
    margin: 10px 0 20px;
}

.service-request {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-request button {
    background-color: orange;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.service-request form {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.service-request form input, .service-request form button {
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.service-request form input {
    flex: 1;
}

#service-form {
    display: none;
}

.about-us {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
}

.about-text {
    max-width: 600px;
}

.about-text h2 {
    font-size: 28px;
    color: #333;
}

.about-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.about-text ul {
    list-style: none;
    padding: 0;
}

.about-text ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.about-author {
    display: flex;
    align-items: center;
    margin-top: 80px;

}

.about-author img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.about-author .author-info {
    font-size: 14px;
    color: #592f9d;
    font-family:Arial, Helvetica, sans-serif;
    font-style: oblique;
    
}

.signature {
    margin-top: 20px;
}

.signature img {
    width: 150px;
}
.services {
    padding: 50px;
    background-color: #fff;
}

.services-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.service {
    position: relative;
    text-align: center;
    padding-left: 20px;
}

.service img {
    width: 90%;
    border-radius: 10px;
   
    
}

.service h3 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  
}
.hero {
    /*
    background: url('hero.jpg') no-repeat center center/cover;
    color: #ffffff;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    */
    background-image: url(image/background.jpeg);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1 {
    font-size: 48px;
    margin: 0;
}

.hero p {
    font-size: 24px;
    margin: 10px 0;
}

.cta-btn {
    background: #e8491d;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

.cta-btn:hover {
    background: #c13816;
}

.services {
    padding: 40px 0;
    text-align: center;
}

.services .container {
    display: flex;
    justify-content: space-aroundce;
    flex-wrap: wrap;
}

.services .service-item {
    flex: 1 1 30%;
    margin: 10px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.services .service-item img {
    max-width: 100%;
    height: auto;
}

.services .service-item h3 {
    font-size: 22px;
    margin: 10px 0;
}

.about {
    padding: 40px 0;
    background: #ffffff;
    text-align: center;
}

.about .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.about img {
    max-width: 50%;
    height: auto;
    margin: 20px 0;
}

.testimonials {
    padding: 40px 0;
    text-align: center;
    background: #35424a;
    color: #ffffff;
}

.testimonials .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.testimonials .testimonial-item {
    flex: 1 1 30%;
    margin: 10px;
    background: #ffffff;
    color: #333333;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

footer {
    background: #333;
    color: #ffffff;
    padding: 20px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

footer .footer-left,
footer .footer-right {
    flex: 1 1 45%;
    margin: 10px;
}

footer h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}