/* hidden stuff */

.section-figma { display: none; }

/* hidden stuff end */

.imagecaption {

    background: #ffffff;
    padding: 8px 20px;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
    border-style: solid;
    border-width: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #ececec;
    text-align: left;
}


html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 80px;
}

.sectionwrapper {

background: #ededed;
text-align: center;
padding: 21px 13px;
margin-bottom: 13px;
border-radius: 0px 0px 10px 10px;


}
    a {
      color: #8d8d8d;
      text-decoration: none;
    }
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      color: #333;
    }
    .container {
      max-width: 93%;
      margin: 0 auto;
      padding: 20px 0;
    }
    h1 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 2rem;
    }
    .image-block {
      margin-bottom: 35px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .image-block img {
      width: 100%;
      max-width: fit-content;
      height: auto;
      max-height: 70vh;
      border-radius: 8px 8px 0px 0px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.2s ease;
    }
    .image-block img:hover {
      transform: scale(1.0);
    }

    .hidden, .main-title { display: none; }


    .embedded-video {
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;

    }

    .copyright {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 70px;
    }


.prod-title {

    margin-top: 75px;
    margin-bottom: 1px;
    padding-bottom: 21px;
    padding-top: 25px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    background: #ededed;
border-radius: 10px 10px 0px 0px;

}

/* ===== Contact — Single Column ===== */
.contact-single {

  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
    border-radius: 10px;
}

.contact-single h2 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  color: #333;
}

.contact-single p {
  margin-bottom: 1rem;
  line-height: 1.5;
}



    /* ---------- Nav Styles ---------- */

.cvbtn {

    background: #ededed;
    border-radius: 5px;
    transition: 0.5s;
    width: fit-content;
display: none !important;

}


.cvbtn:hover {

    background: #d5d5d5;
    border-radius: 5px;
    transition: 0.5s;

}

.exbtn {
    background: #d5d5d5;
    padding: 0.5rem;
    border-radius: 5px;
    transition: 0.5s;
    color: #292929;
}

.exbtn:hover {
    background: #BEBEBE;
    padding: 0.5rem;
    border-radius: 5px;
    transition: 0.5s;
}

    nav {
      position: sticky;
      top: 0;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #eee;
      z-index: 1000;
    }
    .nav-container {
      max-width: 93%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      position: relative;
    }
    .nav-brand a {
      display: block;
      padding: 0.5rem;
      color: #000;
    }
    .nav-menu {
      display: flex;
    }
    .nav-menu li {
      list-style: none;
      margin-left: 1rem;
    }
    .nav-menu a {
      display: block;
      padding: 0.5rem;
      font-size: 14px;
      color: #333;
    }
    .cvbtn {
      font-weight: bold;
    }

    /* Hide hamburger by default */
    .nav-toggle {
      display: none;
      font-size: 1.5rem;
      background: none;
      border: none;
      cursor: pointer;
    }

    /* ---------- Responsive (≤768px) ---------- */
    @media (max-width: 768px) {
      /* Adjust container padding */
      .container {
        max-width: 100%;
        padding: 20px;
      }

      /* Smaller headings */
      h1 {
        font-size: 1.5rem;
      }

      /* Show hamburger */
      .nav-toggle {
        display: block;
      }

      /* Collapse menu */
      .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        display: none;
        border-bottom: 1px solid #eee;
        z-index: 999;
        padding-bottom: 20px;
      }
      .nav-menu li {
        margin: 0;
      }
      .nav-menu a {
        padding: 1rem;
      }
      /* When open */
      .nav-menu.open {
        display: flex;
      }

      /* Video full width */
      .embedded-video {
        width: 100%;
      }
    }


.split {
  display: flex;
  flex-wrap: nowrap;      /* keep left/right side by side */
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}

/* left and right each take 50% */
.splitleft,
.splitright {
  width: 50%;
  box-sizing: border-box; /* include padding in width */
  padding: 0 1rem;
}

/* make sure images don’t overflow */
.splitleft img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* optional spacing in the right panel */
.splitright a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
}

/* Responsive: stack on screens ≤768px */
@media (max-width: 768px) {
  .split {
    flex-direction: column;
  }
  .splitleft,
  .splitright {
    width: 100%;
    padding: 0;
  }
}
