:root {
    --main-red: #FF3B30;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}

p {
    font-family: 'Open Sans', sans-serif;
font-weight: 400;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  /* font-weight: 600;
  font-size: 2rem; */
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
}

@font-face {
  font-family: 'Baveuse';
  src: url('baveuse.ttf') format('truetype');
}

.app-title {
  font-family: 'Baveuse', 'Arial';
  color: #FF3B30; /* .systemRed */
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0;
}
a.brand-center {
  text-decoration: none;
  color: inherit;
}


.hero, 
.hero-about,
.hero-help,
.hero-services {
  position: relative;
  color: white;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
}

.hero-terms,
.hero-careers,
.hero-help,
.hero-contact,
.hero-privacy,
.our-story-hero {
  position: relative;
  color: white;
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/carving.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-privacy::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0,0,0,0.3)), url('images/privacy-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-about::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/about-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-terms::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/terms-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-services::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/services-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-careers::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/careers-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-contact::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/contact-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.hero-help::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/help-center-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}
.our-story-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/our-story-img.webp') center/cover no-repeat;
  z-index: 1;
  border-radius: 20px;
  margin: 0 20pt;
}


.hero .container, 
.hero-about .container,
.hero-help .container,
.hero-privacy .container,
.hero-services .container,
.hero-careers .container,
.hero-contact .container,
.hero-terms .container,
.our-story-hero .container {
  position: relative;
  z-index: 2;
}


.hero h1, 
.hero-about h1,
.hero-help h1,
.hero-privacy h1,
.hero-services h1,
.hero-careers h1,
.hero-contact h1,
.hero-terms h1,
.our-story-hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;

}

.hero p,
.hero-about p,
.hero-help p,
.hero-privacy p,
.hero-services p,
.hero-careers p,
.hero-contact p,
.hero-terms p,
.our-story-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;

}

.terms-of-service p {
  line-height: 1.6;
}

.terms-of-service li {
  line-height: 1.6;
}

.privacy-policy {
  padding: 2rem 0 60px;
}

.privacy-policy p {
  line-height: 1.6;
}

.privacy-policy li {
  line-height: 1.6;
}

.btn {
  background: var(--main-red);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
}

.features {
  background: #fff;
  padding: 60px 0;
}

.features h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.features p {
  line-height: 1.5;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.feature {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
}

.feature-icon {
  color: #FF3B30; /* .systemRed */
  margin-bottom: 10px;
  display: block;
}

.cta {
  position: relative;
  background: url('images/carving.webp') center/cover no-repeat;
  padding: 20px 20px;
  text-align: center;
  color: white;
}

.cta-overlay {
  background: rgba(0, 0, 0, 0.7); /* dark overlay for readability */
  padding: 60px 20px;
}

.cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.download-btn-cta {
  background-color: #FF3B30;
  color: white;
  padding: 14px 28px;
  font-size: 1rem;
  border-radius: 25px;
  font-weight: bold;
   /* box-shadow: 0 4px 12px rgba(0,0,0,0.3); */
  transition: background 0.3s ease;
  text-decoration: none;
}

.download-btn-cta:hover {
  background-color: #e03128;
}


.video-preview {
  background: #fff7e8;
  padding: 0 0 60px;
  text-align: center;
}

.video-preview h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


/* Testimonials */

.testimonials {
  background-color: #fff;
  padding: 30px 0px 60px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border: 1px solid #a1a1a122;
}

.testimonial-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-card blockquote {
  font-style: italic;
  color: #333;
  line-height: 1.6;
  margin: 0 0 10px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #555;
}




.testimonial-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 10px;
}

.testimonial-card {
  flex: 0 0 280px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border: 1px solid #a1a1a122;
}

.scroll-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #ffffffbe;
  color: gray;
  border: none;
  font-size: 1.4rem;
  padding: 10px;
  cursor: pointer;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  z-index: 1;
}

.scroll-btn.left {
  left: -10px;
}

.scroll-btn.right {
  right: -10px;
}

@media (max-width: 800px) {
  .scroll-btn {
    display: none;
  }
}


/* FAQ */

.faq-section {
  background-color: #fff;
  padding: 60px 20px;
  /* border-top: 1px solid #eee; */
}

.faq-section .container {
  max-width: 700px;
  margin: 0 auto;
}

.faq-section h2 {
  font-size: 28px;
  /* text-align: center; */
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-item h4 {
  font-size: 20;
  color: #c92a2a;
  margin-bottom: 0px;
}

.faq-item p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-top: 6px;
}




.slider {
  overflow: hidden;
  white-space: nowrap;
  animation: slide 15s infinite linear;
}

.slide {
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-style: italic;
  font-size: 1.2rem;
}

@keyframes slide {
  0%   { transform: translateX(0); }
  33%  { transform: translateX(-100%); }
  66%  { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}

.signup {
  background: #FF3B30;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.signup-box {
  max-width: 600px;
  margin: 0 auto;
}

.signup h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.signup p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.signup-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.signup-form input[type="email"] {
  padding: 14px 16px;
  border: none;
  border-radius: 6px;
  width: 280px;
  max-width: 100%;
  font-size: 1rem;
}

.signup-form button {
  padding: 14px 24px;
  background-color: white;
  color: #FF3B30;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.signup-form button:hover {
  background-color: #f7f7f7;
}

.signup-message {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}


.blog {
  background: #f8f8f8;
  padding: 60px 0;
}

.blog h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-post {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.blog-post:hover {
  transform: translateY(-5px);
}

.blog-post img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-post-content {
  padding: 20px;
}

.blog-post-content h3 {
  margin-top: 0;
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
}

.blog-meta {
  font-size: 0.9rem;
  color: #777;
  margin: 10px 0;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #FF3B30;
  font-weight: bold;
  text-decoration: none;
}


.contact {
  background: white;
  padding: 20px 20px 80px;
  text-align: center;
}

.contact-box {
  background: white;
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 16px rgba(0,0,0,0.08); */
}

.contact h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #444;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  /* width: 100%; */
  resize: vertical;
}

.contact-form textarea {
  height: 140px;
}

.contact-form button {
  background-color: #FF3B30;
  color: white;
  padding: 14px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

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




/* nav {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
} */

/* nav {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(245, 245, 245, 0.8));
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.05);
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
} */ 

nav {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-radius: 0 0 12px 12px;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}




.logo-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.logo-img {
    height: 40px;
    width: auto;
}

.logo-name {
    height: 32px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: #FF3B30;
    text-decoration: none;
    font-size: 11.5pt;
}
.nav-links a:hover {
  color: #a30f0f;
}

/* Default (desktop) styles */
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4444; /* adjust color */
  color: white;
  padding: 10px 20px;
  border-radius: 24px;
  font-weight: 600;
  text-decoration: none;
  /* transition: all 0.2s ease-in-out; */
}

.download-btn:hover {
  background-color: #e63737;
}

.download-btn .icon-label {
  display: none;
}

@media (max-width: 1000px) {
  .download-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.3rem;
    margin-right: 0px;
  }

   .download-btn .text-label {
    display: none;
  }

  .download-btn .icon-label {
    display: inline-block;
  }
}


/* Mobile styles */
@media (max-width: 800px) {
  .download-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.3rem;
    margin-right: 0px;
  }

  .download-btn .text-label {
    display: none;
  }

  .download-btn .icon-label {
    display: inline-block;
  }


  .nav-links {
      gap: 1rem;
  }
}

@media (max-width: 900px) {
  .nav-links {
      gap: 1.4rem;
  }
}



/* Default hidden toggle for larger screens */
.mobile-toggle {
   display: none;
    font-size: 32px;           /* Bigger size */
    cursor: pointer;
    padding: 0.5rem;
    color: #FF3B30;            /* Updated color */
    z-index: 20;
    align-items: center;       /* vertical centering */
    justify-content: center;   /* horizontal centering */
    width: 48px;
    height: 48px;

}




/* Dropdown Container */
.dropdown {
  position: relative;
}

/* Product link styling */
.dropdown-link {
  color: #FF3B30;
  text-decoration: none;
  font-size: 11.5pt;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Dropdown menu hidden by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: transparent;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  /* border-radius: 8px; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  z-index: 999;
  min-width: 300px;
  padding-top: 25px;
  padding-bottom: 5px;
}

/* Frosted glass only from 20px down */
.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  z-index: -1;
  will-change: transform;
  transform: translateZ(0);
  border-radius: inherit;
}

.nkyea-bottom {
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}




/* Each item in dropdown */
.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: var(--main-red);
  font-size: 15.5px;
  font-family: 'Open Sans', sans-serif;
}
.dropdown i {
    color: rgb(255, 147, 147);
    font-size: 12px;
}

.dropdown-menu a:hover {
  /* background-color: #f6f6f6; */
  color: #a30f0f;

}

/* Hover reveals dropdown */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Optional: on smaller screens you may want to stack */
@media (max-width: 800px) {
  .dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
  }
}

/* Hide dropdown on small screens */
@media (max-width: 800px) {
  .dropdown-menu {
    display: none !important;
  }

  .dropdown:hover .dropdown-menu {
    display: none !important;
  }

  .dropdown-link i {
    display: none; /* hide chevron */
  }
}



.brand-center {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}



/* Search */

/* Navbar search */
.nav-search {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-search input[type="search"]{
  padding: 6px 10px;
  border: 1px solid rgba(255, 59, 48, 0.3);
  border-radius: 20px;
  background-color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.nav-search input[type="search"]:focus{
  border-color: #FF3B30;
  background-color: rgba(255,255,255,0.9);
}

.nav-search button{
  border: none;
  color: #FF3B30;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nav-search button:hover{ background:#ffdddd; }
.nav-search i{ font-size: 14px; }

/* Mobile */
@media (max-width: 800px){
  .nav-search{ width:100%; margin-top:10px; }
  .nav-search input[type="search"]{ flex:1; font-size:14px; }
}

@media (max-width: 800px) {
    .nav-search {
        width: 80%;
        margin-top: 10px;
    }
}


@media screen and (max-width: 800px) {
    .hero {
        min-height: 50vh; /* Adjust 180px to match actual header + nav height */
        margin-top: 20px;
    }
    .hero-services, 
    .hero-about,
    .hero-careers,
    .hero-privacy,
    .hero-contact,
    .hero-help,
    .hero-terms,
    .our-story-hero {
        margin-top: 20px;
    }

    .hero h2 {
        font-size: 30pt;
    }
    .hero p {
        font-size: 13pt;
    }

    .brand-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .mobile-toggle {
        display: block;
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }
    

    .download-btn {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    nav {
        background-color: white;
        padding: 4rem 1.5rem 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        z-index: 30;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: var(--main-red);
        margin-top: 0;
        padding: 30px 0;
        z-index: 5;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .nav-links a {
        color: white;
        font-size: 18px;
        /* padding: 1rem; */
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav-links a:hover {
      color: #ffc3c0;
    }

    .nav-links.show {
        display: flex;
    } 
}

.footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
}

.site-footer {
    background-color: #222;
    color: #333;
    padding: 1rem 2rem 2rem;
    font-size: 14px;
    /* border-top: 1px solid #ddd; */
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the columns horizontally */
    margin: 0 auto;           /* Center container itself */
    max-width: 1000px;
    text-align: center;
    align-items: flex-start;
    gap: 2rem;                /* Optional: adds spacing between columns */
}

.footer-column {
    flex: 1 1 200px;
    margin: 1rem 0;
}

.footer-column h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--main-red);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

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

.footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

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

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    border-top: 1px solid #383838;
    padding-top: 1rem;
}

.footer-bottom p {
    color: #fff;
}

.footer-links a {
    margin: 0 0.5rem;
    color: var(--main-red);
    text-decoration: none;
    text-align: center;
}

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

.social-icons {
    margin-top: 1.5rem;
    text-align: center;
}

.social-icons a {
    color: #fff;
    background: var(--main-red);
    margin: 0 8px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;                /* Use flexbox for centering */
    align-items: center;                /* Vertically center */
    justify-content: center;            /* Horizontally center */
    transition: background 0.3s ease;
    font-size: 20px;  
    text-decoration: none;                  /* Increase icon size */
}


.social-icons a:hover {
    background: #c10e0e;
}
.site-footer ul {
 list-style: none;       /* remove default bullets */
}

.contact-message {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: bold;
}


/* Start Product Info */

.why-nkyea-grid {
  padding: 20px 20px 80px;
  background-color: #fefefe;
  text-align: center;
}

.why-nkyea-grid h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.why-intro {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}


.card-img-top {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.feature-card:hover .card-img-top img {
  transform: scale(1.05);
}


.feature-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 460px;
}

.feature-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  will-change: transform;
}

.feature-card:hover .card-img-top img {
  transform: scale(1.06) rotate(1.5deg);
}

.card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.card-body h3 {
  font-size: 1.25rem;
  margin: 5px 0 0;
  color: #222;
  font-family: 'Open Sans', sans-serif;

}

.card-body p {
  font-size: 0.97rem;
  color: #555;
  line-height: 1.4;
}

/* End Product Info */



/* Blog */
.blog-section {
  padding: 60px 20px;
  background-color: #fdfdfd;
}

.blog-section h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}

.blog-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-card-content {
  padding: 20px;
}

.blog-meta2 {
  font-size: 0.85rem;
  color: #888;
  display: block;
  margin-bottom: 8px;
}

.blog-card h3 {
  font-size: 1.3rem;
  margin: 0 0 10px;
  color: #111;
  font-family: 'Open Sans', sans-serif;

}

.blog-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.read-more2 {
  display: inline-block;
  margin-top: 10px;
  color: #e63946;
  font-weight: bold;
  text-decoration: none;
}

.read-more2:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 800px) {
  .blog-grid2 {
    grid-template-columns: 1fr;
  }
}


/* Blog post */

.blog-post-page .post-hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}



.blog-post-page .blog-meta {
  display: block;
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.blog-post-page h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #222;
  font-family: 'Open Sans', sans-serif;

}

.blog-post-page .post-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.post-body li {
  list-style: none;
}

.post-body button {
  margin-right: 5px;
}

.blog-post-page .btn.download-btn-cta {
  display: inline-block;
  background-color: #e63946;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.blog-post-page .btn.download-btn-cta:hover {
  background-color: #d62828;
}


/* Services */
.services-list {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.services-list .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Service Card */
.service-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

/* Service Image */
.service-img img {
  width: 100%;
  max-width: 240px;
  border-radius: 12px;
  object-fit: contain;
}

/* Text Content */
.service-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #222;
}

.service-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}



/* Responsive */
@media (max-width: 800px) {
  .service-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-img img {
    margin: 0 auto;
  }
}


/* About page */

.about-hero {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.about-content {
  padding: 2rem 20px 60px;
}

.about-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 60%;
}

.about-text p {
  line-height: 1.6;
  margin-bottom: 60px;
}

.about-image {
  flex: 1 1 35%;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.caption {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}


/* Careers */

.careers-hero {
  background: #f7f2e8;
  padding: 60px 20px;
  text-align: center;
}

.careers-intro {
  padding: 2rem 20px 0;
}

.careers-intro p {
  line-height: 1.6;
}

.careers-values,
.careers-openings {
  padding: 0px 20px;
}

.values-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
  font-size: 1.1em;
}

.values-list li {
  margin-bottom: 16px;
}

.job-listing {
  background: #fff8ec;
  border-left: 4px solid #e07a5f;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.job-listing p {
  line-height: 1.6;
}

.apply-text {
  margin-top: 30px;
  font-weight: 500;
}


/* Contact us */

.contact-main {
  padding: 2rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 1rem;
}

.contact-info p {
  line-height: 1.6;
}

.contact-form-box input,
.contact-form-box textarea {
  /* width: 100%; */
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact-form-box button {
  background-color: #e63946;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form-box button:hover {
  background-color: #d62828;
}

@media (max-width: 800px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}


/* Help Center */

.accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  width: 100%;
  padding: 18px;
  font-size: 1.1rem;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.accordion-header.active {
  background-color: #f4f4f4;
}

.accordion-header .chevron {
  transition: transform 0.3s ease;
}

.accordion-content {
  padding: 0 18px 18px;
  display: none;
  background-color: #fafafa;
  font-size: 0.95rem;
}

.accordion-content p {
  line-height: 1.6;
}

.chevron {
  font-size: 0.8rem;
  color: #a9a9a9;
  transition: transform 0.3s ease;
}

.help-hero {
  /* background-color: #fbeee0; */
  padding: 80px 0 40px;
  text-align: center;
}

.help-actions {
  text-align: center;
  background-color: #f9f9f9;
  padding: 20px 20px 50px;
}

.help-actions p {
  margin-bottom: 40px;
  line-height: 1.6;
}

.help-actions .btn {
  margin-top: 20px;
}


/* Products */

.hero-product .container,
.feature-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.hero-product .hero-text,
.feature-text {
  flex: 1;
  min-width: 280px;
}

.hero-product .hero-image,
.feature-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.hero-product img,
.feature-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 100px;
}

.feature-section {
  padding: 3rem 1rem;
  background-color: #f9f9f9;
}

.feature-section h2 {
  font-size: 3rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.feature-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 800px) {
  .feature-section p {
  padding: 0;
}
}

/* .feature-section .move-div {
  padding-left: 120px;
} */

.feature-section.alt {
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .feature-row {
    flex-direction: column;
    padding: 40px 0 0;
  }

  .feature-topic {
    margin-top: 0;
  }

  .feature-text {
    order: 1;
  }

  .feature-image {
    order: 2;
  }
}



/* Initial states */
.feature-text,
.feature-image {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}

.feature-section .feature-text {
  transform: translateX(-60px);
}

.feature-section .feature-image {
  transform: translateX(60px);
}

.alt .feature-text {
  transform: translateX(60px);
}

.alt .feature-image {
  transform: translateX(-60px);
}

/* When in view */
.feature-in-view .feature-text,
.feature-in-view .feature-image {
  opacity: 1;
  transform: translateX(0);
}


/* Booking Form Section */
.booking-hero {
  /* background-color: #fff7f7; */
  padding: 40px 20px 80px;
  /* border-bottom: 1px solid #f0f0f0; */
  font-family: 'Open Sans', sans-serif;
}

.booking-hero .container {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 0;
}

.booking-hero-content {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.booking-hero-text {
  flex: 1;
  min-width: 300px;
}

.booking-hero-text h1 {
  font-size: 32px;
  /* font-weight: 800; */
  color: #222;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.booking-hero-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.booking-hero-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.booking-hero-text ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #444;
  position: relative;
  padding-left: 28px;
}

.booking-hero-text ul li::before {
  content: "\2713"; /* Unicode checkmark */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: green;
}

.price-tag {
  color: #ff3b30;
  font-weight: 700;
  font-size: 18px;
}

.booking-hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.booking-hero-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-top: 50px;
}


@media screen and (max-width: 800px) {
  .booking-hero-content {
    flex-direction: column-reverse;
    /* text-align: center; */
    gap: 40px;
  }

  .booking-hero-text h1 {
    font-size: 26px;
  }

  .price-tag {
    font-size: 17px;
  }

  .booking-hero {
  padding: 0px 0px 60px;
  font-family: 'Open Sans', sans-serif;
}
}


.booking-form-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
  /* border-top: 1px solid #eee; */
}

.booking-form-section .container {
  max-width: 700px;
  margin: 0 auto;
}

/* .booking-form {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  font-family: 'Open Sans', sans-serif;
} */

.booking-form h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.booking-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.form-speak{
display: flex;
flex-direction: column;
/* gap: 15px; */
}

.booking-form input,
.booking-form select {
  /* width: 100%; */
  padding: 14px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
}

.booking-form input:focus {
  outline: none;
  border-color: #ff3b30;
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.1);
}

.booking-form button {
  display: inline-block;
  background-color: #ff3b30;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.booking-form button:hover {
  background-color: #e13229;
}

@media screen and (max-width: 800px) {
  .booking-form {
    padding: 30px 0px;
  }

  .booking-form h3 {
    font-size: 24px;
  }

  .booking-form button {
    width: 100%;
    padding: 14px;
  }
}


.confirmation-section {
  padding: 40px 0;
  text-align: center;
}

.confirmation-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.success-message {
  color: #2d862d;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.error-message {
  color: #d9534f;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.warning-message {
  color: #f0ad4e;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.zoom-details p {
  margin: 8px 0;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #c92a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.btn:hover {
  background: #a32020;
}



.story-section {
  padding: 4rem 0;
  background: #fff;
}

.story-section.alt {
  background: #f9f9f9;
}
.story-section p {
  line-height: 1.6;
  font-size: 18px;
}

.story-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  /* align-items: center; */
}
.story-block h2 {
  margin-top: 10px;
}

.story-text {
  flex: 1 1 400px;
}

.story-text h2 {
  font-size: 36px;
}

.story-image {
  width: 80%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
  margin: 20px auto;
  display: block;
}

.story-image img {
  width: 100%;
  border-radius: 20px;
}

.cta-section {
  background: #fef6ee;
  text-align: center;
  padding: 4rem 2rem;
}

.cta-section h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 2rem;
}

.cta-section .btn {
  padding: 0.75rem 1.5rem;
  background-color: #e64a19;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}


.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@media (max-width: 800px) {

  .story-text {
    order: 1;
  }

  .story-image {
    order: 2;
  }
}


/* Money back Guarantee */

.guarantee-section {
  padding: 0;
  background-color: #fff;
}

.guarantee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}


.guarantee-img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}

.guarantee-text {
  flex: 1;
}

.guarantee-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #d62828;
}

.guarantee-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.guarantee-text ul {
  list-style: disc;
  padding-left: 20px;
}

.guarantee-text li {
  margin-bottom: 8px;
  font-size: 15px;
}

@media (max-width: 800px) {
  .guarantee-content {
    flex-direction: column;
    /* text-align: center; */
      gap: 0px;
      padding: 30px 0;

  }
  
  .guarantee-img {
    width: 120px;
  }
  .guarantee-text ul {
    list-style-position: inside;
    padding-left: 0;
  }
}



.lesson-cards {
  background-color: #f8f8f8;
  padding: 60px 0px 60px;
}

.lesson-cards .container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
}

.lesson-grid {
  display: flex;
  flex-wrap: wrap; /* ✅ allow wrapping to avoid squish */
  gap: 20px;
}

.lesson-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; /* ✅ keeps ribbon inside */
}

.lesson-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 15px;
}

.lesson-card h3 {
  font-size: 18px;
  margin: 10px 0 0;
  line-height: 1.2;
}

.lesson-card ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0;
}

.lesson-card li {
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 18px; /* space for bullet + gap */
}

.lesson-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -10px; /* aligns bullet to top */
  font-size: 28px; /* larger bullet */
  color: #656565; /* customize if needed */
}



.lesson-card .price {
  font-size: 18px;
  font-weight: bold;
  color: red;
  margin-top: auto;
}

/* Featured Card Styling */
.lesson-card.featured {
  border: 2px solid #d62828;
  box-shadow: 0 10px 30px rgba(214, 40, 40, 0.2);
}

/* Best Value Ribbon */
.ribbon {
  position: absolute;
  top: 20px;
  right: -50px;
  width: 160px;
  background: linear-gradient(135deg, #ffcc00, #ffb300);
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border: 1px dashed rgba(0,0,0,0.15); /* “stitched” effect */
}

/* Small triangles to make it look tucked in */
.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #cc9900;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.ribbon::before {
  left: 0;
}

.ribbon::after {
  right: 0;
}

.choose-btn {
  background-color: var(--main-red);
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  /* margin-top: 10px; */
  transition: background 0.2s ease-in-out;
}

.choose-btn:hover {
  background-color: #e63737;
}


/* Change to vertical at 800px */
@media (max-width: 800px) {
  .lesson-grid {
    flex-direction: column;
  }
  .lesson-card {
    flex: 1 1 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .lesson-cards {
  background-color: #f8f8f8;
  padding: 20px 0px 40px;
}
}




/* 800px adjustments */

@media (max-width: 800px) {
    .hero::before,
    .hero-privacy::before,
    .hero-about::before,
    .hero-terms::before,
    .hero-services::before,
    .hero-careers::before,
    .hero-contact::before,
    .hero-help::before,
    .our-story-hero::before {
      margin: 0 10pt;
    }

    .hero h1,
    .hero-privacy h1,
    .hero-about h1,
    .hero-terms h1,
    .hero-services h1,
    .hero-careers h1,
    .hero-contact h1,
    .hero-help h1,
    .our-story-hero h1 {
      line-height: 1.2;
      margin-top: 0;
    }

    .hero-privacy p,
    .hero-about p,
    .hero-terms p,
    .hero-services p,
    .hero-careers p,
    .hero-contact p,
    .hero-help p,
    .our-story-hero p {
      margin-bottom: 0;
    }

    .mobile-toggle { 
      padding: 0px;
    }

    .feature-card {
      margin: 0 -20px;
    }

    .why-nkyea-grid h2 {
      margin-top: 0px;
      line-height: 1.2;
    }

    .container {
      padding: 0;
    }

    .contact-box {
      padding: 0px;
    }


    /* Services */
    .services-list {
        padding: 60px 0px;
    }

    .service-card {
      padding: 20px 10px;
    }

    .signup {
      padding: 60px 0px;
    }


    /* BLOG */

    .blog-section .container {
      width: 100%;
    }

    .blog-section {
        padding: 60px 15px;
    }

    .blog-post-page .container {
          margin: 20px auto auto;
    }


    /* SPEAK TWI WITH CONFIDENCE */

    .booking-form-section {
        padding: 20px 0px 40px;
    }

    /* NKYEA TWI PRIMER */

    .feature-section .container {
      width: 100%;
      max-width: 1100px;
      margin: auto;
      padding: 40px 0;
    }

    .hero-product img, .feature-image img {
        border-radius: 50px;
    }

    /* FAQ */
    
    .help-faq {
      margin-top: 30px;
    }

    /* ABOUT US */

    .about-content {
      padding: 2rem 0px 60px;
    }

    /* CAREERS */

    .careers-intro .container {
      width: 100%;
      max-width: 1100px;
      margin: auto;
      padding: 0 0 20px;
    }

    .careers-openings .container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding: 40px 0 40px;
    }


    /* FOOTER */

    .footer-content {
        gap: 0;
    }

}

