.elementor-4129 .elementor-element.elementor-element-1edadd4b{--display:flex;}/* Start custom CSS for container, class: .elementor-element-1edadd4b *//* =====================================================
   SKILLZONE - PROFESSIONAL BAKING COURSE IN DUBAI
   Primary: #277bb7
   Secondary: #000000
===================================================== */

.sz-baking-page {
    --sz-primary: #277bb7;
    --sz-black: #000000;
    --sz-text: #5e6670;
    --sz-light: #f5f8fb;
    --sz-border: #e2e8ee;
    --sz-white: #ffffff;

    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    color: var(--sz-black);
}

.sz-baking-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ===============================
   COMMON
================================ */

.sz-section {
    padding: 95px 0;
}


.sz-light-bg {
    background: var(--sz-light);
}


.sz-eyebrow {
    display: inline-block;

    margin-bottom: 14px;

    color: var(--sz-primary);

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;

    letter-spacing: 2.5px;
    text-transform: uppercase;
}


.sz-section-heading {
    max-width: 760px;

    margin: 0 auto 50px;

    text-align: center;
}


.sz-section-heading h2,
.sz-section-content h2,
.sz-curriculum-heading h2,
.sz-career-box h2 {
    margin: 0 0 18px;

    color: var(--sz-black);

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.16;
    font-weight: 700;
}


.sz-section-heading p,
.sz-section-content p,
.sz-curriculum-heading p,
.sz-career-box p {
    color: var(--sz-text);

    font-size: 16px;
    line-height: 1.85;
}


.sz-section-content p {
    margin: 0 0 17px;
}


.sz-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* ===============================
   BUTTONS
================================ */

.sz-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 0 28px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}


.sz-btn-primary {
    background: var(--sz-primary);
    border: 2px solid var(--sz-primary);

    color: #ffffff;
}


.sz-btn-primary:hover {
    background: var(--sz-black);
    border-color: var(--sz-black);

    color: #ffffff;
}


.sz-btn-outline {
    background: transparent;
    border: 2px solid var(--sz-black);

    color: var(--sz-black);
}


.sz-btn-outline:hover {
    background: var(--sz-black);
    color: #ffffff;
}


.sz-btn-white {
    background: #ffffff;

    color: var(--sz-primary);
}


.sz-btn-white:hover {
    background: var(--sz-black);

    color: #ffffff;
}


.sz-btn-black {
    background: var(--sz-black);

    color: #ffffff;
}


.sz-btn-black:hover {
    background: #ffffff;

    color: var(--sz-primary);
}


/* ===============================
   HERO
================================ */

.sz-baking-hero {
    position: relative;

    padding: 85px 0;

    background:
        linear-gradient(
            120deg,
            #f3f8fc 0%,
            #ffffff 100%
        );
}


.sz-baking-hero::before {
    content: "";

    position: absolute;
    width: 500px;
    height: 500px;

    left: -250px;
    top: -250px;

    border-radius: 50%;

    background: rgba(39, 123, 183, 0.08);
}


.sz-baking-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 65px;

    align-items: center;
}


.sz-baking-hero-content h1 {
    max-width: 750px;

    margin: 0 0 22px;

    color: var(--sz-black);

    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.06;
    font-weight: 750;
}


.sz-hero-lead {
    max-width: 680px;

    margin: 0 0 28px;

    color: var(--sz-text);

    font-size: 17px;
    line-height: 1.8;
}


.sz-hero-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 14px 25px;

    margin-bottom: 32px;
}


.sz-hero-points > div {
    display: flex;
    align-items: center;

    gap: 9px;

    color: var(--sz-black);

    font-size: 15px;
    font-weight: 600;
}


.sz-check {
    display: inline-flex;

    width: 25px;
    height: 25px;

    align-items: center;
    justify-content: center;

    flex: 0 0 25px;

    border-radius: 50%;

    background: rgba(39, 123, 183, 0.12);

    color: var(--sz-primary);
}


.sz-hero-buttons {
    display: flex;

    gap: 13px;

    flex-wrap: wrap;
}


.sz-baking-hero-image {
    position: relative;
}


.sz-baking-hero-image img {
    display: block;

    width: 100%;
    height: 600px;

    object-fit: cover;

    border-radius: 18px;
}


.sz-floating-box {
    position: absolute;

    left: -35px;
    bottom: 35px;

    min-width: 175px;

    padding: 22px;

    background: var(--sz-primary);

    border-radius: 10px;

    box-shadow: 0 15px 40px rgba(0,0,0,.15);

    color: #ffffff;
}


.sz-floating-box strong {
    display: block;

    font-size: 30px;
    line-height: 1.1;
}


.sz-floating-box span {
    font-size: 13px;
}


/* ===============================
   TRUST STRIP
================================ */

.sz-trust-strip {
    background: var(--sz-black);
}


.sz-trust-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
}


.sz-trust-item {
    padding: 28px 20px;

    text-align: center;

    border-right: 1px solid rgba(255,255,255,0.15);
}


.sz-trust-item:last-child {
    border-right: 0;
}


.sz-trust-item strong {
    display: block;

    margin-bottom: 4px;

    color: #ffffff;

    font-size: 18px;
}


.sz-trust-item span {
    color: #aeb5bd;

    font-size: 13px;
}


/* ===============================
   IMAGES
================================ */

.sz-image-wrapper {
    position: relative;
}


.sz-image-wrapper > img {
    display: block;

    width: 100%;
    height: 570px;

    object-fit: cover;

    border-radius: 15px;
}


.sz-image-badge {
    position: absolute;

    right: -25px;
    bottom: 30px;

    padding: 20px 25px;

    background: #ffffff;

    border-left: 4px solid var(--sz-primary);

    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}


.sz-image-badge strong,
.sz-image-badge span {
    display: block;
}


.sz-image-badge strong {
    color: var(--sz-black);

    font-size: 17px;
}


.sz-image-badge span {
    margin-top: 4px;

    color: var(--sz-text);

    font-size: 13px;
}


.sz-text-link {
    display: inline-block;

    margin-top: 7px;

    color: var(--sz-primary);

    font-weight: 700;

    text-decoration: none;
}


/* ===============================
   FEATURE CARDS
================================ */

.sz-feature-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


.sz-feature-card {
    padding: 32px 27px;

    background: #ffffff;

    border: 1px solid var(--sz-border);
    border-radius: 12px;

    transition: 0.3s ease;
}


.sz-feature-card:hover {
    transform: translateY(-6px);

    border-color: rgba(39,123,183,.35);

    box-shadow: 0 18px 40px rgba(0,0,0,.07);
}


.sz-feature-icon {
    display: flex;

    width: 55px;
    height: 55px;

    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    border-radius: 8px;

    background: rgba(39,123,183,.10);

    color: var(--sz-primary);

    font-weight: 800;
}


.sz-feature-card h3 {
    margin: 0 0 13px;

    font-size: 20px;
    line-height: 1.3;
}


.sz-feature-card p {
    margin: 0;

    color: var(--sz-text);

    font-size: 14px;
    line-height: 1.75;
}


/* ===============================
   LEARNING CARDS
================================ */

.sz-learning-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;
}


.sz-learning-card {
    display: grid;

    grid-template-columns: 190px 1fr;

    min-height: 220px;

    overflow: hidden;

    border: 1px solid var(--sz-border);
    border-radius: 12px;

    background: #ffffff;
}


.sz-learning-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.sz-learning-content {
    padding: 28px;
}


.sz-learning-content > span {
    color: var(--sz-primary);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
}


.sz-learning-content h3 {
    margin: 8px 0 10px;

    font-size: 20px;
    line-height: 1.3;
}


.sz-learning-content p {
    margin: 0;

    color: var(--sz-text);

    font-size: 14px;
    line-height: 1.7;
}


/* ===============================
   BLUE CURRICULUM
================================ */

.sz-blue-section {
    background: var(--sz-primary);
}


.sz-curriculum-layout {
    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 80px;

    align-items: start;
}


.sz-curriculum-heading {
    position: sticky;
    top: 100px;
}


.sz-curriculum-heading > span {
    display: block;

    margin-bottom: 14px;

    color: rgba(255,255,255,.75);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2.5px;
}


.sz-curriculum-heading h2 {
    color: #ffffff;
}


.sz-curriculum-heading p {
    color: rgba(255,255,255,.82);
}


.sz-curriculum-list {
    display: grid;

    gap: 15px;
}


.sz-curriculum-item {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 20px;

    padding: 25px;

    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;

    background: rgba(255,255,255,.08);
}


.sz-curriculum-item > strong {
    color: #ffffff;

    font-size: 18px;
}


.sz-curriculum-item h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 19px;
}


.sz-curriculum-item p {
    margin: 0;

    color: rgba(255,255,255,.78);

    font-size: 14px;
    line-height: 1.7;
}


/* ===============================
   CHECK LIST
================================ */

.sz-check-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin: 26px 0 0;
    padding: 0;

    list-style: none;
}


.sz-check-list li {
    position: relative;

    padding-left: 27px;

    color: var(--sz-black);

    font-size: 14px;
    font-weight: 600;
}


.sz-check-list li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    color: var(--sz-primary);

    font-weight: 800;
}


/* ===============================
   AUDIENCE
================================ */

.sz-audience-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


.sz-audience-card {
    padding: 30px;

    background: #ffffff;

    border-bottom: 4px solid transparent;

    transition: .3s ease;
}


.sz-audience-card:hover {
    border-bottom-color: var(--sz-primary);

    box-shadow: 0 15px 35px rgba(0,0,0,.07);
}


.sz-audience-card > strong {
    color: var(--sz-primary);

    font-size: 14px;
}


.sz-audience-card h3 {
    margin: 13px 0 10px;

    font-size: 20px;
}


.sz-audience-card p {
    margin: 0;

    color: var(--sz-text);

    font-size: 14px;
    line-height: 1.7;
}


/* ===============================
   COLLAGE
================================ */

.sz-image-collage {
    position: relative;

    padding-right: 70px;
    padding-bottom: 70px;
}


.sz-collage-main {
    display: block;

    width: 100%;
    height: 570px;

    object-fit: cover;

    border-radius: 15px;
}


.sz-collage-small {
    position: absolute;

    width: 270px;
    height: 240px;

    right: 0;
    bottom: 0;

    object-fit: cover;

    border: 8px solid #ffffff;
    border-radius: 12px;
}


.sz-reason {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 17px;

    padding: 18px 0;

    border-bottom: 1px solid var(--sz-border);
}


.sz-reason > span {
    color: var(--sz-primary);

    font-size: 13px;
    font-weight: 800;
}


.sz-reason h3 {
    margin: 0 0 5px;

    font-size: 18px;
}


.sz-reason p {
    margin: 0;

    font-size: 14px;
    line-height: 1.65;
}


/* ===============================
   CAREER
================================ */

.sz-career-section {
    padding: 85px 0;

    background: var(--sz-black);
}


.sz-career-box {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 70px;

    align-items: center;
}


.sz-career-box h2 {
    color: #ffffff;
}


.sz-career-box p {
    color: #b5bbc2;
}


.sz-career-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


.sz-career-tags span {
    padding: 14px 19px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;

    color: #ffffff;

    font-size: 14px;
}


/* ===============================
   FAQ
================================ */

.sz-faq-container {
    max-width: 950px;
}


.sz-faq-list {
    border-top: 1px solid var(--sz-border);
}


.sz-faq-item {
    border-bottom: 1px solid var(--sz-border);
}


.sz-faq-item summary {
    position: relative;

    padding: 22px 45px 22px 0;

    cursor: pointer;

    color: var(--sz-black);

    font-size: 17px;
    font-weight: 700;

    list-style: none;
}


.sz-faq-item summary::-webkit-details-marker {
    display: none;
}


.sz-faq-item summary::after {
    content: "+";

    position: absolute;

    right: 0;
    top: 17px;

    color: var(--sz-primary);

    font-size: 27px;
    font-weight: 400;
}


.sz-faq-item[open] summary::after {
    content: "−";
}


.sz-faq-item p {
    margin: 0;

    padding: 0 60px 22px 0;

    color: var(--sz-text);

    font-size: 15px;
    line-height: 1.8;
}


/* ===============================
   GALLERY
================================ */

.sz-gallery {
    display: grid;

    grid-template-columns: 1.2fr .8fr .8fr;

    grid-template-rows: 240px 240px;

    gap: 15px;
}


.sz-gallery img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 9px;
}


.sz-gallery img:first-child {
    grid-row: 1 / 3;
}


.sz-gallery img:nth-child(4) {
    grid-column: 2 / 4;
}


/* ===============================
   FINAL CTA
================================ */

.sz-final-cta {
    padding: 80px 0;

    background: var(--sz-primary);
}


.sz-final-cta-inner {
    display: grid;

    grid-template-columns: 1fr auto;

    gap: 50px;

    align-items: center;
}


.sz-final-cta-inner > div:first-child {
    max-width: 750px;
}


.sz-final-cta-inner > div:first-child > span {
    display: block;

    margin-bottom: 10px;

    color: rgba(255,255,255,.75);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


.sz-final-cta h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: clamp(30px,4vw,45px);
    line-height: 1.15;
}


.sz-final-cta p {
    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 15px;
    line-height: 1.8;
}


.sz-final-buttons {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}


/* ===============================
   TABLET
================================ */

@media (max-width: 1024px) {

    .sz-baking-hero-grid,
    .sz-two-column {
        gap: 40px;
    }


    .sz-feature-grid,
    .sz-audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sz-learning-card {
        grid-template-columns: 150px 1fr;
    }


    .sz-curriculum-layout {
        gap: 45px;
    }


    .sz-baking-hero-image img {
        height: 520px;
    }

}


/* ===============================
   MOBILE / TABLET
================================ */

@media (max-width: 767px) {

    .sz-baking-container {
        width: min(100% - 30px, 1280px);
    }


    .sz-section {
        padding: 65px 0;
    }


    .sz-baking-hero {
        padding: 60px 0;
    }


    .sz-baking-hero-grid,
    .sz-two-column,
    .sz-curriculum-layout,
    .sz-career-box,
    .sz-final-cta-inner {
        grid-template-columns: 1fr;
    }


    .sz-baking-hero-content h1 {
        font-size: 42px;
    }


    .sz-baking-hero-image img {
        height: 420px;
    }


    .sz-floating-box {
        left: 15px;
        bottom: 15px;
    }


    .sz-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sz-trust-item:nth-child(2) {
        border-right: 0;
    }


    .sz-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }


    .sz-image-wrapper > img {
        height: 430px;
    }


    .sz-image-badge {
        right: 15px;
    }


    .sz-learning-grid {
        grid-template-columns: 1fr;
    }


    .sz-curriculum-heading {
        position: static;
    }


    .sz-check-list {
        grid-template-columns: 1fr;
    }


    .sz-image-collage {
        padding-right: 40px;
        padding-bottom: 55px;
    }


    .sz-collage-main {
        height: 450px;
    }


    .sz-collage-small {
        width: 220px;
        height: 190px;
    }


    .sz-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 200px 200px;
    }


    .sz-gallery img:first-child {
        grid-column: 1 / 3;
        grid-row: auto;
    }


    .sz-gallery img:nth-child(4) {
        grid-column: 1 / 3;
    }


    .sz-final-buttons {
        justify-content: flex-start;
    }

}


/* ===============================
   SMALL MOBILE
================================ */

@media (max-width: 520px) {

    .sz-baking-hero-content h1 {
        font-size: 36px;
    }


    .sz-hero-points {
        grid-template-columns: 1fr;
    }


    .sz-hero-buttons,
    .sz-final-buttons {
        flex-direction: column;
    }


    .sz-btn {
        width: 100%;
    }


    .sz-feature-grid,
    .sz-audience-grid {
        grid-template-columns: 1fr;
    }


    .sz-learning-card {
        grid-template-columns: 1fr;
    }


    .sz-learning-image {
        height: 210px;
    }


    .sz-trust-grid {
        grid-template-columns: 1fr;
    }


    .sz-trust-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }


    .sz-trust-item:last-child {
        border-bottom: 0;
    }


    .sz-curriculum-item {
        grid-template-columns: 35px 1fr;

        padding: 20px;
    }


    .sz-image-wrapper > img {
        height: 350px;
    }


    .sz-image-collage {
        padding: 0;
    }


    .sz-collage-main {
        height: 390px;
    }


    .sz-collage-small {
        display: none;
    }


    .sz-gallery {
        display: grid;

        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 260px);
    }


    .sz-gallery img:first-child,
    .sz-gallery img:nth-child(4) {
        grid-column: auto;
    }

}/* End custom CSS */