@font-face {
  font-family: "Coolvetica Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Coolvetica Regular"), url("./public/fonts/coolvetica rg.woff") format("woff");
}
@font-face {
  font-family: "Coolvetica Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Coolvetica Regular Italic"), url("./public/fonts/coolvetica rg it.woff") format("woff");
}
@font-face {
  font-family: "HappyTime";
  src: url("./public/fonts/happy-time/HappyTime.otf") format("truetype");
}

@font-face {
  font-family: "CMU Serif Roman";
  font-style: normal;
  font-weight: normal;
  src: local("CMU Serif Roman"), url("./public/fonts/cmunrm") format("truetype");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: var(--font-sans);
}
@media (max-width: 768px) {
  body {
    padding-bottom: 120px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

:root {
  --font-sans: "Inter", sans-serif;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
 
}
header#masthead {
    background: #1A1A1A;
}
@media (max-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn-yellow{margin-right: 30px; padding: 10px 10px !important;}
}

.header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  background: #1A1A1A;
  box-shadow: 0px 4px 15.6px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 9;
  flex-shrink: 0;
}
.header__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
@media (max-width: 992px) {
  .header__inner {
    height: 60px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-img {
  width: 176px;
  height: 176px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background: no-repeat;
}
@media (max-width: 992px) {
  .header__logo-img {
    width: 104px;
    height: 60px;
    -o-object-position: -25px;
       object-position: -25px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    background-color: #1A1A1A;
    flex-direction: column;
    width: 100%;
    padding: 30px;
  }
  .header__nav.open {
    display: block;
  }
}
.header__nav-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 54px;
}
@media (max-width: 992px) {
  .header__nav-list {
    flex-direction: column;
    gap: 20px;
  }
}
.header__nav-link {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding-bottom: 5px;
}
.header__nav-link.active {
  color: #fff;
  transition: all ease-in-out 0.25s;
  border-bottom: 2px solid #fff;
}
.header__toggle {
  width: 176px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__toggle svg {
  cursor: pointer;
  width: 28.401px;
  height: 23.664px;
  flex-shrink: 0;
}
.site-navigation .menu a {
    color: #fff !important;
}
.site-brand-logo.default{width: 170px !important; height: 170px; mix-blend-mode: inherit;    left: -28px;
    top: 0px;}
.sub-menu{background: #1A1A1A !important;border: 0 !important;}
@media (max-width: 992px) {
  .header__toggle svg {
    width: 20px;
    height: 16.664px;
  }
}

.hero-section {
  width: 100%;
  aspect-ratio: 1440/640;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.calm_hero{aspect-ratio: 1440/830;}
@media (max-width: 992px) {
  .hero-section {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    margin-top: 6px;
    aspect-ratio: 1;
  }
}
.hero-section .hero-background {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.btn_sec {
    text-align: center;
}
.hero-section .hero-background .hero-background-image {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .hero-background .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1803921569), transparent);
}
.hero-section .hero-background .hero-user-img {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 768px) {
  .hero-section .hero-background .hero-user-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-section .hero-background .overlay-user {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 4;
  background-image: linear-gradient(to top, #fff, #fff, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.1803921569), transparent, transparent, transparent);
}
.hero-section .hero-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 0px;
}
.science_title {
    font-size: 20px;
    letter-spacing: 0.9px;
    margin:0px;
}
.hero-section .hero-content .hero-title {
  font-family: "Coolvetica Regular";
  font-size: 90px;
  font-weight: 400;
  line-height: 0.9;
  
  text-align: center;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: 40px;
  }
  .hero-title-the{padding-right: 9px !important;}
}
.hero-section .hero-content .hero-title .hero-title-text {
  display: block;
}
.hero-section .hero-content .hero-title .hero-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.hero-section .hero-content .hero-title .hero-title-inner .hero-title-inner-text {
  background: radial-gradient(54.75% 54.75% at 50% 65.38%, #C5655E 0%, #5B211D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-content .hero-title .hero-title-inner img {
  width: 90px;
  height: 90px;
  transform: rotate(-10deg);
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title .hero-title-inner img {
    width: 56px;
    height: 56px;
  }
}

.hero-text {
  margin-top: -20px;
  color: #1A1A1A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.hero-text span {
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-text {
    font-size: 16px;
    padding-top: 10px;
  }
}

.social-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 1.5rem;
}
.social-stats__wrapper {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 30px;
  padding: 8px 80px 16px 80px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 0 17.6px rgba(183, 183, 183, 0.2);
}
.social-stats__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.social-stats__card-icon {
  width: 60px;
  height: 60px;
}
.social-stats__card-text {
  font-weight: 500;
  color: #1A1A1A;
  font-size: 16px;
  text-transform: capitalize;
}

.main-content {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .main-content {
    padding-top: 25px;
  }
}
.main-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .main-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.main-content-wrapper .content-fixed {
  width: calc(100% - 440px);
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed {
    width: 100%;
  }
}
.main-content-wrapper .content-fixed .pricing-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.main-content-wrapper .content-fixed .pricing-section__top-area {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  border-radius: 8px;
  background: rgba(220, 59, 157, 10%);
  padding: 12px 20px;
}
@media (max-width: 992px) {
  .main-content-wrapper .content-fixed .pricing-section__top-area {
    flex-wrap: wrap;
    gap: 15px;
    padding: 1rem;
    width: auto;
    height: auto;
  }
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .pricing-section__top-area {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .main-content-wrapper .content-fixed .pricing-section__top-area {
    gap: 15px;
  }
}
.main-content-wrapper .content-fixed .pricing-section__feature {
  display: flex;
  align-items: center;
}
.main-content-wrapper .content-fixed .pricing-section__feature-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.main-content-wrapper .content-fixed .pricing-section__feature-text {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.main-content-wrapper .content-fixed .pricing-section__details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .pricing-section__details {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 10px;
  }
}
.main-content-wrapper .content-fixed .pricing-section__price-section {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.main-content-wrapper .content-fixed .pricing-section__price-section .pricing-section__price-current {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 600;
  text-transform: lowercase;
}
.main-content-wrapper .content-fixed .pricing-section__price-section .pricing-section__price-original {
  color: #999791;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  text-transform: lowercase;
}
.main-content-wrapper .content-fixed .pricing-section__offer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-content-wrapper .content-fixed .pricing-section__offer > .pricing-section__discount {
  color: #39ab14;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .pricing-section__offer > .pricing-section__discount {
    font-size: 16px;
  }
}
.main-content-wrapper .content-fixed .pricing-section__offer > .pricing-section__limited-time {
  color: #ff451b;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .pricing-section__offer > .pricing-section__limited-time {
    font-size: 16px;
  }
}
.main-content-wrapper .content-fixed .pricing-section__btn {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(to right, #FF8D3D 0%, #A10004 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
/*.main-content-wrapper .content-fixed .pricing-section__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  animation: shine 8s ease-in-out infinite;
  pointer-events: none;
}*/
.main-content-wrapper .content-fixed .pricing-section__note {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@keyframes shine {
  0%, 5% {
    left: -20px;
    opacity: 0;
  }
  5%, 15% {
    left: 100%;
    opacity: 1;
  }
  15%, 100% {
    left: 100%;
    opacity: 0;
  }
}
.main-content-wrapper .content-fixed .features-section {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
}
.main-content-wrapper .content-fixed .features-section::before {
  content: "";
  position: absolute;
  top: 10.35%;
  left: -100px;
  width: 100vw;
  height: 220px;
  background-image: url("./public/icons/wave2.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section::before {
    left: 0;
  }
}
@media (max-width: 576px) {
  .main-content-wrapper .content-fixed .features-section::before {
    top: 9%;
  }
}
.main-content-wrapper .content-fixed .features-section__content {
  color: #1A1A1A;
}
.main-content-wrapper .content-fixed .features-section__small-text {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__small-text {
    font-size: 24px;
  }
}
.main-content-wrapper .content-fixed .features-section__small-text .features-section__highlight-text {
  font-weight: 600;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
}
.main-content-wrapper .content-fixed .features-section__small-text .features-section__highlight-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 60px;
  background-image: url("./public/icons/vector-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.main-content-wrapper .content-fixed .features-section__title {
  font-family: "Coolvetica Regular";
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__title {
    font-size: 56px;
  }
}
.main-content-wrapper .content-fixed .features-section__description {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
  max-width: 530px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.main-content-wrapper .content-fixed .features-section__grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  width: 100%;
  gap: 40px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__grid {
    gap: 20px !important;
  }
}
.main-content-wrapper .content-fixed .features-section__item {
  flex: 1 1 calc(33% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;

}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__item {
    flex: 1 1 calc(50% - 30px);
        width: 130px !important;
  }
}
.main-content-wrapper .content-fixed .features-section__item-text {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__item-text {
    font-size: 16px;
  }
}
.main-content-wrapper .content-fixed .features-section__icon {
  background-color: #A10004;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__icon {
    width: 60px;
    height: 60px;
  }
}
.main-content-wrapper .content-fixed .features-section__icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .features-section__icon img {
    width: 36px;
    height: 36px;
  }
}
.main-content-wrapper .content-fixed .why-master-wrapper {
  padding-top: 50px;
}
.main-content-wrapper .content-fixed .why-master-wrapper__heading {
  margin-bottom: 40px;
}
.main-content-wrapper .content-fixed .why-master-wrapper__title {
  font-family: "Coolvetica Regular";
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .why-master-wrapper__title {
    font-size: 56px;
  }
}
.main-content-wrapper .content-fixed .why-master-wrapper__subtitle {
  font-family: "Inter";
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .why-master-wrapper__subtitle {
    font-size: 22px;
  }
}
.main-content-wrapper .content-fixed .why-master-wrapper__benefits-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-content-wrapper .content-fixed .why-master-wrapper__benefit {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 17.6px rgba(183, 183, 183, 0.2);
  padding: 12px 16px;
  transition: transform 0.2s ease;
}
.main-content-wrapper .content-fixed .why-master-wrapper__benefit-icon {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .why-master-wrapper__benefit-icon {
    width: 52px;
    height: 52px;
  }
}
.main-content-wrapper .content-fixed .why-master-wrapper__benefit-text {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .why-master-wrapper__benefit-text {
    font-size: 16px;
  }
}
.main-content-wrapper .content-fixed .video-wrapper {
  padding-top: 50px;
}
.main-content-wrapper .content-fixed .video-wrapper__highlight-text {
  color: #1A1A1A;
  font-family: "Coolvetica Regular";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .video-wrapper__highlight-text {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.main-content-wrapper .content-fixed .video-wrapper__description {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 550px;
  margin-bottom: 30px;
}
.main-content-wrapper .content-fixed .video-wrapper__description em {
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .video-wrapper__description {
    display: none;
  }
}
.main-content-wrapper .content-fixed .video-wrapper__description-mobile {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 200px;
  margin-bottom: 24px;
  display: none;
}
.main-content-wrapper .content-fixed .video-wrapper__description-mobile em {
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .video-wrapper__description-mobile {
    display: block;
  }
}
.main-content-wrapper .content-fixed .video-wrapper__placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.6;
  border-radius: 16px;
  background: #FFFBF1;
  border: 2.255px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 39.695px rgba(187, 182, 169, 0.4);
  overflow: hidden;
}
.main-content-wrapper .content-fixed .video-wrapper__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.main-content-wrapper .content-fixed .video-wrapper__bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #1D3428;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .video-wrapper__bottom-bar {
    padding: 8px;
  }
}
.main-content-wrapper .content-fixed .video-wrapper__play-button {
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content-wrapper .content-fixed .video-wrapper__play-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .video-wrapper__play-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .video-wrapper {
    padding-top: 50px;
  }
}
.main-content-wrapper .content-fixed .about-me-section {
  position: relative;
  padding-top: 50px;
  background-color: #fff;
}
.main-content-wrapper .content-fixed .about-me-section::before {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 100vw;
  height: 220px;
  background-image: url("./public/icons/wave.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.main-content-wrapper .content-fixed .about-me-section__heading {
  color: #A24E4E;
  /* font-family: "Coolvetica Regular"; */
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;font-family: CMU serif;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-me-section__heading {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-me-section__video-container{width: 100% !important;}
}
.main-content-wrapper .content-fixed .about-me-section__video-container {
  width: 100%;
 
  overflow: hidden;

  margin-bottom: 40px;
}
.main-content-wrapper .content-fixed .about-me-section__video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.main-content-wrapper .content-fixed .about-me-section__content {
  gap: 40px;
  max-width: 758px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main-content-wrapper .content-fixed .about-me-section__content {
    flex-direction: column;
    gap: 24px;
  }
}
.main-content-wrapper .content-fixed .about-me-section__descriptions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content-wrapper .content-fixed .about-me-section__description {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
.main-content-wrapper .content-fixed .about-me-section__description span {
  font-weight: 600;
  font-style: initial !important;
}
.main-content-wrapper .content-fixed .about-me-section__description--bold {
  font-weight: 600;
  font-style: italic;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-me-section__description {
    font-size: 16px;
  }
}
.main-content-wrapper .content-fixed .about-me-section__social {
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-content-wrapper .content-fixed .about-me-section__social-text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #A24E4E;
}
.main-content-wrapper .content-fixed .about-me-section__social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.main-content-wrapper .content-fixed .about-me-section__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content-wrapper .content-fixed .about-me-section__social-icon {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  z-index: 2;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-me-section {
    padding-top: 50px;
  }
}
.main-content-wrapper .content-fixed .about-course {
  background-color: #fff;
  position: relative;
  padding: 60px 0;
  padding-top: 130px;
}
.main-content-wrapper .content-fixed .about-course .heading {
  color: #1A1A1A;
  font-family: "Coolvetica Regular";
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-course .heading {
    font-size: 28px;
  }
}
.main-content-wrapper .content-fixed .about-course .subheading {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-course .subheading {
    font-size: 24px;
  }
}
.main-content-wrapper .content-fixed .about-course .about-course-description {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 2rem;
}
.main-content-wrapper .content-fixed .about-course .about-course-description .highlight {
  font-style: italic;
  font-weight: 600;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-course .about-course-description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-course {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.main-content-wrapper .content-fixed .social-dome {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.main-content-wrapper .content-fixed .social-dome .social-dome-wrap {
  flex: 1;
  text-align: center;
}
.main-content-wrapper .content-fixed .social-dome .social-dome-wrap img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.main-content-wrapper .content-fixed .join-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: -15%;
  padding-bottom: 120px;
}
.main-content-wrapper .content-fixed .join-section .join-text {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.main-content-wrapper .content-fixed .join-section .million-text {
  color: #1D3428;
  font-family: "Coolvetica Regular";
  font-size: 90px;
  font-weight: 800;
  line-height: 0.75;
  position: relative;
  letter-spacing: 5px;
  margin: 0;
  white-space: nowrap;
}
.main-content-wrapper .content-fixed .join-section .million-text .join-highlight-text {
  position: absolute;
  bottom: 100%;
  right: 5%;
  font-size: 56px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .join-section .million-text {
    font-size: 56px;
  }
}
.main-content-wrapper .content-fixed .join-section .image-area {
  margin-top: -50px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .join-section .image-area {
    margin-top: -40px;
  }
}
.main-content-wrapper .content-fixed .join-section .image-area .avatar {
  width: 500px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.main-content-wrapper .content-fixed .join-section .image-area-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 120px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content-wrapper .content-fixed .join-section .image-area-inner img {
  width: 550px;
  aspect-ratio: 1950/1129;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .join-section .image-area-inner img {
    width: 100%;
    transform: scale(1.1);
    transform-origin: center;
  }
}
.main-content-wrapper .content-fixed .testimonials {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-content-wrapper .content-fixed .testimonials .testimonials-heading {
  margin-bottom: 30px;
}
.main-content-wrapper .content-fixed .testimonials .testimonials-heading h2 {
  font-family: "Coolvetica Regular", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.main-content-wrapper .content-fixed .testimonials .testimonials-heading p {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #1a1a1a;
}
.main-content-wrapper .content-fixed .testimonials .testimonials-heading p strong {
  font-weight: 600;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-slider {
  overflow: hidden;
  position: relative;
  margin: 40px 0;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
  padding: 0 15px;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  flex: 0 0 33%;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .card-header .card-header-block {
  display: flex;
  align-items: center;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .card-header .card-header-block .testimonial-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .card-header .card-header-block .time {
  color: #999;
  font-size: 13px;
  margin-left: 4px;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .card-header .heart {
  font-size: 16px;
  color: red;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .comment {
  font-size: 15px;
  color: #333;
  margin: 0 1rem 15px;
  line-height: 1.4;text-align: left;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-cards .testimonial-card .card-footer {
  display: flex;
  gap: 20px;
  padding-left: 1rem;
  font-size: 13px;
  color: #666;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-nav .nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4F2121;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-nav .nav-btn:hover {
  background: #3d1819;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-nav .nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.main-content-wrapper .content-fixed .testimonials .testimonial-nav .nav-btn img {
  width: 16px;
  height: 16px;
}
.main-content-wrapper .content-sticky {
  position: sticky;
  top: 20px;
  z-index: 2;
  /* keyframes can live at root */
}
@media (max-width: 768px) {
  .main-content-wrapper .content-sticky {
    margin: 0 auto;
    position: unset;
  }
}
.main-content-wrapper .content-sticky .course-card {
  text-align: center;
  color: #111;
  width: 360px;
}
@media (max-width: 576px) {
  .main-content-wrapper .content-sticky .course-card {
    width: 100%;
  }
}
.main-content-wrapper .content-sticky .course-card__heading-small {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.main-content-wrapper .content-sticky .course-card__heading {
  font-family: "Coolvetica Regular";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  color: var(--DARK-1, #1A1A1A);
  margin-bottom: 0.5rem;
}
.main-content-wrapper .content-sticky .course-card__subtext {
  font-size: 18px;
  color: #777;
  margin-top: 8px;
}
.main-content-wrapper .content-sticky .course-card__box {
  border-radius: 16px;
  padding: 18px;
  margin-top: 20px;
  border: 1.05px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 17px 0 rgba(183, 183, 183, 0.2);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.main-content-wrapper .content-sticky .course-card__thumbnail {
  background-color: #fff8e7;
  max-height: 230px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 28px;
  border: 0.87px solid rgba(0, 0, 0, 0.1019607843);
}
.main-content-wrapper .content-sticky .course-card__features-list {
  list-style: none;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-content-wrapper .content-sticky .course-card__feature {
  display: flex;
  align-items: center;
}
.main-content-wrapper .content-sticky .course-card__feature-icon {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.main-content-wrapper .content-sticky .course-card__feature-text {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.main-content-wrapper .content-sticky .course-card__enroll-btn {
  position: relative;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to right, #FF8D3D 0%, #A10004 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  font-family: "Inter", sans-serif;
  margin: 28px 0;
  display: block;
}
/*.main-content-wrapper .content-sticky .course-card__enroll-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  animation: shine 5s ease-in-out infinite;
  pointer-events: none;
}*/
.main-content-wrapper .content-sticky .course-card__note {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.main-content-wrapper .content-sticky .course-card__note span {
  font-weight: 400;
}
@keyframes shine {
  0%, 10% {
    left: -20px;
    opacity: 0;
  }
  10%, 40% {
    left: calc(100% + 20px);
    opacity: 1;
  }
  40%, 100% {
    left: calc(100% + 20px);
    opacity: 0;
  }
}

.faq-section__heading {
  font-family: "Coolvetica Regular";
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
  color: #A24E4E;
}
@media (max-width: 768px) {
  .faq-section__heading {
    font-size: 28px;
    margin-top: 30px;
  }
}
.faq-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-section__item {
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 18px 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-section__item {
    padding: 16px;
  }
}
.faq-section__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  gap: 12px;
}
.faq-section__icon {
  flex-shrink: 0;
}
.faq-section__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .faq-section__answer {
    font-size: 14px;
  }
}
.faq-section__item.active .faq-section__answer {
  max-height: 200px;
  opacity: 1;
}

.footer-area {
  padding-bottom: 30px;
}
.footer-area .contact-banner {
  width: 706px;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
  transform: translateY(70px);
  min-height: 178px;
}
.footer-area .contact-banner .contact-left {
  flex: 1;
  padding: 40px 30px;
  position: relative;
  background: #FFFBF1;
}
@media (max-width: 768px) {
  .footer-area .contact-banner .contact-left {
    flex: 1 1 100%;
  }
}
.footer-area .contact-banner .contact-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/contact-pattern-left.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-area .contact-banner .contact-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/contact-pattern-right.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-area .contact-banner .contact-left h2 {
  color: #1A1A1A;
  text-align: center;
  font-family: "Coolvetica Regular";
  font-size: 48px;
  font-weight: 400;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .footer-area .contact-banner .contact-left h2 {
    font-size: 32px;
  }
}
.footer-area .contact-banner .contact-right {
  flex: 0.7;
  background-color: #FFF4DA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer-area .contact-banner .contact-right {
    flex: 1 1 100%;
  }
}
.footer-area .contact-banner .contact-right a {
  display: block;
  flex-shrink: 0;
}
.footer-area .contact-banner .contact-right a .social-media-icon {
  width: 44px;
  height: 44px;
}
.footer-area .footer {
  border-radius: 32px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.footer-area .footer .footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding: inherit !important;
  align-items: flex-start;
  border-bottom:inherit !important;
  gap: 55px;
}
.footer-area .footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-area .footer .footer-column h3 {
  color: #ffffff;
  font-family: "Inter";
  font-size: 22px;
  opacity: 0.8;padding-bottom: 14px;
}
.footer-area .footer .footer-column p {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.4;
  padding-right: 0 !important;font-family: 'Inter';
}
.footer-area .footer .footer-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer-area .footer .footer-block {
    gap: 20px;
  }
}
.footer-area .footer .footer-block .footer-wrapper {
  flex: 1;
}
.footer-area .footer .footer-block .footer-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area .footer .footer-block .footer-wrapper li {
  margin-bottom: 15px;
}
.footer-area .footer .footer-block .footer-wrapper a {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.8;
  text-decoration: none;
  white-space: nowrap;font-family: Inter;
}
.footer-area .footer .footer-block .footer-wrapper a:hover {
  color: #FF4C23;
}
.footer-area .footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.footer-area .footer .footer-bottom .footer-copy-right-text {
  font-family: "Coolvetica Regular";
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  opacity: 0.8;
  margin: 0;
}
.footer-area .footer .footer-bottom .brand {
  color: #2B2B2B;
  padding: 8px;
  border-radius: 50px;
  position: relative;
}
.footer-area .footer .footer-bottom .brand::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./public/icons/pattern-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.sticky-offer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 999;
}
.sticky-offer__header {
  background: #ee672b;
  padding: 0.35rem 0.75rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
.sticky-offer__text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.sticky-offer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sticky-offer__price-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sticky-offer__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.sticky-offer__price-row .sticky-offer__price-now {
  font-size: 28px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: lowercase;
}
.sticky-offer__price-row .sticky-offer__price-original {
  font-size: 18px;
  font-weight: 500;
  color: #999791;
  text-decoration: line-through;
  margin-left: 10px;
}
.sticky-offer__discount {
  font-size: 16px;
  font-weight: 500;
  color: #39AB14;
  text-transform: capitalize;
}
.sticky-offer__btn {
  background: linear-gradient(to right, #FF8D3D 0%, #A10004 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
}
/*.sticky-offer__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  animation: shine 7s ease-in-out infinite;
  pointer-events: none;
}*/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 12px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }
  .whatsapp-float img {
    width: 24px;
    height: 24px;
  }
@media (max-width: 768px) {
  .sticky-offer {
    display: flex;
    flex-direction: column;
  }
  .whatsapp-float{
    bottom:65px;
  }
}
@keyframes shine {
  0% {
    left: -20px;
    opacity: 0;
  }
  10% {
    left: -20px;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  60% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */






.hero-section {
    position: relative;
    width: 100%;
    
    overflow: hidden;
    
}

/* Background Image */
.hero-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.85)
    );
    z-index: 2;
}

/* CONTENT WRAPPER — GRID */
/* .hero-section .hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 40px 80px;

 
    color: #fff;
} */

/* LEFT TEXT */
.hero-section .hero-left {
    text-align: left;
    justify-self: start;             /* 🔑 lock left */
}
.hero-section .hero-left p{
  font-size: 18px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    margin: 0;padding-bottom: 14px;
}

.hero-section .hero-left h1 {
    font-size: 72px;
    line-height: .83;
    font-weight: 400;
    margin: 0;
}

.hero-section .hero-left h1 span {
    font-weight: 700;
}

/* RIGHT TEXT */
.hero-section .hero-right {
    text-align: right;
    justify-self: end;               /* 🔑 lock right */
    max-width: 300px;
}

.hero-section .hero-right p {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
.site-announcement-bar {
    font-size: var(--theme-announcement-font-size);
    font-weight: var(--theme-announcement-font-weight);
    background: linear-gradient(
        269.93deg,
        #A10004 0%,
        #FF8D3D 100%
    );
    color: var(--color-announcement-foreground);
}
.first-text{
  font-size: 18.5px;
  line-height: 1.2;
  padding-bottom: 45px;
  max-width: 600px;
}
.first-text i{
  display: unset;
}
.first-text p{
  padding-bottom: 15px;
}
.first-text .inline-bullets {
    position: relative;
    padding-left: 18px;   /* space for bullet */
}

.first-text .inline-bullets::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 1.2em;
    line-height: 1;
}
.ebook-card {
    display: flex;
    align-items: center;
    gap: 20px;

    background: #fff;
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    border: 1px solid #eee;
}

/* IMAGE */
.ebook-image {
    flex-shrink: 0;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.ebook-content h3 {
    margin: 0 0 8px;
    /*font-family: 'Belgiano Serif', serif;*/
    font-size: 20px;
    line-height: 1.2;
    color: #111;
}

.ebook-content h3 span {
    font-weight: 700;
}

.ebook-content h3 small {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

/* DOWNLOAD LINK */
.ebook-download {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #1a73e8;
    text-decoration: underline;
}

.ebook-download:hover {
    color: #0f5bd7;
}

.why-master-wrapper.testimonials.no-bottom{
  border-bottom: none !important;
}

.img-before-list{
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}
.img-before-list-ul li{
  margin-bottom: 8px;
}

/* MOBILE (STACK CLEANLY) */
@media (max-width: 768px) {

    /* HERO HEIGHT */
    .hero-section {
        height: auto;
    }

    /* IMAGE */
    .hero-background img {
        height: 75vh;
        object-fit: cover;
        object-position: center;
    }

    /* CONTENT OVER IMAGE */
    .hero-section .hero-content {
        position: absolute;
        bottom: -140px;
        left: 0;
        right: 0;

        padding: 0 24px;
        display: flex;
        flex-direction: column;   /* 🔑 stack left & right */
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    /* LEFT TEXT */
    .hero-section .hero-left {
        max-width: 100%;

    }

    .hero-section .hero-left h1 {
        font-size: 36px;
        line-height: 1.15;
        margin: 0;
        text-align: center;
    }

    .hero-section .hero-left h1 span {
        display: block;          /* 🔑 HANUMAN SADHANA on next line */
    }

    /* RIGHT TEXT */
    .hero-section .hero-right {
        margin: 0;
        max-width: 100%;
        text-align: center;
    }

    .hero-section .hero-right p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        font-family: 'Inter', sans-serif;
        opacity: 0.9;
    }
    .hero-section .hero-right br {
        display: none;
    }


}
    /*shiv css*/
    .features-section__title span{
      display: block;
    }
    .evil_announcement{background: linear-gradient(269.93deg, #5F0B01 0%, #F7762B 100%);}
 .evilpricing_btn{background: linear-gradient(to right, #F7762B 0%, #5F0B01 100%) !important;}
.main-content-wrapper .content-fixed .evilfeatures_icon{background: #AE4317;}
.evil_title{font-weight: 600; font-size: 28px;padding-bottom: 10px;
}
.ebolist{display: flex;}
.ebolist_main .par{padding: 12px 0px;}
.ebolist .course-card__feature-icon{margin-right: 8px;}
.ebolist .course-card__feature-text{color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;}
   .ebolist_main .course-card__features-list{
    list-style: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ebooksadhna_head{font-size: 28px; font-weight: 600;}
.ebooksahdana_list{
    background: linear-gradient(to right, #F7762B 0%, #5F0B01 100%);
        color: #fff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 8px;
}
.whoebook_sec {
    margin-top: 50px;
}
.whoebook_sec .why-master-wrapper__heading{margin: 0px !important}

    .footer {
        border-radius: 32px;
        border: 1.5px solid #E5E5E5;
        background: #FFFBF1 !important;
    }

    /* shiv css*/
    .hero-section .hero-content .hero-title .hero-title-text {
    display: inline !important;
}
.hero-title-the{color:#fff;font-size: 100px;font-family: 'CMU serif' !important;letter-spacing: 1px;}
    .clamface-list li {
    list-style: inside;
}
.slide_btn {
    font-size: 18px;
    font-weight: 600;
    padding: 7px 20px !important;
    letter-spacing: 0.9px;
}
.clamface-list {
    padding-bottom: 12px;
}
.calmface_para {
    padding-bottom: 22px;
}
.main-content-wrapper .content-fixed .pricing-section__top-area{background: rgba(191, 204, 194, 30%);}
.pricing-section__limited-time.custom_limited {
    color: #5B211D !important;
}
.pricing-section__btn.custom_enrolbtn{background: linear-gradient(to right, #419253 0%, #94CFA1 49%, #419253 100%) !important;}
.calm_facemethodlist ul{list-style: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;}
.calm_facemethodlist .course-card__feature{display: flex;gap: 10px;}
.include_para {
    padding-bottom: 20px;
}
.main-content-wrapper .content-fixed .video-wrapper__bottom-bar{
  background: #BFCCC2 !important;
}
.main-content-wrapper .content-fixed .video-wrapper__placeholder{background-color: #000 !important; border: 0 !important;}
.packetmodule_sec {
    padding: 25px 0px;
}
.packetmodule_sec h2 {
    font-size: 36px;
    font-weight: bold;
    color: #5B211D;
}
.icon_space {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #5B211D;
    border-radius: 50%;
    margin-right: 16px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.icons_sec {
    display: flex;
    align-items: center;
    padding: 20px;
}
.main-content-wrapper .content-fixed .features-section__grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    width: 100%;
    gap: 40px;
}
.main-content-wrapper .content-fixed .features-section__icon{
  background-color: #5B211D;
}
.main-content-wrapper .content-fixed .about-me-section__video-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: scale-down;
    -o-object-position: top left;
    object-position: top left;
}
.main-content-wrapper .content-fixed .about-me-section__description {
    text-align: center;
    color: #A24E4E;
        font-weight: normal;
    font-size: 18px;margin: 0;
}
.main-content-wrapper .content-fixed .features-section__item {
    flex: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
}

.main-content-wrapper .content-sticky .course-card__enroll-btn.custom_enroll{
    padding: 10px !important;
    background: #A24E4E !important;
}

/* shiv css why choose section start */
 .why-choose {
  background: #E4D6D6;
  padding: 4rem 1.5rem;
  text-align: center;
}

.container2 {
  max-width: 1100px;
  margin: auto;
}

.why-choose h2 {
  font-size: 2.4rem;
  color: #9c4a4a;
  font-size: 80px;position: relative;
  font-family: CMU serif;
}

.container2 .subtitle {
    font-size: 18px;
    color: #A24E4E !important;
    padding: 20px 0px;
    margin: 0;
}

.container2 .intro {
  margin: 1rem auto 2.5rem;
  max-width: 700px;
  font-size: 1rem;
  color: #A24E4E !important;
}

.container2 .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.container2 .card {
    background: #fff;
    padding: 3.5rem 1.5rem;
    border-radius: 0;
    box-shadow: 6px 6px 0px 0px #9c4a4a;
    display: flex;
    align-items: center;
}
.container2 .icon {
  font-size: 2rem;
  color: #9c4a4a;
  margin-bottom: 1rem;
}

.container2 .card p {
    font-size: 16px;
    color: #302d2d;
    padding: 0px 8px;
}

.container2 .description {
    max-width: 800px;
    margin: 1rem auto;
    font-size: 18px;
    color: #A24E4E;
}

.container2 .info-bar {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin: 2.5rem auto;
    padding: 0.7rem;
    border: 1px solid #A24E4E;
    
    font-size: 0.9rem;
    width: 965px;
}

.container2 .price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 965px;
    margin: 1.5rem auto;
    flex-direction: inherit;
}

.container2 .current {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.container2 .old {
  text-decoration: line-through;
  color: #999;
  margin-left: 0;
  font-size: 20px;
}

.container2 .discount {
    font-size: 18px;
    color: #A24E4E;
    text-align: left;
}

.container2 .limited {
    color: #5B211D;
    font-size: 18px;
    padding-bottom: 10px;
}

.container2 .cta {
  background: #9c4a4a;
  color: white;
  border: none;
  padding: 0.9rem 3rem;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}

.container2 .note {
    margin-top: 1rem;
    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 40px;
}

.info_in {
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_in p{margin: 0;color: #A24E4E;
    padding-left: 10px;font-size: 16px;}

    
.elrolbtn {
    background: #A24E4E;
    display: inline-block;
    width: 965px;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
}

.hero-the-calm-face{
    background: radial-gradient(54.75% 54.75% at 50% 65.38%, #DC7E7E 0%, #A24E4E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blck_gradiant{
    font-family: "Coolvetica Regular";

    background: radial-gradient(15% 50% at 50% 50%, #808080 0%, #1a1a1a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}

/* Responsive */
@media (max-width: 900px) {
  .container2 .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .container2 .price {
    flex-direction: column;
    gap: 0.5rem;
  }

  .container2 .info-bar {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 500px) {
  .container2 .cards {
    grid-template-columns: 1fr;
  }
}
.card-header-block p {
    margin: 0;
}

/* shiv css why choose section end */



/* shiv css iclude section start */
.includes .why, .course, .testimonials, .instructors, .faq {
  padding: 4rem 2rem;
  text-align: center;
}

.includes .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.includes .feature, .card, .testimonial {
  padding: 1.5rem;
  background: #f5eaea;
  border-radius: 8px;
}

.includes .price-box h3 span {
  text-decoration: line-through;
  font-size: 1rem;
  color: gray;
}

.includes .grid, .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.includes .video-placeholder {
  font-size: 3rem;
  background: #ddd;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.includes .footer {
  background: #9c4a4a;
  color: white;
  text-align: center;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .includes .navbar nav {
    display: none;
  }
}


.includes {
  padding: 4rem 2rem;
  background: #ffffff;
  text-align: center;
}

.includes h2 {
    color: #A24E4E;
    margin-bottom: 3rem;
    font-size: 80px;font-family: CMU serif;
}

.includes .includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
/* background: url(./assets/img/include_bg.png); */
}

.includes .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  
  /* border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
  text-align: left;
}

.bodr_right{border-right:1px solid #e9e9e9 ;}
.bodr_bottom{border-bottom:1px solid #e9e9e9 ;}



.includes .icon {
  width: 50px;
  height: 50px;
  background: #9c4a4a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;padding: 8px;
}

.includes .item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.includes .item small {
  font-size: 0.8rem;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .includes .includes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .includes .includes-grid {
    grid-template-columns: 1fr;
  }
}
/* shiv css iclude section end */

/* shiv css herovideo section start */

.hero_video {
      position: relative;
      width: 100%;
      height: 100vh;
      background: url("./assets/img/vediobg.png") top/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    /* overlay */
    .hero_video .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
    }

    .hero_video .hero-content {
      position: relative;
      color: #fff;
      max-width: 816px;
      padding: 80px 20px;
    }

    .hero_video .hero-content p {
      font-size: 38px;
      line-height: 1.0;
      margin-bottom: 30px;font-family: CMU serif;
    }

    /* play button */
    .hero_video .play-btn {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin: 0 auto;
      transition: transform 0.3s ease, background 0.3s ease;
    }

    .hero_video .play-btn:hover {
      transform: scale(1.1);
      background: rgba(255, 255, 255, 0.35);
    }

    .hero_video .play-btn::before {
      content: "";
      border-style: solid;
      border-width: 12px 0 12px 20px;
      border-color: transparent transparent transparent white;
      margin-left: 4px;
    }
    

    /* responsive text */
    @media (max-width: 768px) {
      .video_sec_main .hero-background {
    position: relative;
    height: -webkit-fill-available !important;
}

.video_sec_main .play-btn{width: 70px !important; height: 70px !important;}
/* .ply_btn {
    position: absolute;
  top: 0px !important;
    left: 22px !important;
    font-size: 42px !important;
} */
      .hero_video .hero-content p {
        font-size: 1.3rem;
      }

     .hero_video .play-btn {
        width: 60px;
        height: 60px;
      }
    }

    @media (max-width: 480px) {
      .hero_video .hero-content p {
        font-size: 1.1rem;
      }
    }

    /* shiv css herovideo section end */

    .main-content-wrapper .custom_testimonial {
    width: 100%;
    margin: 0 auto;
}
section.calm_testimonial .main-content{
    background: #E4D6D6 !important;
}
section.calm_testimonial .main-content-wrapper .content-fixed .testimonials .testimonial-cards{gap:15px}
section.calm_testimonial .head {    color: #A24E4E;
    margin-bottom: 3rem;
    font-size: 80px; font-family: CMU serif;}
    section.calm_testimonial .main-content-wrapper .content-fixed .testimonials {
    padding: 28px 0;
    border-bottom: 0;
}


/* section.calm_testimonial .main-content-wrapper .content-fixed .about-me-section{
  padding-top: 50px !important;
} */



section.skincare_sec {
    text-align: center;
    padding: 70px 0px;
    border-bottom: 1px solid #ccc;
}
.skin_head{color: #A24E4E;font-size: 80px;font-family: CMU serif;
       padding: 30px 0px;}
section.skincare_sec p {
    color: #A24E4E;
    font-size: 18px;
}

.footer_calm {
    background: #A24E4E;
    margin: 45px 0px 0px;
}
footer.footer {
    background: inherit !important;
    border: 0 !important;
}

h2.footer_head {
    font-size: 80px;
    color: #fff;
    padding: 50px 20px; font-family: CMU serif;
}

.footer_img {
    padding: 0px 20px 60px;
}
.fotter_social {
    display: flex;
    padding: 8px 0px;
    gap: 10px;
}


@media(max-width:768px){
  .sub-menu{background-color: #fff !important;}
  .desktop_footer{display: block !important;}
  .site-action-button .site-action-icon svg {
    color: #ffffff;
}
.site-header.transparent:not(.stuck).light .site-brand img.default{
  margin: 0 !important;
  max-width: 140px;
}
.hero-title-the{
  font-size: 45px;
}
.hero-section{margin-top: 0;aspect-ratio: 1;}
.calm_hero{aspect-ratio: 413 / 250;}
.hero-section .hero-content{gap:0px;}
.why-choose h2{font-size: 45px;}
    .container2 .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .container2 .card {
    background: #fff;
    padding: 1rem 0rem;}
.container2{width: 100%;}
.container2 .info-bar {
    display: flex;
    justify-content: start;
    gap: 0;
    margin: 2.5rem auto 0 ;
    padding: 0.7rem;
    border: 1px solid #A24E4E;
 
    font-size: 0.9rem;
    width: 100%;
}
.enrollcalm_sec{margin: 150px 20px 0px;}

.info_in {
    display: flex;
    justify-content: start;
    align-items: center;
}
.hero-section {
    overflow: inherit;
}

.elrolbtn {
    width: 100%;

}
  .container2 .price {
        flex-direction: row;
        gap: 0.5rem;
    }

    .container2 .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.container2 .price{padding: 0; margin: 0;}
.container2 .limited {
    font-size: 15px;
}

    .includes .includes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .includes h2{font-size: 45px;}
    .includes .item {
    display: block;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
}
.includes .item p{text-align: center;}
.mob_sec {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
.br-right-0{border-right: 0;}
.br-left-1{border-left: 1px solid #e9e9e9;}
.hero_video {
    position: relative;
    width: 100%;
    height: 40vh;}

    .main-content-wrapper .custom_testimonial {
    width: 100%;
}
section.calm_testimonial .head{font-size: 45px;}
.skin_head{font-size: 45px;}
h2.footer_head {
    font-size: 45px;
    padding: 30px 20px;

}
.footer_img {
    padding: 0px 0px 60px;
}
.footer-area .footer .footer-container{gap:0}

}