.slide-in {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s ease-in-out;
}

.slide-in.visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}


.header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  z-index: 1000;
  padding-bottom: 10px;
}

.navigation a {
  text-decoration: none;
  color: white;
  margin: 0 10px;
  font-size: 18px;
}

.header.scrolled {
  background-color: white;
}

.header.scrolled .navigation a {
  color: black;
}

.header.scrolled {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #2F2B8C;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  animation: bounce 2s infinite;
}

.scroll-to-top-btn:hover {
  background-color: #1d1a6d;
}

.whatsapp-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 15px 16px;
  border-radius: 50%;
  font-size: 24px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  animation: pop-in 1s ease-out, bounce 2s infinite;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.whatsapp-btn:hover {
  background-color: #128C7E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.gradient-line {
  border: 0;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #2F2B8C, #04BFBF) 1;
  height: 0;
  width: 90%;
}

.contact-card {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.phone-icon {
  font-size: 20px;
  margin-right: 10px;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.company-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.phone-number {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin: 0;
}

.content2 {
  margin-top: -10px;
}

.content1 {
  position: relative;
  z-index: 1;
}

.content2 {
  z-index: 0;
  position: relative;
}


main>section.content1 {
  position: relative;
  text-align: center;
}

main>section.content1 img {
  width: 100%;
  display: block;
}

.content2 {
  padding: 40px;
  background: linear-gradient(to right, #2F2B8C, #04BFBF);
  color: white;
  text-align: center;
  position: relative;
  z-index: 0;
}

.content2 h2 {
  font-size: 50px;
  margin-bottom: 10px;

}

.content2 .highlight {
  font-weight: bold;
  color: #ffcc00;
  font-size: 1.2em;
}


.content2 .description {
  font-size: 22px;
  margin-bottom: 35px;
  color: #d1e8f3;
}

.stats-container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.stat-box {
  width: 60%;
  text-align: left;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 35px;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
}

.stat-box::before {
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
  width: 5px;
  background-color: #ffffff;
}

.stat-box .text {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.8;
  padding: 15px 0px;
  max-width: 100%;
  box-sizing: border-box;
}

.stat-box .unit {
  margin: 0 0;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  color: inherit;
}


.stats-container>.stat-box:last-child {
  border-right: none;
}

.stats-container .stat-box:last-child::before {
  content: none;
}

.stats-container .stat-box:nth-of-type(1) .unit {
  margin-bottom: 117px;
}

.stats-container .stat-box:nth-of-type(2) .unit {
  margin-bottom: 69px;
}

.stats-container .stat-box:nth-of-type(4) .unit {
  margin-bottom: 68px;
}

.counter {
  font-size: 85px;
  font-weight: bold;
  color: #ffcc00;
  text-align: left;
}

.unit {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 26%;
  text-align: left;
  margin-top: 3%;
}

.text {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.6;
  margin-right: 45px;
}

.footer-text {
  font-size: 14px;
  margin-top: 40px;
  color: #d1e8f3;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

main>section.content3 {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px 7%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

main>section.content3>img {
  text-align: center;
  width: 54%;
}

main>section.content3>h1 {
  font-size: 50px;
  color: #2F2B8C;
  margin: 0;
  text-align: center;
}

main>section.content3>h2 {
  color: #2F2B8C;
}

main>section.content3>h4 {
  font-size: 22px;
  color: #2F2B8C;
  margin: 10px 0 40px;
  text-align: center;
  max-width: 80%;
}

main>section.content3>p {
  color: #2F2B8C;
  text-align: center;
  margin: 2% 10%;
  font-weight: 200;
}

main>section.content3>.info-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1755px;
  width: 100%;
}

.content3 .info-box {
  flex: 1 1 calc(50% - 20px);
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 430px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.content3 .info-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.content3 .info-box::before {
  content: "";
  background: linear-gradient(to bottom, #2e2b8cd6, #04bfbf1a);
  position: absolute;
  /* Position the pseudo-element */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Make it cover the entire parent */
  z-index: 1;
  /* Apply z-index to the pseudo-element */
  border-radius: 10px;
  /* Apply border-radius to the pseudo-element */
}

.content3 .info-box p {
  font-size: 1.0em;
  margin: 0;
  text-align: left;
  z-index: 1;
}

.content3 .info-box h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  z-index: 1;
}

.solution-button {
  background: linear-gradient(to right, #2F2B8C, #04BFBF);
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px;
  font-weight: 500;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.solution-button:hover {
  transform: scale(1.1);
}

main>section.content4 {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 45px;
}

main>section.content4>img {
  text-align: center;
  width: 54%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

main>section.content4>h2 {
  color: #2F2B8C;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 65px;
}

main>section.content4>p {
  color: #2F2B8C;
  text-align: left;
  margin: 2% 10%;
  font-weight: 200;
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 22px;
}

.content4 .info-box {
  flex: 1 1 calc(50% - 20px);
  padding: 20px;
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 265px;
}

main>section.content4>.info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1300px;
  width: 100%;
  padding: 20px;
  margin: 10px auto;
  justify-content: space-between;
}

.video>video {
  margin: 4% 0;
}

.info-box {
  background: linear-gradient(to right, #2F2B8C, #04BFBF);
  color: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.content4 .info-box {
  flex: 1 1 calc(50% - 20px);
  padding: 20px;
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 265px;
}

main>section.content4>.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.info-box h3 {
  margin-top: 1%;
  font-size: 23px;
}

main>section.content4 .info-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
}

main>section.content4 .info-box p {
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 22px;
}

.info-box p {
  font-size: 17px;
  line-height: 1.6;
}

main>section.content5 {
  background: linear-gradient(to left, #2F2B8C, #04BFBF);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

main>section.content5>div>h1 {
  color: #2F2B8C;
  font-size: 50px;
}

main>section.content5>div {
  margin: 3% 10%;
  color: white;
}

main>section.content5>div>p {
  color: white;
  line-height: 1.6;
  font-size: 25px;
}

main>section.content5>div>img {
  position: absolute;
  left: 56%;
  top: 260%;
}

.content5 img {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-logo {
  flex: 0 0 200px;
  text-align: center;
  margin-left: 55%;
  margin-top: -15%;
  transition: transform 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
}

.about-logo>img {
  width: 125%;
  display: block;
  transition: transform 0.6s ease, filter 0.6s ease, box-shadow 0.6s ease;
}

.about-logo:hover img {
  transform: rotate(5deg) scale(1.1);
}

.content6 {
  text-align: center;
}

main>section.content6>h2 {
  font-size: 50px;
  font-weight: bold;
  color: #2F2B8C;
}

main>section.content6>h2 {
  color: #2F2B8C;
}

.content6 .image-row img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.dot-indicator-container {
  text-align: center;
  margin-top: 20px;
}

.dot-indicators {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #2F2B8C;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 127px;
  flex-wrap: wrap;
  margin: 5%;
}

.image-row img {
  height: 50%;
}

.content7 .feature-desc {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 1% 9%;
}

main>section.content7>.feature {
  border-radius: 20px;
  width: 50%;
  margin-top: -15px;
}

.content7 .feature h1 {
  font-size: 45px;
  color: white;
  text-align: center;
}

.content7 .feature p img.icon {
  width: 150px;
  height: auto;
  margin-right: 10px;
  transform: scale(1.8);
  display: inline-block;
  vertical-align: middle;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.content7>div {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 1% 9%;
}

.content7>div>h2 {
  color: #283593;
  margin-top: 7%;
  font-size: 35px;
  margin: 0;
}

.content7 p {
  display: flex;
  align-items: center;
  color: #2F2B8C;
  font-weight: 60;
}

p.feature-p {
  font-size: 28px;
}

.feature-title {
  display: flex;
  flex-direction: row;
  margin-left: 178px;
  margin-bottom: 38px;
  justify-items: center;
  align-items: center;
}

.content7 {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
  padding: 0;
}

.feature h1 {
  margin-left: 180px;
  font-size: 24px;
  line-height: 1.5;
}

.feature h2 {
  margin-left: 180px;
  font-size: 55px;
  line-height: 1.5;
}

.feature>.feature-p {
  font-size: 28px;
}

.userguildline>p,
.fastPowerfulShock>p,
.video>p {
  font-size: 25px;
  color: #1d1a6d;
}

.feature p {
  padding-left: 180px;
  color: #1d1a6d;
  margin-bottom: -10px;
  margin-top: 0px;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 900px;
  margin: 20px auto;
  padding: 20px 0;
}

.grid-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  height: 300px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.icon {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.text-content h3 {
  margin: 0 0 10px 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
}

.text-content p {
  margin: 0;
  font-size: 1em;
  color: #ffffff;
  line-height: 1.4;
}


h1.featured-title {
  display: inline-block;
  background: linear-gradient(to right, #4b0082, #00d4ff);
  color: white;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  margin: 50px auto 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-left: 170px;
}

.content7>div.featuredetails {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0px 4%;
  margin-left: 19%;
}

.content7 .product-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.content7 .left {
  flex: 1;
  padding-right: 20px;
}

.content7 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content7 h2 {
  color: #283593;
  margin-top: -30px;
  margin-left: -15px;
  font-size: 40px;
}

.video-container {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s ease, transform 1s ease;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-container.visible {
  opacity: 1;
  transform: scale(1);
}

.video-container video {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.video-container:hover::after {
  opacity: 1;
}


.userguildline,
.fastPowerfulShock,
.QShockTech {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.userguildline img,
.fastPowerfulShock img,
.QShock™Tech img {
  display: flex;
  width: 100%;
}

.content7 .video {
  margin-bottom: 50px;
}

.content8 {
  text-align: center;
  padding: 1px;
  background-image: url(chooseusbackground.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}


.content8 h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-top: 3% !important;
}

.content8 h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  margin: 2% 5%;
}

.info-box2 {
  background: transparent;
  border-radius: 10px;
  border: 2px solid rgba(227, 227, 227, 0.549);
  padding: 20px;
  text-align: left;
}

.info-box2 h3 {
  display: flex;
  align-items: center;
  gap: 46px;
  font-size: 30px;
}

.info-box2 h3 img {
  width: 20%;
}

.info-box2 p {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.5;
  margin-left: 83px;
}

.content9 {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}


main>section.content9 {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

main>section.content9>h1 {
  margin: 3% 0;
  color: #2F2B8C;
  font-size: 50px;
  text-align: center;
  margin-bottom: 2%;
}

main>section.content9>h4 {
  color: #2F2B8C;
  text-align: center;
  margin: 0 13%;
  text-align: center;
  line-height: 1.6;
  font-size: 28px;
}

main>section.content9>.info-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  width: 90%;
  margin: 2% 0;
  justify-items: center;
}

.info-box3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(to right, #2F2B8C, #04BFBF);
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: left;
}

.info-box3 h3 {
  flex: 1;
  margin: 0;
  font-size: 24px;
  text-align: left;
  display: flex;
  align-items: center;
}

.info-box3 img {
  flex-shrink: 0;
  width: 95px;
  height: auto;
  margin-left: 217px;
  align-self: center;
}

main>section.content9>.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

main>section.content4>h2 {
  color: #2F2B8C;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 50px;
  text-align: center;
  margin-top: -1%;
}

.subscribe-section {
  text-align: center;
  margin-top: -25px;
}

.subscribe-section h1 {
  font-size: 50px;
  font-weight: bold;
  background: #2F2B8C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.subscribe-section h2 {
  font-size: 20px;
  background: #2F2B8C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
  margin-bottom: 20px;
}

.subscribe-button {
  background: linear-gradient(to right, #2F2B8C, #04BFBF);
  color: white;
  border: none;
  padding: 14px 20px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px;
  font-weight: 500;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.subscribe-button:hover {
  transform: scale(1.1);
}

.grid-item>img {
  width: 120px;
  height: 120px;
}

@keyframes wiggle {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(1deg);
  }
}

/* Pop-in Animation */
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Bounce Animation */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.hover-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.fastPowerfulShock h4 {
  font-size: 35px;
  color: #1d1a6d;
  margin: 0;
}

.content9 .info-box3 {
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1024px) {
  /* .content7 .right {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
    align-items: center;
    margin-top: 20px;
  } */

  .content7 .feature-container {
    display: flex; /* Enables flexbox */
    justify-content: space-between; /* Keeps left (info) and right (images) separate */
    align-items: center; /* Aligns content vertically */
    gap: 20px; /* Adjust spacing between left and right sections */
  }
  
  .content7 .right {
    display: flex; /* Enables flexbox */
    flex-direction: column; /* Stacks images vertically */
    align-items: flex-end; /* Align images to the right */
    width: 50%; /* Takes half the space */
  }

  .content7 .feature-desc {
    text-align: left;
    font-size: 25px;
    line-height: 1.6;
    color: #333;
    margin: 1% 9%;
    margin-left: 2%;
    width: 50%;
  }

  .content7 .feature h1 {
    font-size: 40px;
    color: white;
    text-align: center;
    margin-left: 0px;
  }

  .content7 .feature-desc p {
    margin-left: -13%;
    margin-bottom: -10%;
    margin-top: -50px;
  }

  .feature-icon {
    width: 200px;
    height: 200px;
    margin-right: -30px;
    transition: transform 0.3s ease;
  }
  
  
  /* .content7 .right img {
    width: 100%;
    height: auto;
  } */

  .content7-img1 {
    text-align: center;
    margin-left: 40%;
    margin-top: -25%;
    width: 120%;
  }

  .content7-img2 {
    text-align: center;
    margin-left: 52%;
    margin-top: -4%;
    width: 75%;
  }
}


@media only screen and (max-width: 768px) {

  main>section.content3 {
    padding-top: 62px;
  }

  main>section.content3>.info-container {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-content: center;
    justify-items: center;
    padding: 0;
    gap: 10px;
  }

  main>section.content3 .info-box {
    background-size: cover;
    background-position: top center;
  }

  main>section.content4>.info-container {
    display: flex;
    max-width: 900px;
    width: auto;
    padding: 0px;
    margin: 28px;
    gap: 20px;
    flex-direction: row;
  }

  .info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .info-box,
  .stat-box {
    width: auto;
    max-width: 900px;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
  }

  .info-box p,
  .stat-box .text {
    font-size: 20px;
    line-height: 1.4;
    margin-right: 0;
  }

  .info-box h3,
  .stat-box .unit {
    font-size: 30px;
  }

  .counter {
    font-size: 40px;
  }

  .unit {
    font-size: 14px;
    margin-bottom: 10%;
  }

  .text {
    font-size: 12px;
    margin-top: 5px;
  }

  .content2 {
    text-align: center;
    padding: 40px 10px;
  }

  .content2 h2 {
    font-size: 30px;
  }

  .content2 .description {
    font-size: 20px;
    margin: 20px;
    margin-top: 65px;
  }

  .content3 .info-box {
    height: 222px;
    width: 313px;
    justify-content: center;
  }

  .image-row img {
    width: 80%;
    height: auto;
    margin: 10px auto;
  }

  .content9 .info-container {
    flex-direction: column;
  }

  .info-container img {
    transition: transform 0.5s ease;
  }

  .content9 .info-box3 {
    width: 80%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: auto 30px;
  }

  .info-box3 h3 {
    font-size: 20px;
  }

  .info-box3 img {
    width: 60px;
    height: auto;
    margin: 20px;
  }

  .subscribe-section h1 {
    font-size: 22px;
  }

  .subscribe-section h2 {
    font-size: 16px;
  }

  .subscribe-button {
    font-size: 14px;
    padding: 8px 12px;
  }

  .dot-indicators {
    gap: 5px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .feature h1,
  .feature h2 {
    margin-left: 0;
  }

  .feature h2 {
    font-size: 30px;
  }

  main>section.content6>h2 {
    font-size: 30px;
  }

  main>section.content9>.info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    width: 84%;
    padding: 20px;
    margin: 2% 0;
  }

  .content9 .info-container a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-row {
    gap: 0;
    margin: 0 20px;
  }

  img.imgOurclient {
    width: 15%;
  }

  .icon {
    width: 20%;
    height: auto;
  }

  .grid-container {
    margin: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .grid-item {
    width: auto;
    justify-content: center;
    height: auto;
  }

  .feature p {
    margin: 20px;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 0;
    /* margin-right: 9%; */
    margin-left: -24px;
  }

  .feature p img.icon {
    margin-right: 10px;
    width: 20%;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  main>section.content4 {
    padding-top: 5px;
  }

  main>section.content4>h2 {
    color: #2F2B8C;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 30px;
    text-align: center;
    margin: 0 20px;
  }

  .content4 .info-box {
    height: auto;
  }

  main>section.content4>p {
    font-size: 20px;
    text-align: center;
  }

  main>section.content5>div>h1 {
    font-size: 30px;
  }

  main>section.content4 .info-box h3 {
    font-size: 20px;
  }

  main>section.content4 .info-box p {
    font-size: 15px;
  }

  main>section.content5>div>p {
    font-size: 20px;
  }

  main>section.content5>div>h1 {
    font-size: 30px;
  }

  .content7 .feature h1 {
    font-size: 30px;
    margin-left: 0;
  }

  .gradient-background {
    display: flex;
    flex-direction: column;
    padding-top: 53px;
  }

  .slide-in.visible {
    opacity: 1;
    transform: translateX(0);
  }

  h1.featured-title {
    font-size: 30px;
    font-weight: bold;
    border-radius: 25px;
    margin: 0;
  }

  .content7 h2 {
    margin: 20px;
    margin-top: 208px;
  }

  .feature-title>img {
    width: 19%;
    height: 10%;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s ease;
    margin-left: 16px;
  }

  

  .content7>div>h2 {
    font-size: 30px;
  }

  .content7 p {
    font-size: 20px;
    color: #1d1a6d;
  }

  main>section.content9>h1 {
    margin: 30px 20px;
    font-size: 30px;
    text-align: center;
  }

  main>section.content4>img {
    width: 95%;
  }

  main>section.content9>h4 {
    margin: 0 13%;
    font-size: 20px;
  }

  main>section.content3>h1 {
    font-size: 30px;
  }

  main>section.content3>h4 {
    font-size: 20px;
  }

  .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-box {
    text-align: left;
    min-width: 120px;
  }

  .stat-box::before {
    content: '';
    position: absolute;
    top: 20%;
    bottom: 2%;
    right: 0;
    width: 2px;
    background-color: #ffffff;
  }

  div#displayNone::before {
    background-color: transparent;
  }

  .header {
    position: inherit !important;
  }

  .about-logo>img {
    width: 100%;
  }

  .about-logo {
    flex: 0 0 200px;
    text-align: center;
    margin-left: 22%;
    margin-bottom: 4%;
    transition: transform 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
  }

  .feature {
    margin-left: 20px;
  }

  .content3 .info-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  .content3 .info-box p {
    font-size: 15px;
    margin: 0;
    text-align: left;
  }

  .fastPowerfulShock h4 {
    font-size: 25px;
    color: #1d1a6d;
  }

  .subscribe-section {
    padding-bottom: 12px;
  }

  .feature-title {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 0;
    justify-items: center;
    align-content: center;
    align-items: center;
  }

  .grid-item>img {
    width: 100px;
    height: 100px;
  }

  .content8 h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 15%;
  }

  .scroll-to-top-btn {
    right: 39px;
  }

  .whatsapp-btn {
    right: 38px;
  }

}

@media only screen and (max-width: 440px) {

  main>section.content3 {
    padding-top: 50px;
    padding-bottom: 5px;
  }

  main>section.content3>.info-container {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-content: center;
    justify-items: center;
    padding: 0;
    gap: 10px;
    margin-top: 25px;
  }

  main>section.content3 .info-box {
    background-size: cover;
    background-position: top center;
  }

  main>section.content4>.info-container {
    display: flex;
    max-width: 900px;
    width: auto;
    padding: 0px;
    margin: 28px;
    gap: 20px;
    flex-direction: row;
  }

  .info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .info-box,
  .stat-box {
    width: auto;
    max-width: 900px;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
  }

  .info-box p,
  .stat-box .text {
    font-size: 20px;
    line-height: 1.4;
    margin-right: 0;
  }

  .info-box h3,
  .stat-box .unit {
    font-size: 30px;
  }

  .counter {
    font-size: 40px;
  }

  .unit {
    font-size: 14px;
    margin-bottom: 10%;
  }

  .text {
    font-size: 12px;
    margin-top: 5px;
  }

  .content2 {
    text-align: center;
    padding: 40px 10px;
  }

  .content2 h2 {
    font-size: 30px;
  }

  .content2 .description {
    font-size: 20px;
    margin: 20px;
    margin-top: 65px;
  }

  .content3 .info-box {
    height: 222px;
    width: 350px;
    justify-content: center;
  }

  .image-row img {
    width: 80%;
    height: auto;
    margin: 10px auto;
  }

  .content9 .info-container {
    flex-direction: column;
  }

  .info-container img {
    transition: transform 0.5s ease;
  }

  .content9 .info-box3 {
    width: 80%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: auto 30px;
  }

  .info-box3 h3 {
    font-size: 20px;
  }

  .info-box3 img {
    width: 60px;
    height: auto;
    margin: 20px;
  }

  .subscribe-section h1 {
    font-size: 22px;
    margin-top: 10%
  }

  .subscribe-section h2 {
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .subscribe-button {
    font-size: 14px;
    margin: 0px;
  }

  .dot-indicators {
    gap: 5px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .feature h1,
  .feature h2 {
    margin-left: 0;
  }

  .feature h2 {
    font-size: 30px;
  }

  main>section.content6>h2 {
    font-size: 30px;
  }

  main>section.content9>.info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    width: 84%;
    padding: 20px;
    margin: 2% 0;
  }

  .content9 .info-container a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-row {
    gap: 0;
    margin: 0 20px;
  }

  img.imgOurclient {
    width: 15%;
  }

  .feature-icon {
    width: 50%;
    height: 50%;
    margin-left: -15%;
    margin-top: -10%;
    margin-bottom: -10%;
    margin-right: -10%;
  }

  .grid-container {
    margin: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .grid-item {
    width: auto;
    justify-content: center;
    height: auto;
  }

  .feature p {
    margin: 10px;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 0;
    /* margin-right: 9%; */
    margin-left: -24px;
  }

  .feature p img.icon {
    margin-right: 10px;
    width: 20%;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  main>section.content4 {
    padding-top: 5px;
  }

  main>section.content4>h2 {
    color: #2F2B8C;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 30px;
    text-align: center;
    margin: 0 20px;
  }

  .content4 .info-box {
    height: auto;
  }

  main>section.content4>p {
    font-size: 20px;
    text-align: center;
  }

  main>section.content5>div>h1 {
    font-size: 30px;
  }

  main>section.content4 .info-box h3 {
    font-size: 20px;
  }

  main>section.content4 .info-box p {
    font-size: 15px;
  }

  main>section.content5>div>p {
    font-size: 18px;
  }

  main>section.content5>div>h1 {
    font-size: 25px;
  }

  .content7 .feature h1 {
    font-size: 30px;
    margin-left: 0;
  }

  .gradient-background {
    display: flex;
    flex-direction: column;
    padding-top: 53px;
  }

  .slide-in.visible {
    opacity: 1;
    transform: translateX(0);
  }

  h1.featured-title {
    font-size: 30px;
    font-weight: bold;
    border-radius: 25px;
    margin: 0;
  }

  .content7 h2 {
    margin-top: 180px;
    font-size: 30px;
    margin-left: -10px;
  }

  .feature-title>img {
    width: 19%;
    height: 10%;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s ease;
    margin-left: 16px;
  }

  /* .content7-img2 {
    text-align: center;
    margin-right: 100%;
    margin-top: 0%;
    width: 40%;
  } */

  .content7>div>h2 {
    font-size: 30px;
  }

  .content7 p {
    font-size: 18px;
    color: #1d1a6d;
  }

  main>section.content9>h1 {
    margin: 30px 20px;
    font-size: 30px;
    text-align: center;
  }

  main>section.content4>img {
    width: 95%;
  }

  main>section.content9>h4 {
    margin: 0 13%;
    font-size: 18px;
  }

  main>section.content3>h1 {
    font-size: 35px;
  }

  main>section.content3>h4 {
    font-size: 15px;
    margin: 10px 0 15px;
  }

  .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-box {
    text-align: left;
    min-width: 120px;
  }

  .stat-box::before {
    content: '';
    position: absolute;
    top: 20%;
    bottom: 2%;
    right: 0;
    width: 2px;
    background-color: #ffffff;
  }

  div#displayNone::before {
    background-color: transparent;
  }

  .header {
    position: inherit !important;
  }

  .about-logo>img {
    width: 100%;
  }

  .about-logo {
    flex: 0 0 200px;
    text-align: center;
    margin-left: 50%;
    margin-bottom: 4%;
    transition: transform 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
  }

  .feature {
    margin-left: 20px;
  }

  .content3 .info-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  .content3 .info-box p {
    font-size: 15px;
    margin: 0;
    text-align: left;
  }

  .fastPowerfulShock h4 {
    font-size: 25px;
    color: #1d1a6d;
  }

  .subscribe-section {
    padding-bottom: 0px;
    padding: 0px;
  }

  .feature-title {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 0;
    justify-items: center;
    align-content: center;
    align-items: center;
  }

  .grid-item>img {
    width: 100px;
    height: 100px;
  }

  .content8 h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 15%;
  }

  .scroll-to-top-btn {
    right: 20px;
  }

  .whatsapp-btn {
    right: 20px;
  }

  /* .content7 .right {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
    align-items: center;
    margin-top: 20px;
  }  */

  .content7 .right img {
    width: 100%; 
    height: auto;
  }

  main>section.content7>.feature {
    border-radius: 20px;
    width: 90%;
    max-width: 100%;
  }

  .content7>div>h2 {
    color: #283593;
    margin-top: 5%;
    font-size: 28px;
    margin: 0;
  }

  .content7 {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }

  .content8 h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .content8 h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-top: -2px;
  }

  .content7 .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two images in a row */
    gap: 10px; /* Space between images */
    width: 95%; /* Full width */
    justify-content: center;
    margin-top: 5%;
  }

  .content7 .feature-container {
    display: flex;
    flex-direction: column-reverse; /* Stack all elements vertically */
    align-items: center;
    text-align: center;
    gap: 15px;
    max-width: 100%;
  }

  .content7 .feature-desc {
    text-align: left;
    /* font-size: 25px;
    line-height: 1.6;
    color: #333;
    margin: 1% 9%;
    margin-left: 2%; */
    width: 90%;
    margin-top: -50%;
  }

  .content7 .feature h1 {
    font-size: 30px;
    color: white;
    text-align: center;
    margin-left: 0px;
  }

  /* .content7 .feature-desc p {
    margin-left: -10%;
    margin-bottom: -10%;
  } */

  /* .icon {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    transition: transform 0.3s ease;
  }
  
  
  .content7 .right img {
    width: 100%;
    height: auto;
  } */

}