* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

a,
img,
button,
input[type="submit"],
div {
  transition: all 0.5s ease;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
}

.fa.fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  background: #fff !important;
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
}

.home header.site-header {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

header.site-header {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #000;
}

header.site-header .header-top {
  background: #fe0000;
  padding: 10px 0;
  margin: 0;
  color: #fff;
  text-align: center;
}

header.site-header .header-top a {
  background: #000;
  border-radius: 10px;
  padding: 5px 25px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 10px;
  font-weight: 600;
}

.header-bottom {
  margin: 0;
  padding: 15px 0;
  position: relative;
  background: transparent;
  color: #fff;
}

.header-bottom .row {
  align-items: center;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-menu li {
  margin: 0;
  padding: 0;
}

.main-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: flex;
  text-transform: uppercase;
}

.main-menu li a:hover {
  color: #fe0000;
}

.site-brand img {
  max-height: 70px;
}

/* ===== Sub Menu ===== */
.main-menu li.has-dropdown {
  position: relative;
}

.main-menu li.has-dropdown>a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
  margin-top: 5px;
}

/* Dropdown box */
.main-menu li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

/* Show on hover */
.main-menu li.has-dropdown:hover .dropdown {
  display: block;
}

/* Dropdown items */
.main-menu li .dropdown li {
  width: 100%;
}

.main-menu li .dropdown li a {
  padding: 10px 20px;
  color: #000;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}

.main-menu li .dropdown li a:hover {
  background: #f5f5f5;
  color: #fe0000;
}

.main-menu .dropdown li:last-child a {
  background: transparent;
  /* padding: 10px 25px; */
}



.home-banner {
  margin: 0;
  padding: 120px 0;
  color: #fff;
  border-radius: 0;
  width: 100%;
  position: relative;
  background: url("../images/home-banner-bg.jpg") no-repeat right top;
  background-size: cover !important;
}

.home-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.home-banner .row {
  align-items: center;
}

.home-banner .sub-title {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.home-banner h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.home-banner .custom-btn {
  margin: 30px 0 0 0;
  padding: 0;
}

.home-banner .custom-btn a {
  background: #fe0000;
  align-items: center;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.home-banner .custom-btn a i {
  padding-left: 5px;
}

.featured-in {
  margin: 0;
  padding: 30px 0;
  background: #048709;
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
}

.featured-in h2 {
  font-size: 36px;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.featured-in .brand-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}

.featured-in .brand-list li {
  margin: 0;
  padding: 0 15px;
}

.featured-in .brand-list li img {
  max-height: 60px;
  filter: brightness(0) invert(1);
}

.start-here-banner {
  text-align: center;
  color: #fff;
  position: relative;
  background: url(../images/home-banner-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0;
  overflow: hidden;
}

.start-here-banner h1 {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.start-here-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

.start-here-banner .btn-list a:hover {
  background: rgba(254, 0, 0, 1);
}

.start-here-sec {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}

.start-here-sec .goals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.start-here-sec .goal-card {
  text-align: center;
}

.start-here-sec .goal-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.start-here-sec .goal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 30px;
  color: #fff;
}

.start-here-sec .brush-text {
  font-family: "Style Script", cursive;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.9);
  align-self: flex-start;
  margin-bottom: auto;
  line-height: 1;
  text-transform: lowercase;
}

.start-here-sec .goal-content {
  text-align: left;
}

.start-here-sec .goal-image-box {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 5 / 5.5;
}

.start-here-sec .goal-content .btn-primary {
  border: none !important;
  border-radius: 0px !important;
  padding: 15px 30px !important;
  font-size: 14px !important;

  font-weight: 700 !important;
  width: 100%;
  letter-spacing: 0px !important;
  display: block;
  text-align: center;
}

.why-fitness-professor {
  margin: 0;
  padding: 60px 0;
  text-align: center;
  width: 100%;
  position: relative;
  background: #fff;
  color: #000;
}

.why-fitness-professor h3 {
  font-size: 42px;
  font-weight: 800;
  color: #fe0000;
  margin: 0 0 15px 0;
}

.why-fitness-professor h3 span {
  color: #000;
}

.why-fitness-professor .highlight-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.why-fitness-professor .highlight-box .line {
  background: #048709;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.why-fitness-professor .sub-title {
  color: #fe0000;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.why-fitness-professor .custom-btn {
  margin: 30px 0 0 0;
  padding: 0;
}

.why-fitness-professor .custom-btn a {
  background: #048709;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.why-fitness-professor .custom-btn a:hover {
  background: #fe0000;
}

.why-fitness-professor .custom-btn a i {
  padding-left: 5px;
}

.why-fitness-professor .list-items {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.why-fitness-professor .list-items li {
  margin: 0;
  padding: 0 15px;
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.why-fitness-professor .content-box {
  background: #f2f2f2;
  padding: 20px;
  color: #000;
  border-radius: 15px;
  border-bottom: 3px solid #fe0000 !important;
  border: 1px solid #ccc;
}

.why-fitness-professor .content-box .title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.why-fitness-professor .content-box .icon-box {
  margin: 0 0 15px 0;
}

.why-fitness-professor .content-box .icon-box svg {
  height: 50px;
}

.massi-powder {
  padding: 60px 0;
  background: #f9f9f9;
  /* light background */
}

.massi-powder .img-box {
  text-align: center;
  margin-bottom: 30px;
}

.massi-powder .img-box img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.massi-powder .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.massi-powder .content-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.massi-powder .content-box h3 span {
  color: #fe0000;
  /* Highlight color for "Massive Protein Powder" */
}

.massi-powder .content-box .img-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.massi-powder .content-box .img-wrapper img {
  width: 45%;

  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.full-width-image {
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
  /* Extra part crop ho jaye agar needed ho */
}

.full-width-image img {
  width: 100%;
  height: auto;
  /* Aspect ratio maintain rahe */
  display: block;
  object-fit: cover;
  /* Image stretch aur crop ho sakta hai container ke hisaab se */
}

.about-sec {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #fff;
}

.about-sec .img-box {
  width: 50%;
  padding: 0;
}

.about-sec .content-box {
  width: 50%;
  padding: 0 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.about-sec .content-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fe0000;
  margin: 0 0 15px 0;
}

.about-sec .content-box h2 span {
  color: #000;
}

.about-sec .content-box p {
  color: #000;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: justify;
  font-weight: 500;
}

.about-sec .img-box img {
  width: 100%;
  max-height: 600px;
  display: block;
  margin: 0;
  padding: 0;
  border: 15px solid #ccc;
  border-radius: 0% 300px 300px 0%;
  border-left: none;
  box-shadow: 0 0 14px #ccc;
}

.about-sec .custom-btn {
  margin: 30px 0 0 0;
  padding: 0;
}

.about-sec .custom-btn a {
  background: #048709;
  align-items: center;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.about-sec .custom-btn a:hover {
  background: #fe0000;
}

.about-sec .custom-btn a i {
  padding-left: 5px;
}

.access-away {
  margin: 0;
  padding: 60px 0;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  text-align: center;
}

.access-away h3 {
  font-size: 42px;
  font-weight: 800;
  color: #fe0000;
  margin: 0 0 15px 0;
}

.access-away h3 span {
  color: #000;
}

.access-away .list-items {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.access-away .list-items li {
  margin: 0;
  padding: 0 15px;
  display: flex;
  width: 33.333%;
  flex-wrap: wrap;
}

.access-away .img-box {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}

.access-away .img-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.access-away .img-box img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}

.access-away .img-box:hover img {
  transform: scale(1.1);
}

.access-away .content {
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
}

.access-away .content .heading {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.access-away .content .custom-btn {
  margin: 30px 0 0 0;
  padding: 0;
}

.access-away .content .custom-btn a {
  background: #048709;
  align-items: center;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.access-away .content .custom-btn a:hover {
  background: #fe0000;
}

.access-away .content .custom-btn a i {
  padding-left: 5px;
}

.our-sevice {
  margin: 0;
  padding: 60px 0;
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
}

.our-sevice h3 {
  font-size: 42px;
  font-weight: 800;
  color: #fe0000;
  margin: 0 0 15px 0;
}

.our-sevice h3 span {
  color: #000;
}

.our-sevice .list-items {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.our-sevice .list-items li {
  margin: 0;
  padding: 0 15px;
  display: flex;
  width: 25%;
  flex-wrap: wrap;
}

.our-sevice .img-box {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}

.our-sevice .img-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.our-sevice .img-box img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}

.our-sevice .img-box:hover img {
  transform: scale(1.1);
}

.our-sevice .content {
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
}

.our-sevice .content .heading {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.our-sevice .content .custom-btn {
  margin: 30px 0 0 0;
  padding: 0;
}

.our-sevice .content .custom-btn a {
  background: #048709;
  align-items: center;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.our-sevice .content .custom-btn a:hover {
  background: #fe0000;
}

.our-sevice .content .custom-btn a i {
  padding-left: 5px;
}

.transformation-today {
  margin: 0;
  padding: 150px 0;
  width: 100%;
  position: relative;
  background: #000 url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.transformation-today:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.transformation-today h3 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.transformation-today .custom-btn {
  margin: 30px 0 0 0;
  padding: 0;
}

.transformation-today .custom-btn a {
  background: #fff;
  align-items: center;
  padding: 15px 30px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.transformation-today .custom-btn a:hover {
  background: #fe0000;
  color: #fff;
}

.transformation-today .custom-btn a i {
  padding-left: 5px;
}

.check-out {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #f2f2f2;
}

.check-out .img-box {
  width: 50%;
  padding: 0;
}

.check-out .content-box {
  width: 50%;
  padding: 0 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.check-out .content-box .sub-title {
  color: #fe0000;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.check-out .content-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin: 0 0 15px 0;
}

.check-out .content-box p {
  color: #000;
  font-size: 16px;
  margin: 0 0 15px;
  text-align: justify;
  font-weight: 500;
}

.check-out .img-box img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
  border: 15px solid #ccc;
  border-radius: 0% 300px 300px 0%;
  border-left: none;
  box-shadow: 0 0 14px #ccc;
}

.check-out .custom-btn {
  margin: 15px 0 0 0;
  padding: 0;
}

.check-out .custom-btn a {
  background: #048709;
  align-items: center;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  text-transform: uppercase;
}

.check-out .custom-btn a:hover {
  background: #fe0000;
}

.check-out .custom-btn a i {
  padding-left: 5px;
}

/*----- Clients Review ------*/
.client-reviews {
  margin: 0;
  padding: 60px 0;
  background: #fe0000 url("../images/reviews-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

.client-reviews .sub-title {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.client-reviews h3 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 30px 0;
  text-align: center;
}

.client-reviews p {
  text-align: center;

}

.client-reviews .slide-content {
  background: #fff;
  color: #181a20;
  padding: 25px;
  border-radius: 15px;
  min-height: 500px;
}

.client-reviews .slide-content .auther-name {
  font-weight: 500;
}

.client-reviews .slide-content .rating-box {
  margin: 0 0 15px 0;
  color: #ffd43b;
}

.client-reviews .slide-content .quote-icon .fa {
  color: #f0e8e8;
  font-size: 42px;
}

.client-reviews .slide-content .quote-icon {
  margin: 0 0 15px 0;
}

.client-reviews .center .slide-content {
  color: #fff;
  background: #048709;
}

.client-reviews .owl-dots {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.client-reviews .owl-dots .owl-dot {
  width: 10px;
  position: relative;
  height: 10px;
  background: #fff;
  margin: 0 10px;
  border-radius: 100%;
}

.client-reviews .owl-dots .owl-dot.active {
  background: #048709;
}

/* Enhanced Home Banner v3 */
.home-banner-v2 {
  min-height: 100vh;
  position: relative;
  background: url("../images/women.avif") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0px;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #fe0000 0%, #ff3333 100%) !important;
  color: #fff;
  box-shadow: 0 10px 30px rgba(254, 0, 0, 0.4);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px !important;
  padding: 10px 20px !important;
}

.banner-overlay-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

/* Hero Navigation */
.hero-nav-v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
}

.hero-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-logo img {
  max-height: 60px;
}

.main-menu-v2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
}

.main-menu-v2 li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.main-menu-v2 li a:hover,
.main-menu-v2 li a.active {
  color: #fe0000;
}

.btn-model-nation {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-model-nation:hover {
  background: #fff;
  color: #000;
}

/* Hero Content */
.hero-center-container {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}


.hero-content-v3 {
  max-width: 800px;
}

.hero-title-v3 {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.hero-desc-v3 {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  max-width: 500px;
}

/* New css by Hitendra singh  */

.hero-center-container .hero-btn-v3 .btn-primary {
  display: inline-block;
  font-size: 14px;
  text-align: center;
}




.btn-blue-rect {
  background: #fe0000;
  color: #fff;
  padding: 18px 40px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-blue-rect:hover {
  background: #2a44d8;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(59, 89, 255, 0.4);
}

/* Featured In Bar */
.featured-in-v2 {
  position: absolute;
  bottom: 40px;
  left: 20%;
  transform: translateX(-10%);
  width: 100%;
  z-index: 2;
}

.featured-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.featured-label {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  white-space: nowrap;
}

.featured-logos {
  display: flex;
  align-items: center;
  gap: 40px;
  opacity: 0.6;
}

.featured-logos img {
  max-height: 25px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.featured-logos img:hover {
  opacity: 1;
}

@media (max-width: 1199px) {
  .hero-title-v3 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .hero-nav-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .hero-menu-v2 {
    display: none;
    /* Mobile menu needed if critical, hiding for now as per image focus */
  }

  .hero-title-v3 {
    line-height: 50px;
    font-size: 42px;
  }

  .featured-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-logos {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(254, 0, 0, 0.5);
  color: #fff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.banner-image {
  position: relative;
  animation: fadeInRight 1s ease-out;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.5s ease;
}

.image-wrapper:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.floating-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: linear-gradient(135deg, #048709 0%, #05a30a 100%);
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(4, 135, 9, 0.4);
  animation: pulse 2s infinite;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  animation: bounce 2s infinite;
  cursor: pointer;
  z-index: 2;
}

/* Family Cookbook Section */
.family-cookbook-section {
  padding: 100px 0;
  background: #fff;
}

.family-cookbook-section .section-header-v2 {
  margin-bottom: 50px;
}

.family-cookbook-section .section-header-v2 h2 {
  font-size: 42px;
  margin: 0 auto 20px;
}

.family-cookbook-section .section-header-v2 p {
  font-size: 18px;
  margin: 0 auto 30px;
}

.family-cookbook-section .section-header-v2 .intro-text {
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
}

.book-mockup-wrapper {
  text-align: center;
  padding: 20px;
}

.book-mockup-wrapper img {
  max-width: 100%;
  height: 550px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  object-fit: cover;
}

.cookbook-discover-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cookbook-discover-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.cookbook-discover-list li .list-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cookbook-discover-list li .list-icon.icon-1 {
  color: #f39c12;
}

.cookbook-discover-list li .list-icon.icon-2 {
  color: #e67e22;
}

.cookbook-discover-list li .list-icon.icon-3 {
  color: #2ecc71;
}

.cookbook-discover-list li .list-icon.icon-4 {
  color: #e74c3c;
}

.cookbook-discover-list li .list-icon.icon-5 {
  color: #3498db;
}

.cookbook-discover-list li .list-icon.icon-6 {
  color: #9b59b6;
}

.cookbook-discover-list li .list-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.cookbook-discover-list li .list-text strong {
  color: #1a1a1a;
  font-weight: 700;
}

.btn-cookbook {
  padding: 20px 40px !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  background: #2b44f2 !important;
  /* Blue color from image */
  box-shadow: 0 10px 30px rgba(43, 68, 242, 0.3) !important;
}

.btn-cookbook:hover {
  background: #1a2fb6 !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(43, 68, 242, 0.4) !important;
}

/* Book Section Optimization Styles */
.book-subheading {
  font-size: 14px;
  font-weight: 800;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.book-description {
  max-width: 800px;
  margin: 0 auto 40px !important;
  color: #555;
  line-height: 1.8 !important;
}

.book-testimonial {
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 15px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.testimonial-stars {
  color: #f1c40f;
  font-size: 14px;
  margin-bottom: 10px;
}

.book-testimonial p {
  font-style: italic;
  font-size: 16px;
  color: #444;
  margin-bottom: 15px !important;
  line-height: 1.6 !important;
}

.testimonial-author {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
}

@media (max-width: 991px) {
  .family-cookbook-section {
    padding: 60px 0;
  }

  .family-cookbook-section .section-header-v2 h2 {
    font-size: 32px;
  }

  .book-mockup-wrapper {
    margin-bottom: 40px;
  }
}

/* About Section Enhanced */
.about-sec-v2 {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.about-image {
  position: relative;
  padding: 20px;
}

.image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.experience-badge {
  position: absolute;
  bottom: 40px;
  left: -20px;
  background: linear-gradient(135deg, #fe0000 0%, #ff3333 100%);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(254, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  animation: float 3s ease-in-out infinite;
}

.experience-badge .years {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}

.experience-badge .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.about-content {
  padding: 20px 0 20px 50px;
}

.section-badge {
  display: inline-block;
  color: #fe0000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.section-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 3px;
  background: #fe0000;
}

.about-content h2 {
  font-size: 48px;
  font-weight: 900;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-content h2 span {
  color: #fe0000;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.credential-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.credential-card:hover {
  transform: translateY(-5px);
}

.credential-card i {
  font-size: 36px;
  color: #fe0000;
}

.credential-card strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.credential-card span {
  font-size: 14px;
  color: #666;
}

/* Program Features Enhanced */
.health-goals-v2 {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}

.goals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.goal-card {
  text-align: center;
}

.goal-top-label {
  margin-bottom: 20px;
  position: relative;
  min-height: 60px;
}

.goal-top-label span {
  font-size: 12px;
  font-weight: 700;
  color: #6f6d6d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.goal-top-label::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ccc;
  margin: 8px auto 0;
}

.goal-image-box {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 4 / 6.5;
}

.goal-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.goal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 30px;
  color: #fff;
}

.brush-text {
  font-family: "Style Script", cursive;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.9);
  align-self: flex-start;
  margin-bottom: auto;
  line-height: 1;
  text-transform: lowercase;
}

.goal-content {
  text-align: left;
}

.goal-content h3 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.goal-content p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.goal-content .btn-primary {
  /* background: #3b59ff !important; */
  border: none !important;
  border-radius: 0px !important;
  padding: 15px 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  width: 100%;
  letter-spacing: 0px !important;
}

.goal-card:hover .goal-image-box img {
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .goals-grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .goals-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .goal-top-label {
    margin-top: 20px;
  }
}

/* Popular Podcast Episodes Section */
.popular-episodes-v2 {
  background-image: linear-gradient(to bottom, #000, #070d18);
  padding: 120px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Background Brush Shape */
.popular-episodes-v2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../images/podcast-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: 0;
}

.popular-episodes-v2 .container {
  position: relative;
  z-index: 1;
}

.episodes-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 40px;
  margin-top: 60px;
}

.episode-item-v2 {
  text-align: center;
}

.episode-thumb-v2 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}

.episode-thumb-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  opacity: 0.8;
}

.play-btn-v2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  z-index: 2;
}

.episode-item-v2:hover .play-btn-v2 {
  background: #3b59ff;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 30px rgba(59, 89, 255, 0.5);
}

.episode-item-v2:hover .episode-thumb-v2 img {
  transform: scale(1.05);
  opacity: 1;
}

.episode-item-v2 h3 {
  font-size: 16px;
  font-weight: 500;
  color: #bdc3c7;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
  transition: color 0.3s ease;
}

.episode-item-v2:hover h3 {
  color: #fff;
}

.btn-blue {
  background: #3b59ff !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 15px 40px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 10px 25px rgba(59, 89, 255, 0.3) !important;
}

.btn-blue:hover {
  background: #2a44d8 !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(59, 89, 255, 0.4) !important;
}

@media (max-width: 991px) {
  .episodes-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media (max-width: 767px) {
  header.site-header .header-top {
    font-size: 10px;
  }

  header.site-header .header-top a {
    margin-top: 5px;
    font-size: 10px;
  }

  .client-reviews h3 {
    font-size: 28px;
  }

  .client-reviews .owl-dots {
    margin-bottom: 18px;
  }

  .featured-episode {
    padding-bottom: 40px !important;
  }

  .popular-episodes-v2 {
    padding: 50px 0px;
  }

  .episodes-grid-v2 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Benefits Section Enhanced */
.benefits-section-v2 {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.benefit-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #fe0000 0%, #048709 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.benefit-card:hover::before {
  transform: scaleX(1);
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  color: #fe0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon svg {
  width: 100%;
  height: 100%;
}

.benefit-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* CTA Section Enhanced */
.cta-section-v2 {
  padding: 150px 0;
  position: relative;
  background: #000;
  overflow: hidden;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.3;
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.cta-badge {
  display: inline-block;
  color: #fe0000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.cta-content h2 {
  font-size: 56px;
  color: #fff;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta {
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 100%);
  color: #000;
  padding: 20px 45px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.btn-cta:hover {
  background: linear-gradient(135deg, #fe0000 0%, #ff3333 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(254, 0, 0, 0.4);
}

/* Services Section Enhanced */
.services-section-v2 {
  padding: 120px 0;
  background: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.service-image {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}

.service-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-content {
  padding: 30px;
}

.service-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.4;
}

.service-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.service-link {
  color: #fe0000;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.service-link:hover {
  gap: 12px;
  color: #ff3333;
}

/* Book Promotion Enhanced */
.book-promo-v2 {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.book-content {
  padding: 20px 50px 20px 0;
}

.book-content h2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.2;
}

.book-content h2 span {
  color: #fe0000;
}

.book-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.book-features {
  margin: 30px 0;
}

.book-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.book-feature-item i {
  color: #048709;
  font-size: 20px;
}

.book-feature-item span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.book-image {
  text-align: center;
}

.book-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Testimonials Enhanced */
.testimonials-v2 {
  padding: 120px 0;
  background: linear-gradient(135deg, #fe0000 0%, #ff3333 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/reviews-bg.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.2;
}

.testimonials-v2 .container {
  position: relative;
  z-index: 1;
}

.testimonials-v2 .section-header-v2 {
  color: #fff;
}

.testimonials-v2 .section-header-v2 h2,
.testimonials-v2 .section-header-v2 p {
  color: #fff;
}

.testimonials-v2 .section-badge {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
}

.testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  color: #f0e8e8;
  font-size: 48px;
  margin-bottom: 20px;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.rating-box {
  color: #ffd43b;
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
}

.testimonial-author strong {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.testimonial-author span {
  font-size: 14px;
  color: #666;
}

/* Massi Section Enhanced */
.massi-section-v2 {
  padding: 120px 0;
  background: #fff;
}

.massi-image {
  text-align: center;
}

.massi-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.massi-content {
  padding: 20px 0 20px 50px;
}

.massi-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.3;
}

.massi-content h2 span {
  color: #fe0000;
}

.massi-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.massi-images {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.massi-images img {
  flex: 1;
  min-width: 150px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Full Width Image */
.full-width-image-v2 {
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.full-width-image-v2 img {
  width: 100%;
  height: auto;
  display: block;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .banner-title {
    font-size: 60px;
  }

  .about-content h2,
  .section-header-v2 h2,
  .cta-content h2,
  .book-content h2 {
    font-size: 42px;
  }
}

/* Health Secrets Section */
.health-secrets-v2 {
  padding: 100px 0;
  background: #f1f4f9;
  /* Light gray-blue background from image */
}

.secrets-image-wrapper {
  position: relative;
  padding: 20px;
}

.brush-mask {
  position: relative;
  width: 100%;
  /* Simplified brush mask using clip-path to simulate the artistic edges */
  clip-path: polygon(2% 5%,
      15% 0%,
      85% 2%,
      98% 8%,
      100% 40%,
      95% 95%,
      80% 100%,
      15% 98%,
      0% 85%,
      2% 40%);
}

.brush-mask img {
  width: 100%;
  height: auto;
  display: block;
}

.potential-text {
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
  font-family: "Urbanist", sans-serif;
  z-index: 2;
}

.potential-text span {
  display: block;
  font-size: 28px;
  font-family: "Style Script", cursive;
  text-transform: lowercase;
  margin: -5px 0;
  color: #fff;
}

.secrets-content {
  padding-left: 60px;
}

.health-secrets-v2 h2 {
  font-size: 48px;
  font-weight: 900;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.2;
}

.secrets-content h2 span {
  color: #2c3e50;
}

.secrets-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #5d6d7e;
  margin-bottom: 40px;
}

.btn-get-started {
  background: #3b59ff !important;
  /* Vibrant blue from image */
  color: #fff !important;
  padding: 18px 45px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  /* Square-ish button from image */
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(59, 89, 255, 0.3) !important;
  transition: all 0.3s ease;
}

.btn-get-started:hover {
  background: #2a44d8 !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(59, 89, 255, 0.4) !important;
}

/* Secrets Optimization Styles */
.secrets-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f0fe;
  color: #1a73e8;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}

.secrets-trust-badge i {
  font-size: 16px;
}

.secrets-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-video:hover {
  color: #fe0000;
}

.btn-video .play-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-video:hover .play-icon {
  background: #fe0000;
  color: #fff;
  border-color: #fe0000;
  transform: scale(1.1);
}

.secrets-featured {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 10px;
}

.featured-text {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #999;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.featured-logos-small {
  display: flex;
  align-items: center;
  gap: 30px;
  filter: grayscale(1) opacity(0.6);
  transition: all 0.3s ease;
}

.featured-logos-small:hover {
  filter: grayscale(0) opacity(1);
}

.featured-logos-small img {
  max-height: 25px;
  max-width: 100px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .health-secrets-v2 {
    padding: 60px 0;
  }

  .health-secrets-v2 h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .secrets-content {
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
  }

  .secrets-content h2 {
    font-size: 36px;
  }

  .potential-text {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .home-banner-v2 {
    min-height: auto;
    padding: 170px 0 60px;
  }

  .banner-title {
    font-size: 48px;
  }

  .banner-image {
    margin-top: 50px;
  }

  .about-content,
  .book-content,
  .massi-content {
    padding: 20px 0;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .features-grid,
  .benefits-grid,
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .about-sec-v2,
  .program-features-v2,
  .benefits-section-v2,
  .cta-section-v2,
  .services-section-v2,
  .book-promo-v2,
  .testimonials-v2,
  .massi-section-v2 {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 36px;
  }

  .banner-description {
    font-size: 18px;
  }

  .banner-stats {
    flex-direction: column;
    gap: 25px;
  }

  .banner-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    display: inline-block;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .about-content h2,
  .section-header-v2 h2,
  .cta-content h2,
  .book-content h2,
  .massi-content h2 {
    font-size: 32px;
  }

  .goals-grid,
  .benefits-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .highlight-tags {
    flex-direction: column;
    align-items: center;
  }

  .about-sec-v2,
  .health-goals-v2,
  .benefits-section-v2,
  .cta-section-v2,
  .services-section-v2,
  .book-promo-v2,
  .testimonials-v2,
  .massi-section-v2 {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 28px;
  }

  .banner-stats .stat-number {
    font-size: 40px;
  }

  .about-content h2,
  .section-header-v2 h2,
  .cta-content h2,
  .book-content h2,
  .massi-content h2 {
    font-size: 28px;
  }

  .about-sec-v2,
  .health-goals-v2,
  .benefits-section-v2,
  .cta-section-v2,
  .services-section-v2,
  .book-promo-v2,
  .testimonials-v2,
  .massi-section-v2 {
    padding: 40px 0;
  }

  .experience-badge {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .btn-video {
    gap: 0;
    font-size: 14px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px !important;
  }

}

/* Site Footer v2 - Redesigned */
.site-footer-v2 {
  background: #000;
  padding: 100px 0 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13vw;
  font-weight: 900;
  color: rgb(255 255 255 / 7%);
  line-height: 0.85;
  text-align: start;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;
  letter-spacing: -5px;
}

.footer-content-v2 {
  position: relative;
  z-index: 1;
}

.footer-brand-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #fff;
}

.footer-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #888;
  max-width: 90%;
}

.site-footer-v2 h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links-v2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-v2 li {
  margin-bottom: 15px;
}

.footer-links-v2 li a {
  color: #888;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-links-v2 li a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-bottom-v2 {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}

.container-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy-text {
  font-size: 14px;
  color: #666;
}

.back-to-top {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: fixed;
  /* makes it visible on full page */
  right: 10px;
  bottom: 25px;
  z-index: 9999;

  /* hidden by default */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

/* SHOW AFTER SCROLL */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #ff6a00;
  color: #fff;
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .site-footer-v2 {
    padding: 80px 0 30px;
  }

  .footer-bg-text {
    font-size: 30vw;
  }

  .footer-bottom-v2 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .container-bottom {
    /* flex-direction: column-reverse; */
    gap: 10px;
    text-align: center;
  }

  .footer-bg-text {
    display: none;
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

.featured-episode {
  padding: 0 0 100px;
  background: #fff;
}

.featured-episode .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.featured-episode .section-header .sub-title {
  display: inline-block;
  color: #fe0000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}

.featured-episode .section-header h2 {
  color: #000;
  margin-bottom: 15px;
}

.featured-episode .section-header p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.featured-episode .episode-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.featured-episode .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.featured-episode .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.featured-episode .episode-info {
  padding: 20px 0;
}

.featured-episode .episode-number {
  display: inline-block;
  background: linear-gradient(135deg, #fe0000 0%, #ff3333 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;

  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.featured-episode .episode-info h3 {
  font-size: 36px;

  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.featured-episode .episode-meta {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.featured-episode .episode-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.featured-episode .episode-meta i {
  color: #fe0000;
  font-size: 14px;
}

.featured-episode .episode-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.featured-episode .episode-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.featured-episode .tag {
  background: #f8f9fa;
  color: #666;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;

  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-episode .episode-actions {
  margin-top: 30px;
}

.featured-episode .btn-watch {
  background: linear-gradient(135deg, #fe0000 0%, #ff3333 100%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(254, 0, 0, 0.3);
}

.featured-episode .btn-watch:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(254, 0, 0, 0.4);
  color: #fff;
}

/* Newsletter Section Optimization Styles */
.newsletter-section-v2 {
  padding: 100px 0;
  background-color: #fbe2e2;
  /* Light peach/pink background */
  position: relative;
  overflow: hidden;
}

.newsletter-badge {
  font-size: 13px;
  font-weight: 800;
  color: #9c9c9c;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.newsletter-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 25px;
}

.newsletter-intro {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

.newsletter-value-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.newsletter-value-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.newsletter-value-list li .icon {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe0000;
  font-size: 12px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.newsletter-value-list li .text {
  font-size: 16px;
  color: #333;
}

.newsletter-form-v2 {
  display: flex;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  max-width: 600px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.newsletter-form-v2 input {
  flex-grow: 1;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
}

.newsletter-form-v2 button {
  background: #fe0000;
  color: #fff;
  border: none;
  padding: 0 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.newsletter-form-v2 button:hover {
  background: #d40000;
  transform: translateY(-2px);
}

.newsletter-trust {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

.newsletter-mockup {
  position: relative;
  z-index: 2;
}

.newsletter-mockup img {
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.15));
}

@media (max-width: 991px) {
  .newsletter-section-v2 {
    padding: 60px 0;
    text-align: center;
  }

  .newsletter-content {
    margin-top: 50px;
  }

  .newsletter-form-v2 {
    flex-direction: column;
    margin: 0 auto 20px;
    padding: 20px;
  }

  .newsletter-form-v2 input {
    margin-bottom: 10px;
    border: 1px solid #eee;
  }

  .newsletter-form-v2 button {
    padding: 15px;
  }
}


/* Hitendra Singh css  */

.hero-content-slider {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding-left: 20px;
}

.hero-slide {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-slide.active {
  display: block;
  position: relative;
}

.hero-slide.slide-in {
  display: block;
  position: absolute;
  animation: slideInRight 0.6s ease forwards;
}

.hero-slide.slide-out {
  display: block;
  position: absolute;
  animation: slideOutLeft 0.6s ease forwards;
}

.hero-slide.slide-in-left {
  display: block;
  position: absolute;
  animation: slideInLeft 0.6s ease forwards;
}

.hero-slide.slide-out-right {
  display: block;
  position: absolute;
  animation: slideOutRight 0.6s ease forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.hero-prev,
.hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hero-prev {
  left: 5px;
}

.hero-next {
  right: 25px;
}

.hero-prev:hover,
.hero-next:hover {
  background: #fe0000;
  border-color: #fe0000;
}

.hero-prev svg,
.hero-next svg {
  width: 20px;
  height: 20px;
}

.hero-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
}

.hero-dot.active {
  background: #fe0000;
  width: 26px;
  border-radius: 4px;
}


/* Sirf yeh add karo existing CSS ke end mein */
.word-line {
  display: block;
}

.slide-btn {
  display: inline-block;
}

/* Slide backgrounds */
/* .hero-slide-1 { --slide-bg: url('../images/'); }
.hero-slide-2 { --slide-bg: url('../images/ab2.webp'); }
.hero-slide-3 { --slide-bg: url('../images/ab3.webp'); } */

/* Combined Podcast Section */
.combined-podcast-section {

    background: url(../images/podcast-bg.svg) no-repeat center center;
    background-size: 100% 100%;
    z-index: 0;

  background-color: #0b0b0b;
  padding: 80px 0;
}

.combined-podcast-section .section-header-v2 {
  margin-bottom: 30px;
}

.combined-podcast-section .section-badge {
  color: #e94e1b;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.combined-podcast-section h2.text-white {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.combined-podcast-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.combined-podcast-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.combined-podcast-section .btn-episode-watch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.combined-podcast-section .episode-item-v2 {
  margin-bottom: 20px;
}

.combined-podcast-section .episode-item-v2 iframe {
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.combined-podcast-section .btn-episode-more {
  background: transparent;
  border: 2px solid #e94e1b;
  color: #ffff;
}

.combined-podcast-section .btn-episode-more:hover {
  background: #e94e1b;
  color: #fff;
}