: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 {
  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.1), rgba(0,0,0,0.1)), 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.1), rgba(0,0,0,0.1)), 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.1), rgba(0,0,0,0.1)), 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.1), rgba(0,0,0,0.1)), 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.1), rgba(0,0,0,0.1)), 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.1), rgba(0,0,0,0.1)), 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.1), rgba(0,0,0,0.1)), url('images/help-center-img.webp') center/cover no-repeat;
  /* filter: blur(5px); */
  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 {
  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 {
  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 {
  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 {
  background: #fff;
  padding: 20px 20px 80px;
  text-align: center;
}

.testimonials h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #333;
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-card {
  background: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 30px 20px;
  width: 280px;
  max-width: 90%;
  transition: transform 0.3s ease;
}

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

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #FF3B30;
}

.testimonial-quote {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.testimonial-name {
  font-weight: bold;
  color: #555;
}


.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: #ffffffe7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000; /* keeps it above other content */
}

.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;
}

/* 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.3s ease; */
}

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

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

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

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

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




/* 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;

}

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


@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 {
        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 4rem;
    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: 2;
  font-size: 1.1em;
}

.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: 80px 20px;
  /* border-bottom: 1px solid #f0f0f0; */
  font-family: 'Open Sans', sans-serif;
}

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

.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.1;
}

.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: "✔️";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.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: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

@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-form-section {
  padding: 60px 20px;
  background-color: #fefefe;
  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;
}

.booking-form input,
.booking-form select {
  width: 100%;
  padding: 12px 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: 600px) {
  .booking-form {
    padding: 30px 20px;
  }

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

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