@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(146, 118, 100);
  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-image: url("/wp-content/themes/victor-child/assets/img/fundal poza.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: 900px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@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;
}
@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 h3 {
  color: rgb(255, 145, 77);
  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(255, 145, 77);
  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: 80px 0;
}
@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: 36px;
  color: rgb(115, 79, 56);
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text h3 {
    font-size: 24px;
  }
}
.hero .hero-content .hero-text h3 span {
  color: rgb(255, 145, 77);
}
.hero .hero-content .hero-text .content {
  border: 3px solid rgb(198, 188, 183);
  border-radius: 48px;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text .content {
    padding: 30px 20px;
  }
}
.hero .hero-content .hero-text .content p {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  color: rgb(115, 79, 56);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hero .hero-content .hero-text .content p {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.hero .hero-content .hero-text .content p:last-of-type {
  margin-bottom: 0;
}
.hero .hero-content .hero-text .content 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(255, 145, 77);
  margin-bottom: 50px;
  text-align: center;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.curriculum .modules_grid .right_side ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side ul li {
    margin-bottom: 25px;
  }
}
.curriculum .modules_grid .right_side ul li:last-of-type {
  margin-bottom: 0;
}
.curriculum .modules_grid .right_side ul li img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side ul li img {
    width: 50px;
    height: 50px;
  }
}
.curriculum .modules_grid .right_side ul li span {
  font-size: 28px;
  line-height: 1.3;
  color: rgb(115, 79, 56);
  display: block;
}
@media screen and (max-width: 768px) {
  .curriculum .modules_grid .right_side ul li span {
    font-size: 22px;
  }
}
.curriculum .modules_grid .right_side ul li span b {
  font-weight: 700;
}

.why_lifting_wrap {
  background: url("/wp-content/themes/victor-child/assets/img/6.png");
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 76px) {
  .why_lifting_wrap {
    padding: 50px 0;
  }
}
.why_lifting_wrap .why_lifting h2 {
  color: white;
  margin-bottom: 50px;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
.why_lifting_wrap .why_lifting h2 span {
  color: rgb(255, 145, 77);
}
.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;
  margin-bottom: 30px;
}
@media screen and (max-width: 76px) {
  .why_lifting_wrap .why_lifting ul li {
    margin-bottom: 20px;
  }
}
.why_lifting_wrap .why_lifting ul li svg {
  width: 46px;
  height: 46px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting ul li svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
.why_lifting_wrap .why_lifting ul li svg path {
  fill: white;
}
.why_lifting_wrap .why_lifting ul li span {
  font-size: 28px;
  font-weight: 500;
  color: white;
  width: calc(100% - 66px);
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting ul li span {
    font-size: 20px;
    width: calc(100% - 50px);
  }
}
.why_lifting_wrap .why_lifting ul li span b {
  font-weight: 700;
}
.why_lifting_wrap .why_lifting a {
  padding: 20px 80px;
  border-radius: 48px;
  background: white;
  font-size: 28px;
  color: rgb(173, 118, 87);
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .why_lifting_wrap .why_lifting a {
    font-size: 24px;
    padding: 15px 30px;
  }
}

.target-audience {
  padding: 80px 0;
  background: rgb(243, 238, 235);
}
@media screen and (max-width: 768px) {
  .target-audience {
    padding: 50px 0;
  }
}
.target-audience h2 {
  color: rgb(255, 145, 77);
  font-size: 42px;
  margin-bottom: 60px;
  font-family: "Merriweather", serif !important;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .target-audience h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.target-audience .audience-content {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .target-audience .audience-content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.target-audience .audience-content .audience-list .checklist {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
}
.target-audience .audience-content .audience-list .checklist li {
  font-size: 36px;
  color: rgb(115, 79, 56);
  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 .audience-content .audience-list .checklist li {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.target-audience .audience-content .audience-list .checklist li b {
  font-weight: 700;
}
.target-audience .audience-content .audience-list .checklist li svg {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}
.target-audience .audience-content .audience-list .checklist li svg path {
  fill: rgb(233, 233, 233);
}

.instructor {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .instructor {
    padding: 40px;
  }
}
.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 h2 {
  font-size: 48px;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 15px;
  color: rgb(255, 145, 77);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .instructor .instructor_content h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content h2 {
    font-size: 36px;
    margin-left: 0;
    order: 1;
  }
}
.instructor .instructor_content h2 span {
  display: block;
  font-size: 42px;
  color: rgb(84, 57, 51);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content h2 span {
    font-size: 33px;
    margin-left: 0;
  }
}
.instructor .instructor_content .instructor-bio {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio {
    width: 100%;
    order: 3;
  }
}
.instructor .instructor_content .instructor-bio .content {
  border-radius: 48px;
  padding: 30px 20px;
  border: 3px solid rgb(198, 188, 183);
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio .content {
    padding: 20px 15px;
  }
}
.instructor .instructor_content .instructor-bio .content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio .content ul li {
    margin-bottom: 20px;
  }
}
.instructor .instructor_content .instructor-bio .content ul li svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-top: 10px;
}
.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;
  max-width: calc(100% - 61px);
  color: rgb(173, 118, 87);
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-bio .content ul li span {
    font-size: 18px;
  }
}
.instructor .instructor_content .instructor-bio .content ul li span b {
  font-weight: 700;
  display: block;
  color: rgb(115, 79, 56);
}
.instructor .instructor_content .instructor-image {
  width: 35%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-image {
    width: 70%;
    margin: 0 auto;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .instructor .instructor_content .instructor-image img {
    display: block;
  }
}

.package_wrap {
  background: rgb(243, 238, 235);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .package_wrap {
    padding: 50px 0;
  }
}
.package_wrap .package h2 {
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
  margin-left: 15px;
  color: rgb(255, 145, 77);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .package_wrap .package h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.package_wrap .package .content {
  border-radius: 48px;
  padding: 30px 50px;
  border: 3px solid rgb(198, 188, 183);
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content {
    padding: 20px;
  }
}
.package_wrap .package .content h3 {
  text-transform: uppercase;
  color: rgb(115, 79, 56);
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
@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(80, 46, 30);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content h3 span {
    font-size: 48px;
  }
}
.package_wrap .package .content ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li {
    font-size: 20px;
  }
}
.package_wrap .package .content ul li svg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(173, 134, 112);
  margin-right: 15px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li svg {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: 10px;
  }
}
.package_wrap .package .content ul li svg path {
  fill: rgb(243, 238, 235);
}
.package_wrap .package .content ul li span {
  font-size: 24px;
  font-weight: 500;
  color: rgb(115, 79, 56);
  width: calc(100% - 75px);
}
@media screen and (max-width: 768px) {
  .package_wrap .package .content ul li span {
    font-size: 20px;
    width: calc(100% - 50px);
  }
}
.package_wrap .package .content ul li span b {
  font-weight: 700;
  color: rgb(74, 42, 27);
}
.package_wrap .package .price {
  display: flex;
  justify-content: center;
  color: rgb(115, 79, 56);
  font-size: 36px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 40px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .price {
    font-size: 24px;
  }
}
.package_wrap .package .price span {
  text-decoration: line-through;
  margin-left: 10px;
  color: rgb(115, 79, 56);
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .package_wrap .package .price span {
    font-size: 24px;
  }
}
.package_wrap .package .price .badge {
  background: rgb(255, 145, 77);
  padding: 10px 50px;
  font-weight: 300;
  margin-left: 25px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .package_wrap .package .price .badge {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
  }
}
.package_wrap .package a {
  font-size: 28px;
  color: white;
  padding: 15px 30px;
  border-radius: 48px;
  background: rgb(255, 145, 77);
  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: 48px;
  margin-bottom: 20px;
  text-align: center;
  color: rgb(255, 145, 77);
  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(198, 188, 183);
  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(115, 79, 56);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.testimonials .testimonials-grid .testimonial-card .testimonial-content .testimonial-text {
  color: rgb(173, 118, 87);
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.enrollment {
  padding: 100px 0;
  background: url("/wp-content/themes/victor-child/assets/img/12.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: 36px;
    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;
  }
}

.btn-enroll {
  display: block;
  background-color: rgb(255, 145, 77);
  color: white;
  padding: 20px 60px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .btn-enroll {
    padding: 20px 30px;
    font-size: 20px;
  }
}

.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(146, 118, 100);
  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 */
