#clients_table tr td {
  padding: 20px;
  text-align: center;
}
#clients_table,
#clients_table tr,
#clients_table tr td {
  border: none;
}
.client_pic {
  border-radius: 149px;
  height: 149px;
  width: 149px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent; /* keep transparency so PNGs show through */
  /* Placeholder while loading — preserve size to avoid layout jump */
  transition: opacity 0.4s ease-in-out, background-image 0.3s ease-in-out;
  opacity: 0.95;
}

.client_pic.bg-loaded {
  opacity: 1;
  background-color: transparent;
  animation: fadeIn 0.6s ease-in-out forwards;
}

.client_pic.bg-loaded {
  opacity: 1;
  background-color: transparent;
  animation: fadeIn 0.6s ease-in-out forwards;
}

/* Mobile responsive sizing for client_pic */
@media (max-width: 991px) {
  .client_pic {
    height: 120px;
    width: 120px;
    border-radius: 120px;
  }
}

@media (max-width: 767px) {
  .client_pic {
    height: 100px;
    width: 100px;
    border-radius: 100px;
  }
}

@media (max-width: 575px) {
  .client_pic {
    height: 80px;
    width: 80px;
    border-radius: 80px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

/* Main Styles */
.main-background {
  background-image: url(../img/bg2.svg);
  background-size: cover;
  background-position: top;
}

.container-overflow {
  overflow: hidden;
}

/* Hero Text Styles */
.hero-text {
  background: rgba(255, 255, 255, 1);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-size: 98px;
  font-weight: 700;
  line-height: 104.97%;
}

.hero-text-stroke {
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-size: 98px;
  font-weight: 700;
  line-height: 104.97%;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
  -webkit-text-stroke: 3px #ffffff;
  height: 142px;
  width: 726px;
}

.hero-subtitle {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  max-width: 75%;
  line-height: 36px;
}

/* Popcorn Bowl Styles */
.popcorn-bowl {
  position: absolute;
  background: url(../img/popcorn-bowl-100.png) 100% / contain no-repeat;
  height: 713px;
  width: 459.35px;
  right: 0;
  top: 178px;
  z-index: 9999;
  opacity: 60%;
}

/* Rectangle Styles */
/* Rotating Text Styles */
.rotating-text-container {
  position: absolute;
  height: 66.39px;
  width: 100%;
  left: -281.44px;
  top: 962.63px;
  transform: rotate(-7.35deg);
  transform-origin: 0 0;
  overflow: hidden;
}

.rotating-text-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 11px 8.1px 3px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.rotating-text {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 2346px;
  z-index: 2;
  white-space: nowrap;
  background: rgba(39, 6, 55, 1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Glory;
  font-style: normal;
  font-size: 55px;
  font-weight: 800;
  line-height: 98.33%;
  padding: 0 20px;
}

.rotating-container {
  width: 100%;
  max-width: 100%;
  /* overflow: hidden; */
  position: absolute;
  z-index: 9999;
  /* top: 1px; */
}
/* Rotating Text Styles */
.rotating-text-container {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(-7.35deg);
  transform-origin: 0 0;
  height: 60px;
  width: 200%;
  margin-left: -50px;
  display: noned;
}
/* Rotating Text Styles */
.rotating-text-container2 {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(8.35deg);
  transform-origin: 5 0;
  height: 60px;
  width: 200%;
  margin-left: -50px;
  /* display: none; */
}

.mt--50 {
  margin-top: 150px !important;
  z-index: -1;
}

.rotating-text {
  white-space: nowrap;
  background: rgba(39, 6, 55, 1);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Glory;
  font-style: normal;
  font-size: 55px;
  font-weight: 800;
  line-height: 98.33%;
}

/* About Section Styles */
.container-full {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.about-section {
  background: rgba(248, 234, 211, 0.26);
  border-color: #f8ead3d1;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 107px;
  border-bottom-right-radius: 106px;
  backdrop-filter: blur(4.8px);
  height: 999px;
  width: 100%;
  text-align: center;
  margin: 250px auto 10px;
}

.about-title-container {
  height: 183.08px;
  width: 481.81px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 30px;
  background-image: url("../images/vector.svg");
}

.about-title-container-inside {
  /* height: 183.08px;
  width: 481.81px; */
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 30px;
}

.about-title {
  white-space: nowrap;
  background: rgba(255, 254, 255, 1);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-size: 80px;
  font-weight: 700;
  line-height: 150%;
  padding: 20px;
}

.about-content {
  margin: auto;
  text-align: center;
}

.about-text {
  background: rgba(255, 254, 255, 1);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Gilroy;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
}

/* Capabilities Section */
.capabilities-image {
  height: 150px !important;
}

.capabilities-icon-container {
  background: rgba(255, 239, 214, 1);
  border-radius: 54.5px;
  height: 105px;
  width: 103px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 12px;
  margin: 30px;
}

.capabilities-icon {
  position: relative;
  background: url(../images/thinking.png) 100% / cover no-repeat;
  height: 76px;
  width: 76px;
}

/* Contact Form Styles */
.contact-form-input {
  width: 80%;
  height: 70px;
  margin: 10px;
  border-radius: 35px;
  font-size: 32px;
  padding-left: 45px;
  background: rgba(217, 217, 217, 1);
}

.contact-form-textarea {
  width: 100%;
  height: 70px;
  margin: 10px;
  border-radius: 35px;
  font-size: 32px;
  padding: 45px;
  background: rgba(217, 217, 217, 1);
}

.contact-submit-btn {
  background: rgba(126, 72, 108, 1);
  width: 300px;
  height: 70px;
  margin: 10px;
  border-radius: 35px;
  font-size: 32px;
}

.capabilities-title {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  margin: 10px;
}

/* Clients Section */
.client-pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}

.partners-section {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.partners-title {
  /* white-space: nowrap; */
  background: rgba(255, 254, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-size: 80px;
  font-weight: 700;
  line-height: 104.97%;
}

.partners-description {
  background: rgba(255, 254, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Gilroy;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
}

/* Private Label Section */
.private-label-section {
  background: rgba(248, 234, 211, 0.26);
  border-color: #f8ead3d1;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 107px;
  border-bottom-right-radius: 106px;
  backdrop-filter: blur(4.8px);
  width: 100%;
  text-align: center;
  margin: 100px auto 10px;
}

.private-label-title {
  white-space: nowrap;
  color: rgba(255, 254, 255, 1);
  font-family: Poppins;
  font-style: normal;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
  padding: 20px;
  margin: 50px 50px 30px;
}

.slider-image {
  border-radius: 50%;
}

/* Rotating Banner */
.rotating-banner {
  position: absolute;
  height: 66.39px;
  width: 100%;
  left: -246.39px;
  top: 3899.62px;
  transform: rotate(8.07deg);
  transform-origin: 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 11px 8.1px 3px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.rotating-banner-text {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(8.07deg);
  transform-origin: 0 0;
  height: 100%;
  width: 2346px;
  z-index: 2;
  left: 0;
  top: 0;
}

.rotating-banner-content {
  white-space: nowrap;
  background: rgba(39, 6, 55, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Glory;
  font-style: normal;
  font-size: 55px;
  font-weight: 800;
  line-height: 98.33%;
  padding: 0 20px;
  font-style: normal;
  font-size: 55px;
  font-weight: 800;
  line-height: 98.33%;
}

/* Contact Section Styles */
.contact-section {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}

.contact-title {
  white-space: nowrap;
  color: rgba(255, 254, 255, 1);
  font-family: Poppins;
  font-style: normal;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
  padding: 20px;
}

.contact-description {
  background: rgba(255, 254, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Gilroy;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
}

.contact-form-input {
  width: 80%;
  height: 70px;
  margin: 10px;
  border-radius: 35px;
  font-size: 32px;
  padding-left: 45px;
  background: rgba(217, 217, 217, 1);
}

.contact-form-textarea {
  width: 100%;
  height: 70px;
  margin: 10px;
  border-radius: 35px;
  font-size: 32px;
  padding: 45px;
  background: rgba(217, 217, 217, 1);
}

.contact-submit-btn {
  background: rgba(126, 72, 108, 1);
  width: 300px;
  height: 70px;
  margin: 10px;
  border-radius: 35px;
  font-size: 32px;
}

.contact-info-section {
  background: rgba(248, 234, 211, 0.26);
  border-color: #f8ead3d1;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 107px;
  border-bottom-right-radius: 106px;
  backdrop-filter: blur(4.8px);
  width: 100%;
  text-align: center;
  padding: 100px;
}

.contact-info-icon span {
  font-size: 72px;
  color: #260032;
  background-color: #fff;
  padding: 50px;
  display: inline-block;
  border-radius: 50%;
}

.contact-info-title {
  white-space: nowrap;
  background: rgba(255, 254, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-size: 42px;
  font-weight: 700;
  line-height: 200%;
}

.contact-info-text {
  white-space: nowrap;
  background: rgba(255, 255, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Gilroy;
  font-style: normal;
  font-size: 32px;
  font-weight: 300;
}

/* Additional Capability Section Styles */
.capability-description {
  color: rgba(255, 254, 255, 1);
  font-family: Gilroy;
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
}

.shapping-future-description {
  color: rgba(255, 254, 255, 1);
  font-family: Gilroy;
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px 20px;
}

.capability-line {
  height: 120px !important;
}

/* Client Section Styles */
.client-section {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.client-title {
  background: rgba(255, 254, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-size: 80px;
  font-weight: 700;
  line-height: 104.97%;
}

.client-description {
  background: rgba(255, 254, 255, 1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Gilroy;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
}
.full_width {
  width: 100%;
}

.gradient_bg_block {
  background: rgba(248, 234, 211, 0.26);
  border-color: #f8ead3d1;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 107px;
  border-bottom-right-radius: 106px;
  backdrop-filter: blur(4.800000190734863px);
  width: 100%;
  text-align: center;
  padding: 100px;
}

.lg-max-width {
  max-width: 90%;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .rotating-text-container {
    height: 40px;
    left: -140px;
    top: 750px;
  }

  .rotating-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .rotating-text-container {
    height: 30px;
    left: -100px;
    top: 650px;
  }

  .rotating-text {
    font-size: 24px;
  }

  .rotating-banner {
    height: 30px;
    left: -100px;
  }

  .rotating-banner-text {
    height: 100%;
  }

  .rotating-banner-content {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .rotating-banner {
    height: 40px;
    left: -140px;
  }

  .rotating-banner-text {
    height: 100%;
  }

  .rotating-banner-content {
    font-size: 30px;
  }
}

.mobile-clients {
  display: none;
}
.desktop-clients {
  display: block;
}
.private-label-slider {
  margin: 50px 50px 150px 65px;
}
.contact-margin {
  margin: 50px;
}

.about-inside-subtitle {
  white-space: nowrap;
  color: rgba(0, 182, 176, 1);
  font-family: Gilroy;
  font-style: normal;
  font-size: 40px;
  font-weight: 800;
  margin-top: 100px;
}

.about-inside-description {
  font-style: normal;
  color: #ede8ed;
  font-size: 32px;
  font-weight: 300;
  line-height: 104.97%;
  white-space: normal;
  margin: 20px 8%;
}

.service-inside-description {
  font-style: normal;
  color: #ede8ed;
  font-size: 28px;
  font-weight: 300;
  line-height: 104.97%;
  white-space: normal;
  margin-top: 20px;
  padding-bottom: 100px;
}

.brands-section h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.social-icon {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 36px;
  padding: 30px;
}
.social-text-div{
  padding: 30px 0
}
.social-text{
  color: #fff;
}
.healthy-div .col-md-6{
  padding: 50px;
}