@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
body {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 400;
  }
  h2 {
    text-align: center;
    color:#FFFFFF;
    font-size:4rem;
  }
  h3 {
    text-align: center;
    color:#2F9BD9;
    font-size:1.8rem;
  }
  h4 {
    text-align: left;
    color: #ffffff;
    font-size: 2rem;
  }
  h5 {
    font-size:1.8rem;
    color:#000000;
    text-align: center;
    padding-top: 0.5rem;
  }
  p {
    text-align: center;
    padding-bottom:2rem;
    color:#FFFFFF;
    font-size: 1.7rem;
  }
  .power-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #2F9BD9;
    margin-bottom: 1rem;
  }
  .section-1 {
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #2B0A76, #121212);
  }
    .section-2 {
    width: 100%;
    text-align: center;
    background-color: #121212;
  }
  .section-3 {
    background-color: #121212;
    width: 100%;
    text-align: center;
  }
  .section-3 p {
    font-size: 1.4rem;
    padding-bottom: 0rem;
  }
  .section-4 {
    background-color: #121212;
    width: 100%;
    text-align: center;
  }
  .section-4 p {
    padding-bottom: 0rem;
  }
    .section-5 {
    background-color: #121212;
    width: 100%;
    text-align: left;
    padding-bottom: 0rem;
  }
  .section-5 h4 {
    text-align: center;
    font-size: 2.5rem;
  }
  .section-6 {
    padding-bottom:2rem;
    background: linear-gradient(to top right, #DADBE6, #BFBEE1);
    width: 100%;
    text-align: center;
  }
  .section-6 h2 {
    color: #000000;
  }
  .section-6 h3 {
    font-size: 5rem;
  }
  .section-6 p {
    color: #000000;
    padding-bottom: 0rem;
  }
  .section-7 {
    background: linear-gradient(to bottom, #2D098D, #121212); 
    width: 100%;
    text-align: center;
  }
  .section-8 {
    background-color: #121212; 
    width: 100%;
    text-align: center;
  }
  .section-8 p {
    font-size: 1.4rem;
  }
  .section-8 .carousel-inner {
    min-height: 340px;
  }
  .padding-8 {
    padding-bottom: 0rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-9 {
    background-color: #121212; 
    width: 100%;
    text-align: center;
  }
  .section-9 h4 {
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
  }
  .section-10 {
    background: linear-gradient(to top right, #DADBE6, #BFBEE1);
    width: 100%;
    text-align: center;
  }
  .section-10 h2 {
    color: #000000;
    text-align: left;
  }
    .section-10 h4 {
    color: #000000;
    padding-left: 0rem;
    font-size: 2.4rem;
  }
    .section-10 p {
    color: #000000;
    padding-bottom: 0rem;
    text-align: left;
  }
  .section-11 {
    background: linear-gradient(to bottom, #2D098D, #121212);
    width: 100%;
    text-align: center;
  }
  .section-12 {
    background-color: #121212;
    width: 100%;
    text-align: center;
  }
  .section-12 h4 {
    text-align: center;
    font-size: 2.4rem;
  }
    .section-12 p {
    font-size: 1.4rem;
  }
  .section-13 {
    background-color: #121212;
    width: 100%;
    text-align: center
  }
  .section-14 {
    background: linear-gradient(to top right, #DADBE6, #BFBEE1);
    width: 100%;
    text-align: center;
  }
  .section-14 h2 {
    color: #000000;
  }
  .section-14 p {
    text-align: left;
    font-size: 1.4rem;
    color: #000000;
  }
  .custom-height-row {
    height: 70vh;
  }
  .lefti {
    text-align: left;
  }
  .centri {
    text-align: center;
  }
  .awcc-box {
    background-color:#333;
    border-radius:0.5rem;
    padding:1rem;
    height:100%;
    border:1px solid #ffffff;
  }
  .windows-box-h {
    background-color:#ffffff;
    overflow:hidden;
  }
  .windows-box-p {
    padding: 1rem;
    color: #000000;
    font-size: 1.3rem;
  }


  .padding-all {
    padding: 2rem;
  }
  .row-vertical {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .features-box {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 1.2rem;
    background-color: #000000;
    border: 1px solid #2F9BD9;
  }
  .carousel-item .custom-carousel-column {
    justify-content: center;
  }

  
  .carousel-caption-wrapper {
    min-height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  

  .custom-gradient-background {
        background: linear-gradient(90deg, 
            #2B0A76 0%, 
            #121212 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

  .circle-numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .circle-numbered-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
  }

  .circle-number {
    width: 2.5rem;
    height: 2.5rem;
    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.6rem;
  }

  .hotspot-container {
  position: relative;
  width: 100%;
}

.hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.hotspot-1 {
  top: 12%;
  left: 40%;
}
.hotspot-2 {
  top: 32%;
  left: 31%;   
}
.hotspot-3 {
  top: 59%;
  left: 72%; 
}
.hotspot-4 {
  top: 63%;
  left: 52%; 
}
.hotspot-5 {
  top: 83%;
  left: 43%; 
}

.hotspot .circle {
  width: 3rem;
  height: 3rem;
  background-color: #0063B8;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.tooltip-box {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  font-family: 'Kumbh Sans', sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.tooltip-box2 {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  font-family: 'Kumbh Sans', sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.tooltip-box3 {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  font-family: 'Kumbh Sans', sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.tooltip-box5 {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: left;
  font-family: 'Kumbh Sans', sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.hotspot:hover .tooltip-box {
  opacity: 1;
}
.hotspot:hover .tooltip-box2 {
  opacity: 1;
}
.hotspot:hover .tooltip-box3 {
  opacity: 1;
}
.hotspot:hover .tooltip-box5 {
  opacity: 1;
}


  @media (max-width: 768px) {
   h2 {
    font-size: 2.5rem;
   }
   p {
    font-size: 1.5rem;
   }
   .padding-all {
    padding: 0.5rem;
  }
  .section-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .section-3 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .section-5 p {
    padding-left: 0rem;
  }
  .section-9 h4 {
    font-size: 2.5rem;
  }
  .section-12 p {
    padding-bottom: 0rem;
  }
  .section-13 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .hotspot .circle {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #0063B8;
    border: 4px solid #fff;
  }
  .tooltip-box2 {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-30%);
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Kumbh Sans', sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .tooltip-box3 {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-70%);
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Kumbh Sans', sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .tooltip-box5 {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-43%);
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Kumbh Sans', sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  .custom-height-row {
    height: 62vh;
  }
  .lefti {
    padding-bottom: 0rem;
  }
  .pad-alt {
    padding-top: 1rem;
  }
  .section-8 .carousel-inner {
    min-height: 700px;
  }
  .power-box {
    padding: 0rem;
  }
  .carousel-caption-wrapper {
    min-height: 370px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}