* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer .logo {
    display: block;
}

footer .footer-column img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    /* text-align: left; */
    /* display: block; */
    margin-bottom: 1em;
}

img {}

button {
    background-color: var(--brand-ui);
    color: white;
    border: none;
    padding: 8px 13px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    margin: 15px 0px;
}

blockquote {
  font-style: italic;
  background: #f9f9f9;
  border-left: 5px solid #ffcc00;
  padding: 15px 20px;
  margin: 20px 0;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

blockquote p {
  /* margin: 0; */
  font-size: 1.1em;
  line-height: 1.6;
}


.footer p {
    text-align: center;
}

.phone-images {
    position: relative;
    display: inline-block;
    order: +1;
    width: 80%;
    margin: 0px auto;
    margin-top: 20px;
}

.phone-images img {
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    height: auto;
    top: 0;
    left: 0;
}

.phone-images img.active {
    opacity: 1;
    position: relative;
}

img.phone img:first-child {}

img.phone img:first-child {
    position: relative;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-color: var(--brand-backgroundhl);
}

li {
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.content li, .content p {
    max-width: 600px;
}

section.footer .content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

nav>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

div#navbarNav {
    /* display: inline; */
    /* align-content: flex-end; */
    /* justify-self: end; */
}

a {
    text-decoration: none;
    color: var(--brand-link); 
}

a.appstore-badge img {
    width: 180px;
    display: block;
    margin: 40px auto;
}

.first a.appstore-badge img {
    margin: 40px auto;
}

a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

header {
    background-color: #1e1f24;
    padding: 1em;
    /* padding-bottom: 130px; */
}

header {}

nav a {
    font-size: 1em;
    color: white;
    font-weight: bold;
}

nav .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav .dropdown-content a {
    color: #23252e;
}

nav button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0em;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
}

ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1;
    padding: 8px;
    /* color: var(--brand-ui); */
    /* font-weight: normal; */
}

ul.dropdown-content li a {
    font-weight: normal;
    font-size: 1em;
    padding: 5px 0px;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

footer {
    background-color: #1e1f24;
    color: white;
    text-align: center;
    padding: 1em;
    font-size: 0.9rem;
}

.footer-column {
    /* text-align: center; */
}

main {
    padding: 0;
}

main div.content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
}

section.first content {
    display: flex;
    flex-direction: column;
}

.feature-list .content {
    margin: 30px 0px;
}

.footer div.content {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}

section {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 1.5em; */
    /* margin-bottom: 3em; */
    padding: 2em;
}

.primary {
    background-color: var(--brand-ui);
    box-shadow: inset 0px -50px 200px 20px rgb(0 0 0 / 30%);
}

.secondary {
    background-color: #ffffff;
}

.feature-list {
    /* padding-top: 100px; */
}

section img {
    order: +1;
    max-width: 100%;
    height: auto;
    /* border-radius: 8px; */
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* margin-top: -100px; */
    /* margin-bottom: -100px; */
    shadow: black;
    box-shadow: 8px;
}

img.phone {
    width: 100%;
    /* margin: 0px auto; */
    /* display: block; */
    /* margin-top: 20px; */
}

section.first img {
    /* margin-top: 0px; */
}

section.last img {
    /* margin-bottom: 0px; */
}

h1, h2 {
    color: var(--brand-ui);
    margin-bottom: 0.5em;
}

.primary h2 {
    color: #ffffff;
}

p {
    font-size: 1.1em;
    color: #555;
}

.post p {
    font-size: 1em;
    color: #1e1f24;
    margin: 1em 0em;
}

nav p {
    color: white;
}

/* Responsive layout for larger screens */
@media (min-width: 768px) {
    section {
        flex-direction: row;
        align-items: center;
    }

section.introduction {}

section.introduction {
    padding-top: 100px;
    padding-bottom: 100px;
}

    section:nth-child(odd) div.phone-images {
        order: 1;
        /* margin-right: 0px; */
        /* margin-left: 40px; */
    }

section.first div.phone-images {
    order: 0;
}

img.phone {
    margin: 0px;
}

div.phone-images {
    width: 30%;
    margin-top: -80px;
    margin-bottom: -80px;
    order: 0;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

section img {}

section img {
    order: unset;
}

nav a p {}

nav a p {
    display: block;
}

header {
    padding-bottom: 100px;
}

section.footer img {
    margin-left: 0;
}

    section img.phone {
        /* max-width: 30%; */
        /* margin-right: 40px; */
        /* margin-top: -80px; */
        /* margin-bottom: -80px; */
        /* order: unset; */
        /* margin-left: 10px; */
        /* margin-right: 10px; */
    }

section {
    /* color: red; */
    /* display: flex; */
}

main div.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.feature-list div.content {
    margin: auto;
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    flex-wrap: wrap;
    align-items: stretch;
    /* margin: 0 auto; */
    justify-content: center;
}

.feature {
    max-width: 280px;
}

.feature {}

.footer-container {
    grid-template-columns: repeat(4, 1fr);
}

.footer-container {}

    section p {
        /* max-width: 50%; */
    }
}

/* Feature section specific styling */
.feature {
    /* margin-bottom: 2em; */
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin: 8px;
}

.feature h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}

/* Footer */
footer p {
    /* margin-top: 1em; */
    color: #f9f9f9;
    font-size: 1rem;
}


section div.content h2 {
    /* display: block; */
    /* width: 1900px; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* flex-basis: 100%; */
}

.feature-list h2 {
    width: 100%;
}

.feature-list .content>h2 {
    text-align: center;
}

section div.content p {
    /* display: block; */
    /* flex-basis: 100%; */
}

section.first div.content p {
    margin-bottom: 0.2em;
}

.primary h1 {
    color: #ffffff;
    margin: 0.6em 0em;
}

.primary p {
    color: #ffffff;
}

nav img {
    width: 50px;
    margin-right: 16px;
}

section.first .content div {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* flex-wrap: nowrap; */
}

div.post {
    max-width: 1200px;
    padding: 28px;
    margin: 0px auto;
}

h1 {
    font-size: 2.3em;
    line-height: 1em;
}

h2 {
    font-size: 1.6em;
    line-height: 1.1em;
}

.footer h2 {
    margin-top: 1em;
    /* align-content: center; */
    /* display: inherit; */
    text-align: center;
}

.post li {
    margin-left: 24px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.post h2 {
    margin-top: 1em;
}

.post h1 {
    margin-top: 0.3em;
    margin-bottom: 1em;
}

h3 {
    margin: 1em 0em 0.5em 0em;
}

/* General table styling */
table {
  /* width: 100%; */
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 14px;
  /* font-family: Arial, sans-serif; */
  text-align: left;
  /* color: #333; */
}

/* Table header styling */
th {
  background-color: #ddd;
  /* color: white; */
  padding: 6px;
  /* text-align: left; */
  border-bottom: 1px solid #c8c8c8;
}

/* Table body styling */
td {
  padding: 6px;
  border-bottom: 1px solid #ddd;
}

/* Responsive layout for smaller screens */
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Row hover effect */
tr:hover {
  background-color: #f1f1f1;
}

/* Optional: Alternating row colors */
tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Align numbers to the right for better readability */
td, th {
  /* text-align: left; */
}

td:nth-child(2), td:nth-child(3), td:nth-child(4) {
  text-align: right;
}

/* Add a bit of spacing between the table and surrounding content */
table {
  /* margin: 20px auto; */
}

.footer-container {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* text-align: center; */
}

.footer-container {}

.footer-column h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    /* text-align: left; */
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* text-align: center; */
}

.footer-column li {
    margin-bottom: 8px;
    margin-left: 0;
    /* text-align: left; */
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
