.elementor-4286 .elementor-element.elementor-element-efb4f3f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3808d0d *//* =====================================================
   SKILLZONE HOTEL MANAGEMENT COURSE
===================================================== */

.szhm-page {

    --hm-blue: #277bb7;
    --hm-black: #090909;
    --hm-text: #626b72;
    --hm-light: #f5f8fa;
    --hm-border: #e1e8ed;
    --hm-gold: #b9975b;

    position: relative;

    width: 100vw;
    max-width: 100vw;

    left: 50%;
    margin-left: -50vw;

    overflow: hidden;
}


.szhm-page *,
.szhm-page *::before,
.szhm-page *::after {
    box-sizing: border-box;
}


.szhm-container {

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding: 0 25px;
}



/* =========================================
   GLOBAL
========================================= */

.szhm-section {
    padding: 95px 0;
}


.szhm-light {
    background: var(--hm-light);
}


.szhm-eyebrow,
.szhm-section-tag {

    display: inline-block;

    color: var(--hm-blue);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2.4px;

    text-transform: uppercase;
}


.szhm-heading {

    max-width: 800px;

    margin: 0 auto 50px;

    text-align: center;
}


.szhm-heading h2 {

    margin: 10px 0 15px;

    color: #000;

    font-size: clamp(33px,4vw,48px);

    line-height: 1.15;
}


.szhm-heading p {

    margin: 0;

    color: var(--hm-text);

    font-size: 15px;

    line-height: 1.8;
}


.szhm-heading-light h2 {
    color: #fff;
}


.szhm-heading-light p {
    color: rgba(255,255,255,.75);
}



/* =========================================
   BUTTONS
========================================= */

.szhm-btn {

    display: inline-flex;

    min-height: 52px;

    padding: 0 27px;

    align-items: center;
    justify-content: center;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;
}


.szhm-btn-primary {

    color: #fff;

    background: var(--hm-blue);

    border: 2px solid var(--hm-blue);
}


.szhm-btn-primary:hover {

    background: #000;

    border-color: #000;
}


.szhm-btn-outline {

    color: #000;

    border: 2px solid #000;
}


.szhm-btn-outline:hover {

    color: #fff;

    background: #000;
}


.szhm-btn-white {

    color: var(--hm-blue);

    background: #fff;

    border: 2px solid #fff;
}


.szhm-btn-black {

    color: #fff;

    background: #000;

    border: 2px solid #000;
}



/* =========================================
   HERO
========================================= */

.szhm-hero {

    padding: 95px 0 110px;

    background:
        linear-gradient(
            120deg,
            #f3f8fb 0%,
            #ffffff 68%
        );
}


.szhm-hero-grid {

    display: grid;

    grid-template-columns:
        1fr .95fr;

    gap: 75px;

    align-items: center;
}


.szhm-hero h1 {

    margin: 13px 0 20px;

    color: #000;

    font-size:
        clamp(45px,5vw,68px);

    line-height: 1.04;
}


.szhm-hero-lead {

    margin: 0 0 13px;

    color: #171717;

    font-size: 18px;

    line-height: 1.7;
}


.szhm-hero-text {

    margin: 0 0 27px;

    color: var(--hm-text);

    font-size: 15px;

    line-height: 1.8;
}


.szhm-hero-points {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 13px 20px;

    margin-bottom: 30px;
}


.szhm-hero-points > div {

    display: flex;

    gap: 8px;

    align-items: center;

    color: #000;

    font-size: 14px;

    font-weight: 600;
}


.szhm-hero-points span {

    display: flex;

    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    align-items: center;
    justify-content: center;

    color: var(--hm-blue);

    background:
        rgba(39,123,183,.10);

    border-radius: 50%;
}


.szhm-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 11px;
}


/* HERO VISUAL */

.szhm-hero-visual {

    position: relative;

    min-height: 580px;
}


.szhm-hero-image {

    position: absolute;

    right: 0;
    top: 0;

    width: 88%;
    height: 545px;
}


.szhm-hero-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 20px;
}


.szhm-hero-card {

    position: absolute;

    left: 0;
    bottom: 25px;

    max-width: 260px;

    padding: 22px;

    color: #fff;

    background: var(--hm-blue);

    border-radius: 10px;

    box-shadow:
        0 17px 38px rgba(0,0,0,.14);
}


.szhm-hero-card small,
.szhm-hero-card strong,
.szhm-hero-card span {

    display: block;
}


.szhm-hero-card small {

    margin-bottom: 5px;

    color: rgba(255,255,255,.68);

    font-size: 8px;

    letter-spacing: 1.5px;
}


.szhm-hero-card strong {

    font-size: 18px;

    line-height: 1.3;
}


.szhm-hero-card span {

    margin-top: 5px;

    color: rgba(255,255,255,.8);

    font-size: 9px;
}


.szhm-mini-card {

    position: absolute;

    padding: 14px 16px;

    background: #fff;

    border-left:
        3px solid var(--hm-gold);

    box-shadow:
        0 12px 30px rgba(0,0,0,.1);
}


.szhm-mini-card span,
.szhm-mini-card strong {

    display: block;
}


.szhm-mini-card span {

    color: var(--hm-gold);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.3px;
}


.szhm-mini-card strong {

    margin-top: 3px;

    color: #000;

    font-size: 12px;
}


.szhm-mini-one {

    left: 10px;
    top: 75px;
}


.szhm-mini-two {

    right: -15px;
    bottom: 90px;
}



/* =========================================
   LOGOS
========================================= */

.szhm-logo-section {

    padding: 45px 0;

    background: #fff;

    border-bottom:
        1px solid var(--hm-border);
}


.szhm-logo-grid {

    display: grid;

    grid-template-columns:
        1.3fr repeat(4,1fr);

    gap: 18px;

    align-items: center;
}


.szhm-logo-intro span,
.szhm-logo-intro strong {

    display: block;
}


.szhm-logo-intro span {

    margin-bottom: 5px;

    color: var(--hm-blue);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.szhm-logo-intro strong {

    color: #000;

    font-size: 16px;
}


.szhm-logo-box {

    display: flex;

    height: 90px;

    align-items: center;
    justify-content: center;

    padding: 12px;

    border-left:
        1px solid var(--hm-border);
}


.szhm-logo-box img {

    width: 100%;
    height: 100%;

    max-width: 150px;
    max-height: 65px;

    object-fit: contain;
}


.szhm-payment-note {

    margin-top: 20px;

    color: #747d84;

    text-align: center;

    font-size: 11px;
}



/* =========================================
   ABOUT
========================================= */

.szhm-about-grid {

    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 75px;

    align-items: center;
}


.szhm-about-image {
    position: relative;
}


.szhm-about-image img {

    display: block;

    width: 100%;
    height: 550px;

    object-fit: cover;

    border-radius: 16px;
}


.szhm-about-badge {

    position: absolute;

    right: -25px;
    bottom: 28px;

    padding: 19px 22px;

    color: #fff;

    background: #000;

    border-radius: 8px;
}


.szhm-about-badge strong,
.szhm-about-badge span {

    display: block;
}


.szhm-about-badge strong {
    font-size: 16px;
}


.szhm-about-badge span {

    margin-top: 4px;

    color: #bbb;

    font-size: 9px;
}


.szhm-about-content h2,
.szhm-practical-content h2 {

    margin: 10px 0 17px;

    color: #000;

    font-size:
        clamp(33px,4vw,47px);

    line-height: 1.15;
}


.szhm-about-content p,
.szhm-practical-content p {

    margin: 0 0 15px;

    color: var(--hm-text);

    font-size: 15px;

    line-height: 1.8;
}


.szhm-about-stats {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;

    margin-top: 25px;
}


.szhm-about-stats > div {

    padding: 17px;

    background: var(--hm-light);

    border-top:
        3px solid var(--hm-blue);
}


.szhm-about-stats strong,
.szhm-about-stats span {

    display: block;
}


.szhm-about-stats strong {

    color: #000;

    font-size: 14px;
}


.szhm-about-stats span {

    margin-top: 3px;

    color: var(--hm-text);

    font-size: 9px;
}



/* =========================================
   REVIEWS
========================================= */

.szhm-review-section {

    padding: 90px 0;

    background: #f9fbfc;
}



/* =========================================
   DEPARTMENTS
========================================= */

.szhm-departments {

    padding: 90px 0;

    background: #0b1115;
}


.szhm-department-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 15px;
}


.szhm-department-card {

    padding: 28px;

    border:
        1px solid rgba(255,255,255,.14);

    border-radius: 10px;

    background:
        rgba(255,255,255,.035);
}


.szhm-department-card > span {

    color: var(--hm-gold);

    font-size: 9px;

    font-weight: 800;
}


.szhm-department-card h3 {

    margin: 12px 0 8px;

    color: #fff;

    font-size: 20px;
}


.szhm-department-card p {

    margin: 0;

    color: #a5afb5;

    font-size: 12px;

    line-height: 1.7;
}



/* =========================================
   MODULES
========================================= */

.szhm-module-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 18px;
}


.szhm-module {

    padding: 27px;

    background: #fff;

    border:
        1px solid var(--hm-border);

    border-radius: 11px;

    transition: .3s ease;
}


.szhm-module:hover {

    transform: translateY(-5px);

    border-color: var(--hm-blue);
}


.szhm-module-top {

    display: flex;

    justify-content: space-between;

    margin-bottom: 17px;

    padding-bottom: 13px;

    border-bottom:
        1px solid var(--hm-border);
}


.szhm-module-top span {

    color: var(--hm-blue);

    font-size: 10px;

    font-weight: 800;
}


.szhm-module-top strong {

    color: #999;

    font-size: 8px;

    letter-spacing: 1.2px;
}


.szhm-module h3 {

    margin: 0 0 9px;

    color: #000;

    font-size: 18px;
}


.szhm-module > p {

    min-height: 70px;

    margin: 0 0 14px;

    color: var(--hm-text);

    font-size: 12px;

    line-height: 1.7;
}


.szhm-module ul {

    margin: 0;

    padding: 13px 0 0;

    border-top:
        1px solid var(--hm-border);

    list-style: none;
}


.szhm-module li {

    position: relative;

    margin-bottom: 6px;

    padding-left: 16px;

    color: var(--hm-text);

    font-size: 11px;
}


.szhm-module li::before {

    content: "•";

    position: absolute;

    left: 0;

    color: var(--hm-blue);
}


.szhm-module-featured {

    background: var(--hm-blue);

    border-color: var(--hm-blue);
}


.szhm-module-featured
.szhm-module-top {

    border-bottom-color:
        rgba(255,255,255,.2);
}


.szhm-module-featured
.szhm-module-top span,
.szhm-module-featured
.szhm-module-top strong,
.szhm-module-featured h3 {

    color: #fff;
}


.szhm-module-featured > p,
.szhm-module-featured li {

    color:
        rgba(255,255,255,.8);
}


.szhm-module-featured ul {

    border-top-color:
        rgba(255,255,255,.2);
}


.szhm-module-featured li::before {
    color: #fff;
}



/* =========================================
   JOURNEY
========================================= */

.szhm-journey {

    padding: 85px 0;

    background: var(--hm-blue);
}


.szhm-journey-grid {

    display: grid;

    grid-template-columns:
        1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr;

    align-items: center;
}


.szhm-journey-grid > div:not(.szhm-journey-arrow) {

    min-height: 180px;

    padding: 23px 19px;

    border:
        1px solid rgba(255,255,255,.22);

    border-radius: 9px;
}


.szhm-journey-grid span {

    color: rgba(255,255,255,.55);

    font-size: 9px;

    font-weight: 800;
}


.szhm-journey-grid h3 {

    margin: 11px 0 7px;

    color: #fff;

    font-size: 18px;
}


.szhm-journey-grid p {

    margin: 0;

    color:
        rgba(255,255,255,.76);

    font-size: 11px;

    line-height: 1.6;
}


.szhm-journey-arrow {

    color: rgba(255,255,255,.5);

    text-align: center;

    font-size: 20px;
}


.szhm-journey-active {

    background: #fff;
}


.szhm-journey-active span {
    color: var(--hm-blue);
}


.szhm-journey-active h3 {
    color: #000;
}


.szhm-journey-active p {
    color: var(--hm-text);
}



/* =========================================
   PRACTICAL
========================================= */

.szhm-practical-grid {

    display: grid;

    grid-template-columns:
        1fr .9fr;

    gap: 70px;

    align-items: center;
}


.szhm-practical-list {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 10px;

    margin-top: 24px;
}


.szhm-practical-list > div {

    display: flex;

    gap: 8px;

    align-items: center;

    color: #000;

    font-size: 12px;

    font-weight: 600;
}


.szhm-practical-list span {
    color: var(--hm-blue);
}


.szhm-practical-image img {

    display: block;

    width: 100%;
    height: 530px;

    object-fit: cover;

    border-radius: 16px;
}



/* =========================================
   AUDIENCE
========================================= */

.szhm-audience-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 17px;
}


.szhm-audience-grid > div {

    padding: 27px;

    background: #fff;

    border:
        1px solid var(--hm-border);

    border-radius: 10px;
}


.szhm-audience-grid > div > span {

    color: var(--hm-blue);

    font-size: 9px;

    font-weight: 800;
}


.szhm-audience-grid h3 {

    margin: 11px 0 8px;

    color: #000;

    font-size: 18px;
}


.szhm-audience-grid p {

    margin: 0;

    color: var(--hm-text);

    font-size: 12px;

    line-height: 1.7;
}



/* =========================================
   SKILLS
========================================= */

.szhm-skills {

    padding: 80px 0;

    background: #0b1115;
}


.szhm-skills-grid {

    display: grid;

    grid-template-columns:
        .75fr 1.25fr;

    gap: 65px;

    align-items: center;
}


.szhm-skills-grid
> div:first-child > span {

    color: var(--hm-gold);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


.szhm-skills h2 {

    margin: 10px 0 13px;

    color: #fff;

    font-size:
        clamp(31px,4vw,44px);
}


.szhm-skills p {

    margin: 0;

    color: #aab2b9;

    font-size: 14px;

    line-height: 1.8;
}


.szhm-skill-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}


.szhm-skill-tags span {

    padding: 11px 15px;

    color: #fff;

    border:
        1px solid rgba(255,255,255,.18);

    border-radius: 30px;

    font-size: 11px;
}



/* =========================================
   FAQ
========================================= */

.szhm-faq-container {
    max-width: 1000px;
}


.szhm-faq-list {

    border-top:
        1px solid var(--hm-border);
}


.szhm-faq {

    border-bottom:
        1px solid var(--hm-border);
}


.szhm-faq summary {

    position: relative;

    padding: 22px 45px 22px 0;

    cursor: pointer;

    color: #000;

    font-size: 16px;

    font-weight: 700;

    list-style: none;
}


.szhm-faq summary::-webkit-details-marker {
    display: none;
}


.szhm-faq summary::after {

    content: "+";

    position: absolute;

    right: 5px;
    top: 14px;

    color: var(--hm-blue);

    font-size: 27px;
}


.szhm-faq[open] summary::after {
    content: "−";
}


.szhm-faq p {

    margin: 0;

    padding: 0 45px 22px 0;

    color: var(--hm-text);

    font-size: 13px;

    line-height: 1.8;
}



/* =========================================
   FINAL CTA
========================================= */

.szhm-final {

    padding: 80px 0;

    background: var(--hm-blue);
}


.szhm-final-grid {

    display: grid;

    grid-template-columns:
        1fr auto;

    gap: 45px;

    align-items: center;
}


.szhm-final-grid > div:first-child {
    max-width: 760px;
}


.szhm-final-grid
> div:first-child > span {

    display: block;

    margin-bottom: 8px;

    color:
        rgba(255,255,255,.7);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;
}


.szhm-final h2 {

    margin: 0 0 12px;

    color: #fff;

    font-size:
        clamp(31px,4vw,44px);
}


.szhm-final p {

    margin: 0;

    color:
        rgba(255,255,255,.8);

    font-size: 14px;

    line-height: 1.8;
}


.szhm-final-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}



/* =========================================
   TABLET
========================================= */

@media(max-width:1024px) {

    .szhm-module-grid,
    .szhm-department-grid {

        grid-template-columns:
            repeat(2,1fr);
    }


    .szhm-logo-grid {

        grid-template-columns:
            repeat(4,1fr);
    }


    .szhm-logo-intro {

        grid-column: 1 / -1;

        text-align: center;
    }


    .szhm-audience-grid {

        grid-template-columns:
            repeat(2,1fr);
    }

}



/* =========================================
   MOBILE
========================================= */

@media(max-width:767px) {

    .szhm-container {
        padding: 0 18px;
    }


    .szhm-section,
    .szhm-review-section {

        padding: 65px 0;
    }


    .szhm-hero {

        padding: 60px 0 75px;
    }


    .szhm-hero-grid,
    .szhm-about-grid,
    .szhm-practical-grid,
    .szhm-skills-grid,
    .szhm-final-grid {

        grid-template-columns: 1fr;
    }


    .szhm-hero h1 {
        font-size: 42px;
    }


    .szhm-hero-visual {
        min-height: 510px;
    }


    .szhm-hero-image {

        width: 90%;
        height: 450px;
    }


    .szhm-about-image img,
    .szhm-practical-image img {

        height: 430px;
    }


    .szhm-about-badge {
        right: 15px;
    }


    .szhm-journey-grid {

        grid-template-columns:
            repeat(2,1fr);

        gap: 12px;
    }


    .szhm-journey-arrow {
        display: none;
    }

}



/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:520px) {

    .szhm-hero h1 {
        font-size: 35px;
    }


    .szhm-hero-points,
    .szhm-logo-grid,
    .szhm-department-grid,
    .szhm-module-grid,
    .szhm-journey-grid,
    .szhm-practical-list,
    .szhm-audience-grid {

        grid-template-columns: 1fr;
    }


    .szhm-buttons,
    .szhm-final-buttons {

        flex-direction: column;
    }


    .szhm-btn {
        width: 100%;
    }


    .szhm-hero-visual {
        min-height: 455px;
    }


    .szhm-hero-image {

        position: relative;

        width: 100%;
        height: 390px;
    }


    .szhm-hero-card {

        left: 12px;
        right: 12px;
        bottom: -15px;

        max-width: none;
    }


    .szhm-mini-card {
        display: none;
    }


    .szhm-logo-box {

        height: 85px;

        border:
            1px solid var(--hm-border);
    }


    .szhm-about-stats {
        grid-template-columns: 1fr;
    }


    .szhm-module > p {
        min-height: auto;
    }


    .szhm-about-image img,
    .szhm-practical-image img {

        height: 370px;
    }

}/* End custom CSS */