* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  outline: none;
}

header.header-area {
  padding: 0;
}

.container.header-container {
  width: 80% !important;
  padding: 1rem 0 !important;
}

/* home banner section one */

.desktop-home-ban {
  display: block;
}

.mobile-home-ban {
  display: none !important;
}

.mySwiperBanner {
  width: 100%;
  position: relative;
}

.mySwiperBanner .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mySwiperBanner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.mySwiperBanner .swiper-button-prev::after {
  font-size: 2rem !important;
  color: #000;
  position: absolute;
  right: -15px !important;
  left: unset !important;
}

.mySwiperBanner .swiper-button-next::after {
  font-size: 2rem !important;
  color: #000;
  position: absolute;
  left: -30px !important;
  right: unset !important;
}

/* Banner text container */
.home-banner-text {
  position: absolute;
  top: 38%;
  left: 10%;
  transform: translateY(-38%);
  color: #000;
  max-width: 40%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.banner-slide2 {
  color: #fff;
}

.banner-slide2 h2,
.banner-slide2 p {
  color: #fff;
}

.banner-slide2 .home-banner-text-btn a {
  color: #fff;
}

/* Headings and text */
.home-banner-text h2 {
  font-weight: 600;
  font-size: 50px;
  text-align: left;
}

.home-banner-text p {
  font-weight: 400;
  text-align: left;
  font-size: 20px;
}

/* Buttons area */
.home-banner-text-btn {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.home-banner-text-btn div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.home-banner-text-btn div:hover {
  background: url(../images/my-images/home/btn-hover.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home-banner-text-btn div:hover img {
  opacity: 0;
}

.home-banner-text-btn a {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.home-banner-text-btn div:first-child img {
  width: 70% !important;
  margin: auto;
  height: auto;
  text-align: center;
  transition: opacity 0.3s ease;
}

.home-banner-text-btn div:last-child img {
  width: 50% !important;
  margin: auto;
  height: auto;
  text-align: center;
  transition: opacity 0.3s ease;
}

/* home second section */

.home-second-section {
  background-color: #e3d6c0;
  position: relative;
  overflow: hidden;
}

.home-text-container {
  text-align: center;
  max-width: 60%;
  margin: auto;
  padding: 4rem 0;
}

.home-mirakle-quote {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Antonio", sans-serif;
}

.home-second-section .home-mirakle-quote {
  margin-bottom: 4rem;
}

.home-boost {
  background-color: #feb20a;
  padding: 1rem 2rem;
  line-height: 1;
  font-weight: 700;
  font-size: 90px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.home-boost:hover {
  transform: rotate(-20deg);
}

.wave-separator {
  width: 100vw !important;
}

.wave-separator img {
  width: 100vw !important;
}

/* home section three */

.home-vitamin-section {
  background-color: #faeade;
  text-align: center;
  position: relative;
  width: 100vw;
  padding: 4rem 0;
}

.home-content {
  max-width: 40%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.home-title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin: unset;
}

.home-description {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.home-divider-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  padding: 2rem 0;
}

/* Left Side */
.home-left {
  width: 32%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.home-subtitle {
  font-weight: 700;
  font-size: 52px;
  font-family: "Antonio", sans-serif;
}

.home-highlight {
  background-color: #fe9302;
  color: #ffffff;
  padding: 1rem 2rem;
  line-height: 1;
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.home-highlight:hover {
  transform: rotate(20deg);
}

/* Right Side (Image) */
.home-image-box {
  width: 55%;
}

.home-image-box img {
  width: 100%;
  height: auto;
}

/* home section four */

.home-benefits-heading {
  padding: 3rem 0 6rem 0;
  background-color: #faeade;
  width: 100vw;
}

.home-benefits-heading h2 {
  color: #000000;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  width: 50%;
  margin: auto;
  font-family: "Antonio", sans-serif;
}

/* ====== Base Section ====== */
.home-mid-scroll-section {
  position: relative;
  height: 85vh;
  background-image: url(../images/my-images/home/img-mid-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Initial visible background overlay --- */
.home-scroll-bg {
  position: absolute;
  width: 80%;
  height: 95vh;
  background: #faeade;
  border-radius: 40px;
  transition: all 3s ease;
  z-index: 0;
  opacity: 1;
}

/* --- Animate to shrink & fade --- */
.home-scroll-bg.shrink {
  width: 400px;
  opacity: 0;
}

/* --- White scroll box initially hidden --- */
.home-scroll-content {
  position: relative;
  z-index: 2;
  width: 400px;
  height: 96vh;
  background: #faeade;
  border-radius: 40px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  padding: 60px 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: background 0.5s ease;
}

.home-scroll-content::-webkit-scrollbar {
  display: none;
}

.home-scroll-content.show-white {
  background: #fff !important;
}

/* ====== Inner Content ====== */
.home-scroll-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.home-scroll-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.home-scroll-item h3 {
  font-weight: 700;
  font-size: 20px;
  margin: unset;
}

.home-scroll-item p {
  font-weight: 400;
  font-size: 18px;
}

/* home section five */

.home-mirakle-drink {
  background: linear-gradient(181.33deg, #ffad02 2.78%, #ff820a 120.7%);
  color: #fff;
  text-align: center;
  padding: 10rem 0 4rem;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.home-mirakle-header h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home-mirakle-header p {
  font-size: 20px;
  font-weight: 400;
  width: 30%;
  margin: auto;
}

.home-mirakle-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10rem;
  margin-top: 5rem;
  flex-wrap: nowrap;
  padding-left: 11%;
  position: relative;
}

.home-mirakle-text {
  text-align: left;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.home-mirakle-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
}

.home-mirakle-highlight {
  background: #ff8800;
  color: #fff;
  padding: 1rem 2rem;
  line-height: 1;
  display: inline-block;
  box-shadow: 10px 10px 10px 0px #00000040;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.home-mirakle-highlight:hover {
  transform: rotate(-20deg);
}

.home-text-moving {
  position: absolute;
  width: 100%;
  left: 14%;
  z-index: 3;
}

.custom-home-btn a {
  color: #fff;
}

/* ===== PRODUCT VISUAL ===== */
.home-mirakle-visual {
  position: relative;
  width: 30%;
}

.home-mirakle-pack {
  width: 70%;
  z-index: 2;
  margin: auto;
  position: relative;
}

.home-mirakle-mito {
  position: absolute;
  right: -66%;
  top: -18%;
  z-index: 1;
}

.home-mirakle-mito img {
  width: 72%;
}

/* ===== NUTRITION DETAILS ===== */
.home-mirakle-nutrition {
  background: #fff9e6;
  color: #000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: nowrap;
  padding: 2rem 4rem;
  width: max-content;
  margin: auto;
  transform: translateY(-36%);
  border: 10px solid #fe930247;
}

.home-mirakle-nutrition div::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 2.5rem);
  width: 1px;
  height: 100%;
  background-color: #0000004a;
}

.home-mirakle-nutrition div:last-child::after {
  width: unset;
  background-color: transparent;
}

.home-nutri-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.home-nutri-item small {
  color: #727272;
  display: block;
  font-size: 22px;
  margin: unset;
  line-height: 1;
  white-space: nowrap;
}

.home-nutri-item p {
  font-size: 32px;
  font-weight: 700;
  margin: unset;
  font-family: "Antonio", sans-serif;
  white-space: nowrap;
}

/* home section six */

.home-mirakle-story {
  background-color: #faeade;
  text-align: center;
  padding: 4rem 0;
  width: 100vw;
}

.home-mirakle-story-text {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.home-mirakle-story-text h2 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: unset;
  font-family: "Antonio", sans-serif;
}

.home-mirakle-story-highlight {
  background-color: #ffb000;
  color: #fff;
  padding: 1rem 2rem;
  display: inline-block;
  font-weight: 700;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.home-mirakle-story-highlight:hover {
  transform: rotate(20deg);
}

.home-mirakle-story-text p {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  width: 45%;
  margin: auto;
}

.home-mirakle-story-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-mirakle-story-link:hover {
  background: url(../images/my-images/home/btn-hover.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home-mirakle-story-link:hover img {
  opacity: 0;
}

.home-mirakle-story-link a {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.home-mirakle-story-link a img {
  width: 50% !important;
  margin: auto;
  height: auto;
  text-align: center;
  transition: opacity 0.3s ease;
}

/* home section five */
.home-media {
  background-color: #e3d6c0;
  text-align: center;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100vw;
}

.page-template-product-tpl section.home-media {
  background-color: #faeade;
}

/* Header */
.home-media-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-media-header h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.home-media-header p {
  max-width: 38%;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
}

/* Logos using FLEX */
.home-media-logos-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.home-media-logos-flex div {
  flex: 1 1 calc(33.33% - 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-media-logos-flex img {
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.home-media-logos-flex img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* home section six */
.orbit-section-header {
  background: #faeade;
  text-align: center;
  width: 100vw;
  padding-top: 4rem;
}

.orbit-section-header h2 {
  margin: unset;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 600;
}

.orbit-section-header p {
  max-width: 20%;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
}

.orbit-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faeade;
  width: 100vw;
}

.orbit-section::before,
.orbit-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background: #faeade;
  z-index: 5;
}

.orbit-section::before {
  top: 0;
  border-bottom-left-radius: 100% 60%;
  border-bottom-right-radius: 100% 60%;
}

.orbit-section::after {
  bottom: 0;
  border-top-left-radius: 100% 60%;
  border-top-right-radius: 100% 60%;
}

.center-pack {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.center-pack img {
  width: 100%;
  height: auto;
  display: block;
}

/* Shared card style */
.moment-card {
  position: absolute;
  width: 420px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 25px;
  font-size: 14px;
  text-align: left;
  transform-origin: center center;
  z-index: 2;
  border-image: none;
  background: linear-gradient(#faeade, #faeade) padding-box,
    linear-gradient(115.84deg, #feb20a 0.7%, #ff7f0b 100%) border-box;
  transition: transform 0.5s ease-out;
}

.home-mirakle-stars {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  padding: 1rem 2rem 0 2rem;
}

.home-mirakle-box-text {
  font-size: 22px;
  margin-bottom: 1rem;
  padding: 1rem 2rem 0 2rem;
}

.home-mirakle-name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  padding: 1rem 2rem 1rem 2rem;
  border-top: 1px solid #feb20a;
}

/* home section seven */

.home-stay-connected {
  background-color: #e3d6c0;
  padding: 4rem 0;
  text-align: center;
  width: 100vw;
}

.home-stay-connected-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 6rem;
}

.home-stay-connected-header h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.home-stay-connected-header p {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin: 0;
}

.home-stay-connected-video-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0 2rem;
}

.home-simplevideo-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 250px;
  height: 500px;
  border: 4px solid #fff;
  transition: transform 0.3s ease;
}

.home-simplevideo-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

/* Tilt effects */
.home-tilt-left1 {
  transform: rotate(-11.14deg);
}

.home-tilt-right1 {
  transform: rotate(0deg);
}

.home-tilt-left2 {
  transform: rotate(5.66deg);
}

.home-tilt-right2 {
  transform: rotate(0.91deg);
}

.home-tilt-left3 {
  transform: rotate(1.52deg);
}

.home-tilt-right3 {
  transform: rotate(8.49deg);
}

/* Hover effect */
.home-simplevideo-card:hover {
  transform: scale(1.05);
}

.moment-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.moment-slider::-webkit-scrollbar {
  display: none;
}

.moment-slider .moment-card {
  flex: 0 0 80%;
  scroll-snap-align: center;
  transform: none !important;
}

/* footer */
.prefx-footer {
  /* background: linear-gradient(111.25deg, #454343 10.83%, #111111 54.29%); */
  background: url(../images/my-images/home/footer-bg1.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding: 4rem 0;
  width: 100vw;
}

.prefx-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  gap: 4rem;
  padding-top: 10rem;
}

/* ---------- Left side ---------- */
.prefx-footer-left {
  width: 34%;
}

.prefx-footer-logo {
  width: 50%;
  margin-bottom: 2.5rem;
}

.prefx-footer-address {
  font-size: 18px;
  margin-bottom: 2rem;
  color: #fff;
}

.prefx-footer-address a {
  color: #fff;
}

.prefx-footer-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 20px 0;
}

.prefx-footer-links {
  display: flex;
  justify-content: flex-start;
  gap: 6rem;
}

.prefx-footer-links-sec h4 {
  font-size: 24px;
  margin-bottom: 2rem;
}

.prefx-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prefx-footer-links ul li {
  margin-bottom: 1rem;
}

.prefx-footer-links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.prefx-footer-social {
  display: flex;
  gap: 14px;
  margin: 20px 0;
}

.prefx-footer-social a img {
  width: 22px;
  height: 22px;
  display: block;
}

.prefx-footer-newsletter p {
  font-size: 22px;
  margin-bottom: 1rem;
}

.prefx-footer-newsletter form {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #383838;
  border: none;
  outline: none;
}

.prefx-footer-newsletter input {
  flex: 1;
  background: #383838;
  border: none;
  outline: none;
  color: #fff !important;
  font-size: 16px;
  padding: 0.5rem;
}

.prefx-footer-newsletter input::placeholder {
  color: #939393 !important;
}

.prefx-footer-newsletter button {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 0.5rem;
  font-size: 20px;
  cursor: pointer;
}

/* ---------- Right side ---------- */
.prefx-footer-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.prefx-footer-mshape {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mask the video with your M-shape */
.prefx-footer-mshape video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(../images/my-images/home/mask-m-footer.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../images/my-images/home/mask-m-footer.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  border-radius: 0;
}

/* Product pack image at bottom-right */
.prefx-footer-pack {
  position: absolute;
  right: -7%;
  bottom: 0;
  width: 200px;
  transform: rotate(-10deg);
}

.footer-bottom {
  background: #1c1c1c;
  padding: 1rem 10%;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bfbfbf;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
  font-weight: 400;
}

/*  */