
/*FONTS*/
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Blackltalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}




/* General Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Satoshi', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  justify-content: center;
  padding-top: 80px; /* adjust based on your header height */
}

.page-container {
  width: 100%;
  justify-content: center;
}

  
.body-section {
  background-image: url('assets/nanomangoBG3.png');
  background-size: cover;         /* Make it cover the whole section */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* Don’t repeat it */
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}




.footer-container p {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  gap: 0.5rem;
}

.nav-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0.5rem;

}

.privacy-container {
  margin: 5rem auto;            /* vertical spacing and horizontal center */
  width: 90%;
  max-width: 1200px;             /* constrain width */
  padding: 0 1rem;              /* horizontal padding */
  text-align: center;           /* center all text */
  color: #f2f2f2;
}

.privacy-container p {
  font-size: 1.4rem;
  align-items: center;
}



.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0.5rem;
}

.container p {
  font-size: 1.4rem;
}

.contact-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}


.contact-page {
  background: linear-gradient(to bottom, #78e54d -40%, #FF5E93 120%);
  width: 100%;
  justify-content: center;
}

.contact-page h6 {
  color: #f2f2f2;
}

.page-title h6 {
  font-size: 2.2rem;
  text-align: center;
}

.contact-container p {
  font-size: 1.4rem;
  background-color: #FF5E93;
  padding: 2rem;
  padding-right: 5rem;
  padding-left: 5rem;
  margin-top: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  text-align: center;
  max-width: 700px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.contact-text p {
  font-size: medium;
  color: #f2f2f2;
}

.contact-text a {
  color: #00ff6e;
}

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #111;
  color: #fff;
  padding: 1rem 0;

  
}

.get-on-mac-app-store {
  transform: scale(2);
}

.get-on-mac-app-store:hover {
  transform: scale(2.0305);
}

.app-store-button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  background-color: #FF5E93;
}

.app-store-button-section a {
  position: relative;
  justify-content: center;
  align-items: center;
}

.app-store-button:hover {
  transform: scale(1.01);
}

.app-store-button-section {
  position: relative;
  justify-content: center;
  align-items: center;
}



.nav-logo {
  display: flex;
  align-items: start;
  transition: transform 0.3s ease; /* 👈 add this line */
}

.nav-logo:hover {
  transform: scale(1.0420);
}



.nav-logo a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.nav-logo-section {
  padding: 0rem;
}

.footer-logo-img {
  height: 20px; /* Adjust as needed */
  width: auto;
  padding-left: 0.420rem;
  padding-right: 0.1rem;
  transform: translateY(5px);
}


.logo-img {
  height: 30px; /* Adjust as needed */
  width: auto;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.logo-text {
  font-size: 1.8rem;
  font-weight: bold;
}
/* Wrap logo and toggle in same row */

.nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  vertical-align: sub;
}

header.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #212121;
}
/*
.nav-links {
  color: #5aae3e;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
  align-items: center;
}*/

.nav-link a {
  color: #dddddd;
  transition: transform 0.3s ease; /* 👈 add this line */
  padding-left: 5px;
  padding-right: 5px;

}

.nav-link a:hover {
  color: #ff5e94;
  transition: transform 0.3s ease; /* 👈 add this line */

}

.nav-logo-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}
nav a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hero Section */
#hero {
  /*background: linear-gradient(to bottom, #6CC24A 0%, #FF5E93 100%);*/
  background-image: url('assets/nanomangoBG3.png');
  background-position: 50% 33%;
  color: #f2f2f2;
  padding: 5rem;
  text-align: center;
}
#hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: 'Satoshi', sans-serif;
    color: #00ff6e;

}
#hero p {
  font-size: 1.2rem;
}



.mini-hero-img {
  max-width: 500px;
  text-align: center;
  padding-top: 1rem; /* ← add padding around the image container */
  
}

.mini-hero-img img {
  max-width: 300px;
  height: 100px;
  border-radius: 8px;
  box-shadow: none;
  background-color: transparent;
}



/* Sections */
.section {
  flex-direction: column;
  width: 100%;
  padding: 3rem 0;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.privacy-container {
  display: block;
  flex-direction: column;
  align-items: center;
  width: 75%;

  
}

.privacy-section {
  background-image: url('assets/nanomangoBG3.png');
  background-position: 50% 20%; /* ⬅️ X=50% from left, Y=20% from top */
}

.privacy-policy {
  width: 100%;
  text-align: center;
  align-items: center;
}

.privacy-policy p {
  color: #f2f2f2;
}

.privacy-policy a {
  color: #78e54d;
}

.section h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  gap: 3rem;
}

.section-margin {
  margin: 3rem;
}

.section-padding {
  padding: 3rem;
}


/* Services List */
.services-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  color: #f2f2f2;
}

.services-list li {
  background-color: #FF5E93;
  padding: 1rem;
  border-radius: 0.08px;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Contact */
#contact a {
  text-decoration: none;
}

.contact-section {
  text-align: center;
}

.contact-box {
  background-color: #FF5E93;
  padding: 2rem;
  margin-top: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  display: inline-block;
  max-width: 500px;
  width: 100%;
}

.contact-box {
  transform: scale(1.05);
}

.contact-box p {
  margin: 0;
  font-size: 1.2rem;
  color: #f2f2f2;
}

.contact-box a {
  color: #78e54d;
  font-weight: bold;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
  color: #212121;

}

.hero-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0.5rem;
}


.hero-image {
  position: relative;
  background-image: url('assets/precisionmouse.png');
  background-size: cover;
  background-position: center;
  
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
  padding: 2rem;
  width: 100%;
  max-width: 50px;
}

.hero-image h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  max-width: 50px;
}

.hero-image p {
  font-size: 1.2rem;
  max-width: 50px;
}

.hero-split {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1rem;
  gap: 3rem;
  flex-wrap: wrap;
  /*background-color: #f2f2f2;*/
  
  margin: 0 auto;
  width: 100%;
}

.hero-text p {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  
  /*background-color: #f2f2f2;*/
  max-width: 800px;
}

.hero-text {
  flex: 1 1 300px;
  text-align: center;
  padding: 1rem; /* ← add padding to text */
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #f2f2f2;
}

.hero-text p {
  font-size: 1.4rem;
  color: #f2f2f2;
  
}

.hero-img {
  flex: 1 1 300px;
  max-width: 500px;
  text-align: center;
  padding: 2rem; /* ← add padding around the image container */
  width: 100%;
  
}

.hero-img img {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
  background-color: transparent;
}




.features-section {
  /*background-color: #fff;*/
  padding: 3rem 1rem;
  gap: 3rem;
}

.features-section h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #222;
  gap: 3rem;
}

.features-list {
  list-style: none;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  color: #f2f2f2;
  text-align: center;
}

.features-list li {
  background-color: #FF5E93;
  padding: 1.6rem;
  border-radius: 0.08px;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.features-contact {
  text-align: center;
  font-size: 1.1rem;
}

.features-contact-section p {
  color: #f2f2f2;
}

.features-contact a {
  color: #78e54d;
  font-weight: bold;
  text-decoration: none;
}

.features-contact a:hover {
  text-decoration: underline;
}

.features-contact-box {
  margin: 5rem;
  padding: 3rem;
  background-color: #0c8a8a53;
  border-radius: 12px;
  
  align-items: center;
}

.features-contact-section {
  justify-content: center;
  align-items: center;

 
}



/* Footer */
footer {
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
}

/* Base Styles */
.nav-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}




.app-store-nav-button-small .app-store-button-small {
  display: none;
}



/* Mobile Styles */
@media (max-width: 880px) {

  body {
    padding-top: 142px;
  }

  .nav-toggle {
    display: block;
  }

  .app-store-nav-button-small {
    display: none;
  }

  .nav-logo-name {
    transform: scale(0.95);

  }

  nav {
    width: 100%;
  }
  .navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.7rem;
  }

  .app-store-nav-button-small .app-store-button-small {
  display: block;
  height: fit-content;
  font-weight: bold;
  padding-left: 1.6rem;
  transform: scale(0.7);

}

.app-store-nav-button-small .app-store-button-small p {
  font-size: 0.77rem;
  flex-wrap: nowrap;
  text-align: center;
  padding: 0;
}

.app-store-nav-button-small .app-store-button-small img {
  transform: translateY(0.123rem);
  

}

  .nav-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem;
}

.nav-links {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.1rem;
    width: 100%;
    padding-top: 1.5rem;

    justify-content: center;
    display: flex;
  }

  .nav-links.active {
    display: flex;
    justify-content: center;
  }

  .nav-links a {
    justify-content: center;
    display: flex;
    
    padding-left: 0.7rem;
    padding-right: 0.7rem;

  }



.nav-main-links {
  padding: 0;
  gap: 0;

}

.nav-main-links li {
  font-size: 0.77rem;
  padding: 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-main-links-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: end;
  
}

  .app-store-button-section {
    padding: 2rem;
    padding-top: 5rem;
    width: 100%;
  }
  

  .app-store-nav-button {
    display: none;
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    transform: scale(0.77);
    align-self: center;
  }



.app-store-button {
  width: 35%;
  position: relative;
  flex-direction: column;
  align-items: end;
  padding: 0.5rem 0;
  font-size: 0.5rem;
  background-color: #FF5E93;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: lighter;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.get-on-mac-app-store {
  width: 25%;
  padding: 1rem;
}




  header .container {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    margin-bottom: 0;
  }

.contact-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  
}

.contact-container p {
  font-size: small;
  background-color: #FF5E93;
  padding: 2rem;
  margin-top: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  text-align: center;
  
  align-items: center;
  justify-content: center;
}


.form-container {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}


}



/* Mobile Styles */
@media (max-width: 480px) {

  body {
    padding-top: 122px;
  }

  .nav-toggle {
    display: block;
  }

  .app-store-nav-button-small {
    display: none;
  }

  .nav-logo-name {
    transform: scale(0.95);

  }

  nav {
    width: 100%;
  }
  .navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.7rem;
  }

  .app-store-nav-button-small .app-store-button-small {
  display: block;
  height: fit-content;
  font-weight: bold;
  padding-left: 1.6rem;
  transform: scale(0.5);

}

.app-store-nav-button-small .app-store-button-small p {
  font-size: 0.77rem;
  flex-wrap: nowrap;
  text-align: center;
  padding: 0;
}

.app-store-nav-button-small .app-store-button-small img {
  transform: translateY(0.123rem);
  

}

  .nav-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem;
}

.nav-links {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.1rem;
    width: 100%;
    padding-top: 0.75rem;

    justify-content: center;
    display: flex;
  }

  .nav-links.active {
    display: flex;
    justify-content: center;
  }

  .nav-links a {
    justify-content: center;
    display: flex;
    
    padding-left: 0.7rem;
    padding-right: 0.7rem;

  }



.nav-main-links {
  padding: 0;
  gap: 0;

}

.nav-main-links li {
  font-size: 0.77rem;
  padding: 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-main-links-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: end;
  
}

  .app-store-button-section {
    padding: 2rem;
    padding-top: 5rem;
    width: 100%;
  }
  

  .app-store-nav-button {
    display: none;
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    transform: scale(0.77);
    align-self: center;
  }



.app-store-button {
  width: 35%;
  position: relative;
  flex-direction: column;
  align-items: end;
  padding: 0.5rem 0;
  font-size: 0.5rem;
  background-color: #FF5E93;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: lighter;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.get-on-mac-app-store {
  width: 25%;
  padding: 1rem;
}




  header .container {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    margin-bottom: 0;
  }

.contact-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  
}

.contact-container p {
  font-size: small;
  background-color: #FF5E93;
  padding: 2rem;
  margin-top: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  text-align: center;
  
  align-items: center;
  justify-content: center;
}

.contact-text {
  justify-content: center;
}


.form-container {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  justify-content: center;
}


}




/* Contact Page Form Styles */
.contact-form {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-container {
  min-width: 500px;
  max-width: 800px;
  justify-content: center;
}

.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
  min-width: 200px;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #78e54d;
  outline: none;
}

.contact-form button {
  background-color: #78e54d;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #5aae3e;
}



.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
  padding: 5rem 2rem;
  max-width: 800px;
}

.image-grid-item {
  flex: 0 1 200px;
  text-align: center;
}

.image-grid img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.get-on-mac-app-store-section {
  margin-top: 5rem;
  margin-bottom: 2rem;
}


.index-section {
  padding: 3rem;
  padding-top: 2rem;
  gap: 3rem;
  justify-content: center;
  display: flex;
  width: 100%;
}

.index-section h5 {
  color: #f2f2f2;
}

.image-promo {
  transition: transform 0.3s ease, background-color 0.3s ease; /* 👈 add this line */
  width: 100%;
}

.image-promo:hover {
  transform: scale(1.05);
}

.precision-mouse-promo {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0.8rem;
  text-align: center;
  padding: 2rem;
}
.precision-mouse-promo h2 {
  font-size: 2rem;
  text-decoration: none;
  color: #f2f2f2;
  text-align: center;
  padding: 1rem;
  padding-bottom: 3rem;
}
.precision-mouse-promo h4 {
  font-size: 1.0rem;
  text-decoration: none;
  color: #f2f2f2;
  text-align: center;
  padding: 2.5rem;
  justify-content: center;
}

.precision-mouse-promo h5 {
  font-size: 0.8rem;
  text-decoration: none;
  color: #f2f2f2;
  text-align: center;
  font-weight: lighter;
  background-color: #999999;
  border: 0.1px solid #00000000;
  border-radius: 95px;
  padding: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;

  margin: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  display: inline-block;
  max-width: fit-content;
  width: 100%;
  transition: transform 0.3s ease; /* 👈 add this line */

}

.precision-mouse-promo h5:hover {
  transform: scale(0.96);
  background-color: cadetblue;
}

/*precision-mouse-promo*/
.call-to-action {

  font-size: 0.8rem;
  text-decoration: none;
  text-align: center;
  font-weight: lighter;
  border-radius: 8px;
  justify-content: center;
  margin: auto;
  max-width: 300px;
  transform: scale(0.711);

}

.call-to-action p:hover {
  background-color: #ff5e94;
  transition: transform 0.3s ease; /* 👈 add this line */

}

.call-to-action p {
  background-color: #6CC24A;
  font-size: 1rem;
  text-decoration: none;
  color: #f2f2f2;
  text-align: center;
  font-weight: lighter;
  border-radius: 8px;
  padding: 0.96rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  justify-content: center;
  margin: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  display: inline-block;
  max-width: 420px;
  width: 100%;
}

.call-to-action-container {
  padding: 1rem;
  padding-bottom: 3rem;
}

.precision-mouse-promo a {
  font-size: medium;
  color: #FF5E93;
}

.promo-section {
  background-color: #212121;
  width: 100%;
  justify-content: center;
}


.button-hover {
  transition: transform 0.3s ease; /* 👈 add this line */
}

.button-hover:hover {
  transform: scale(1.03);
}

.item-hover {
  transition: transform 0.3s ease; /* 👈 add this line */
}

.item-hover:hover {
  transform: scale(1.03);
}

.item-promo-card {
  font-size: 1.4rem;
}




/* NAVIGATION LAYOUT REFACTOR */
.nav-main {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nav-main-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nav-main-links-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-grow: 1;
  list-style: none;
  margin: 0;
}

.nav-links-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-grow: 1;
  list-style: none;
  margin: 0;
}

.app-store-nav-button-small { 
  display: flex;
  flex-direction: row;
  align-items: center;
}

.app-store-nav-button-small p { 
  padding-bottom: 10px;
}

.app-store-button-small { 
  padding: 1rem;
  font-size: 0.7rem;
  background-color: #FF5E93;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: lighter;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}


.app-store-nav-button {
  padding: 10px;
  justify-content: end;
  padding-bottom: 12px;
  padding-right: 0;
  width:100%;
  z-index: 1001;
  border-width: 22px;
  border: #69e837;

}

.app-store-nav-button .app-store-button {
  padding: 0.1rem 0.1rem;
  font-size: 0.9rem;
  /*background-color: #FF5E93;*/
  /*background-color: #FF5E93;*/

  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}


  .app-store-nav-button .app-store-button:hover {
    background-color: #005fcc;
    transform: scale(1);
  }
    .app-store-nav-button .app-store-button {
      padding: 0.5rem 0.75rem;
      font-size: 0.8rem;
    }

@media (min-width: 881px) {
  /* Keep header fixed */

   body {
    padding-top: 55px;
  }

  header.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #212121;
    z-index: 1000;
  }
  header .container.navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 1rem;
  }


  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    padding: 0.4rem 1rem;
  }


  .nav-logo-name {
    padding: 0;
    padding-bottom: 0.55rem;
    display: flex;
    justify-content: center;
    flex: 0;
  }


  .nav-links {
    display: flex !important;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }

  .app-store-nav-button {
    flex: 0;
    display: flex !important;
    align-items: center;
  }



  /* Hide the small mobile download toggle button on desktop */
  .app-store-nav-button-small.nav-toggle {
    display: none !important;
  }

  /* Ensure nav-main-links and wrapper are row-layout and aligned */
  .nav-main-links-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-main-links {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-around;
    gap: 2rem !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 2rem !important;
  }

  .app-store-button-section {
    padding: 3rem;
    padding-top: 7rem;
  }



}




