        body {font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #000;
            color: #fff;
        }
        header {
            background-color: #000;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .logo {
            max-width: 111px;
            margin-right: 20px;
        }
        .header-text {
            text-align: left;
        }
        .header-text h1 {
            margin: 0;
            font-size: 2.5rem;
        }
        .header-text p {
            margin: 0;
            font-style: italic;
            color: #ff8100;
        }
        nav {
            background-color: #ff8100;
            padding: 10px;
            text-align: center;
        }
        nav a {
            color: #fff;
            text-decoration: none;
            padding: 10px;
            margin: 5px;
        }
        nav a:hover {
            background-color: #000;
        }
        main {
            padding: 20px;
        }
        section {
            padding: 50px 0;
        }
        footer {
            background-color: #ff8100;
            color: #fff;
            padding: 10px;
            text-align: center;
        }
        @media (max-width: 600px) {
            header {
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: wrap;
            }
            .logo {
                max-width: 60px;
                margin-right: 10px;
            }
            .header-text h1 {
                font-size: 1.5rem;
            }
            .header-text p {
                font-size: 0.8rem;
            }
            nav {
                text-align: left;
            }
            nav a {
                display: block;
                padding: 5px;
                margin: 0;
            }
        }
  .home-content {
    text-align: center;
}

.home-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.app-info {
    margin-bottom: 20px;
}

.app-info p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.home-content form {
    margin-top: 20px;
}

.home-content input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.home-content button {
    padding: 10px 20px;
    background-color: #ff8100;
    color: #fff;
    border: none;
    cursor: pointer;
}

.home-content button:hover {
    background-color: #ff6f00;
}

@media (max-width: 600px) {
    .home-content h2 {
        font-size: 1.5rem;
    }

    .app-info p {
        font-size: 1rem;
    }
}
.whatsapp-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25D366; /* WhatsApp Green color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Darker shade of WhatsApp Green on hover */
}
.about-content {
    text-align: center;
    padding: 20px;
}

.about-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.about-content ul {
    text-align: left;
    margin-bottom: 20px;
}

.about-content ul li {
    margin-bottom: 10px;
}

.about-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.about-content p {
    font-size: 1rem;
}

 /* Services section */
    #services {
        background-color: #f0f0f0; /* Light grey background color */
        padding: 50px 0; /* Add some padding for spacing */
    }

    /* Contact section */
    #contact {
        background-color: #e6f7ff; /* Light blue background color */
        padding: 50px 0; /* Add some padding for spacing */
    }
     #home {
        background-color: #000000; /* Light orange background color */
        color: #fff; /* Dark text color */
        padding: 50px 0; /* Add some padding for spacing */
    }

    /* About section */
    #about {
        background-color: #cce6ff; /* Light blue background color */
        color: #333; /* Dark text color */
        padding: 50px 0; /* Add some padding for spacing */
    }

     /* Feature and benefit containers */
    .feature,
    .benefit {
        display: flex;
        align-items: center;
        margin-bottom: 20px; /* Adjust spacing between feature/benefit items */
    }

    .feature img,
    .benefit img {
        margin-right: 10px; /* Add spacing between image and text */
    }

    .feature p,
    .benefit p {
        margin: 0;
    }

    /* Services section */
    #services {
        background-color: #f0f0f0; /* Light grey background color */
        padding: 50px 0; /* Add some padding for spacing */
    }

    /* Contact section */
    #contact {
        background-color: #e6f7ff; /* Light blue background color */
        padding: 50px 0; /* Add some padding for spacing */
    }
        /* Feature and benefit containers */
    .feature,
    .benefit {
        display: flex;
        align-items: center;
        margin-bottom: 20px; /* Adjust spacing between feature/benefit items */
    }

    .feature img,
    .benefit img {
        width: 40px; /* Adjust image width as needed */
        margin-right: 10px; /* Add spacing between image and text */
    }

    .feature p,
    .benefit p {
        margin: 0;
    }

    .feature--alternate .feature-img,
    .benefit--alternate .benefit-img {
        order: 2; /* Swap image to the right side */
    }

    .feature--alternate .feature-content,
    .benefit--alternate .benefit-content {
        order: 1; /* Keep content on the left side */
    }

    /* Services section */
    #services {
        background-color: #f0f0f0; /* Light grey background color */
        padding: 50px 0; /* Add some padding for spacing */
    }

    /* Contact section */
    #contact {
        background-color: #e6f7ff; /* Light blue background color */
        padding: 50px 0; /* Add some padding for spacing */
    }
.feature img{
    width: 105% !important;
}
.benefit img{
    width: 63% !important;

}
 @media (min-width: 601px) {
        .desktop-padding {
            padding-left: 30px;
        }
    }