body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #f8f8f8;
    padding: 1rem 0;
}

header nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* Center the navigation */
}

header nav li {
    list-style: none; /* Remove default list style */
    margin: 0 1rem; /* Space between items */
    display: inline; /* Ensure items are inline */
}

header nav li a {
    text-decoration: none;
    color: #333;
}

.container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

nav a {
    margin: 0 1rem;
    text-decoration: none;
    color: #333;
}

.hero {
    background: #fff;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-text {
    max-width: 50%;
}

.hero h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.2;
}

.hero p {
    margin-bottom: 1.5rem;
}

.download-btn {
    background: #007BFF;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1rem;
}

.downloads {
    font-size: 0.9rem;
    color: #777;
}

.hero-image {
    max-width: 50%;
    text-align: right;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

.features, .benefits, .testimonials, .older-releases, .releases, .playstore-description {
    padding: 2rem 0;
    text-align: center;
}

.features h2, .benefits h2, .testimonials h2, .older-releases h2, .releases h2, .playstore-description h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #333;
}

.features .feature-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.features .feature-images {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 45%;
}

.features .feature-images img {
    width: 100%;
    border-radius: 10px;
}

.features .feature-text {
    max-width: 45%;
    text-align: left;
}

.features .feature-text ul {
    list-style-type: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
}

.features .feature-text ul li {
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}

.features .feature-text ul li span {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.benefits .benefit,
.testimonials blockquote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.benefits .benefit img,
.testimonials blockquote img {
    width: 50%;
    max-width: 300px;
    border-radius: 5px;
}

.benefits .benefit .benefit-content,
.testimonials blockquote .blockquote-content {
    width: 50%;
    padding: 0 1rem;
    text-align: left;
}

.benefits .benefit.reverse,
.testimonials blockquote.reverse {
    flex-direction: row-reverse;
}

.testimonials p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #555;
}

.testimonials blockquote {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 5px;
    font-style: italic;
    position: relative;
    margin: 1.5rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.testimonials blockquote:before {
    content: "“";
    font-size: 3rem;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #007BFF;
}

.testimonials blockquote:after {
    content: "”";
    font-size: 3rem;
    position: absolute;
    bottom: -10px;
    right: 10px;
    color: #007BFF;
}

.testimonials blockquote p {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
}

.testimonials blockquote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #777;
    text-align: left; /* Change to left align if needed */
}

footer {
    background: #333; /* Update this color to match your icon color */
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.footer-nav,
.footer-nav-extra {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-nav li,
.footer-nav-extra li {
    margin: 0 1rem; /* Increase margin for more space between items */
}

.footer-nav a,
.footer-nav-extra a {
    text-decoration: none;
    color: #fff;
}

.footer-nav-extra {
    margin-top: 1rem;
}

.footer-icon-block img {
    filter: invert(1); /* This inverts the icon color if it's not matching the background */
}

/* Add any additional styles here if needed */

.releases-item {
    background: #f8f8f8;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    text-align: left;
}

.releases-item h2 {
    margin-top: 0;
}

.releases-item ul {
    padding-left: 1.5rem;
}

.playstore-description ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    max-width: 800px;
}

.playstore-description ul li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.playstore-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #007BFF;
    font-weight: bold;
}

.news {
    padding: 2rem 0;
    text-align: center;
}

.news-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.news-item {
    margin-bottom: 2rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.news-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.news-title a {
    text-decoration: none;
    color: #007BFF;
}

.news-title a:hover {
    text-decoration: underline;
}

.news-excerpt {
    font-size: 1rem;
    color: #555;
}

.news-date {
    font-size: 0.9rem;
    color: #777;
}

.entry__content {
    margin: 2rem 0;
    font-size: 1rem;
    line-height: 1.6;
}

.entry__content p {
    margin-bottom: 1rem;
}

.entry__content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.entry__content ul li {
    margin-bottom: 0.5rem;
}

.entry__content a {
    color: #007BFF;
    text-decoration: none;
}

.entry__content a:hover {
    text-decoration: underline;
}
