@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: "Belgiano Serif";
  src:
    url("./public/fonts/belgiano_serif/Belgiano.woff2") format("woff2"),
    url("./public/fonts/belgiano_serif/Belgiano.woff") format("woff"),
    url("./public/fonts/belgiano_serif/Belgiano.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::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;
 
}
@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;}
}

.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;
}
@media (max-width: 992px) {
  .header__toggle svg {
    width: 20px;
    height: 16.664px;
  }
}

.site-navigation .menu a, .site-navigation .menu .menu-item-label{
  color: #000 !important;
}
.hero-section {
  width: 100%;
  aspect-ratio: 1440/700;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-section {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    margin-top: 6px;
    aspect-ratio: 1;
  }
}


header#masthead {
    background: #1A1A1A;
}

.site-navigation .menu a{color: #fff !important;}
/* .site-header .site-navigation .menu a {
    font-family: inherit;
} */
 .site-navigation .menu a, .site-navigation .menu .menu-item-label {
    color: #ffffff !important;
}
 .sub-menu {
    background: #1a1a1a !important;
    border: 0 !important;
}
.site-brand-logo.default {
    width: 170px !important;
    height: 170px;
    mix-blend-mode: inherit;
    left: -28px;
    top: 0px;
}
.site-header .site-navigation .menu>.menu-item-has-children:after{
  top: calc(var(--header-height-desktop, var(--theme-header-height-desktop)) + -2.8376rem) !important;
}
@media(max-width:768px){
      .site-header.transparent:not(.stuck).light .site-brand img.default {
        margin: 0 !important;
        max-width: 140px;
    }
    .site-action-button .site-action-icon svg, .site-action-button .site-action-icon img {
    color: #ffffff;
}
    .hero-section {
        margin: 0 !important;
    }

    .sub-menu {
    background: #ffffff !important;
    border: 0 !important;
}
.desktop_footer {
        display: block !important;
    }
    .site-navigation .menu a, .site-navigation .menu .menu-item-label {
    color: #000 !important;
}
}

.hero-section .hero-background {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.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: 40px;
}
.hero-section .hero-content .hero-title {
  font-family: "Coolvetica Regular";
  font-size: 90px;
  font-weight: 400;
  line-height: 1.1;
  background: radial-gradient(50% 50% at 50% 50%, #808080 0%, #1a1a1a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: 56px;
  }
}
.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%, #369764 0%, #16531e 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;
  }
}

.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 20px 16px 20px;
  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: 20px;
  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;
  }
}
.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);
  }
}
.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: 100px;
}
.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: 100px;
  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: #1A1A1A;
  font-family: "Coolvetica Regular";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .main-content-wrapper .content-fixed .about-me-section__heading {
    font-size: 28px;
  }
}
.main-content-wrapper .content-fixed .about-me-section__video-container {
  width: 100%;
  aspect-ratio: 1/0.6;
  overflow: hidden;
  border-radius: 10px;
  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: italic;
}
.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: 25px;
}
.main-content-wrapper .content-fixed .about-me-section__social-text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #1A1A1A;
}
.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 50%;
  max-width: 50%;
}
@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;
}
.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: 110px;
  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: #1A1A1A;
}
@media (max-width: 768px) {
  .faq-section__heading {
    font-size: 28px;
  }
}
.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: 120px 10px 60px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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: #1A1A1A;
  font-family: "Coolvetica Regular";
  font-size: 22px;
  opacity: 0.8;
}
.footer-area .footer .footer-column p {
  color: #1A1A1A;
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.4;
  padding-right: 0 !important;
}
.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: #1A1A1A;
  font-size: 16px;
  opacity: 0.8;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}
.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%;
    height: 90vh;
    overflow: hidden;
    font-family: 'Playfair Display', serif;
}

/* 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;

    display: grid;
    grid-template-columns: 1fr auto; /* LEFT | RIGHT */
    align-items: end;                /* 🔑 bottom alignment */
    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;font-family: Belgiano serif !important;
}

.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;
    flex-wrap: wrap;
}

/* 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: 100%;
        object-fit: fill;
        object-position: center;
    }

    /* CONTENT OVER IMAGE */
    .hero-section .hero-content {
        position: absolute;
        bottom: 20px;
        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;font-family: Belgiano serif !important;
    }

    .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;
    }
