body {
  margin: 0;
  background-color: #2a2a2a;
  font-family: sans-serif;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-left: 80px;
  padding-bottom: 100px;
}

.bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  z-index: 1;
  opacity: 0.7;
}

.profile-img {
  position: absolute;
  right: 90px;
  top: 40px;
  width: 400px;
  z-index: 2;
  border-radius: 230%;
  left: 65%;
}

.name-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
}

.name-svg {
  max-height: 120px;
}

.name-svg_sumit {
  max-width: 520px;
}

.name-svg_gupte {
  max-width: 200px;
  margin-left: -125px;
  margin-top: 300px;
}

.ceo-text {
  font-size: 24px;
  font-family: "MADETOMMY", sans-serif;
  color: white;
  line-height: 1.2;
  left: 50px;
}

.logo {
  position: absolute;
  left: 70px;
  bottom: 10%;
  width: 130px;
  z-index: 2;
  top: 490px;
}

.beelev11-img {
  height: 18px;
  margin-left: 10px;
}

.about-text {
  font-size: 20px;
  font-family: "MADETOMMY", sans-serif;
  color: white;
  line-height: 1.2;
  left: -30px;
}

.about-section {
  background-color: #2a2a2a;
  padding: 100px 20px 60px;
  color: white;
  position: relative;
  font-family: 'MADETOMMY', sans-serif;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

.about-faded-text {
  position: absolute;
  top: -360px;
  left: 0;
  width: 400px;
  opacity: 0.9;
  z-index: 0;
}

.about-logo {
  position: absolute;
  top: -370px;
  right: 0;
  width: 140px;
  z-index: 1;
  left: 90%;
}

.about-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 400px;
  left: 2%;
}

.about-text p {
  margin-bottom: 0px;
}

.copyright-bar {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  width: 133%;
  position: relative;
  z-index: 4;
  margin-top: 60px;
  left: -20%;
}

.about-bg-logo {
  position: absolute;
  top: 30%;
  left: 95%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  z-index: 1;
  width: 350px;
}

.about-bg-logo img {
  max-width: 600px;
  width: 100%;
}

.beelev11_1-img {
  height: 15px;
  vertical-align: middle;
}

hr{
  border: none;
  border-top: 3px solid #fff;
  margin: 0rem 0;
  
}

/* ✅ Tablet View: 768px - 1024px */
@media (max-width: 1024px) {
  .hero-content {
    padding-left: 40px;
    padding-bottom: 80px;
  }

  .bg-shape {
    right: -105px;
    max-width: 370px;
    max-height: 500px;
  }

  .profile-img {
    width: 380px;
    left: 50%;
    top: 120px;
  }

  .name-svg_sumit {
    max-width: 400px;
    margin-top: 550px;
  }

  .name-svg_gupte {
    max-width: 160px;
    margin-left: -88px;
    margin-top: 750px;
  }

  .ceo-text {
    font-size: 20px;
    margin-top: 10%;
  }

  .logo {
    top: auto;
    bottom: 5%;
    width: 110px;
  }

  .about-text {
    font-size: 15px;
    margin-top: 300px;
  }

  .about-faded-text {
    width: 300px;
    top: -300px;
  }

  .about-logo {
    width: 100px;
  }

  .about-bg-logo{
    left: 90%;
  }

  .copyright-bar {
    width: 100%;
    left: 0;
    
  }
}

/* ✅ Mobile View: < 600px */
@media (max-width: 600px) {
  .hero-content {
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 40%;
  z-index: 1;
  opacity: 0.7;
  margin-right: 0px;
  
  }

  .profile-img {
    position: relative;
    width: 280px;
    left: 30px;
    right: 0px;
    margin: 0 auto;
    top: 80px;
    display: block;
  }

  .name-container {
    flex-direction: column;
    gap: 0;
  }

  .name-svg_sumit{
    max-width: 70%;
    margin-left: -27%;
    margin-top: 100px;
  }
  .name-svg_gupte {
    max-width: 25%;
    margin-left: 33%;
    margin-top: -20px;
  }

  .ceo-text {
    font-size: 15px;
    padding-top: 20px;
    margin-left: 18px;
    right: 0px;
  }

  .beelev11-img {
  height: 11px;
  margin-left: 3px;
  }

  
  .logo {
    width: 80px;
    left: 30px;
    top: 730px;
    bottom: 40px;
  }

  .about-text {
    position: relative;
    font-size: 10px;
    margin-top: 200px;
    left: 10px;
    text-align: center;
  }

  .about-faded-text {
    width: 200px;
    top: -280px;
    margin-left: 20px;
  }

  .about-logo {
    width: 70px;
    left: 84%;
    top: -270px;
  }

  .copyright-bar {
    width: auto;
    left: 0;
    right: 0;
    font-size: 10px;
    align-self: center;
  }

  .about-bg-logo{
    left: 72%;
    width: 250px;
  }
  
}