
/* =====================================================
   PROeffect Academy — Курси мікроблейдингу
   ===================================================== */
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
.page-template-page-mikroblejdyng {
    background-color: #e7f0f9;
}
.pe-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #000;
  min-height: calc(100vh - 160px);
}

.pe-hero .pe-hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  min-height: calc(100vh - 160px);
}

.pe-hero .pe-hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;      /* скидаємо */
  height: 1px;     /* скидаємо */
  min-width: 177.78vh;
  min-height: 56.25vw;
  /* Гарантуємо покриття контейнера */
  min-width: max(100%, 177.78vh);
  min-height: max(100%, 56.25vw);
  transform: translate(-50%, -50%);
  pointer-events: none;
  aspect-ratio: 16 / 9 !important;
}

.pe-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pe-hero .pe-hero-content,
.pe-hero .vc_row_inner {
  position: relative;
  z-index: 2;
  padding: 100px 40px 80px !important;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.pe-hero .pe-hero-h1 .vc_custom_heading,
.pe-hero h1.vc_custom_heading {
  font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 6.8px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    line-height: 1;
}

.pe-hero .pe-hero-sub.vc_custom_heading {
  font-family: "Sofia Sans", Sans-serif;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.pe-hero .pe-hero-desc.vc_custom_heading {
  font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.pe-instructor {
    position; relative;
}
.pe-instructor-header {
    position: absolute;
    width: 100%;
    top: 100px;
}
.pe-instructor-title {
    font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.pe-instructor-content {
    position: absolute;
    width: 100%;
    top: 260px;
    z-index: 1;
}
.pe-instructor-card .vc_column-inner>.wpb_wrapper{
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(59, 59, 59, 0.5);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    max-width: 450px;
}
.pe-instructor-name {
    font-family: "Sofia Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}
.pe-instructor-card .vc_column-inner>.wpb_wrapper p {
    margin-bottom: 10px;
}
.pe-section-advantages {
}
.pe-advantages-title.vc_custom_heading {
  font-family: "Open Sans", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3B3B3B;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pe-adv-card {
  background-color: #ECE6E4;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.pe-adv-card .pe-adv-card-title.vc_custom_heading {
  font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #A0817E;
  margin-bottom: 20px;
}

.pe-adv-card .pe-adv-sep .vc_separator_holder .vc_sep_line {
  border-color: #c5a882 !important;
}

.pe-adv-card .pe-adv-card-text p,
.pe-adv-card .wpb_wrapper p {
  font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0 !important;
}

.pe-section-benefits {
}
.pe-benefits-title.vc_custom_heading {
  font-family: "Open Sans", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3B3B3B;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pe-benefit-box {
  margin-bottom: 10px;
}
.pe-benefit-box .vc_column-inner {
  padding: 10px;
  border: 2px solid #A0817E;
  border-radius: 10px;
}
.pe-benefit-box .vc_column-inner .wpb_wrapper {
    display: flex;
      align-items: flex-start;
      gap: 20px;
}
.pe-benefit-icon svg {
  flex-shrink: 0;
  margin-top: 4px;
}

.pe-benefit-text p {
  font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.pe-section-course {
}

.pe-course-title.vc_custom_heading {
  font-family: "Open Sans", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3B3B3B;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pe-course-grid {
  border-radius: 10px;
}

.pe-course-col {
  padding: 20px !important;
}

.pe-course-label.vc_custom_heading {
  font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #F5D7CF;
}

.pe-course-value {
  font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #F5D7CF;
    margin-bottom: 0.625rem;
}
.pe-course-btn,
.pe-installment-btn {
    width: 100%;
    margin: 10px 0 0 0 !important;
}
.pe-course-btn a.vc_btn3,
.pe-installment-btn button.vc_btn3 {
    background-color: #E82D4C !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 10px 10px;
    padding: 15px 15px 15px 15px;
    width: 100% !important;
    border: none !important;
    color: #fff !important;
}

.pe-section-program {
}

.pe-program-title.vc_custom_heading {
  font-family: "Open Sans", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3B3B3B;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pe-program-section-label.vc_custom_heading {
  font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5A4B57;
    margin-bottom: 10px;
}

.pe-accordion .vc_tta-panel {
  background-color: #3B3B3B;
padding: 10px;
border-radius: 10px;
  margin: 0 0 20px 0 !important;
}

.pe-accordion .vc_tta-panel-heading {
  background: transparent !important;
  border: none !important;
  padding: 30px 10px 30px 10px !important;
  position: relative;
}

.pe-accordion .vc_tta-panel-heading:before {
    content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'><path d='M45 22.5C45 10.074 34.926 0 22.5 0C10.074 0 0 10.074 0 22.5C0 34.926 10.074 45 22.5 45C34.926 45 45 34.926 45 22.5ZM2.25 22.5C2.25 11.334 11.334 2.25 22.5 2.25C33.666 2.25 42.75 11.334 42.75 22.5C42.75 33.666 33.666 42.75 22.5 42.75C11.334 42.75 2.25 33.666 2.25 22.5Z' fill='%23ECE6E4'/><path d='M23.2948 30.0457L34.5456 18.7957C34.9851 18.3562 34.9851 17.6444 34.5456 17.205C34.1061 16.7654 33.3943 16.7654 32.9549 17.205L22.4998 27.6592L12.0456 17.2042C11.6061 16.7646 10.8943 16.7646 10.4549 17.2042C10.2343 17.4239 10.1248 17.7119 10.1248 17.9999C10.1248 18.2879 10.2343 18.576 10.4541 18.7957L21.7041 30.0457C22.1436 30.4851 22.8553 30.4851 23.2948 30.0457Z' fill='%23ECE6E4'/></svg>");
}
.pe-accordion .vc_tta-panel-heading a,
.pe-accordion .vc_tta-panel-title > a {
    padding: 0 50px 0 0!important;
}

.pe-accordion .vc_tta-panel-heading a,
.pe-accordion .vc_tta-panel-title > a,
.pe-accordion .vc_tta-panel-title > a span{
  background: transparent !important;
  border: none !important;
  font-size: 20px;
    font-weight: bold;
font-family: "Sofia Sans Condensed", Sans-serif;
    text-transform: uppercase;
    color: #F5D7CF;
}
.pe-accordion .vc_tta-panel .vc_tta-panel-body {
  border: none !important;
  background: transparent !important;
  padding: 10px 20px !important;
  background: #ECE6E4 !important;
  border-radius: 10px !important;
  font-family: "Open Sans", Sans-serif;
color: #1C1B1B !important;
font-size: 16px;
}

.pe-section-gallery {
}

.pe-gallery-title.vc_custom_heading {
  font-family: "Open Sans", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #3B3B3B;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pe-gallery-grid {
}

.pe-gallery-grid .vc_column_container > .vc_column-inner {
    padding: 0 !important;
}

.pe-gallery-img .vc_single_image-wrapper img,
.pe-gallery-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.4s ease !important;
  margin-bottom: 10px;
}

.pe-section-advantages .vc_row_inner,
.pe-section-benefits .vc_row_inner,
.pe-section-course .vc_row_inner,
.pe-section-program .vc_row_inner,
.pe-section-gallery .vc_row_inner {
  max-width: 1200px;
  margin: 0 auto !important;
  width: 100%;
}

.pe-section-advantages .wpb_content_element,
.pe-section-benefits .wpb_content_element,
.pe-section-course .wpb_content_element,
.pe-section-program .wpb_content_element,
.pe-section-gallery .wpb_content_element,
.pe-section-form .wpb_content_element {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
.pe-hero .pe-hero-content,
.pe-hero .vc_row_inner {
  padding: 100px 10px 80px !important;
}
.pe-hero .pe-hero-h1 .vc_custom_heading,
.pe-hero h1.vc_custom_heading {
    font-size: 32px;
    letter-spacing: 5px;
}

.pe-hero .pe-hero-sub.vc_custom_heading {
    font-size: 50px;
    letter-spacing: 5px;
}
.pe-hero .pe-hero-desc.vc_custom_heading {
    font-size: 18px;
}
.pe-instructor-header {
    top: 50px;
}
.pe-instructor-title {
    font-size: 70px;
}
.pe-instructor-content {
    position: absolute;
    top: 180px;
}
.pe-instructor-card .vc_column-inner>.wpb_wrapper{
    padding: 10px;
    max-width: 300px;
}
.pe-instructor-name {
    font-size: 23px;
}
.pe-instructor-card .vc_column-inner>.wpb_wrapper p {
    margin-bottom: 0px;
    font-size: 14px !important;
}
.pe-instructor-card .vc_column-inner .wpb_content_element {
    margin: 0 !important;
}

.pe-advantages-title.vc_custom_heading {
    font-size: 24px;
    margin-bottom: 20px;
}
.pe-adv-card .pe-adv-card-title.vc_custom_heading {
    font-size: 18px;
    margin-bottom: 10px;
}

.pe-adv-card .pe-adv-card-text p,
.pe-adv-card .wpb_wrapper p {
    margin: 20px 0 10px 0 !important;
}

.pe-section-benefits {
}
.pe-benefits-title.vc_custom_heading {
  font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0 !important;
}
.pe-course-title.vc_custom_heading {
  font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0 !important;
}
.pe-course-col {
  padding: 10px !important;
}

.pe-course-label.vc_custom_heading {
  font-family: "Sofia Sans Condensed", Sans-serif;
    font-size: 24px;
}

.pe-course-value {
  font-family: "Open Sans", Sans-serif;
    font-size: 18px;
}

.pe-course-btn a.vc_btn3,
.pe-installment-btn button.vc_btn3 {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}

.pe-program-title.vc_custom_heading {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.pe-program-section-label.vc_custom_heading {
    font-size: 24px;
}

.pe-accordion .vc_tta-panel {
    background-color: #3B3B3B;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 20px 0 !important;
}
.pe-accordion .vc_tta-panel-heading a,
.pe-accordion .vc_tta-panel-title > a,
.pe-accordion .vc_tta-panel-heading a span{
  font-size: 18px;
}

.pe-gallery-title.vc_custom_heading {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0 !important;
}
.pe-gallery-grid .vc_column_container > .vc_column-inner {
    padding: 0 !important;
}
}

@media (max-width: 767px) {
.pe-instructor-header {
    top: 50px;
}
.pe-instructor-title {
    font-size: 50px;
    text-align: center !important;
}
.pe-instructor-content {
    position: absolute;
    top: 140px;
}
.pe-instructor-card .vc_column-inner>.wpb_wrapper{
    padding: 10px;
    max-width: 200px;
    margin: 0 0 0 auto;
}
.pe-instructor-name {
    font-size: 23px;
}
.pe-instructor-card .vc_column-inner>.wpb_wrapper p {
    margin-bottom: 0px;
    font-size: 14px !important;
}
.pe-instructor-card .vc_column-inner .wpb_content_element {
    margin: 0 !important;
}
.pe-gallery-grid .wpb_column.vc_col-sm-3 {
    width: 50%;
}
}