/*
Theme Name: Verti
Theme URI: https://www.portotheme.com/wordpress/porto
Author: Harold Divernzon Polig
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/*font*/
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {	
    --container-default-padding-right: 12px;
    --container-default-padding-left: 12px;
    --porto-column-spacing: 0px;
    /* fix block builder */
    --porto-fluid-spacing: 12px;
}

/* Fonts and Text Styles and Sizes*/
html {
	scroll-behavior: smooth;
    font-size: 15px;
    font-family: "Mona Sans", sans-serif;
}

body {
    font-family: "Mona Sans", sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
   font-family: "Mona Sans", sans-serif !important; 
}

ul,ol,p {
    font-family: "Mona Sans", sans-serif !important;
}

p {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

p a {
    color: #b60000;
}

/*accordion*/
.accordion-button::after {
    background-image: url('/wp-content/uploads/2025/07/plus-icon.svg');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/07/minus-icon.svg');
}

/*font elements*/
.redfont {
    color: #E01B1B !important;
}

.blackfont {
    color: #0F0F0F !important;
}

.whitefont {
    color: #fff !important;
}

.grayfont {
    color: #5C5C5C !important;
}

.dash-headline {
    position: relative;
    display: inline-block;
    padding-left: 240px;
}

.dash-headline:before {
    content: '';
    border-top: 1px solid #0F0F0F;
    width: 197px;
    height: 1px;
    display: inline-block;
    position: absolute;
    margin-left: -240px;
    top: 15px;
}

.dash-headline.white {
    color: #fff;
}

.dash-headline.white:before {
    content: '';
    border-top: 1px solid #fff;
    width: 197px;
    height: 1px;
    display: inline-block;
    position: absolute;
    margin-left: -240px;
    top: 15px;
}

.indent-headline {
    margin-left: 6.875rem;
}

.indent-headline-top {
    margin-top: -1.5rem;
}

h4 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
}


h3 {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
    letter-spacing: -1px;
}

h2 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.48px;
}


h2.section-heading {
    color: transparent; 
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0F0F0F;
    font-family: 'Arial', 'Helvetica', sans-serif !important;
    white-space: nowrap;
    font-size: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;  
    letter-spacing: -1.6px;
    margin: 0;
}

h2.section-heading.white {
    -webkit-text-stroke-color: #fff;
}

h3.section-heading-number {
    color: transparent; 
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0F0F0F;
    font-family: 'Arial', 'Helvetica', sans-serif !important;
    white-space: nowrap;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;  
    letter-spacing: -1.6px;
    opacity: 0.5;
}

h4.headline-number {
    color: transparent; 
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #B60000;
    font-family: 'Arial', 'Helvetica', sans-serif !important;
    white-space: nowrap;
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; 
}

/*lists ul-ol*/

ul.white-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.white-list.inline {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;               
    -webkit-columns: 2;       
    -moz-columns: 2;          
    column-gap: 2rem;       
}

ul.white-list li {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 1rem 0 1rem 2rem;
    position: relative;
 
}

ul.white-list.inline li {
    display: block;
    padding: 1rem 2rem 1rem 2rem;
}

ul.white-list li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff; /* black dot */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 24px;
}

ul.white-list li:marker {
    display: none;
    content:'';
}

ul.red-list {
    margin: 0;
    padding: 0;
}

ul.red-list li {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #3D3D3D;
    list-style: none;
    padding: 12px 0 12px 32px;
    position: relative;
}

ul.red-list li:before {
    background: url('https://www.dev.virti.au/wp-content/uploads/2025/07/redlist.svg') no-repeat center left;
    content:'';
    height: 20px;
    width: 20px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 8px;
}

/*buttons*/

.btn-arrow a {
  position: relative;
  padding-right: 70px;
  padding-left: 0;
  display: inline-block;
  font-family: "Mona Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #0F0F0F;
  transition: color 0.3s ease;
  background: none;
}

/* Arrow */
.btn-arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) translateX(-10px); /* slide in from left */
  width: 54px;
  height: 16px;
  background: url('/wp-content/uploads/2025/07/button-arrow.svg') no-repeat center center;
  background-size: contain;
  transition: transform 0.4s ease;
}

/* On hover: slide the arrow */
.btn-arrow a:hover {
  color: #B60000;
}

.btn-arrow a:hover::after {
  transform: translateY(-50%) translateX(0);
  background: url('/wp-content/uploads/2025/07/button-arrow-hover.svg') no-repeat center right;
}

.btn-arrow-white a {
    position: relative;
    padding-right: 70px;
    padding-left: 0;
    display: inline-block;
    font-family: "Mona Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    transition: color 0.3s ease;
    background: none;
    color: #fff;
    text-align: left;
}


.btn-arrow-white a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) translateX(-10px); /* slide in from left */
    width: 54px;
    height: 16px;
    background: url('/wp-content/uploads/2025/07/button-arrow-white.svg') no-repeat center center;
    background-size: contain;
    transition: transform 0.4s ease;
}

.btn-arrow-white a:hover::after {
    transform: translateY(-50%) translateX(0);
    background: url('/wp-content/uploads/2025/07/button-arrow-hover.svg') no-repeat center right;
    color: #B60000;
}

.btn-arrow-white a:hover {
    color: #B60000;
}

.btn-arrow-red a {
    position: relative;
    padding-right: 70px;
    padding-left: 0;
    display: inline-block;
    font-family: "Mona Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    transition: color 0.3s ease;
    background: none;
    color: #B60000;
    text-align: left;
}


.btn-arrow-red a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) translateX(-10px); /* slide in from left */
    width: 54px;
    height: 16px;
    background: url('/wp-content/uploads/2025/07/button-arrow-hover.svg') no-repeat center center;
    background-size: contain;
    transition: transform 0.4s ease;
}

.btn-arrow-red a:hover::after {
    transform: translateY(-50%) translateX(0);
    background: url('/wp-content/uploads/2025/07/button-arrow-hover.svg') no-repeat center right;
    color: #B60000;
}

.btn-arrow-red a:hover {
    color: #B60000;
}

.findoutbtn a { 
    background: url('/wp-content/uploads/2025/07/short-arrow.svg') no-repeat center right;
    padding: 0 24px 0 0;
    display: inline-block;
    font-family: "Mona Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;  
    transition: color 0.3s ease, background-position 0.3s ease;
    color: #0F0F0F;
}

.findoutbtn a:hover {
    background: url('/wp-content/uploads/2025/07/short-arrow-hover.svg') no-repeat center right;
    color: #E01B1B;
}

/*container*/

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
}

.container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.calc-right-padding-fullwidth {
    padding-right: calc((100vw - 1680px) / 2 + 2.5px)!important
}

.calc-left-padding-fullwidth {
    padding-left: calc((100vw - 1680px) / 2 + 2.5px)!important
}

.page-top.page-header-1 {
    padding-top: 6rem !important;
}

#main .main-content.col-lg-12 {
    min-height: 300px;
}

/*remove main-content padding left/right*/
.main-content.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

/*background*/
.graybg {
    background-color: #F5F5F5 !important;
}

.blackbg {
    background-color: #0F0F0F !important;
}

.whitebg {
    background: #FFF !important;
}

/*content spacing*/
.padding-basic {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.paddingtop60 {
    padding-top: 3.75rem;
}

.paddingbottom60 {
    padding-bottom: 3.75rem;
}

.paddingtop120 {
    padding-top: 7.5rem;
}

.paddingbottom120 {
    padding-bottom: 7.5rem;
}

.mb-60 {
    margin-bottom: 3.75rem;
}

.mb-24 {
    margin-bottom: 1.5rem;
}

.mb-32 {
    margin-bottom: 2rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mb-80 {
    margin-bottom: 5rem;
}


/*header*/
#header, .sticky-header .header-main.sticky {
    border: none !important;
}

#header .container {
    margin: 0 auto !important;
}

.fixed-header header .header-main {
    background-color: unset;
}

#header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main {
    background-color: rgba(0, 0, 0, 0.5);
}

#header .main-menu > li.menu-item > a {
    font-family: "Mona Sans", sans-serif;
    padding: 17px 16px 17px 16px;
}

#header .share-links {
    display: none;
}

#header .main-menu .narrow ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.5);
}

#header .main-menu .narrow li.menu-item > a {
    color: #fff;
    background: none;
}

#header .main-menu .narrow li.menu-item > a:hover {
   color: #b60000; 
}

#header .header-right-bottom {
    margin-top: 0;
    margin-bottom: 0;
}

#header.sticky-header .header-right-bottom {
    margin-top: 8px !important;
}

.headerspace {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.red-menu-item a {
    border-radius: 99px;
    background: #B60000;
    padding: 12px 24px !important;
    margin-bottom: 5px !important;
    margin-top: 2px !important;
}

.red-menu-item a:hover {
    color: #B60000 !important;
    background: #fff !important;
}

#header .main-menu > li.red-menu-item.active > a {
    color: #B60000 !important;
    background: #fff !important;    
}

/*banners*/
.hero {
    height: 100vh;
    min-height: 900px;
    position: relative;
    z-index: 1;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero .banner-image:before {
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.page-banner.hero {
    max-height: 800px;
    min-height: 800px;
    position: relative;
}

.page-banner.hero:before {
    background: linear-gradient(360deg, rgba(36, 36, 36, 0.00) 89%, rgba(36, 36, 36, 0.50) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.banner-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    margin: 0;
}

.page-banner .banner-image:before {
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 0%, rgba(36, 36, 36, 0.80) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.banner-image img {
    height: 100vh;
    min-height: 1000px;
    object-fit: cover;
    width: 100%;
}

.page-banner .banner-image img {
    min-height: 800px;
}

.headline-wrapper1 {
    padding-right: 25.3125rem;
}

.headline-wrapper1 .wp-block-column {
    display: flex;
    justify-content: flex-end;
}


h1.banner-headline {
    color: transparent; 
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    word-break: break-word;
    white-space: normal;
    /*font-family: "Mona Sans", sans-serif !important;*/
    font-family: 'Arial', 'Helvetica', sans-serif !important;
    font-size: 10rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;  
    background: none;
    display: inline-block;
    margin: 0;
}

.headline-wrapper2 {
    padding-bottom: 3.75rem;
}

.page-banner .headline-wrapper2 {
    display: flex;
    align-content: flex-end;
}

.page-banner .headline-wrapper2 .wp-block-buttons {
    display: flex;
    align-content: flex-end;   
    justify-content: flex-end;
}

.headline-wrapper2 .scroll-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.headline-wrapper2 .scroll-column .scrollbtn img {
  transition: filter 0.3s ease;
}

.headline-wrapper2 .scroll-column .scrollbtn img:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(94%) saturate(7463%) hue-rotate(359deg) brightness(101%) contrast(126%);
}

.headline-wrapper2 .subheadline-column {
    max-width: 570px;
}

.headline-wrapper2 .subheadline-column h2 {
    color: #fff;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
}

/*content/wrapper/section container*/

.content-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.show-mobile {
    display: none !important;
}

/*home courses section*/

.wp-block-columns.courses-container {
    display: flex !important;
    gap: 30px !important;
}

.wp-block-columns.course-columns {
    margin: 0;
}

.course-columns .wp-block-column:first-child {
    width: 65%;
    flex-basis: auto;
}

.course-columns .wp-block-column:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.course-parentpage .course-columns .wp-block-column:last-child {
    align-items: center;
}

.course-columns h4 a {
    text-decoration: none;
    color: #0F0F0F;
}

.course-columns p {
    opacity: 0.7;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    color: #0F0F0F;
    margin: 0;
}

.course-columns .wp-block-buttons  {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.courses-container .wp-block-image {
    overflow: hidden;
    margin-bottom: 24px;
    max-height: 493px;
}

.courses-container .wp-block-image img {
    width: 100%;
    object-fit: cover;
}

.courses-container .wp-block-image a img {
    display: block;
    transition: all 0.3s ease-in-out; 
}


.courses-container .course-block:hover p {
    color: #E01B1B !important;
    transition: all 0.3s ease-in-out; 
}

.courses-container .course-block:hover h4 a {
    color: #E01B1B !important;
    transition: all 0.3s ease-in-out;    
}

.courses-container .course-block:hover {
    color: #E01B1B !important;
    transition: all 0.3s ease-in-out;
}

.courses-container .course-block:hover .findoutbtn a {
    background: url('/wp-content/uploads/2025/07/short-arrow-hover.svg') no-repeat center right;
    color: #E01B1B;
}

.courses-container .course-block:hover .wp-block-image a img {
    transform: scale(1.05); /* zoom effect */
    filter: brightness(1.1); /* slight brightening */    
}

.course-parentpage .course-columns .wp-block-column:first-child {
    width: 40%;
    flex-basis: auto;
}

.course-parentpage .courses-container .wp-block-image {
    max-height: 320px;
}

/*benefits section*/
.benefits-section {
    
}

.benefits-section .benefits-block {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}

.benefits-section .benefits-block .wp-block-image {
    margin-bottom: 1.875rem;
}

.benefits-section .benefits-block .wp-block-image img {
    max-height: 44px;
}

.benefits-section .benefits-block h4 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.benefits-section .benefits-block h4.smaller {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.benefits-section .benefits-block p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.7;
}

.benefits-section .benefits-block:first-child {
    padding-left: 0;
}

.benefits-section .benefits-block:not(:last-child) {
    border-right: 1px solid #0F0F0F66;
}

/*skills*/
.image-half-full img {
    background-size: cover;
    width: 100%;
    object-fit: cover;
}

.skills-section-block {
    padding: 14.8125rem 0 0 7rem;
}

.skills-section-block .skills-content {
    padding-left: 16.875rem;
    color: #fff;
    padding-bottom: 5rem;
}

.skills-section-block .skills-content h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.skills-section-block .skills-content p {
    color: #fff;
}

.skills-banner img{
    border-radius: 0px 500px 0px 0px;
    -webkit-border-radius: 0px 500px 0px 0px;
    margin-right: 7.5rem;
    margin-top: -11.25rem;
}


/*certification*/

.wp-block-columns.certification-section {
    gap: 252px !important;
    position: relative;
    display: flex !important;
}

.wp-block-columns.certification-section.movetop {
    margin-top: -11rem;
}

.certification-section .certification-image-left {
    display: flex;
    justify-content: flex-end;
}

.certification-section .certification-image-right {
    display: flex;
    justify-content: flex-end;
}

.certification-section .certification-image-left img, .certification-section .certification-image-right img {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    width: 680px;
    height: 1000px;
}

.certification-section .certifcation-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.certification-section .certifcation-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.certification-section .certifcation-content-right .certification-content {

}

.certification-section .certifcation-content-left .certification-content {
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    text-align: right;
}

/*certification steps*/

.certification-section:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 14%);
    right: 0;
    left: 0;
    top: 45%;
    margin: 0 auto;
    z-index: 1;
    border-right: 1px solid #0F0F0F;
}

.certification-section:after {
    content: url('/wp-content/uploads/2025/07/step-indicator.svg');
    position: absolute;
    right: 0;
    top: 45%;
    left: 0;
    margin: 0 auto;
    z-index: 9;
    width: 160px;
    height: 40px;
}

.certification-section.last:before {
    content: none!important;
    border: none!important;
    height: auto!important;
    width: 0!important
}

/*images curves*/

.left-curve-image {
    position: relative;
    max-width: 680px;
    max-height: 1000px;
    object-fit: cover;
}

.left-curve-image:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 370px;
    height: 490px;
    background: transparent;
    border-top: 16px solid #B60000;
    border-left: 16px solid #B60000;
    border-radius: 999px 0 0 0;
    z-index: 1;
}

.right-curve-image {
    position: relative;
    max-width: 680px;
    max-height: 1000px;
    object-fit: cover;
}

.right-curve-image:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 370px;
    height: 490px;
    background: transparent;
    border-top: 16px solid #B60000;
    border-right: 16px solid #B60000;
    border-radius: 0 999px 0 0;
    z-index: 1;
}

/*testimonials*/

.custom-testimonial-wrapper {
    max-width: 810px;
    margin: 0 auto;
}

.testimonials .testimonial-content {
    padding: 1.25rem 6rem;
}

.testimonials .testimonial-content .testimonials-quote {
    margin-bottom: 2.5rem;
}

.testimonials .testimonial-content .qoute {
    color: #0F0F0F;
    margin-bottom: 2.5rem;
}

.testimonials .testimonial-content h4 {
    color: #0F0F0F;
    margin-bottom: 5px;
    font-family: "Work Sans", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.1rem;
}

.testimonials .testimonial-content .title {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
}

.testimonials .slick-arrow {
    top: auto !important;
    bottom: -6.5rem !important;
    margin: 0 auto !important;
}

.testimonials .slick-prev {
    left: 6rem !important;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    border: 1px solid #7A7A7A;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-prev:after {
    content:'';
    background: url("/wp-content/uploads/2025/07/testimonial-arrow-left.svg") no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-prev:hover {
    border-color: #B60000 ;
    background-color: #B60000;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-prev:hover::after {
    background: url("/wp-content/uploads/2025/07/testi-arrow-left-hover.svg") no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-next {
    left: -28rem !important;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    border: 1px solid #B60000;
    background-color: #B60000;
    transition: all 0.3s ease-in-out;
    
}

.testimonials .slick-next:after {
    content:'';
    background: url("/wp-content/uploads/2025/07/testimonial-arrow-right.svg") no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-next:hover {
    border-color: #B60000;
    background-color: #B60000;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-next:hover::after {
    background: url("/wp-content/uploads/2025/07/testi-arrow-right-hover.svg") no-repeat center center;
    background-size: contain;
    height: 24px;
    width: 24px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.testimonials .slick-prev:before, .testimonials .slick-next:before {
    content:'';
    display: none !important;
}

/*video*/

.video-img img {
    border-radius: 999px;
    max-width: 100%;
    max-height: 500px;
}

/*gallery section*/

.wp-block-columns.gallery-section {
    gap: 32px !important;
}

.wp-block-columns.gallery-section .wp-block-image {
    margin-bottom: 32px !important;
}

/*gallery popup*/
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popup-img {
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    position: relative;
    top: auto;
    display: block;
}

.popup-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

.popup-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
}

.popup-prev,
.popup-next {
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease-in-out;
}

.popup-prev:hover, .popup-next:hover {
    color: #E40421; 
}

.popup-caption {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 10%;
}

a.popup-link {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.projects-images figure {
    position: relative;
    overflow: hidden;
}

a.popup-link:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Black with 40% opacity */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

a.popup-link:hover::before {
    opacity: 1;
    cursor: pointer;
}

/*custom faq*/

.custom-faq {
    clear: both;
}

.custom-faq .accordion-button {
    padding: 0 0 1.5rem 0 !important;
    background: none !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    color: #0F0F0F !important;
}

.custom-faq .accordion-item {
    background: none !important;
    padding-top: 2.5rem !important;
}

.custom-faq .accordion-flush .accordion-item:first-child {
    padding-top: 0 !important;
}

.custom-faq .accordion-button:focus {
    box-shadow: unset !important;
}

.custom-faq .accordion-button:not(.collapsed) {
    box-shadow: unset !important;    
    color: #B60000 !important;
}

.custom-faq .accordion-body {
    background: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160% !important;
    transition: all 0.1s ease-in-out;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: "Mona Sans", sans-serif;
}

.custom-faq .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

/*table*/

.course-table table {
    border: none;
}

.course-table table tr td:first-child {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #7A7A7A;
    width: 35%;
}

.course-table table tr td:last-child {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;  
    color: #0F0F0F;
}

.course-table table tr td {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

/*gray half content*/

.calc-half-content  {
    display: flex;
    flex-direction: column;
    max-width: 575px;
    min-height: 656px;
    justify-content: center;
}

.calc-half-content.remove-mw {
    max-width: unset !important;
}

/*explore section*/

.wp-block-columns.explore-container-1 {
    gap: 43px !important;
}

.wp-block-columns.explore-container-2 {
    gap: 43px !important;
    max-width: 1100px;
}

.wp-block-columns.explore-container-1.mw {
    gap: 43px !important;
    max-width: 1100px;
}

.wp-block-columns.explore-column {
    gap: 24px !important;
}

.wp-block-columns.explore-column .explore-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.explore-column h4 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #0F0F0F;
}

.explore-column p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #0F0F0F;
}

.explore-img img {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    width: 253px;
    height: 360px;
}

.explore-img {
    position: relative;
    margin-bottom: 0;
}

.explore-img:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 140px;
    height: 142px;
    background: transparent;
    border-top: 10px solid #B60000;
    border-left: 10px solid #B60000;
    border-radius: 999px 0 0 0;
    z-index: 1;
}

.footer-cta-img img {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    max-width: 100%;
    max-height: 320px;
}

/*mid colun text*/
.mid-text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    
/*footer*/

#footer .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#footer .wp-block-columns.footer-container {
    gap: 80px !important;
}

#footer .footer-column {
    padding-bottom: 6.5625rem;
    position: relative;
}

#footer .footer-column:after {
    content:'';
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer .footer-right .wp-block-columns {
    gap: 50px !important;
}

#footer .footer-right .wp-block-columns .wp-block-column.mw-column {
    max-width: 130px;
}

#footer .footer-right .wp-block-columns .wp-block-column.last {
    max-width: unset !important;
}

#footer .footer-left {
    max-width: 640px;
}

#footer h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    margin: 0 0 1rem 0;
}

#footer ul  {
    margin: 0;
    padding: 0;
    color: #fff;
}

#footer ul li {
    list-style: none;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding: 0 0 3px 0;
    opacity: 0.7;
}

#footer ul li a {
    color: #fff;
    text-decoration: none;
   
}

#footer ul li a:hover {
    color: #B60000 !important;
    opacity: 1;
}

#footer .copyright {
    color: #fff !important;
    text-align: center;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

#footer .copyright a {
    color: #fff !important;
    text-decoration: none;
}

#footer .copyright a:hover {
    color: #B60000 !important;
}

#footer .copyright p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    color: #fff !important;
}

/*contact form*/
.gform_heading {
    display: none !important;
}

.wp-block-columns.contact-container {
    gap: 32px !important;
}

.contact-colum {
    padding: 2rem;
}

.gform-body .gfield_label {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.contact-colum .porto-icon:hover {
    background: #0f0f0f !important;
    color: #FFF !important;
    transition: all 0.3s ease-in-out; 
}


.gform_button.button {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    padding: 10px 16px 10px 16px !important;
    border-radius: 99px !important;
    background: #B60000 !important;
}

.gform_button.button:hover {
    background: #0f0f0f !important;
    color: #FFF !important;
}

.wp-block-columns.consultant-container {
    gap: 32px !important;
}

/*custom full width image*/

.w-img-100 img {
    width: 100%;
}


/*animation*/
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*.fade-in-up, .fade-in-left, .fade-in-right {
    opacity: 0; 
}*/

.fade-in-up.visible {
    animation: fadeInUp 1s ease-out forwards;
}

.fade-in-left.visible {
    animation: fadeInLeft 1s ease-out forwards;
}

.fade-in-right.visible {
    animation: fadeInRight 1s ease-out forwards;
}

/*media queries*/

@media only screen and (min-width: 1681px) {
    .calc-half-content {
        min-height: 630px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1679px) {
    
    h1.banner-headline {
        font-size: 8rem;
    }
    
    .explore-img img {
        width: 210px;
        height: 330px;
    }
    
    .explore-img:before {
        width: 126px;
        height: 142px; 
    }
        
    .calc-half-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
        min-height: 530px;
    }
        
    .left-curve-image:before {
        width: 330px;
        height: 490px;
    }
    
    .right-curve-image:before {
        width: 330px;
        height: 490px;
    }
        
    .certification-section .certification-image-left img, .certification-section .certification-image-right img {
        width: 680px;
        height: 1000px;
    }
    
    .testimonials .slick-next {
        left: -26rem !important;
    }
    
    #footer .footer-left {
        max-width: 520px;
    }
        
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    
    .headline-wrapper1 {
        padding-right: 14rem;
    }
    
    h1.banner-headline {
        font-size: 8rem;
    }
    
    #side-nav-panel {
        display: none !important;
    }
    
    .course-columns .wp-block-column:first-child {
        width: 60%;
    }
    
    .explore-img img {
        border-radius: 999px;
        -webkit-border-radius: 999px;
        width: 174px;
        height: 300px;
    }
    
    .explore-img:before {
        width: 106px;
        height: 142px;
    }
    
    .calc-half-content {
        min-height: 620px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .calc-half-content.remove-mw {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .image-half-full img {
        min-height: 650px;
    }
    
    .benefits-section .benefits-block {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .skills-section-block {
        padding: 3rem 0 0 5rem;
    }
    
    .skills-section-block .wp-block-columns {
        margin-bottom: 0;
    }
    
    .skills-section-block .skills-content {
        padding-left: 8rem;
        padding-right: 12px;
        color: #fff;
        padding-bottom: 3rem;
    }
    
    .left-curve-image {
        width: auto;
        max-width: 520px;
        height: auto;
        max-height: 765px;
    }
    
    .left-curve-image:before {
        width: 286px;
        height: 400px;
    }
    
    .right-curve-image {
        width: auto;
        max-width: 520px;
        height: auto;
        max-height: 765px;
    }
    
    .right-curve-image:before {
        width: 286px;
        height: 400px;
    }
    
    .certification-section .certification-image-left img, .certification-section .certification-image-right img {
        width: auto;
        max-width: 520px;
        height: auto;
        max-height: 765px;
    }
    
    .certification-section:before {
        height: calc(100% - 17%);
        top: 46%;
    }
    
    .certification-section .certification-image-left {
        justify-content: unset;
    }
    
    .wp-block-columns.testimonial-columns .testimonials .slick-next {
        left: -25rem !important; 
    }
    
    .wp-block-columns.explore-container-2 {
        max-width: 910px;
    }
    
    .wp-block-columns.explore-container-1.mw {
        max-width: 910px;
    }
    
    #footer .footer-left {
        max-width: 420px;
    }
    
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    
    #header .main-menu > li.menu-item > a {
        padding: 17px 9px 17px 9px !important;
    }
    
    #header .header-main #main-menu .red-menu-item a {
        padding: 12px 24px !important;
    }
    
    .headline-wrapper1 {
        padding-right: 8rem;
    }
    
    h2.section-heading {
        font-size: 8rem;
    }
    
    h1.banner-headline {
        font-size: 7rem;
    }
    
    .course-columns .wp-block-column:first-child {
        width: 47%;
    }
    
    .image-half-full img {
        min-height: 675px;
    }
    
    .benefits-section .benefits-block {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .skills-section-block {
        padding: 3rem 0 0 5rem;
    }
    
    .skills-section-block .wp-block-columns {
        margin-bottom: 0;
    }
    
    .skills-section-block .skills-content {
        padding-left: 6rem;
        padding-right: 12px;
        color: #fff;
        padding-bottom: 3rem;
    }
    
    .skills-section-block .skills-content .wp-block-buttons {
        justify-content: flex-end;
    }
    
    .wp-block-columns.certification-section.movetop {
        margin-top: -5rem;
    }
    
    .left-curve-image {
        width: auto;
        max-width: 400px;
        height: auto;
        max-height: 590px;
    }
    
    .left-curve-image:before {
        width: 226px;
        height: 346px;
    }
    
    .right-curve-image {
        width: auto;
        max-width: 400px;
        height: auto;
        max-height: 590px;
    }
    
    .right-curve-image:before {
        width: 226px;
        height: 346px;
    }
    
    .certification-section .certification-image-left img, .certification-section .certification-image-right img {
        width: auto;
        max-width: 400px;
        height: auto;
        max-height: 590px;
    }
    
    .certification-section:before {
        height: calc(100% - 11%);
        top: 46%;
    }
    
    .certification-section .certification-image-left {
        justify-content: unset;
    }
    
    .wp-block-columns.testimonial-columns .testimonials .slick-next {
        left: -25rem !important;
    }
    
    .calc-half-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .wp-block-columns.explore-container-2 {
        max-width: 760px;
    }
    
    .wp-block-columns.explore-container-1.mw {
        max-width: 760px;
    }
    
    .explore-img img {
        width: 160px;
        height: 240px;
    }
    
    .explore-img:before {
        width: 92px;
    }
    
    #footer .footer-left {
        max-width: 420px;
    }
    
    #footer .footer-right .wp-block-columns .wp-block-column {
        max-width: unset !important;
        width: 30%;
        flex-basis: content;
    }
    
}

@media only screen and (max-width: 991px) {
    
    
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    #header .mobile-toggle {
        background: #fff !important;
        color: #0F0F0F !important;
        width: 48px !important;
        height: 48px !important;
        border-radius: 48px !important;
        -webkit-border-radius: 48px !important;
    }
    
    #header .mobile-toggle .fa-bars:before {
        font-size: 20px;
        line-height: 34px;
    }
    
    .panel-opened #side-nav-panel {
        background-color: #b40000; 
        width: 390px;
        transform: translateX(-390px);
    }
    
    #side-nav-panel:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 96%;
        height: 100%;
        background-color: #121212;
        border-top-right-radius: 0% 100%;
        border-bottom-right-radius: 100% 30%;
    }
    
    #side-nav-panel .accordion-menu li.menu-item {
        max-width: 374px;
    }
    
    #side-nav-panel .accordion-menu>li.menu-item a {
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; 
        text-transform: uppercase;
        letter-spacing: normal;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    #side-nav-panel .red-menu-item {
        margin-top: 1rem;
    }
    
    #side-nav-panel .red-menu-item a {
        margin-left: 16px !important;
        margin-right: 16px !important;
        font-size: 1rem !important;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; 
        display: block;
        text-align: center;
        text-transform: none !important;
        
    }
    
    #side-nav-panel .menu-wrap {
        position: relative;
        padding-top: 8rem;
    }
    
    #side-nav-panel .menu-wrap:before {
        content:'';
        background: url('/wp-content/uploads/2025/07/mobile-logo.svg') no-repeat 0 0;
        height: 24px;
        width: 66px;
        display: block;
        position: absolute;
        left: 16px;
        top: 2.25rem;
    }
    
    #side-nav-panel .mobile-menu {
        position: relative;
        padding-top: 2rem;
        z-index: 2;
    }
    
    #side-nav-panel .mobile-menu:before {
        content: 'Navigation';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;  
        text-transform: uppercase;
        opacity: 0.6;
        position: absolute;
        left: 16px;
        top: 0;
    }
    
    #side-nav-panel .share-links {
        /*display: flex;*/
        display: none;
        flex-direction: column;
        position: absolute;
        margin: 0 0 1.5rem 1.5rem;
        top: auto;
        left: auto;
        bottom: 0;
        gap: 12px;
    }
    
    #side-nav-panel .share-links a {
        background: none !important;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        text-align: center;
        font-size: 16px;
        overflow: hidden;
    }
    
    #side-nav-panel .share-links a:hover {
        background: #B60000;
    }
    
    #side-nav-panel .accordion-menu ul.sub-menu li a {
        border-bottom: 1px solid #fff;
        padding-left: 0;
        margin-left: 16px;
        margin-right: 2px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 1rem;
    }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    
    #header .main-menu > li.menu-item > a {
        padding: 17px 15px 17px 15px;
        font-size: 1rem;
    }
    
    .testimonial-columns .testimonials .slick-next {
        left: -40rem !important;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    
#header .main-menu > li.menu-item > a {
    padding: 17px 7px 17px 7px;
    font-size: 1rem;
}
    
h1.banner-headline {
    font-size: 6rem;
    text-align: right;
}

h1.banner-headline.sm {
    font-size: 5rem;
}
    
.wp-block-column:not(:only-child), .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: unset !important;
    flex-grow: unset !important;
}

.course-parentpage .course-columns .wp-block-column.course-block {
    flex-basis: 100% !important;    
}

.wp-block-group .wp-block-columns.container-fluid .wp-block-column {
    flex-basis: 100% !important;
}

.wp-block-columns.contact-container {
    display: flex !important;
    flex-direction: column;
}

.wp-block-columns.courses-container {
    display: flex !important;
    flex-direction: column;
}

.wp-block-columns.consultant-container {
    display: flex !important;
    flex-direction: column;
}

.consultant-container .wp-block-column.contact-colum {
    flex-basis: 100% !important;
}

.courses-container .wp-block-column.course-block {
    flex-basis: 100% !important;
}

.wp-block-columns.courses-container .wp-block-image a {
    display: block;
}

.courses-container .wp-block-image img {
    width: 100%;
}

.wp-block-group .wp-block-columns.testimonial-columns .wp-block-column {
    flex-basis: 100% !important;
}

.video-img img {
    display: block;
    margin: 0 auto;
}

.padding-basic {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.paddingbottom120 {
    padding-bottom: 5.5rem;
}

.paddingtop120 {
    padding-top: 5.5rem;
}

/*show hide destop mobile*/
.hide-mobile {
    display: none !important;
}

.show-mobile {
    display: block !important;
}

h2.section-heading {
    font-size: 8rem;
}

h2 br {
    display: none;
}

.indent-headline {
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
}

.headline-wrapper1 {
    padding-right: 24px;
}

.wp-block-columns.headline-wrapper2 {
    justify-content: space-around;
}

.wp-block-columns.headline-wrapper2 {
    gap: 20px !important;
}

.wp-block-columns.course-columns {
    justify-content: space-between;
}

.wp-block-columns.benefits-section {
    gap: 1rem !important;
    justify-content: space-between;
}

.benefits-section .benefits-block {
    padding-left: 0;
    padding-right: 0;
    border-right: none !important;
    margin-bottom: 1rem;
    max-width: 48%;
    flex-basis: unset !important;
}

.skills-section-block {
    padding: 3rem 12px 1rem 12px;
}

.skills-section-block .skills-content {
    padding-left:0;
    padding-bottom: 0;
}

.skills-banner img {
    margin-right: 0 !important;
}

/*image curves*/

.left-curve-image {
    position: relative;
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;
}

.left-curve-image img {
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;    
}

.right-curve-image {
    position: relative;
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;
}

.right-curve-image img {
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;    
}


.left-curve-image:before {
    height: 190px; 
    width: 210px;
}

.right-curve-image:before {
    height: 190px; 
    width: 210px;
}

.certification-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap !important;
}

.wp-block-columns.certification-section {
    gap: 32px !important;
    flex-direction: column;
    padding-left: 5.625rem !important;
    margin-bottom: 2.5rem !important;
    position: relative;
    justify-content: center;
}


.wp-block-columns.certification-section.movetop {
    margin-top: auto;
}

.certification-section .certification-image-left {
    display: flex;
    justify-content: center;
}

.certification-section .certification-image-right {
    display: flex;
    justify-content: center;
}

.certification-section:before {
    margin: 0 !important;
    left: 71px !important;
    top: 30% !important;
    height: calc(100% - -6%) !important;
    content:'';
    position: absolute;
    width: 1px;
    z-index: 1;
    border-right: 1px solid #0F0F0F;
    
}

.certification-section:after {
    left: 56px !important;
    width: auto !important;
    top: 30% !important;
    content: url('/wp-content/uploads/2025/08/certification-indicator.svg');
    position: absolute;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    height: 32px;
    z-index: 9;
}

.certification-section p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.certification-section p br {
    display: none;
}

.certification-section h3 {
    margin-bottom: 12px;
}

.certification-section .certifcation-content-right .certification-content {
    text-align: center;
}

.certification-section .certifcation-content-left .certification-content {
    text-align: center;
}

.certification-section .certifcation-content-left {
    align-items: center;
}

.certification-section .certifcation-content-right {
    align-items: center;    
}

.certification-section .certifcation-content-right .certification-content .mb-80 {
    margin-bottom: 1.5rem;
}

.certification-section .certifcation-content-left .certification-content .mb-80 {
    margin-bottom: 1.5rem;
}

.moveup {
    order: -1;
}

.testimonials .slick-next {
    left: -24rem !important;
}

.testimonials .slick-dots {
    display: none !important;
}

.wp-block-columns.faq-container .wp-block-column {
    width: 100% !important;
}

.wp-block-columns.gallery-section {
    align-content: space-around;
    display: flex;
    flex-direction: column;
}

/*course pages*/

.course-columns .wp-block-column:last-child {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
}

.wp-block-columns.explore-column {
    gap: 24px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.calc-half-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
}

.wp-block-columns.explore-column .explore-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wp-block-columns.explore-column .wp-block-column {
    display: flex;
    justify-content: center;
    width: 100%;
}

.explore-column h4 {
    text-align: center;
}

.explore-column p {
    text-align: center;    
}

.wp-block-columns.explore-container-1 .wp-block-column {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wp-block-columns.explore-container-2 .wp-block-column {
    display: flex;
    justify-content: center;
    width: 100%;
}

#footer .footer-left {
    width: 100%;
    max-width: unset !important;
}

#footer .footer-right .wp-block-columns .wp-block-column.mw-column {
    width: 25%;
    max-width: unset !important;
}

#footer .footer-right .wp-block-columns {
    gap: 80px !important;
}
    
}


@media only screen and (min-width: 568px) and (max-width: 767px) {
    
.wp-block-column:not(:only-child), .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
    flex-basis: unset !important;
    flex-grow: unset !important;
}
    
.course-parentpage .wp-block-columns.courses-container {
    flex-direction: column;
}
    
.course-parentpage .course-columns .wp-block-column.course-block {
    flex-basis: 100% !important;    
}

.headline-wrapper1 {
    padding-right: 0;
}

.headline-wrapper1 .wp-block-column {
    display: flex;
    justify-content: start;
    padding-left: 12px;
    padding-right: 12px;
}

.headline-wrapper2 .scroll-column {
    display: none;
}

.headline-wrapper2 {
    padding-bottom: 2.5rem;
}

.headline-wrapper2 .subheadline-column h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-left: 6.75rem;
    margin-bottom: 1rem;
}

h1.banner-headline {
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: right;
}

/*show hide destop mobile*/
.hide-mobile {
    display: none !important;
}

.show-mobile {
    display: block !important;
}

/*content*/

.dash-headline {
    padding-left: 100px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
}

.dash-headline:before {
    width: 84px;
    margin-left: -100px;
}

.dash-headline.white:before {
    width: 84px;
    margin-left: -100px;
}

.dash-headline br {
    display: none !important;
}

.indent-headline-top {
    margin-top: -0.5rem;
}

.indent-headline {
    margin-bottom: 1.5rem !important;
    margin-left: 4.25rem !important;
}

/*list*/
ul.red-list li {
    line-height: 110%;
}

ul.red-list li:before {
    top: 13px;
}

/*spacing*/

.padding-basic {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.paddingbottom120 {
    padding-bottom: 5rem;
} 

.mb-60 {
    margin-bottom: 2rem;
}

/*fonts - headlines*/

h2 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;  
    letter-spacing: -1px;
}

h2.section-heading {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;  
    letter-spacing: -0.6px;
}

h2 br {
    display: none;
}

h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
}

h4.headline-number {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;    
}


/*content*/

.wp-block-columns.course-columns .wp-block-column {
    flex-basis: unset !important;
}

.wp-block-columns.course-columns .wp-block-column:first-child {
    width: 95% !important;
}

.wp-block-columns.course-columns .wp-block-column .findoutbtn a {
    font-size: 0 !important;
    line-height: 0 !important;
    height: 20px;
    width: 20px;
}

.course-columns .wp-block-column:last-child {
    align-items: center !important;
}

.wp-block-columns.benefits-section {
    gap: 1rem !important;
}

.benefits-section .benefits-block {
    padding-left: 0;
    padding-right: 0;
    border-right: none !important;
    margin-bottom: 1rem;
    max-width: 48%;
    flex-basis: unset !important;
}

.benefits-section .benefits-block .wp-block-image img {
    max-height: 40px;
}

.benefits-section .benefits-block h4 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; 
}

.benefits-section .benefits-block h4 br {
    display: none;
}

.benefits-section .benefits-block p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%; 
}

.skills-section-block {
    padding-top: 3.75rem;
    padding-left: 12px;
    padding-right: 12px;
}

.skills-section-block .skills-content {
    padding-left: 4.25rem;
    padding-right: 1.5rem;
}

.skills-section-block .wp-block-columns {
    margin-bottom: 0 !important;
}

/*image curves*/

.left-curve-image {
    position: relative;
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;
}

.left-curve-image img {
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;    
}

.right-curve-image {
    position: relative;
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;
}

.right-curve-image img {
    max-width: 382px;
    max-height: 560px;
    object-fit: cover;    
}


.left-curve-image:before {
    height: 190px; 
    width: 210px;
}

.right-curve-image:before {
    height: 190px; 
    width: 210px;
}

.wp-block-columns.certification-section {
    gap: 32px !important;
    padding-left: 5.625rem !important;
    margin-bottom: 2.5rem !important;
    position: relative;
    justify-content: center;
}

.wp-block-columns.certification-section.movetop {
    margin-top: auto;
}

.certification-section .certification-image-left {
    display: flex;
    justify-content: center;
}

.certification-section .certification-image-right {
    display: flex;
    justify-content: center;
}

.certification-section:before {
    margin: 0 !important;
    left: 40px !important;
    top: 32% !important;
    height: calc(100% - -5%) !important;
    content:'';
    position: absolute;
    width: 1px;
    z-index: 1;
    border-right: 1px solid #0F0F0F;
    
}

.certification-section:after {
    left: 24px !important;
    width: auto !important;
    top: 30% !important;
    content: url('/wp-content/uploads/2025/08/certification-indicator.svg');
    position: absolute;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    height: 32px;
    z-index: 9;
}

.certification-section p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.certification-section p br {
    display: none;
}

.certification-section h3 {
    margin-bottom: 12px;
}

.certification-section .certifcation-content-right .certification-content {
    text-align: left;
}

.certification-section .certifcation-content-left .certification-content {
    text-align: left;
}

.certification-section .certifcation-content-left {
    align-items: center;
}

.certification-section .certifcation-content-right {
    align-items: center;    
}

.certification-section .certifcation-content-right .certification-content .mb-80 {
    margin-bottom: 1.5rem;
}

.certification-section .certifcation-content-left .certification-content .mb-80 {
    margin-bottom: 1.5rem;
}

.moveup {
    order: -1;
}

/*testimonials*/

.testimonials .testimonial-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    display: block !important;
}

.testimonials .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: -15% !important;
    z-index: 9;
}

.testimonials .slick-prev {
    left: 39% !important;
    right: auto !important;   
}

.testimonials .slick-next {
    left: auto !important;
    right: 37% !important;
}

/*gallery*/
.wp-block-columns.gallery-section {
    gap: 0 !important;
    justify-content: center;
}

/*faq*/
.custom-faq .accordion-button {
    font-size: 1rem !important;
}

.custom-faq .accordion-body {
    font-size: 1rem !important;   
}

/*course pages*/

.calc-half-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: unset !important;
    min-width: unset !important;
}

.wp-block-columns.explore-column .explore-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wp-block-group .wp-block-columns.explore-column .wp-block-column {
    display: flex;
    justify-content: center;
    flex-basis: 100% !important;
}

.explore-column h4 {
    text-align: center;
}

.explore-column p {
    text-align: center;    
}

/*footer*/

#footer .footer-column {
    padding-bottom: 5rem;
}

#footer .footer-left {
    width: 100%;
    max-width: unset;
}

#footer .footer-right .wp-block-columns {
    gap: 40px !important;
}

#footer .footer-right .wp-block-columns .wp-block-column {
    max-width: unset !important;
    width: 40%;
}

#footer .footer-logo img {
    max-width: 120px;
}


}

@media only screen and (max-width: 567px) { 
    
.page-banner .banner-image img {
    max-height: 800px;
}

.hero .banner-image.center-32 img {
    object-position: 32%;
}

.hero .banner-image.center-88 img {
    object-position: 88%;
}

.page-banner .banner-image.center-63 img {
    object-position: 63%;
}

.page-banner .banner-image.center-65 img {
    object-position: 65%;
}

.page-banner .banner-image.center-80 img {
    object-position: 80%;
}

.page-banner .banner-image.center-70 img {
    object-position: 70%;
}

.page-banner .banner-image.center-40 img {
    object-position: 40%;
}

.page-banner .banner-image.center-15 img {
    object-position: 15%;
}

.headline-wrapper1 {
    padding-right: 0;
}

.headline-wrapper1 .wp-block-column {
    display: flex;
    justify-content: start;
    padding-left: 12px;
    padding-right: 12px;
}

.headline-wrapper2 .scroll-column {
    display: none;
}

.headline-wrapper2 {
    padding-bottom: 2.5rem;
}

.headline-wrapper2 .subheadline-column h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-left: 6.75rem;
    margin-bottom: 1rem;
}

h1.banner-headline {
    font-size: 4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-align: right;
    font-family: "Open Sans", sans-serif !important;
 
}

h1.banner-headline.sm {
    font-size: 3rem;
}

/*show hide destop mobile*/
.hide-mobile {
    display: none !important;
}

.show-mobile {
    display: block !important;
}

/*content*/

.dash-headline {
    padding-left: 100px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
}

.dash-headline:before {
    width: 84px;
    margin-left: -100px;
}

.dash-headline.white:before {
    width: 84px;
    margin-left: -100px;
}

.dash-headline br {
    display: none !important;
}

.indent-headline-top {
    margin-top: -0.5rem;
}

.indent-headline {
    margin-bottom: 1.5rem !important;
    margin-left: 4.25rem !important;
}

/*list*/
ul.red-list li {
    line-height: 110%;
}

ul.red-list li:before {
    top: 13px;
}

/*spacing*/

.padding-basic {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.paddingbottom120 {
    padding-bottom: 5rem;
} 

.mb-60 {
    margin-bottom: 2rem;
}

/*fonts - headlines*/

h2 {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;  
    letter-spacing: -1px;
}

h2.section-heading {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;  
    letter-spacing: -0.6px;
    font-family: "Open Sans", sans-serif !important;
}

h2 br {
    display: none;
}

h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
}

h4.headline-number {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;    
}


h3.section-heading-number {
    font-family: "Open Sans", sans-serif !important;
}

/*content*/

.wp-block-columns.course-columns .wp-block-column {
    flex-basis: unset !important;
}

.wp-block-columns.course-columns .wp-block-column .findoutbtn a {
    font-size: 0 !important;
    line-height: 0 !important;
    height: 20px;
    width: 20px;
}

.course-columns .wp-block-column:last-child {
    align-items: center !important;
}

.wp-block-columns.benefits-section {
    gap: 1rem !important;
}

.benefits-section .benefits-block {
    padding-left: 0;
    padding-right: 0;
    border-right: none !important;
    margin-bottom: 1rem;
    max-width: 48%;
    flex-basis: unset !important;
}

.benefits-section .benefits-block .wp-block-image img {
    max-height: 40px;
}

.benefits-section .benefits-block h4 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; 
}

.benefits-section .benefits-block h4 br {
    display: none;
}

.benefits-section .benefits-block p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 151%; 
}

.skills-section-block {
    padding-top: 3.75rem;
    padding-left: 12px;
    padding-right: 12px;
}

.skills-section-block .skills-content {
    padding-left: 4.25rem;
    padding-right: 1.5rem;
}

.skills-section-block .wp-block-columns {
    margin-bottom: 0 !important;
}

/*image curves*/

.left-curve-image {
    position: relative;
    max-width: 300px;
    max-height: 440px;
    object-fit: cover;
}

.left-curve-image img {
    max-width: 300px;
    max-height: 440px;
    object-fit: cover;    
}

.right-curve-image {
    position: relative;
    max-width: 300px;
    max-height: 440px;
    object-fit: cover;
}

.right-curve-image img {
    max-width: 300px;
    max-height: 440px;
    object-fit: cover;    
}


.left-curve-image:before {
    height: 190px; 
    width: 175px;
}

.right-curve-image:before {
    height: 190px; 
    width: 175px;
}

.wp-block-columns.certification-section {
    gap: 32px !important;
    padding-left: 5.625rem !important;
    margin-bottom: 2.5rem !important;
    position: relative;
}

.certification-section:before {
    margin: 0 !important;
    left: 40px !important;
    top: 32% !important;
    height: calc(100% - -6%) !important;
    content:'';
    position: absolute;
    width: 1px;
    z-index: 1;
    border-right: 1px solid #0F0F0F;
    
}

.certification-section:after {
    left: 24px !important;
    width: auto !important;
    top: 30% !important;
    content: url('/wp-content/uploads/2025/08/certification-indicator.svg');
    position: absolute;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    height: 32px;
    z-index: 9;
}

.wp-block-columns.certification-section.movetop {
    margin-top: auto;
}

.certification-section .certification-image-left {
    display: flex;
    justify-content: center;
}

.certification-section .certification-image-right {
    display: flex;
    justify-content: center;
}

.certification-section p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.certification-section p br {
    display: none;
}

.certification-section h3 {
    margin-bottom: 12px;
}

.certification-section .certifcation-content-right .certification-content {
    text-align: left;
}

.certification-section .certifcation-content-left .certification-content {
    text-align: left;
}

.certification-section .certifcation-content-left {
    align-items: center;
}

.certification-section .certifcation-content-right {
    align-items: center;    
}

.certification-section .certifcation-content-right .certification-content .mb-80 {
    margin-bottom: 1.5rem;
}

.certification-section .certifcation-content-left .certification-content .mb-80 {
    margin-bottom: 1.5rem;
}

.moveup {
    order: -1;
}

/*testimonials*/

.testimonials .testimonial-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    display: block !important;
}

.testimonials .slick-arrow {
    display: block !important;
    position: absolute;
    bottom: -15% !important;
    z-index: 9;
}

.testimonials .slick-prev {
    left: 33% !important;
    right: auto !important;   
}

.testimonials .slick-next {
    left: auto !important;
    right: 33% !important;
}

/*gallery*/
.wp-block-columns.gallery-section {
    gap: 0 !important;
}

/*faq*/
.custom-faq .accordion-button {
    font-size: 1rem !important;
}

.custom-faq .accordion-body {
    font-size: 1rem !important;   
}

/*course pages*/

.calc-half-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: unset !important;
    min-width: unset !important;
}

.wp-block-columns.explore-column .explore-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wp-block-columns.explore-column .wp-block-column {
    display: flex;
    justify-content: center;
}

.explore-column h4 {
    text-align: center;
}

.explore-column p {
    text-align: center;    
}

ul.white-list.inline {
    columns: 1;               
    -webkit-columns: 1;       
    -moz-columns: 1;          
    column-gap: 1rem;   
}

/*footer*/

#footer .footer-column {
    padding-bottom: 5rem;
}

#footer .footer-right .wp-block-columns {
    gap: 40px !important;
}

#footer .footer-right .wp-block-columns .wp-block-column {
    max-width: unset;
}

#footer .footer-logo img {
    max-width: 120px;
}

}

@media only screen and (max-width: 420px) { 
    
h1.banner-headline {
    font-size: 3.5rem;
}

.headline-wrapper2 .subheadline-column h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-left: 5.75rem;
    margin-bottom: 1rem;
}

.hero {
    min-height: 800px;
}

.hero .headline-wrapper2 {
    padding-bottom: 5.5rem;    
}

.testimonials .slick-next {
    right: 30% !important;
}

.testimonials .slick-prev {
    left: 30% !important;
}

}


@media only screen and (max-width: 412px) { 
    
.hero .headline-wrapper2 {
    padding-bottom: 5.5rem;    
}
    
.benefits-section .benefits-block {
    max-width: 47%;
}

.certification-section:before {
    left: 20px !important;
}

.certification-section:after {
    left: 4px !important;
}

.hero {
    min-height: 800px;
}

.wp-block-columns.certification-section {
    padding-left: 4.625rem !important;
}
    

}


@media only screen and (max-width: 393px) { 
    
.hero {
    min-height: 800px;
}
    
.hero .headline-wrapper2 {
    padding-bottom: 3.5rem;
}
    
.benefits-section .benefits-block {
    max-width: 47%;
}

}