@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
body {
  margin: 0;
  color: #341D74;
  font-family: "Merriweather", serif !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

:root {
  --beige-1: #EADACA; /* light */
  --beige-2: #D8C7B5; /* mid */
  --beige-3: #A88E73; /* dark stroke */
}

svg {
  display: inline-block;
  vertical-align: middle;
}

.icon-stroke {
  stroke: var(--beige-3);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-accent {
  fill: var(--beige-1);
  opacity: 0.95;
}

a.button {
  background-color: #ff6b6b;
  color: white;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
a.button:hover {
  background-color: #ff5252;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

h6.subtitle {
  padding: 5px 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0D1318;
  text-transform: uppercase;
  background: #FFE700;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 26px;
}

.container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1530px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.page_404 {
  padding: 200px 0;
  text-align: center;
}
.page_404 h2 {
  font-size: 36px;
  color: white;
  margin-bottom: 25px;
  font-weight: 700;
}
.page_404 h1 {
  font-size: 124px;
  font-weight: 700;
  margin-bottom: 36px;
}
.page_404 a {
  margin: 0 auto;
}

.woocommerce-checkout article {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 0;
  color: initial;
}
@media screen and (max-width: 1530px) {
  .woocommerce-checkout article {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .woocommerce-checkout article {
    max-width: 991px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout article {
    max-width: 768px;
  }
}
.woocommerce-checkout article h1 {
  font-weight: 800;
  font-size: 52px;
  line-height: 105%;
  letter-spacing: -4%;
  color: #111013;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout article h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.woocommerce-checkout article h2 {
  font-weight: 700;
  font-size: 20.4px;
  line-height: 26px;
  color: #111013;
}
.woocommerce-checkout article .wc-block-checkout__terms .wc-block-components-checkbox__label a {
  color: rgb(46, 25, 102);
}
.woocommerce-checkout article .wc-block-checkout__actions .wc-block-checkout__actions_row {
  justify-content: center;
}
.woocommerce-checkout article .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  display: none;
}
.woocommerce-checkout article .wc-block-checkout__actions .wc-block-checkout__actions_row button {
  background-color: rgb(255, 145, 77);
  color: white;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.woocommerce-checkout article #radio-control-wc-payment-method-options-maib__content span img {
  max-width: 300px;
}

.woocommerce-order-received h2 {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-order-overview {
  margin-top: 25px !important;
}
.woocommerce-order-received .woocommerce-customer-details address {
  line-height: 1.5;
}

.text_page h2 {
  text-align: left;
  margin-top: 35px;
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

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

header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header {
    transition: all 0.4s;
  }
}
header.scrolled {
  backdrop-filter: blur(16px);
}
header .header_content {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_content .left_side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 450px) {
  header .header_content .left_side {
    flex-wrap: wrap;
  }
}
header .header_content .left_side .phone {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  header .header_content .left_side .phone {
    margin-left: 10px;
  }
}
header .header_content .left_side .phone b {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  header .header_content .left_side .phone b {
    display: none;
  }
}
header .header_content .right_side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header .header_content .right_side {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 116px;
    background: rgb(46, 25, 102);
    z-index: 9;
    padding: 60px 30px;
    max-width: 300px;
    display: none;
  }
}
header .header_content .right_side .primary-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  header .header_content .right_side .primary-navigation ul {
    flex-wrap: wrap;
  }
}
header .header_content .right_side .primary-navigation ul li {
  margin: 0 15px;
}
@media screen and (max-width: 991px) {
  header .header_content .right_side .primary-navigation ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
header .header_content .right_side .primary-navigation ul li a {
  font-weight: 700;
  font-size: 16.6px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  header .header_content .right_side .primary-navigation ul li a {
    color: white;
    font-size: 22px;
  }
}
header .header_content .right_side a.rezervare_buton {
  padding: 11px 24px;
}
@media screen and (max-width: 1230px) {
  header .header_content .right_side a.rezervare_buton {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .header_content .right_side a.rezervare_buton {
    background: white;
    color: rgb(46, 25, 102);
    margin-bottom: 15px;
  }
}
header .header_content .right_side .lang-navigation {
  margin-left: 40px;
}
@media screen and (max-width: 1230px) {
  header .header_content .right_side .lang-navigation {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header_content .right_side .lang-navigation {
    margin-left: 10px;
  }
}
header .header_content .right_side .lang-navigation .lang-menu-container ul.menu-wrapper li.pll-parent-menu-item:hover ul.sub-menu {
  display: block;
}
header .header_content .right_side .lang-navigation .lang-menu-container ul.menu-wrapper li.pll-parent-menu-item a {
  padding: 0;
  display: block;
}
header .header_content .right_side .lang-navigation .lang-menu-container ul.menu-wrapper li.pll-parent-menu-item a img {
  width: 39px !important;
  border-radius: 4px;
}
header .header_content .right_side .lang-navigation .lang-menu-container ul.menu-wrapper li.pll-parent-menu-item ul.sub-menu {
  position: absolute;
  display: none;
}
header .header_content .burger {
  display: none;
}
@media screen and (max-width: 991px) {
  header .header_content .burger {
    display: block;
    position: relative;
    width: 28px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  header .header_content .burger {
    margin-left: 10px;
  }
}
header .header_content .burger.active span:first-of-type {
  top: 23px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
header .header_content .burger.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_content .burger.active span:last-of-type {
  bottom: 23px;
  transform: rotate(45deg);
  transition: all 0.4s;
}
header .header_content .burger span {
  width: 18px;
  height: 2px;
  background: rgb(46, 25, 102);
  border-radius: 999px;
  display: block;
  position: absolute;
  left: calc(50% - 9px);
  transition: all 0.4s;
}
header .header_content .burger span:first-of-type {
  top: 16px;
}
header .header_content .burger span:nth-of-type(2) {
  top: 23px;
}
header .header_content .burger span:last-of-type {
  bottom: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #0066cc;
  --primary-dark: #004999;
  --secondary-color: #00a86b;
  --accent-color: #ff6b6b;
  --text-dark: #1a1a1a;
  --text-medium: #4a4a4a;
  --text-light: #6a6a6a;
  --bg-light: #f8f9fa;
  --bg-white: #ffffff;
  --border-color: #e0e0e0;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 4px 20px rgba(0, 0, 0, 0.15);
}

body {
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-white);
}
body.home header.site-header {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgb(84, 57, 51);
  margin-bottom: 24px;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: rgb(84, 57, 51);
  margin-bottom: 24px;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: rgb(84, 57, 51);
  margin-bottom: 16px;
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-medium);
  margin-bottom: 16px;
}

strong {
  color: var(--text-dark);
  font-weight: 600;
}

.header {
  background-color: rgb(169, 85, 85);
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.scrolled .site-logo img {
  max-width: 150px;
  transition: all 0.3s;
}
.header .site-logo img {
  max-width: 200px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .site-logo img {
    max-width: 150px;
  }
}

.main_section_wrap {
  background: url("/wp-content/themes/victor-child/assets/img/2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.main_section_wrap .main_section {
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_section {
    padding: 40px 0;
  }
}
.main_section_wrap .main_section img {
  margin: 0 auto 30px;
  max-width: 350px;
}
.main_section_wrap .main_section h1 {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 6rem;
  margin: 0 auto 30px;
  font-family: "Merriweather", serif !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1230px) {
  .main_section_wrap .main_section h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_section h1 {
    font-size: 36px;
    margin: 0 auto 20px;
  }
}
.main_section_wrap .main_section h2 {
  font-size: 3rem;
  color: white;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_section h2 {
    margin-bottom: 20px;
  }
}
.main_section_wrap .main_section h3 {
  color: rgb(211, 108, 93);
  font-size: 42px;
  line-height: 59px;
  font-family: "Merriweather", serif !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_section h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.main_section_wrap .main_section h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0 auto 30px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Merriweather", serif !important;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_section h5 {
    font-size: 18px;
  }
}
.main_section_wrap .main_section a {
  width: fit-content;
  display: block;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  border-radius: 48px;
  padding: 15px 60px;
  color: rgb(150, 47, 47);
  font-family: "Merriweather", serif !important;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .main_section_wrap .main_section a {
    padding: 15px 40px;
  }
}

.hero {
  padding: 60px 0;
  background: #a95555;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 40px 0;
  }
}
.hero .hero-content {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content {
    margin-top: 25px;
  }
}
.hero .hero-content .hero-text h3 {
  font-size: 30px;
  color: rgb(150, 47, 47);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  background: rgb(255, 255, 255);
  padding: 30px 50px;
  border-radius: 68px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text h3 {
    font-size: 24px;
    padding: 20px 10px;
    border-radius: 24px;
    margin-bottom: 20px;
  }
}
.hero .hero-content .hero-text h3 span {
  font-size: 52px;
  text-transform: uppercase;
  display: block;
  color: rgb(150, 47, 47);
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text h3 span {
    font-size: 32px;
  }
}
.hero .hero-content .hero-text p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text p {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.hero .hero-content .hero-text p b {
  font-weight: 700;
}
.hero .hero-content .hero-text span {
  text-transform: uppercase;
  font-size: 26px;
  color: #ffffff;
  padding: 30px;
  border-radius: 48px;
  border: 1px solid white;
  display: block;
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text span {
    font-size: 20px;
    padding: 15px;
    border-radius: 24px;
  }
}
.hero .hero-content .content {
  padding: 0 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content {
    padding: 0;
    margin-bottom: 30px;
  }
}
.hero .hero-content .content p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content p {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.hero .hero-content .content p:last-of-type {
  margin-bottom: 0;
}
.hero .hero-content .content p b {
  font-weight: 700;
}
.hero .hero-content .content .subtitle {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content .subtitle {
    font-size: 22px;
  }
}
.hero .hero-content .content .description_with_white {
  background: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content .description_with_white {
    padding: 30px 15px;
  }
}
.hero .hero-content .content .description_with_white h6 {
  text-align: center;
  color: rgb(150, 47, 47);
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content .description_with_white h6 {
    text-align: left;
    font-size: 20px;
  }
}
.hero .hero-content .content .description_with_white ul {
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .hero .hero-content .content .description_with_white ul {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content .description_with_white ul {
    padding: 0;
  }
}
.hero .hero-content .content .description_with_white ul li {
  padding-left: 55px;
  position: relative;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: rgb(150, 47, 47);
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content .description_with_white ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.hero .hero-content .content .description_with_white ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 19px);
  width: 38px;
  height: 38px;
  background: url("/wp-content/themes/victor-child/assets/img/li_marker.svg");
  background-size: contain;
}
.hero .hero-content .content .description_with_white ul li b {
  font-weight: 700;
}
.hero .hero-content .content .description_with_white p {
  color: rgb(150, 47, 47);
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .content .description_with_white p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.hero .hero-content .content .description_with_white p b {
  font-weight: 700;
}

.about-course {
  padding: 80px 0;
  background-color: rgb(255, 245, 234);
}
@media screen and (max-width: 768px) {
  .about-course {
    padding: 50px 0;
  }
}
.about-course .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .about-course .head {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.about-course .head h2 {
  width: 48%;
  text-align: left;
  padding-right: 30px;
  border-right: 2px solid rgb(238, 211, 189);
  color: rgb(84, 57, 51);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-course .head h2 {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 2px solid rgb(238, 211, 189);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.about-course .head p {
  width: 48%;
  font-size: 1.375rem;
  line-height: 1.8;
  color: var(--text-medium);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .about-course .head p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about-course .course-text h3 {
  color: rgb(84, 57, 51);
  margin-bottom: 0;
}
.about-course .course-text .benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgb(238, 211, 189);
  padding: 25px 15px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .about-course .course-text .benefits-list {
    flex-wrap: wrap;
  }
}
.about-course .course-text .benefits-list li {
  width: 49%;
  margin-bottom: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .about-course .course-text .benefits-list li {
    width: 100%;
  }
}
.about-course .benefits-list {
  list-style: none;
  margin: 24px 0;
}
.about-course .benefits-list li {
  font-size: 1.125rem;
  color: var(--text-medium);
  padding: 12px 0;
  padding-left: 8px;
  line-height: 1.8;
}
.about-course .trust-text {
  padding: 24px;
  border-radius: 8px;
  margin-top: 32px;
  border-left: 4px solid rgb(84, 57, 51);
}
@media screen and (max-width: 768px) {
  .about-course .trust-text {
    padding: 15px;
  }
}

.curriculum {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .curriculum {
    padding: 40px 0;
  }
}
.curriculum .modules_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .curriculum .modules_grid {
    flex-wrap: wrap;
  }
}
.curriculum .modules_grid .left_side {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .curriculum .modules_grid .left_side {
    width: 100%;
    margin-bottom: 20px;
  }
}
.curriculum .modules_grid .left_side img {
  width: 100%;
}
.curriculum .modules_grid .right_side {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .curriculum .modules_grid .right_side {
    width: 100%;
    padding: 0;
  }
}
.curriculum .modules_grid .right_side h2 {
  color: rgb(150, 47, 47);
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.curriculum .modules_grid .right_side ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side ul li {
    margin-bottom: 15px;
  }
}
.curriculum .modules_grid .right_side ul li:last-of-type {
  margin-bottom: 0;
}
.curriculum .modules_grid .right_side ul li.ul_in_li {
  flex-wrap: wrap;
}
.curriculum .modules_grid .right_side ul li.ul_in_li span {
  width: calc(100% - 60px);
}
.curriculum .modules_grid .right_side ul li.ul_in_li ul {
  width: 100%;
  padding-left: 75px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side ul li.ul_in_li ul {
    padding-left: 55px;
  }
}
.curriculum .modules_grid .right_side ul li.ul_in_li ul li {
  margin-bottom: 5px;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  color: rgb(150, 47, 47);
}
.curriculum .modules_grid .right_side ul li.ul_in_li ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  background: rgb(150, 47, 47);
}
.curriculum .modules_grid .right_side ul li img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side ul li img {
    width: 30px;
    height: 30px;
  }
}
.curriculum .modules_grid .right_side ul li span {
  font-size: 20px;
  line-height: 1.3;
  color: rgb(150, 47, 47);
  display: block;
}
.curriculum .modules_grid .right_side ul li span b {
  font-weight: 700;
}

.why_lifting_wrap {
  background: rgb(169, 85, 85);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap {
    padding: 50px 0;
  }
}
.why_lifting_wrap h2 {
  color: white;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap h2 {
    margin-bottom: 25px;
  }
}
.why_lifting_wrap .why_lifting {
  background: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 48px;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting {
    padding: 30px 15px;
  }
}
.why_lifting_wrap .why_lifting ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting ul {
    margin-bottom: 20px;
  }
}
.why_lifting_wrap .why_lifting ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting ul li {
    margin-bottom: 20px;
  }
}
.why_lifting_wrap .why_lifting ul li .number {
  font-size: 52px;
  color: rgb(211, 108, 93);
  font-weight: 700;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting ul li .number {
    font-size: 40px;
    margin-right: 15px;
  }
}
.why_lifting_wrap .why_lifting ul li span {
  font-size: 24px;
  font-weight: 400;
  color: rgb(150, 47, 47);
  width: calc(100% - 66px);
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting ul li span {
    font-size: 18px;
  }
}
.why_lifting_wrap .why_lifting ul li span b {
  font-weight: 700;
}
.why_lifting_wrap .why_lifting p {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  color: rgb(150, 47, 47);
  text-align: center;
  line-height: 1.4;
  max-width: 800px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting p {
    font-size: 18px;
  }
}
.why_lifting_wrap .why_lifting p b {
  font-weight: 700;
}

.target-audience {
  padding: 80px 0;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .target-audience {
    padding: 50px 0;
  }
}
.target-audience h2 {
  color: rgb(150, 47, 47);
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "Merriweather", serif !important;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .target-audience h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .target-audience h2 br {
    display: none;
  }
}
.target-audience .checklist {
  list-style: none;
  max-width: 840px;
  margin: 0 auto 60px;
}
.target-audience .checklist li {
  font-size: 24px;
  color: rgb(150, 47, 47);
  padding: 0px 0 0px 66px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "Merriweather", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .target-audience .checklist li {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0px 0 0px 50px;
  }
}
.target-audience .checklist li b {
  font-weight: 700;
}
.target-audience .checklist li svg {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 19px);
}
@media screen and (max-width: 768px) {
  .target-audience .checklist li svg {
    margin-right: 12px;
  }
}
.target-audience .checklist li svg path {
  fill: rgb(233, 233, 233);
}
.target-audience h5 {
  text-transform: uppercase;
  color: white;
  background: rgb(169, 85, 85);
  padding: 25px;
  font-size: 32px;
  text-align: center;
  border-radius: 48px;
}
@media screen and (max-width: 768px) {
  .target-audience h5 {
    padding: 25px 15px;
    font-size: 20px;
    border-radius: 24px;
  }
}

.instructor {
  padding: 80px 0 0;
  background: rgb(169, 85, 85);
}
@media screen and (max-width: 768px) {
  .instructor {
    padding: 40px 0 0 !important;
  }
}
.instructor .instructor_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content {
    width: 100%;
  }
}
.instructor .instructor_content .instructor-bio {
  width: 45%;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
.instructor .instructor_content .instructor-bio h2 {
  font-size: 42px;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio h2 {
    font-size: 26px;
  }
}
.instructor .instructor_content .instructor-bio h2 span {
  display: block;
  text-transform: uppercase;
}
.instructor .instructor_content .instructor-bio .content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio .content ul li {
    margin-bottom: 15px;
  }
}
.instructor .instructor_content .instructor-bio .content ul li svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio .content ul li svg {
    width: 20px;
    height: 20px;
  }
}
.instructor .instructor_content .instructor-bio .content ul li svg path {
  fill: rgb(233, 233, 233);
}
.instructor .instructor_content .instructor-bio .content ul li span {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  max-width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio .content ul li span {
    font-size: 18px;
    max-width: calc(100% - 35px);
  }
}
.instructor .instructor_content .instructor-bio .content ul li span b {
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.instructor .instructor_content .instructor-image {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-image {
    width: 100%;
    order: 2;
    margin: 15px auto 0;
  }
}
.instructor .instructor_content .instructor-image img {
  display: block;
}

.package_wrap {
  background: rgb(169, 85, 85);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .package_wrap {
    padding: 50px 0;
  }
}
.package_wrap .packages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.package_wrap .packages h2 {
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .package_wrap .packages h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.package_wrap .package {
  width: calc(50% - 20px);
  border-radius: 48px;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .package_wrap .package {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 24px;
  }
}
.package_wrap .package .content {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content {
    padding: 20px;
  }
}
.package_wrap .package .content h3 {
  text-transform: uppercase;
  color: rgb(150, 47, 47);
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content h3 {
    font-size: 24px;
  }
}
.package_wrap .package .content h3 span {
  display: block;
  font-size: 64px;
  color: rgb(65, 32, 16);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content h3 span {
    font-size: 48px;
  }
}
.package_wrap .package .content h3 .note {
  text-align: center;
  font-size: 16px;
  color: rgb(150, 47, 47);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.package_wrap .package .content ul {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul {
    margin-top: 20px;
  }
}
.package_wrap .package .content ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.package_wrap .package .content ul li.basic_package span {
  text-decoration: line-through;
  color: rgb(211, 202, 155);
}
.package_wrap .package .content ul li svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.package_wrap .package .content ul li .li_content {
  width: calc(100% - 55px);
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li .li_content {
    width: calc(100% - 40px);
  }
}
.package_wrap .package .content ul li .li_content p {
  font-size: 18px;
  font-weight: 500;
  color: rgb(150, 47, 47);
  width: calc(100% - 75px);
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li .li_content p {
    font-size: 16px;
    width: 100%;
  }
}
.package_wrap .package .content ul li .li_content p b {
  font-weight: 700;
}
.package_wrap .package .content ul li .li_content ul {
  margin-top: 10px;
}
.package_wrap .package .content ul li .li_content ul li {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(150, 47, 47);
  width: calc(100% - 75px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li .li_content ul li {
    padding-left: 10px;
  }
}
.package_wrap .package .content ul li .li_content ul li:first-of-type {
  padding-left: 0;
}
.package_wrap .package .content ul li .li_content ul li b {
  font-weight: 700;
}
.package_wrap .package .content ul li span {
  font-size: 18px;
  font-weight: 500;
  color: rgb(150, 47, 47);
  width: calc(100% - 75px);
  align-self: center;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li span {
    font-size: 16px;
    width: calc(100% - 50px);
  }
}
.package_wrap .package .content ul li span b {
  font-weight: 700;
}
.package_wrap .package .content .old_price {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: rgb(211, 108, 93);
  text-decoration: line-through;
}
.package_wrap .package .content .new_price {
  font-size: 36px;
  padding: 10px 30px;
  border: 2px solid rgb(150, 47, 47);
  border-radius: 6px;
  line-height: 1;
  background: rgb(249, 249, 241);
  width: fit-content;
  margin: 15px auto 30px;
  color: rgb(150, 47, 47);
  font-weight: 600;
}
.package_wrap .package a {
  font-size: 24px;
  color: white;
  padding: 15px 50px;
  border-radius: 48px;
  background: rgb(177, 80, 76);
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .package_wrap .package a {
    font-size: 24px;
  }
}

.testimonials {
  padding: 80px 0;
}
.testimonials h2 {
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
  color: rgb(150, 47, 47);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .testimonials h2 {
    font-size: 32px;
  }
}
.testimonials h2 span {
  display: block;
  color: rgb(115, 79, 56);
  text-transform: initial;
}
.testimonials .testimonials-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonials-grid {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: initial;
    justify-content: space-between;
  }
}
.testimonials .testimonials-grid .testimonial-card {
  width: 49%;
  border: 3px solid rgb(169, 85, 85);
  border-radius: 48px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonials-grid .testimonial-card {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials .testimonials-grid .testimonial-card {
    width: 100%;
    flex-wrap: wrap;
  }
}
.testimonials .testimonials-grid .testimonial-card:nth-of-type(2) {
  align-self: flex-end;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonials-grid .testimonial-card:last-of-type {
    width: 100%;
  }
}
.testimonials .testimonials-grid .testimonial-card .testimonial-image {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .testimonials .testimonials-grid .testimonial-card .testimonial-image {
    width: 45px;
    height: 45px;
    margin-bottom: 7px;
  }
}
.testimonials .testimonials-grid .testimonial-card .testimonial-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.testimonials .testimonials-grid .testimonial-card .testimonial-content {
  margin-left: 10px;
  width: calc(100% - 72px);
}
@media screen and (max-width: 768px) {
  .testimonials .testimonials-grid .testimonial-card .testimonial-content {
    margin-left: 0;
    width: 100%;
  }
}
.testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-author {
  font-size: 24px;
  color: rgb(169, 85, 85);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-text {
  color: rgb(169, 85, 85);
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.testimonials a {
  width: fit-content;
  margin: 80px auto 0;
  padding: 25px 65px;
  font-size: 28px;
  color: white;
  background: rgb(191, 112, 108);
  border-radius: 48px;
  display: block;
}
@media screen and (max-width: 768px) {
  .testimonials a {
    width: 100%;
    margin: 40px auto 0;
    padding: 15px 45px;
    font-size: 22px;
    text-align: center;
  }
}

.enrollment {
  padding: 100px 0;
  background: url("/wp-content/themes/victor-child/assets/img/20.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .enrollment {
    padding: 50px 0;
  }
}

.enrollment-box h2 {
  font-size: 48px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .enrollment-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

h4 {
  font-size: 32px;
  color: white;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .buttons {
    flex-wrap: wrap;
  }
}
.buttons .btn-enroll {
  display: block;
  background-color: rgb(255, 255, 255);
  color: rgb(150, 47, 47);
  padding: 20px 60px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease;
  width: 45%;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .buttons .btn-enroll {
    padding: 20px 30px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
}

.price {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .price {
    flex-wrap: wrap;
  }
}
.price .old_price {
  font-size: 22px;
  color: rgb(255, 145, 77);
  line-height: 1.2;
  text-decoration: line-through;
}
.price .new_price {
  color: rgb(255, 145, 77);
  font-size: 28px;
  margin: 0 25px;
  line-height: 1.2;
}
.price span {
  font-size: 22px;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .price span {
    width: 100%;
    text-align: center;
  }
}

.footer {
  background-color: rgb(169, 85, 85);
  color: white;
  padding: 40px 0;
  text-align: center;
}
.footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p, .intro-text {
    font-size: 1rem;
  }
  .hero-content, .course-intro, .audience-content, .instructor-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero, .about-course, .curriculum, .target-audience, .instructor, .testimonials, .enrollment {
    padding: 48px 0;
  }
  .price-new {
    font-size: 3rem;
  }
  .modules-grid, .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .enrollment-features {
    flex-direction: column;
    gap: 16px;
  }
}
#countdown {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#countdown .time-box {
  width: calc(25% - 20px);
  margin: 0 10px;
  border: 3px solid rgb(198, 188, 183);
  border-radius: 24px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #countdown .time-box {
    padding: 5px;
    width: calc(25% - 10px);
    margin: 0 5px;
  }
}
#countdown .time-box span {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #countdown .time-box span {
    font-size: 36px;
  }
}
#countdown .time-box .label {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #countdown .time-box .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .footer-navigation {
    width: 100%;
  }
}
footer.site-footer .footer_content .footer-navigation ul li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
footer.site-footer .footer_content .footer-navigation ul li a {
  font-weight: 500;
  font-size: 22px;
  line-height: 26.4px;
  color: rgba(255, 255, 255, 0.8);
}
footer.site-footer .footer_content .left_side {
  width: 100%;
  text-align: center;
}
footer.site-footer .footer_content .left_side img {
  max-width: 300px;
  margin: 30px auto;
}
footer.site-footer .footer_content .right_side {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .right_side {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .right_side img {
  max-width: 80px;
  margin: 0 15px;
}
footer.site-footer .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_bottom p {
    text-align: center;
    width: 100%;
  }
}

.text_page {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .text_page {
    margin-top: 106px;
  }
}
.text_page h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.text_page p, .text_page li {
  margin-bottom: 7px;
  line-height: 24px;
}
.text_page a {
  color: #DB002A;
}
.text_page h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.text_page strong {
  font-weight: 600;
}
.text_page ul, .text_page ol {
  padding-left: 20px;
}
.text_page ul li, .text_page ol li {
  list-style: auto !important;
}
.text_page hr {
  display: none;
}

/*# sourceMappingURL=main.css.map */
