:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b40bdb6 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Karla:wght@300;600;700&display=swap');
.noor-live-hero,
.noor-live-hero * {
    box-sizing: border-box;
}

.noor-live-hero {
    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    display: grid;
    grid-template-columns: 50% 50%;

    min-height: clamp(400px, 40.5vw, 650px);

    overflow: hidden;

    background: #f7f2e5;

    font-family: "Karla", Arial, sans-serif;
}

.noor-live-left {
    width: 100%;

    display: flex;
    align-items: flex-start;

    padding:
        clamp(72px, 10.8vw, 174px)
        35px
        45px
        clamp(50px, 6.8vw, 110px);
}

.noor-live-content {
    width: 100%;
    max-width: 610px;
}

/* HEADING */
.noor-live-content h1 {
    margin: 0 !important;

    color: #493751 !important;

    font-family: "Fraunces" !important;

    font-size: clamp(40px, 3.15vw, 40px) !important;

    line-height: 1.14 !important;

    font-weight: 600 !important;

    letter-spacing: 0 !important;
}

/* DESCRIPTION */
.noor-live-content p {
    width: 100%;
    max-width: 575px;

    margin: 14px 0 0 !important;

    color: #252025 !important;

    font-family: "Karla" !important;

    font-size: clamp(15px, 1.48vw, 20px) !important;

    line-height: 1.42 !important;

    font-weight: 300 !important;

    letter-spacing: 0.01em !important;
}

.noor-live-buttons {
    display: flex;
    align-items: center;

    gap: clamp(10px, 1vw, 16px);

    margin-top: clamp(42px, 6.2vw, 100px);
}

.noor-live-btn {
    width: clamp(178px, 18vw, 290px);

    min-height: clamp(52px, 5.25vw, 84px);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 20px;

    border-radius: 4px;

    text-decoration: none !important;

    font-family: "Karla", Arial, sans-serif !important;

    font-size: clamp(13px, 1.25vw, 20px);

    line-height: 1;

    font-weight: 700;

    letter-spacing: 0;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.noor-live-primary {
    background: #C78787;

    border: 0 solid #493751;

    color: #ffffff !important;
}

.noor-live-primary:hover {
    background: #deaf48;

    border-color: #deaf48;

    color: #493751 !important;

    transform: translateY(-2px);
}

.noor-live-outline {
    background: transparent;

    border: 1.5px solid #493751;

    color: #493751 !important;
}

.noor-live-outline:hover {
    background: #493751;

    color: #ffffff !important;

    transform: translateY(-2px);
}

.noor-live-right {
    width: 100%;

    padding:
        clamp(7px, 1vw, 16px)
        0
        clamp(5px, .65vw, 11px);
}

.noor-live-right img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;

    margin: 0;
}

body .noor-live-hero h1,
body .noor-live-hero p,
body .noor-live-hero a {
    text-transform: none !important;
}

body .noor-live-hero a {
    text-decoration: none !important;
}


@media (min-width: 1500px) {

    .noor-live-left {
        padding-left: 108px;
    }

    .noor-live-content {
        max-width: 620px;
    }
}


@media (max-width: 1200px) {

    .noor-live-hero {
        grid-template-columns: 50% 50%;
        min-height: 470px;
    }

    .noor-live-left {
        padding:
            92px
            30px
            40px
            55px;
    }

    .noor-live-content h1 {
        font-size: 36px !important;
    }

    .noor-live-content p {
        max-width: 480px;
        font-size: 17px !important;
    }

    .noor-live-buttons {
        margin-top: 55px;
    }

    .noor-live-btn {
        width: 205px;
        min-height: 58px;
        font-size: 14px;
    }
}


@media (max-width: 900px) {

    .noor-live-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .noor-live-left {
        padding:
            58px
            28px
            48px;
    }

    .noor-live-content {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }

    .noor-live-content h1 {
        font-size: 40px !important;
    }

    .noor-live-content p {
        max-width: 610px;

        margin-top: 17px !important;

        font-size: 19px !important;
        line-height: 1.48 !important;
    }

    .noor-live-buttons {
        margin-top: 38px;
        gap: 14px;
    }

    .noor-live-btn {
        width: 220px;
        min-height: 62px;
        font-size: 15px;
    }

    .noor-live-right {
        padding: 0;
    }

    .noor-live-right img {
        width: 100%;
        height: 470px;

        object-fit: cover;
        object-position: center center;
    }
}


@media (max-width: 560px) {

    .noor-live-left {
        padding:
            44px
            20px
            40px;
    }

    .noor-live-content h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    .noor-live-content p {
        margin-top: 15px !important;

        font-size: 17px !important;
        line-height: 1.48 !important;
    }

    .noor-live-buttons {
        flex-direction: column;
        align-items: stretch;

        gap: 12px;

        margin-top: 31px;
    }

    .noor-live-btn {
        width: 100%;

        min-height: 58px;

        font-size: 15px;
    }

    .noor-live-right img {
        height: 340px;
    }
}


@media (max-width: 390px) {

    .noor-live-left {
        padding:
            38px
            17px
            35px;
    }

    .noor-live-content h1 {
        font-size: 31px !important;
    }

    .noor-live-content p {
        font-size: 16px !important;
    }

    .noor-live-right img {
        height: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e499074 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Karla:wght@300;600&display=swap');


.noor-working-section,
.noor-working-section * {
    box-sizing: border-box;
}

.noor-working-section {
    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: #f7f2e5;

    font-family: "Karla";
}


/* =========================
   TITLE BAR
========================= */

.noor-working-title {
    width: 100%;

    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 18px 20px;

    background: #C78787;
}

.noor-working-title h2 {
    margin: 0 !important;

    color: #ffffff;

    font-family: "Fraunces" !important;

    font-size: clamp(30px, 2.6vw, 40px);
    line-height: 1.1;

    font-weight: 500 !important;

    text-align: center;

    letter-spacing: -0.01em;
}


/* =========================
   BODY
========================= */

.noor-working-body {
    width: 100%;

    padding:
        clamp(48px, 5vw, 74px)
        clamp(28px, 6.9vw, 106px)
        clamp(46px, 5vw, 74px);

    background: #f7f2e5;
}


/* =========================
   CARD
========================= */

.noor-working-card {
    width: 100%;
    max-width: 1320px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(330px, 0.92fr)
        minmax(420px, 1.12fr);

    align-items: center;

    gap: clamp(38px, 4vw, 66px);

    padding:
        clamp(30px, 3vw, 47px)
        clamp(34px, 4.4vw, 68px);

    background: #463550;

    border: 1px solid rgba(222, 175, 72, 0.65);

    border-radius: 3px;
}


/* =========================
   CONTENT
========================= */

.noor-working-content {
    width: 100%;
    max-width: 480px;
}

.noor-working-content h3 {
    margin: 0 0 10px !important;

    color: #fffaf1;

    font-family: "Fraunces" !important;

    font-size: clamp(29px, 2.4vw, 40px);
    line-height: 1.08;

    font-weight: 500 !important;

    letter-spacing: -0.01em;
}


/* DESCRIPTION */

.noor-working-description {
    margin: 0 !important;

    max-width: 455px;

    color: #f4efe8 !important;

    font-family: "Karla" !important;

    font-size: clamp(15px, 1.25vw, 20px) !important;
    line-height: 1.32 !important;

    font-weight: 300 !important;

    letter-spacing: 0.01em;
}


/* =========================
   META TEXT
========================= */

.noor-working-meta {
    margin-top: 14px;

    display: flex;
    flex-direction: column;

    gap: 5px;
}

.noor-working-meta span {
    display: block;

    margin: 0;

    color: #f9f4eb;

    font-family: "Karla" !important;

    font-size: clamp(14px, 1.14vw, 20px);
    line-height: 1.25;

    font-weight: 600 !important;

    letter-spacing: 0.005em;
}


/* =========================
   BUTTON
========================= */

.noor-working-btn {
    width: fit-content;
    min-width: 180px;

    min-height: 52px;

    margin-top: 14px;

    padding: 14px 31px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #C78787;

    border: 0 solid #deaf48;

    border-radius: 4px;

    color: #ffffff !important;

    text-decoration: none !important;

    font-family: "Karla" !important;

    font-size: 16px;
    line-height: 1;

    font-weight: 600 !important;

    letter-spacing: 0.01em;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.noor-working-btn:hover {
    background: #fffaf1;

    border-color: #fffaf1;

    color: #463550 !important;

    transform: translateY(-2px);
}


/* =========================
   IMAGE
========================= */

.noor-working-image {
    width: 100%;

    overflow: hidden;
}

.noor-working-image img {
    width: 100%;

    height: clamp(268px, 26vw, 410px);

    display: block;

    object-fit: cover;
    object-position: center center;

    margin: 0;
}


/* =========================
   ELEMENTOR OVERRIDES
========================= */

body .noor-working-section h2,
body .noor-working-section h3,
body .noor-working-section p,
body .noor-working-section span,
body .noor-working-section a {
    text-transform: none !important;
}

body .noor-working-section a {
    text-decoration: none !important;
}


/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1500px) {

    .noor-working-card {
        grid-template-columns:
            minmax(390px, 0.9fr)
            minmax(570px, 1.15fr);

        padding-left: 65px;
        padding-right: 65px;
    }

    .noor-working-content {
        max-width: 500px;
    }
}


/* =========================
   TABLET / SMALL DESKTOP
========================= */

@media (max-width: 1050px) {

    .noor-working-body {
        padding:
            52px
            40px
            54px;
    }

    .noor-working-card {
        grid-template-columns: 0.95fr 1.05fr;

        gap: 35px;

        padding:
            35px
            38px;
    }

    .noor-working-content h3 {
        font-size: 31px;
    }

    .noor-working-description {
        font-size: 15px !important;
    }

    .noor-working-meta span {
        font-size: 14px;
    }

    .noor-working-image img {
        height: 310px;
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 820px) {

    .noor-working-title {
        min-height: 82px;

        padding: 20px 18px;
    }

    .noor-working-title h2 {
        font-size: 30px;
    }

    .noor-working-body {
        padding:
            38px
            20px
            42px;
    }

    .noor-working-card {
        grid-template-columns: 1fr;

        gap: 28px;

        padding:
            32px
            28px;
    }

    .noor-working-content {
        max-width: none;
    }

    .noor-working-content h3 {
        font-size: 32px;

        margin-bottom: 12px !important;
    }

    .noor-working-description {
        max-width: none;

        font-size: 16px !important;
        line-height: 1.42 !important;
    }

    .noor-working-meta {
        margin-top: 17px;

        gap: 6px;
    }

    .noor-working-meta span {
        font-size: 15px;
    }

    .noor-working-btn {
        min-height: 54px;

        margin-top: 20px;

        padding-left: 28px;
        padding-right: 28px;
    }

    .noor-working-image {
        order: 2;
    }

    .noor-working-image img {
        width: 100%;
        height: 330px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 520px) {

    .noor-working-title {
        min-height: 76px;

        padding: 18px 15px;
    }

    .noor-working-title h2 {
        font-size: 27px;
        line-height: 1.13;
    }

    .noor-working-body {
        padding:
            30px
            15px
            34px;
    }

    .noor-working-card {
        gap: 24px;

        padding:
            27px
            20px
            21px;
    }

    .noor-working-content h3 {
        font-size: 29px;
    }

    .noor-working-description {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .noor-working-meta span {
        font-size: 14.5px;
        line-height: 1.3;
    }

    .noor-working-btn {
        width: 100%;

        min-height: 55px;

        margin-top: 19px;

        font-size: 14px;
    }

    .noor-working-image img {
        height: 245px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .noor-working-title h2 {
        font-size: 25px;
    }

    .noor-working-card {
        padding:
            24px
            17px
            18px;
    }

    .noor-working-content h3 {
        font-size: 27px;
    }

    .noor-working-description {
        font-size: 14.5px !important;
    }

    .noor-working-image img {
        height: 220px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3ffa97 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Karla:wght@300;600&display=swap');


.noor-fem-section,
.noor-fem-section * {
    box-sizing: border-box;
}

.noor-fem-section {
    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 0;
    overflow: hidden;

    background: #fbf8ef;

    font-family: "Karla", Arial, sans-serif;
}


/* =========================================================
   MAIN GRID
========================================================= */

.noor-fem-grid {
    width: 100%;

    display: grid;
    grid-template-columns: 34% 66%;

    height: clamp(454px, 45.9vw, 740px);

    background: #fbf8ef;
}


/* =========================================================
   IMAGE
========================================================= */

.noor-fem-image {
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #eeedf1;
}

.noor-fem-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;

    margin: 0;
}


/* =========================================================
   CONTENT COLUMN
========================================================= */

.noor-fem-content {
    width: 100%;
    max-width: 900px;

    display: block;

    padding:
        clamp(52px, 5.55vw, 90px)
        35px
        50px
        clamp(68px, 6.55vw, 106px);
}


/* =========================================================
   HEADING
========================================================= */

.noor-fem-content h2 {
    margin: 0 0 20px !important;

    color: #111111 !important;

    font-family: "Fraunces" !important;

    font-size: clamp(38px, 3.15vw, 40px) !important;

    line-height: 1.08 !important;

    font-weight: 500 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.noor-fem-content p {
    width: 100%;
    max-width: 790px;

    margin: 0 0 32px !important;

    color: #191617 !important;

    font-family: "Karla" !important;

    font-size: clamp(19px, 1.5vw, 20px) !important;

    line-height: 1.43 !important;

    font-weight: 300 !important;

    letter-spacing: 0.25px !important;
}

.noor-fem-content p:last-of-type {
    margin-bottom: 32px !important;
}


/* =========================================================
   BUTTON
========================================================= */

.noor-fem-btn {
    width: 325px;
    height: 80px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    padding: 0 25px;

    background: #C78787;

    border: 0 solid #483653;
    border-radius: 4px;

    color: #ffffff !important;

    text-decoration: none !important;

    font-family: "Karla" !important;

    font-size: 16px;
    line-height: 1;

    font-weight: 600 !important;

    letter-spacing: 0.2px;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.noor-fem-btn:hover {
    background: #deaf48;

    border-color: #deaf48;

    color: #483653 !important;

    transform: translateY(-2px);
}


/* =========================================================
   ELEMENTOR CSS PROTECTION
========================================================= */

body .noor-fem-section h2,
body .noor-fem-section p,
body .noor-fem-section a {
    text-transform: none !important;
}

body .noor-fem-section a {
    text-decoration: none !important;
}


/* =========================================================
   1200px - 1400px
========================================================= */

@media (max-width: 1400px) {

    .noor-fem-content {
        padding-left: 80px;
    }

    .noor-fem-content h2 {
        font-size: 44px !important;
    }

    .noor-fem-content p {
        max-width: 690px;

        font-size: 20px !important;

        margin-bottom: 27px !important;
    }

    .noor-fem-content p:last-of-type {
        margin-bottom: 28px !important;
    }

    .noor-fem-btn {
        width: 285px;
        height: 70px;

        font-size: 16px;
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1100px) {

    .noor-fem-grid {
        grid-template-columns: 35% 65%;

        height: auto;
        min-height: 540px;
    }

    .noor-fem-image {
        min-height: 540px;
    }

    .noor-fem-content {
        max-width: none;

        padding:
            55px
            35px
            45px
            55px;
    }

    .noor-fem-content h2 {
        font-size: 39px !important;

        margin-bottom: 17px !important;
    }

    .noor-fem-content p {
        max-width: 620px;

        font-size: 17px !important;
        line-height: 1.45 !important;

        margin-bottom: 24px !important;
    }

    .noor-fem-content p:last-of-type {
        margin-bottom: 26px !important;
    }

    .noor-fem-btn {
        width: 250px;
        height: 64px;

        font-size: 15px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 820px) {

    .noor-fem-grid {
        display: grid;
        grid-template-columns: 1fr;

        height: auto;
        min-height: 0;
    }


    /* IMAGE */

    .noor-fem-image {
        width: 100%;

        height: auto;
        min-height: 0;
    }

    .noor-fem-image img {
        width: 100%;
        height: auto;

        aspect-ratio: 4 / 4.4;

        object-fit: cover;
        object-position: center 20%;
    }


    /* CONTENT */

    .noor-fem-content {
        width: 100%;
        max-width: none;

        padding:
            42px
            30px
            48px;
    }

    .noor-fem-content h2 {
        font-size: 38px !important;

        margin-bottom: 17px !important;
    }

    .noor-fem-content p {
        max-width: none;

        font-size: 19px !important;
        line-height: 1.5 !important;

        margin-bottom: 27px !important;
    }

    .noor-fem-content p:last-of-type {
        margin-bottom: 30px !important;
    }


    /* BUTTON */

    .noor-fem-btn {
        width: 280px;
        height: 68px;

        font-size: 16px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 520px) {

    .noor-fem-image img {
        aspect-ratio: 1 / 1.15;

        object-position: center 18%;
    }

    .noor-fem-content {
        padding:
            34px
            20px
            40px;
    }

    .noor-fem-content h2 {
        font-size: 34px !important;

        margin-bottom: 15px !important;
    }

    .noor-fem-content p {
        font-size: 17px !important;
        line-height: 1.5 !important;

        letter-spacing: 0 !important;

        margin-bottom: 23px !important;
    }

    .noor-fem-content p:last-of-type {
        margin-bottom: 27px !important;
    }

    .noor-fem-btn {
        width: 100%;
        height: 62px;

        font-size: 15px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .noor-fem-content {
        padding:
            30px
            17px
            35px;
    }

    .noor-fem-content h2 {
        font-size: 31px !important;
    }

    .noor-fem-content p {
        font-size: 16px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb5def4 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Karla:wght@300;600&display=swap');


/* ==============================
   BASE
============================== */

.noor-featured-classes,
.noor-featured-classes * {
    box-sizing: border-box;
}

.noor-featured-classes {
    width: 100%;

    background: #f8f3e7;

    padding: 70px 30px 66px;

    font-family: "Karla", Arial, sans-serif;
}

.noor-featured-inner {
    width: 100%;
    max-width: 1060px;

    margin: 0 auto;

    text-align: center;
}


/* ==============================
   TOP BUTTON
============================== */

.noor-featured-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 162px;
    height: 44px;

    padding: 0 26px;

    background: #ecd8cf;
    color: #45344c !important;

    font-family: "Karla", Arial, sans-serif !important;

    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1;

    text-decoration: none !important;

    border-radius: 4px;

    margin: 0 0 12px;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.noor-featured-btn:hover {
    color: #45344c !important;

    opacity: .85;

    transform: translateY(-1px);
}


/* ==============================
   MAIN HEADING
============================== */

.noor-featured-classes h2 {
    margin: 0 0 34px !important;

    color: #49354f !important;

    font-family: "Fraunces", serif !important;

    font-size: 40px;
    line-height: 1.15;

    font-weight: 600 !important;

    letter-spacing: -0.5px;
}


/* ==============================
   GRID
============================== */

.noor-class-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 14px;

    width: 100%;
}


/* ==============================
   CARD
============================== */

.noor-featured-classes .noor-class-card {
    min-height: 268px !important;

    background: rgba(255, 255, 255, .30);

    border: 1px solid #ead9bc;

    padding: 32px 28px 30px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    box-sizing: border-box !important;
}


/* ==============================
   CARD HEADING
============================== */

.noor-featured-classes .noor-class-card h3 {
    margin: 0 !important;
    padding: 0 !important;

    color: #49354f !important;

    font-family: "Fraunces", serif !important;

    font-size: 30px;
    line-height: 1.25;

    font-weight: 600 !important;

    letter-spacing: 0;

    flex: 0 0 auto;
}


/* ==============================
   CARD MIDDLE CONTENT
============================== */

.noor-featured-classes .noor-class-content {
    width: 100% !important;

    flex: 1 1 auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 20px 0 !important;

    margin: 0 !important;

    box-sizing: border-box !important;
}

.noor-featured-classes .noor-class-content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #745f7c !important;

    font-family: "Karla", Arial, sans-serif !important;

    font-size: 20px;
    line-height: 1.45;

    font-weight: 300 !important;

    text-align: center;
}


/* ==============================
   PRICING LINES
============================== */

.noor-featured-classes .noor-price-line {
    display: block;

    color: #c98988 !important;

    font-family: "Karla", Arial, sans-serif !important;

    font-size: inherit;
    line-height: inherit;

    font-weight: 600 !important;

    margin-top: 2px;
}

.noor-featured-classes .noor-trial-price {
    margin-top: 0;
    margin-bottom: 2px;
}


/* ==============================
   BOTTOM LINK
============================== */

.noor-featured-classes .noor-class-link {
    display: inline-block;

    flex: 0 0 auto;

    margin: 0 !important;
    padding: 0 !important;

    color: #4e3b55 !important;

    font-family: "Karla", Arial, sans-serif !important;

    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.4;

    text-decoration: none !important;

    transition:
        color .2s ease,
        opacity .2s ease;
}

.noor-featured-classes .noor-class-link:hover {
    color: #c98988 !important;

    opacity: .7;
}


/* ==============================
   ELEMENTOR PROTECTION
============================== */

body .noor-featured-classes h2,
body .noor-featured-classes h3,
body .noor-featured-classes p,
body .noor-featured-classes a,
body .noor-featured-classes span {
    text-transform: none !important;
}

body .noor-featured-classes a {
    text-decoration: none !important;
}

body .noor-featured-classes .noor-price-line {
    color: #c98988 !important;
    font-weight: 600 !important;
}


/* ==============================
   TABLET
============================== */

@media (max-width: 900px) {

    .noor-featured-classes {
        padding: 60px 24px;
    }

    .noor-featured-classes h2 {
        font-size: 39px;
    }

    .noor-class-grid {
        grid-template-columns: 1fr 1fr;

        gap: 16px;
    }

    .noor-featured-classes .noor-class-card:last-child {
        grid-column: 1 / -1;

        max-width: calc(50% - 8px);
        width: 100%;

        margin: 0 auto;
    }
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 600px) {

    .noor-featured-classes {
        padding: 48px 18px;
    }

    .noor-featured-btn {
        min-width: 150px;
        height: 42px;

        font-size: 12px;

        margin-bottom: 14px;
    }

    .noor-featured-classes h2 {
        font-size: 36px;
        line-height: 1.15;

        margin-bottom: 28px !important;
    }

    .noor-class-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .noor-featured-classes .noor-class-card,
    .noor-featured-classes .noor-class-card:last-child {
        grid-column: auto;

        width: 100%;
        max-width: none;

        min-height: 245px !important;

        padding: 29px 20px 27px !important;
    }

    .noor-featured-classes .noor-class-card h3 {
        font-size: 24px;
    }

    .noor-featured-classes .noor-class-content {
        padding: 18px 0 !important;
    }

    .noor-featured-classes .noor-class-content p {
        font-size: 14px;
        line-height: 1.55;
    }

    .noor-featured-classes .noor-price-line {
        font-size: inherit;
        line-height: inherit;
        font-weight: 600 !important;
    }
}


/* ==============================
   VERY SMALL MOBILE
============================== */

@media (max-width: 380px) {

    .noor-featured-classes {
        padding-left: 14px;
        padding-right: 14px;
    }

    .noor-featured-classes h2 {
        font-size: 32px;
    }

    .noor-featured-classes .noor-class-card h3 {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad9accc */.noor-included-section,
  .noor-included-section * {
    box-sizing: border-box;
  }

  .noor-included-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #4b3855;
    padding: 87px 20px 77px;
    font-family: "Inter", "Poppins", Arial, sans-serif;
  }

  .noor-included-inner {
    width: 100%;
    max-width: 1282px;
    margin: 0 auto;
  }

  .noor-included-label {
    width: fit-content;
    min-height: 47px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #7f5c4d;
    color: #f3e3cc;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .7px;
  }

  .noor-included-section h2 {
    margin: 21px 0 61px;
    color: #fffdf6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 3.9vw, 40px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0;
  }

  .noor-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 82px;
  }

  .noor-included-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 42px;
  }

  .noor-included-grid li {
    position: relative;
    padding-left: 35px;
    color: #fffaf2;
    font-size: clamp(20px, 1.55vw, 20px);
    line-height: 1.35;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .noor-included-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .56em;
    width: 10px;
    height: 10px;
    background: #e7b83e;
    border-radius: 50%;
  }

  @media (max-width: 900px) {
    .noor-included-section {
      padding: 62px 22px 60px;
    }

    .noor-included-section h2 {
      margin: 22px 0 42px;
      font-size: 40px;
    }

    .noor-included-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .noor-included-grid ul {
      gap: 30px;
    }

    .noor-included-grid li {
      font-size: 20px;
      letter-spacing: .4px;
    }
  }

  @media (max-width: 480px) {
    .noor-included-section {
      padding: 48px 17px 50px;
    }

    .noor-included-label {
      min-height: 43px;
      padding: 0 18px;
      font-size: 12px;
    }

    .noor-included-section h2 {
      font-size: 34px;
      line-height: 1.13;
      margin-bottom: 35px;
    }

    .noor-included-grid li {
      padding-left: 28px;
      font-size: 18px;
      line-height: 1.45;
    }

    .noor-included-grid li::before {
      width: 9px;
      height: 9px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3cc5ea *//* =========================================================
   NOOR TUTORING TESTIMONIALS
   CLEAN FINAL CSS
========================================================= */

.noor-testimonials-section,
.noor-testimonials-section * {
  box-sizing: border-box;
}


/* =========================================================
   SECTION
========================================================= */

.noor-testimonials-section {
  width: 100%;
  padding: 62px 7% 55px;
  background: #c98988;
  font-family: "Karla", Arial, sans-serif;
}


/* =========================================================
   HEADING
========================================================= */

.noor-testimonials-heading {
  margin: 0 0 62px;
  text-align: center;
}

.noor-testimonials-heading h2 {
  margin: 0 0 15px !important;

  color: #fffaf2 !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 40px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;

  text-transform: none !important;
}

.noor-testimonials-heading p {
  margin: 0 !important;

  color: #fffaf2 !important;

  font-family: "Karla", Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 300 !important;

  text-transform: none !important;
}


/* =========================================================
   GRID
========================================================= */

.noor-testimonials-grid {
  width: 100%;
  max-width: 1130px;

  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* =========================================================
   CARD
========================================================= */

body .noor-testimonials-section .noor-testimonial-card {
  position: relative !important;

  min-width: 0;
  min-height: 465px;

  /*
   24px = EXACT SPACE FROM TOP OF CARD TO BUBBLE
  */
  padding: 24px 30px 34px !important;

  margin: 0 !important;

  display: flex !important;
  flex-direction: column !important;

  background: #fbf8ef !important;

  border: none !important;
  outline: none !important;
  box-shadow: none !important;

  /*
   ROUND ALL FOUR CORNERS
  */
  border-radius: 34px !important;

  text-align: center !important;

  overflow: hidden !important;
}


/* Remove all old card decoration */
body .noor-testimonials-section .noor-testimonial-card::before,
body .noor-testimonials-section .noor-testimonial-card::after {
  content: none !important;
  display: none !important;
}


/* =========================================================
   SPEECH BUBBLE
========================================================= */

body .noor-testimonials-section
.noor-testimonial-card
.noor-speech-bubble {

  position: relative !important;

  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  display: block !important;

  width: 41px !important;
  height: 28px !important;

  min-width: 41px !important;
  min-height: 28px !important;

  flex: 0 0 28px !important;

  /*
   IMPORTANT:
   NO margin-bottom anymore.
   The gap is handled separately below.
  */
  margin: 0 auto !important;
  padding: 0 !important;

  transform: none !important;

  background: #493751 !important;

  border: none !important;
  outline: none !important;
  box-shadow: none !important;

  border-radius: 50% !important;

  overflow: visible !important;

  z-index: 5 !important;
}


/* =========================================================
   SPEECH BUBBLE TAIL
========================================================= */

body .noor-testimonials-section
.noor-testimonial-card
.noor-speech-bubble::before {
  content: none !important;
  display: none !important;
}


body .noor-testimonials-section
.noor-testimonial-card
.noor-speech-bubble::after {

  content: "" !important;

  position: absolute !important;

  left: 8px !important;
  bottom: -8px !important;

  display: block !important;

  width: 12px !important;
  height: 10px !important;

  background: #493751 !important;

  /*
   LITTLE SPEECH-BUBBLE ARROW
  */
  clip-path: polygon(
    0 0,
    100% 0,
    0 100%
  ) !important;

  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    0 100%
  ) !important;

  border: none !important;
  outline: none !important;

  transform: none !important;

  z-index: 6 !important;
}


/* =========================================================
   OLD QUOTE
========================================================= */

body .noor-testimonials-section .noor-quote-mark {
  display: none !important;
}


/* =========================================================
   TESTIMONIAL TEXT CONTAINER
========================================================= */

body .noor-testimonials-section
.noor-testimonial-card
.noor-testimonial-copy {

  position: relative !important;

  flex: 1 1 auto !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  z-index: 2 !important;
}


/* =========================================================
   THE ACTUAL GAP FIX

   Bubble body ends
          ↓
   8px tail
          ↓
   24px clear space
          ↓
   testimonial text

   TOTAL SPACER = 32px

   This is a REAL FLEX ITEM, not margin.
========================================================= */

body .noor-testimonials-section
.noor-testimonial-card
.noor-testimonial-copy::before {

  content: "" !important;

  display: block !important;

  width: 100% !important;

  height: 32px !important;
  min-height: 32px !important;

  flex: 0 0 32px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: none !important;
}


/* =========================================================
   TESTIMONIAL PARAGRAPHS
========================================================= */

body .noor-testimonials-section
.noor-testimonial-copy p {

  margin: 0 0 15px !important;
  padding: 0 !important;

  color: #75677c !important;

  font-family: "Karla", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;

  text-align: center !important;
  text-transform: none !important;
}


body .noor-testimonials-section
.noor-testimonial-copy p:first-child {

  margin-top: 0 !important;
  padding-top: 0 !important;
}


body .noor-testimonials-section
.noor-testimonial-copy p:last-child {

  margin-bottom: 0 !important;
}


/* =========================================================
   AUTHOR
========================================================= */

body .noor-testimonials-section
.noor-testimonial-bottom {

  width: 100%;

  margin: 24px 0 0 !important;
  padding: 0 0 2px !important;

  text-align: center !important;
}


body .noor-testimonials-section
.noor-testimonial-bottom > span {

  display: block !important;

  width: 36px !important;
  height: 2px !important;

  margin: 0 auto 13px !important;

  background: #c98988 !important;
}


body .noor-testimonials-section
.noor-testimonial-bottom strong {

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #493751 !important;

  font-family: "Karla", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;

  text-align: center !important;
  text-transform: none !important;
}


/* =========================================================
   THEME PROTECTION
========================================================= */

body .noor-testimonials-section h2,
body .noor-testimonials-section p,
body .noor-testimonials-section strong {
  text-transform: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .noor-testimonials-section {
    padding: 50px 24px;
  }


  .noor-testimonials-heading {
    margin-bottom: 42px;
  }


  .noor-testimonials-grid {
    max-width: 620px;

    grid-template-columns: 1fr;

    gap: 18px;
  }


  body .noor-testimonials-section .noor-testimonial-card {

    min-height: auto;

    padding: 24px 30px 34px !important;

    border-radius: 32px !important;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 520px) {

  .noor-testimonials-section {
    padding: 40px 16px;
  }


  .noor-testimonials-heading {
    margin-bottom: 32px;
  }


  .noor-testimonials-heading h2 {
    font-size: 34px !important;
  }


  .noor-testimonials-heading p {
    font-size: 16px !important;
  }


  .noor-testimonials-grid {
    gap: 16px;
  }


  body .noor-testimonials-section
  .noor-testimonial-card {

    min-height: auto;

    /*
     MOBILE TOP GAP = 22PX
    */
    padding: 22px 20px 30px !important;

    border-radius: 28px !important;
  }


  body .noor-testimonials-section
  .noor-testimonial-card
  .noor-speech-bubble {

    width: 39px !important;
    height: 26px !important;

    min-width: 39px !important;
    min-height: 26px !important;

    flex: 0 0 26px !important;

    margin: 0 auto !important;
  }


  body .noor-testimonials-section
  .noor-testimonial-card
  .noor-speech-bubble::after {

    left: 7px !important;
    bottom: -7px !important;

    width: 11px !important;
    height: 9px !important;
  }


  /*
   Mobile:
   7px tail + 22px clear space = 29px
  */
  body .noor-testimonials-section
  .noor-testimonial-card
  .noor-testimonial-copy::before {

    height: 29px !important;
    min-height: 29px !important;

    flex: 0 0 29px !important;
  }


  body .noor-testimonials-section
  .noor-testimonial-copy p {

    font-size: 13px !important;
    line-height: 1.45 !important;
  }


  body .noor-testimonials-section
  .noor-testimonial-bottom {

    margin-top: 22px !important;
  }


  body .noor-testimonials-section
  .noor-testimonial-bottom strong {

    font-size: 14px !important;
  }

}/* End custom CSS */