@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
  .hero-wrapper {
    position: relative;
  }
  .text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 800px;
    height: 300px;
    background-color: #ffffff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    z-index: 10;
  }
  .logo {
    width: 500px;
    margin-bottom: 1rem;
  }
  
  h1 {
    text-align: left;
    color: #000000;
    font-size: 4.5rem;
    font-weight: 300;
  }
  h2 {
    text-align: center;
    color:#000000;
    font-size:4rem;
  }
  h3 {
    text-align: center;
    color:#2F9BD9;
    font-size:4rem;
    padding-top: 1rem;
  }
  h4 {
    text-align: center;
    padding-top:2rem;
    color:#ffffff;
    font-size:2rem;
  }
  h5 {
    text-align: center;
    font-size: 1.7rem;
    color: #ffffff;
    padding-bottom: 0.5rem;
  }
  p {
    text-align: center;
    padding-left:2rem;
    padding-right:2rem;
    color:#000000;
    font-size:1.5rem;
  }
  .section-1 {
    width: 100%;
    text-align: center;
  }
  .section-2 {
    width: 100%;
    text-align: center;
    background-color: #222731;
    padding-top: 2rem;
  }
  .section-2 h2 {
    color: #ffffff;
  }
  .section-2 p {
    color: #B0B1B3;
  }
  .section-3 {
    width: 100%;
    text-align: left;
    background-color: #222731;
  }
    .section-3 h2 {
    color: #ffffff;
  }
    .section-3 p {
    color: #B0B1B3;
  }
    .section-4 {
    width: 100%;
    text-align: left;
    background-color: #222731;
  }
  .section-4 h2 {
    color: #ffffff;
  }
  .section-4 p {
    color: #B0B1B3;
  }
  .section-5 {
    width: 100%;
    text-align: center;
    background-color: #222731;
    padding-bottom: 2rem;
  }
  .section-5 h2 {
    color: #ffffff;
  }
  .section-5 p {
    color: #B0B1B3;
  }
  .section-6 {
    width: 100%;
    text-align: center;
    background-color: #222731;
    padding-bottom: 2rem;
  }
  .section-6 h2 {
    color: #ffffff;
  }
  .section-6 h4 {
    text-align: left;
    color: #B0B1B3;
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
  .section-6 p {
    text-align: left;
    color: #B0B1B3;
    font-size: 1.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-7 {
    width: 100%;
    text-align: center;
    background-color: #F5F6F7;
    padding-bottom: 2rem;
  }
  .section-7 p {
    padding-left: 0rem;
    padding-right: 0rem;
    color: #636363;
  }
  .section-8 {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 2rem;
  }
  .section-9 {
    width: 100%;
    text-align: center;
    background-color: #F5F6F7;
    padding-bottom: 2rem;
  }
  .section-9 h2 {
    padding-top: 2rem;
  }
  .section-10 {
    width: 100%;
    text-align: center;
    background-color: #222731;
  }
  .section-10 h2 {
    text-align: left;
    padding-top: 2rem;
    color: #ffffff;
  }
  .section-10 h4 {
    text-align: left;
    color: #B0B1B3;
    font-size: 3rem;
    padding-bottom: 1rem;
  }
  .section-10 p {
    text-align: left;
    color: #B0B1B3;
    font-size: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-11 {
    width: 100%;
    text-align: center;
    background-color: #222731;
    padding-bottom: 2rem;
  }
  .section-11 h2 {
    color: #ffffff;
  }
  .section-11 h5 {
    text-align: center;
    color: #2F9BD9;
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
  .section-11 p {
    text-align: left;
    color: #B0B1B3;
    font-size: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-12 {
    width: 100%;
    text-align: left;
    background-color: #F5F6F7;
  }
  .section-12 h5 {
    text-align: left;
    color: #000000;
    font-size: 1.6rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
  }
  .section-12 p {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .section-13 {
    width: 100%;
    text-align: left;
    background-color: #F5F6F7;
  }
  .section-13 p {
    font-weight: 600;
    font-size: 1.6rem;
  }
  .row-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .row-horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .features-box {
    overflow: hidden;
    padding:0.5rem;
    background-color: #000000;
    height: 100%;
  }
  .features-box p {
    font-size: 1.2rem;
  }
  .intel-img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }
  .intel-box {
    background-color: #1E1E1F;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }
  .intel-box h3 {
    font-size: 3.5rem;
  }
  .intel-box p {
    color: #ffffff;
  }
  .features-box-2 {
    background-color: #ffffff;
    border: 1px solid #A8B6B6;
    padding: 0.5rem;
  }
  .features-box-2 h3 {
    font-size: 2rem;
  }
  .sustainability-box {
    overflow: hidden;
    padding: 1rem;
    background-color: #000000;
    height: 100%;
  }
  .sustainability-box p {
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .security-box {
    overflow: hidden;
    padding: 1rem;
    background-color: #000000;
    height: 100%;
  }
  .security-box p {
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
  }
  .circle-numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .circle-numbered-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
  }
  .circle-number {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
 .hotspot-container {
    position: relative;
    width: 100%;
  }
  .hotspot-1 {
    top: 20%;
    left: 35%;
  }
    .hotspot-2 {
    top: 20%;
    left: 65%;
  }
    .hotspot-3 {
    top: 51%;
    left: 35%;
  }
    .hotspot-4 {
    top: 51%;
    left: 65%;
  }
  .hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .hotspot-container {
    position: relative;
    width: 100%;
  }
  .hotspot .circle {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0063B8;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
  .hotspot-1 {
    top: 20%;
    left: 35%;
  }
    .hotspot-2 {
    top: 20%;
    left: 65%;
  }
    .hotspot-3 {
    top: 51%;
    left: 35%;
  }
    .hotspot-4 {
    top: 51%;
    left: 65%;
  }
  .tooltip-box1 {
    position: absolute;
    top: -2rem;
    left: -50%;
    transform: translateX(0%);
    background-color: rgba(240, 240, 240, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .tooltip-box2 {
    position: absolute;
    top: -2rem;
    right: -50%;
    transform: translateX(0%);
    background-color: rgba(240, 240, 240, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .tooltip-box3 {
    position: absolute;
    top: -2rem;
    left: -50%;
    transform: translateX(0%);
    background-color: rgba(240, 240, 240, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .tooltip-box4 {
    position: absolute;
    top: -2rem;
    right: -50%;
    transform: translateX(0%);
    background-color: rgba(240, 240, 240, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .hotspot:hover .tooltip-box1 {
    opacity: 1;
  }
  .hotspot:hover .tooltip-box2 {
    opacity: 1;
  }
  .hotspot:hover .tooltip-box3 {
    opacity: 1;
  }
  .hotspot:hover .tooltip-box4 {
    opacity: 1;
  }
.image-wipe-wrapper {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
  }
  .image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .image-container img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .image-container .before {
    z-index: 1;
  }
  .image-container .after {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.2s ease;
  }
  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: ew-resize;
    z-index: 10;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: #007db8;
    border-radius: 50%;
    cursor: ew-resize;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    margin-top: -7px;
    position: relative;
    z-index: 11;
  }
  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007db8;
    border-radius: 50%;
    cursor: ew-resize;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    position: relative;
    z-index: 11;
  }
  @media (max-width: 768px) {
    .hero-wrapper {
      display: flex;
      flex-direction: column;
    }
    .text-overlay {
      position: static;
      transform: none;
      height: auto;
      width: 100%;
      max-width: none;
      padding: 1.5rem 1rem;
      margin-top: 0;
      order: -1;
      background-color: #ffffff;
      color: #000;
    }
    .logo {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 1rem;
    }
    .text-overlay h1 {
      font-size: 2.5rem;
      text-align: center;
      color: #000;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    .h5 {
      font-size: 2rem;
    }
    p {
        font-size: 1.3rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .row-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .row-horizontal {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .intel-box {
    overflow: visible;
  }
    .section-1 h2 {
        padding-top: 1rem;
    }
    .section-2 {
      padding-top: 1rem;
    }
    .section-2 h3 {
        font-size: 2rem;
    }
    .section-1 p {
        padding-bottom: 0rem;
    }
    .section-2 p {
        padding-bottom: 0rem;
    }
    .section-4 h2 {
      padding-top: 1rem;
    }
    .section-5 h2 {
      padding-top: 1rem;
    }
    .section-5 p {
      padding-bottom: 0rem;
    }
    .section-6 {
      padding-top: 25em;
    }
    .section-6 h2 {
      padding-top: 1rem;
    }
    .section-7 h2 {
      text-align: center;
    }
    .section-7 p {
      text-align: center;
      font-size: 1.3rem;
    }
    .section-8 {
      padding-bottom: 0rem;
    }
    .section-8 p {
      font-size: 1.3rem;
    }
    .section-9 {
      padding-bottom: 1rem;
    }
    .section-9 h2 {
      padding-top: 1rem;
    }
    .section-10 p {
      font-size: 1.3rem;
    }
    .section-11 h2 {
      padding-top: 1rem;
    }
    .section-11 p {
      font-size: 1.3rem;
    }
    .hotspot .circle {
      width: 2rem;
      height: 2rem;
      border: 4px solid #fff;
    }
    .hotspot-1 {
      top: 19%;
      left: 24%;
    }
      .hotspot-2 {
      top: 19%;
      left: 75%;
    }
      .hotspot-3 {
      top: 50%;
      left: 24%;
    }
      .hotspot-4 {
      top: 50%;
      left: 75%;
    }
    .tooltip-box1 {
      top: -6.2rem;
      transform: translateX(-15%);
    }
    .tooltip-box2 {
      top: -5.5rem;
      transform: translateX(15%);
    }
    .tooltip-box3 {
      top: 1rem;
      transform: translateX(-15%);
    }
    .tooltip-box4 {
      top: 1rem;
      transform: translateX(15%);
    }
  .circle-number {
      width: 2.5rem;
      height: 2.5rem;
      min-width: 2.5rem;
      min-height: 2.5rem;
      font-size: 1.5rem;
    }
    .image-wipe-wrapper {
      max-width: 100%;
    }
}