* {
    margin: 0;
    padding: 0;
  }
  .gradient-text {
    background: linear-gradient(90deg, #8029cd 0.31%, #e0b129 94.95%),
    radial-gradient(
      65.28% 65.28% at 26.39% 20.83%,
      rgba(255, 255, 255, 0.413) 0%,
      rgba(255, 255, 255, 0) 69.79%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  
  .main-section{
    background: url(Images/Group\ 1000001599.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    padding: 14% 7% 20%;
    gap: 10%;
  }
  .right img{
    width: 80%;
  }
  .home-offer {
    text-align: center;
    padding: 25px 0;
  }
  .home-offer h3 {
    color: #2e0e50;
    padding-bottom: 10px;
  }
  .home-offer p {
    color: #735e8a;
    font-size: 22px;
  }
  .video {
    background: linear-gradient(
      110.49deg,
      #130622 19.95%,
      #361256 67.64%,
      #5c1e92 107.08%,
      #19082c 156.61%,
      #130622 183.21%
    );
    box-shadow: 4px 7px 26px 0px #0000001f;
    text-align: center;
    margin: 0px 10%;
    color: #ffffff;
    border-radius: 15px;
    padding: 30px;
  }
  .video-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
  }
  .left-video,
  .right-video {
    display: flex;
    background: #beb4c95e;
    color: #ffffff;
    border-radius: 30px;
    text-align: left;
    align-items: center;
  }
  .left-video img,
  .right-video img {
    width: 50%;
  }
  .right-video {
    padding: 0 0 0 40px;
    gap: 50px;
    width: 100%;
  }
  .image-animation{
    display: flex;
  }
  .left-ani img {
    z-index: -1;
    width: 90%;
    padding: 20px 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
  }
  
  .right-ani img {
    z-index: -1;
    width: 130%;
    padding-right: 121px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
  }
  
  .left-ani img.active {
    transform: translateX(0);
    opacity: 1;
  }
  
  .right-ani img.active {
    transform: translateX(0);
    opacity: 1;
  }
  
  .why {
    background: linear-gradient(
      179.73deg,
      #2c1250 1.78%,
      rgba(248, 248, 255, 0) 93.95%
    );
    text-align: center;
    padding: 80px 10%;
    color: #ffffff;
    border-top-left-radius: 20rem;
    border-top-right-radius: 20rem;
  }
  .why h3 {
    padding-bottom: 50px;
  }
  .homecards {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .home-up,
  .home-btm {
    display: flex;
    gap: 30px;
  }
  .us img {
    width: 25%;
  }
  .us {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 30px;
    border-radius: 15px;
    width: 50%;
    text-align: left;
    background: linear-gradient(
      110.49deg,
      #130622 19.95%,
      #361256 67.64%,
      #5c1e92 107.08%,
      #19082c 156.61%,
      #130622 183.21%
    );
    box-shadow: 0px 100px 80px 0px #00000012;
    color: #ffffff;
  }
  .industries{  
    text-align: center;
    padding: 50px 0% 50px 10%;
  }
  .industries h3{
    padding-bottom: 20px;
    color: #2E0E50;
  }
  .industries p{
    font-size: 20px;
    width: 80%;
    text-align: left;
    color: #735E8A;
  }
  
  /* Dotted Line */
  .dots-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: absolute;
    right: 15%;
    margin-top: -32%;
  }
  
  .dot {
    width: 55px;
    height: 11px; 
    background: #F0F0F0; 
    border-radius: 10px;
    z-index: -1; 
  }
  
  .dot.active {
    background: #E0B129; /* Active dot color */
  }
  
  .home-left p{
    width: 80%;
  }
  .industry-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -5%;
    cursor: pointer;
  }
  .home-left {
    text-align: left;
    width: 50%;
  }
  .home-left h4{
    color: #2E0E50;
    padding-bottom: 20px;
  }
  .btn{
    text-decoration: none;
    border: none;
  }
  .home-right{
    background: linear-gradient(110.49deg, #130622 19.95%, #361256 67.64%, #5C1E92 107.08%, #19082C 156.61%, #130622 183.21%);
    box-shadow: 4px 7px 26px 0px #0000001F;
  position: relative;
  width: 15%;
  padding: 20% 20px;
  border-radius: 15px;
  z-index: -1;
  
  }
  
  .up-img img {
    width: 280%;
    height: 70%;
    position:absolute;
    left: -180%;
    top: 15%;
  }
  .implement {
    background: #beb4c95e;
    display: flex;
    gap: 50px;
    border-radius: 26px;
    margin: 50px 10%;
    align-items: center;
  }
  .implement img {
    width: 50%;
  }
  .implement-detail h4 {
    color: #5c1e92;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
  }
  .implement-detail p {
    color: #735e8a;
    font-size: 20px;
  }
  button {
    align-items: center;
  }
  
  /* Add this to your CSS file */

#our-valuable-supporters {
    color: #5c1e92;
    text-align: center;
    margin: 20px 0;
}

.supporters-logos img {
    margin: 10px;
    max-width: 105px;
    height: auto;
}
  
  
  
  @media (max-width: 1024px) {
    .right img{
      width: 100%;
    }
    .home-offer {
      text-align: center;
      padding: 0 10% 50px 10%;
    }
    .video {
      margin: 0px 5%;
    }
    .right-video {
      padding: 0 0 0 40px;
      gap: 50px;
      width: 100%;
    }
    
    .right-ani img {
      width: 155%;
    }
    
    .industries{  
      text-align: center;
      padding: 50px 0% 50px 5%;
    }
    .industries p{
      width: 90%;
    }
    .industry-content {
      margin-top: 0%;
    }
    .dots-wrapper {
      right: 15%;
      margin-top: -34%;
    }
    .dot {
      width: 40px;
      height: 7px;  
    }
    .implement{
        margin: 50px 5%;
    }
    .implement-detail h4{
        font-size: 25px;
    }
  }
  @media (max-width: 768px) {
    .industries{  
      text-align: center;
      padding: 50px 0% 50px 5%;
    }
    .industries p{
      width: 90%;
    }
    .dots-wrapper {
    display: none;
    }
    .video-box {
      flex-direction: row;
      padding: 0px;
    }
    .left-video{
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    width: 50%;
  }
  .right-video{
    flex-direction: column-reverse;
    padding: 30px;
    gap: 20px;
    width: 50%;
  }
  .left-video img,
  .right-video img {
    width: 100%;
  }
  .right-ani img {
    width: 140%;
    padding-right: 30px;
  }
  .why {
    text-align: center;
    padding: 50px 5%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
  }
  .us {
    gap: 20px;
    color: #ffffff;
  }
    .implement img{
        width: 50%;
    }
    .implement-detail h4{
      padding-top: 10px;
        padding-bottom: 10px;
    }
    .implement-detail p{
        padding-bottom: 0px;
    }
    button{
        margin-bottom: 10px;
    }
  }
  @media (max-width: 426px) {
    .main-section{
      padding: 20% 7% 55%;
    }
    .left{
      width: 80%;
    }
    .home-offer {
      text-align: center;
      margin-top: -30%;
    }
    .video-box {
      display: flex;
      flex-direction: column;
    }
    .left-video, .right-video{
      width: 100%;
    }
    .left-video img,
    .right-video img {
      width: 100%;
    }
    .right-ani img {
      width: 140%;
      padding-right: 30px;
    }
    .why {
      padding: 80px 5%;
      border-radius: 0%;
    }
    .us img {
      width: 100%;
    }
    .us {
      flex-direction: column;
      gap: 10px;
      padding: 30px;
      width: 45%;
    }
    .industries{  
      padding: 0px 0% 50px 5%;
    }
    .industries h3{
      padding-bottom: 20px;
      color: #2E0E50;
    }
    .industries p{
      width: 100%;
    }
    .home-left {
      text-align: left;
      width: 100%;
    }
    .home-left h4{
      color: #2E0E50;
      padding-bottom: 20px;
    }
    .home-right{
     display: none;
    }  
      .implement{
        flex-direction: column;
        text-align: center;
        padding: 40px;
      }
      .implement img{
        width: 100%;
    }
  }