.elementor-33 .elementor-element.elementor-element-e499074{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}: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;400;700&display=swap');


.noor-live-classes,
.noor-live-classes * {
  box-sizing: border-box;
}


/* =========================================================
   SECTION
========================================================= */

.noor-live-classes {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  min-height: clamp(304px, 32.8vw, 525px);

  display: flex;
  align-items: flex-start;
  justify-content: center;

  padding:
    clamp(67px, 7.2vw, 116px)
    20px
    clamp(60px, 6vw, 96px);

  background: #eee7d5;

  font-family:
    "Karla",
    Arial,
    sans-serif;

  overflow: hidden;
}


/* =========================================================
   INNER
========================================================= */

.noor-live-inner {
  width: 100%;

  max-width: clamp(610px, 66vw, 1060px);

  margin: 0 auto;

  text-align: center;
}


/* =========================================================
   MAIN HEADING
   FRAUNCES / 40 / 600
========================================================= */

.noor-live-inner h1 {
  margin:
    0
    0
    clamp(13px, 1.3vw, 21px) !important;

  color: #493751 !important;

  font-family:
    "Fraunces",
    Georgia,
    "Times New Roman",
    serif !important;

  font-size: 40px !important;

  line-height: 1.12 !important;

  font-weight: 600 !important;

  letter-spacing: 0 !important;
}


/* =========================================================
   DESCRIPTION
   KARLA / 20 / 300
========================================================= */

.noor-live-inner p {
  margin: 0 !important;

  color: #171417 !important;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 20px !important;

  line-height: 1.4 !important;

  font-weight: 300 !important;

  letter-spacing: 0 !important;
}


/* =========================================================
   BUTTON
   MATCH GLOBAL NOOR BUTTON
========================================================= */

.noor-live-btn {
  width: clamp(281px, 29vw, 464px);

  min-height: 84px !important;

  margin:
    clamp(24px, 2.1vw, 34px)
    auto
    0;

  padding:
    18px
    30px !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #C78787;

  border: 0 !important;

  border-radius: 4px !important;

  color: #ffffff !important;

  text-decoration: none !important;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 20px !important;

  line-height: 1.1 !important;

  font-weight: 700 !important;

  letter-spacing: 0 !important;

  cursor: pointer;

  transition:
    background-color .25s ease,
    color .25s ease,
    transform .25s ease;
}


/* =========================================================
   HOVER
========================================================= */

.noor-live-btn:hover {
  background: #DEAF48 !important;

  color: #493751 !important;

  transform: translateY(-2px);
}


/* =========================================================
   ELEMENTOR PROTECTION
========================================================= */

body .noor-live-classes h1 {
  font-family:
    "Fraunces",
    Georgia,
    "Times New Roman",
    serif !important;

  font-size: 40px !important;

  font-weight: 600 !important;
}


body .noor-live-classes p,
body .noor-live-classes a {
  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  text-transform: none !important;
}


body .noor-live-classes .noor-live-btn {
  min-height: 84px !important;

  padding:
    18px
    30px !important;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 20px !important;

  line-height: 1.1 !important;

  font-weight: 700 !important;

  letter-spacing: 0 !important;

  text-decoration: none !important;

  border-radius: 4px !important;
}


/* =========================================================
   TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1200px) {

  .noor-live-classes {
    min-height: 420px;

    padding:
      91px
      24px
      75px;
  }


  .noor-live-inner {
    max-width: 850px;
  }


  .noor-live-inner h1 {
    font-size: 40px !important;

    margin-bottom: 17px !important;
  }


  .noor-live-inner p {
    font-size: 20px !important;

    line-height: 1.4 !important;
  }

}


/* =========================================================
   TABLET BUTTON SIZE
========================================================= */

@media (max-width: 900px) {

  .noor-live-btn,
  body .noor-live-classes .noor-live-btn {
    width: 385px;

    max-width: 100%;

    min-height: 68px !important;

    margin-top: 28px;

    padding:
      16px
      26px !important;

    font-size: 17px !important;
  }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 767px) {

  .noor-live-classes {
    min-height: auto;

    padding:
      68px
      24px
      70px;
  }


  .noor-live-inner {
    max-width: 620px;
  }


  .noor-live-inner h1 {
    font-size: 40px !important;

    line-height: 1.12 !important;

    margin-bottom: 17px !important;
  }


  .noor-live-inner p {
    font-size: 20px !important;

    line-height: 1.5 !important;
  }


  .desktop-break {
    display: none;
  }


  .noor-live-btn,
  body .noor-live-classes .noor-live-btn {
    width: 100%;

    max-width: 390px;

    min-height: 68px !important;

    margin-top: 30px;

    padding:
      16px
      26px !important;

    font-size: 17px !important;

    font-weight: 700 !important;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .noor-live-btn,
  body .noor-live-classes .noor-live-btn {
    min-height: 60px !important;

    padding:
      14px
      22px !important;

    font-size: 16px !important;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .noor-live-classes {
    padding:
      54px
      18px
      58px;
  }


  .noor-live-inner h1 {
    font-size: 40px !important;

    margin-bottom: 15px !important;
  }


  .noor-live-inner p {
    font-size: 20px !important;

    line-height: 1.5 !important;
  }


  .noor-live-btn,
  body .noor-live-classes .noor-live-btn {
    width: 100%;

    max-width: none;

    min-height: 60px !important;

    margin-top: 27px;

    padding:
      14px
      22px !important;

    font-size: 16px !important;

    font-weight: 700 !important;
  }

}/* 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-live-section,
.noor-live-section * {
  box-sizing: border-box;
}


/* =========================================
   SECTION
========================================= */

.noor-live-section {
  width: 100%;
  max-width: 100%;
  margin: 0;

  background: #f7f2e5;

  font-family:
    "Karla";

  overflow: hidden;
}


.noor-year-scroll-target {
  scroll-margin-top: 90px;
}


/* =========================================
   GRID
========================================= */

.noor-live-grid {
  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  grid-template-areas:
    "image1 content"
    "small image2";
}


/* =========================================
   IMAGES
========================================= */

.noor-live-image {
  width: 100%;
  min-width: 0;

  overflow: hidden;
}


.noor-live-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  margin: 0;
}


.noor-live-image-one {
  grid-area: image1;

  height:
    clamp(
      470px,
      41vw,
      635px
    );
}


.noor-live-image-two {
  grid-area: image2;

  height:
    clamp(
      355px,
      30vw,
      470px
    );
}


.noor-live-image-one img,
.noor-live-image-two img {
  object-position: center center;
}


/* =========================================
   MAIN CONTENT
========================================= */

.noor-live-content {
  grid-area: content;

  min-width: 0;

  height:
    clamp(
      470px,
      41vw,
      635px
    );

  display: flex;

  align-items: center;
  justify-content: center;

  padding:
    clamp(38px, 4.5vw, 68px)
    clamp(38px, 5vw, 72px);

  background: #f7f2e5;
}


.noor-live-content-inner {
  width: 100%;
  max-width: 650px;

  margin: 0 auto;
}


/* =========================================
   MAIN HEADING
========================================= */

.noor-live-content h2 {
  margin:
    0
    0
    4px !important;

  color: #171317 !important;

  font-family:
    "Fraunces" !important;

  font-size:
    clamp(
      35px,
      3vw,
      40px
    ) !important;

  line-height: 1.05 !important;

  font-weight: 500 !important;

  letter-spacing: -.5px !important;
}


/* =========================================
   SUBTITLE
========================================= */

.noor-live-subtitle {
  margin:
    0
    0
    clamp(19px, 2vw, 26px) !important;

  color: #493751 !important;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      15px,
      1.35vw,
      20px
    ) !important;

  line-height: 1.35 !important;

  font-weight: 300 !important;
}


/* =========================================
   YEAR TABS
========================================= */

.noor-live-year-tabs {
  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 3px;

  margin-bottom: 12px;
}


.noor-live-year-tab {
  appearance: none;
  -webkit-appearance: none;

  width: 100%;
  min-width: 0;

  min-height:
    clamp(
      65px,
      5.5vw,
      76px
    );

  margin: 0;

  padding:
    10px
    16px;

  border: 0;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 2px;

  background: #eee7d5;

  color: #493751;

  font-family:
    "Karla" !important;

  font-weight: 600;

  text-align: center;

  cursor: pointer;

  touch-action: manipulation;

  transition:
    background-color .2s ease,
    color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}


/* =========================================
   INACTIVE TAB TEXT
========================================= */

.noor-live-year-tab strong {
  color: #493751 !important;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      15px,
      1.35vw,
      20px
    );

  line-height: 1.1;

  font-weight: 600 !important;
}


.noor-live-year-tab span {
  color: #493751 !important;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      14px,
      1.25vw,
      18px
    );

  line-height: 1.15;

  font-weight: 300 !important;
}


/* =========================================
   ACTIVE TAB
========================================= */

.noor-live-year-tab.active {
  background: #493751 !important;

  color: #f7f2e5 !important;
}


.noor-live-year-tab.active strong,
.noor-live-year-tab.active span {
  color: #f7f2e5 !important;
}


/* =========================================
   TAB HOVER
========================================= */

.noor-live-year-tab:not(.active):hover {
  background: #e7dfcb;
}


/* CLICK FEEDBACK */

.noor-live-year-tab:active {
  transform: scale(.99);
}


/* KEYBOARD ACCESS */

.noor-live-year-tab:focus-visible {
  outline:
    3px solid
    rgba(73, 55, 81, .28);

  outline-offset: 2px;
}


/* =========================================
   CURRENTLY VIEWING
========================================= */

.noor-live-selected-year {
  min-height: 25px;

  margin:
    0
    0
    clamp(12px, 1.5vw, 18px);

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 6px;

  color: #75677c;

  font-family:
    "Karla" !important;

  font-size: 16px;

  line-height: 1.3;

  font-weight: 300;

  text-align: center;
}


.noor-live-selected-year strong {
  color: #493751 !important;

  font-family:
    "Karla" !important;

  font-weight: 600 !important;
}


/* =========================================
   PRICE ROW
========================================= */

.noor-live-price {
  width: 100%;

  display: flex;

  align-items: center;

  gap:
    clamp(
      12px,
      1.3vw,
      18px
    );

  margin-bottom:
    clamp(
      18px,
      2vw,
      27px
    );

  color: #493751;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      14px,
      1.3vw,
      16px
    );

  line-height: 1.3;

  font-weight: 300;

  white-space: nowrap;
}


.noor-live-price i {
  width: 2px;
  height: 18px;

  display: inline-block;

  flex:
    0
    0
    2px;

  background: #493751;
}


/* =========================================
   SCHEDULE
========================================= */

.noor-live-schedule {
  width: 100%;
}


.noor-live-row {
  width: 100%;

  min-height:
    clamp(
      64px,
      5vw,
      78px
    );

  display: grid;

  grid-template-columns:
    minmax(175px, .9fr)
    minmax(0, 1.15fr);

  align-items: center;

  gap:
    clamp(
      26px,
      3vw,
      45px
    );

  padding:
    10px
    0;

  border-bottom:
    1px solid
    rgba(73, 55, 81, .16);
}


.noor-live-row:last-child {
  border-bottom: 0;
}


/* =========================================
   DAY
========================================= */

.noor-live-day {
  min-width: 0;

  display: flex;

  flex-direction: column;

  gap: 2px;

  color: #493751;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      14px,
      1.25vw,
      20px
    );

  line-height: 1.25;

  font-weight: 300;
}


.noor-live-day strong {
  color: #493751 !important;

  font-family:
    "Karla" !important;

  font-weight: 600 !important;
}


.noor-live-day span {
  color: #493751 !important;

  font-family:
    "Karla" !important;

  font-weight: 300 !important;
}


/* =========================================
   DESCRIPTION
========================================= */

.noor-live-description {
  min-width: 0;

  color: #493751;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      14px,
      1.25vw,
      20px
    );

  line-height: 1.35;

  font-weight: 300;

  overflow-wrap: break-word;
}


/* =========================================
   SMALL GROUP SECTION
========================================= */

.noor-small-content {
  grid-area: small;

  min-width: 0;

  height:
    clamp(
      355px,
      30vw,
      470px
    );

  display: flex;

  align-items: center;
  justify-content: center;

  padding:
    clamp(45px, 6vw, 86px)
    clamp(45px, 6vw, 82px);

  background: #f7f2e5;
}


.noor-small-inner {
  width: 100%;
  max-width: 560px;
}


.noor-small-inner h3 {
  margin:
    0
    0
    13px !important;

  color: #171317 !important;

  font-family:
    "Fraunces" !important;

  font-size:
    clamp(
      31px,
      3vw,
      40px
    ) !important;

  line-height: 1.1 !important;

  font-weight: 500 !important;

  letter-spacing: -.4px !important;
}


.noor-small-inner p {
  margin: 0 !important;

  color: #292529 !important;

  font-family:
    "Karla" !important;

  font-size:
    clamp(
      14px,
      1.3vw,
      20px
    ) !important;

  line-height: 1.45 !important;

  font-weight: 300 !important;
}


/* =========================================
   ELEMENTOR OVERRIDES
========================================= */

body .noor-live-section h2,
body .noor-live-section h3,
body .noor-live-section p,
body .noor-live-section span,
body .noor-live-section strong,
body .noor-live-section button {
  text-transform: none !important;
}


/* =========================================
   TABLET / SMALL DESKTOP
========================================= */

@media (max-width: 1100px) {

  .noor-live-content {
    padding:
      38px
      34px;
  }


  .noor-small-content {
    padding:
      45px
      38px;
  }


  .noor-live-price {
    font-size: 14px;

    gap: 10px;
  }


  .noor-live-row {
    grid-template-columns:
      minmax(150px, .9fr)
      minmax(0, 1fr);

    gap: 24px;
  }


  .noor-live-day,
  .noor-live-description {
    font-size: 14px;
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 820px) {

  .noor-live-grid {
    grid-template-columns: 1fr;

    grid-template-areas:
      "image1"
      "content"
      "small"
      "image2";
  }


  .noor-live-image-one {
    height: 480px;
  }


  .noor-live-content {
    height: auto;

    padding:
      48px
      28px
      52px;
  }


  .noor-live-content-inner {
    max-width: 650px;
  }


  .noor-live-content h2 {
    font-size: 39px !important;
  }


  .noor-live-subtitle {
    font-size: 17px !important;
  }


  .noor-live-year-tab {
    min-height: 78px;
  }


  .noor-live-year-tab strong {
    font-size: 17px;
  }


  .noor-live-year-tab span {
    font-size: 15px;
  }


  .noor-live-price {
    flex-wrap: wrap;

    white-space: normal;

    font-size: 15px;

    gap:
      8px
      12px;
  }


  .noor-live-row {
    grid-template-columns:
      minmax(160px, .8fr)
      minmax(0, 1.2fr);

    gap: 24px;
  }


  .noor-live-day,
  .noor-live-description {
    font-size: 15px;
  }


  .noor-small-content {
    height: auto;

    padding:
      55px
      28px;
  }


  .noor-small-inner {
    max-width: 650px;
  }


  .noor-small-inner h3 {
    font-size: 36px !important;
  }


  .noor-small-inner p {
    font-size: 16px !important;

    line-height: 1.5 !important;
  }


  .noor-live-image-two {
    height: 420px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {

  .noor-live-image-one {
    height: 330px;
  }


  .noor-live-content {
    padding:
      38px
      16px
      42px;
  }


  .noor-live-content h2 {
    font-size:
      32px !important;
  }


  .noor-live-subtitle {
    font-size:
      15px !important;

    margin-bottom:
      19px !important;
  }


  /* YEAR TABS */

  .noor-live-year-tabs {
    width: 100%;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 2px;

    margin-bottom: 10px;
  }


  .noor-live-year-tab {
    min-width: 0;

    min-height: 72px;

    padding:
      10px
      5px;
  }


  .noor-live-year-tab strong {
    font-size: 15px;

    line-height: 1.1;
  }


  .noor-live-year-tab span {
    font-size: 13px;

    line-height: 1.2;
  }


  .noor-live-selected-year {
    margin-bottom: 16px;

    flex-wrap: wrap;

    font-size: 11px;
  }


  /* MOBILE PRICE */

  .noor-live-price {
    width: 100%;

    display: grid;

    grid-template-columns:
      1fr
      auto
      1.7fr
      auto
      1fr;

    align-items: center;

    gap: 6px;

    margin-bottom: 18px;

    white-space: normal;

    font-size: 11px;

    line-height: 1.3;

    text-align: center;
  }


  .noor-live-price i {
    width: 1px;
    height: 26px;

    justify-self: center;
  }


  /* MOBILE SCHEDULE */

  .noor-live-row {
    grid-template-columns: 1fr;

    gap: 7px;

    min-height: 0;

    padding:
      14px
      0;
  }


  .noor-live-day {
    font-size: 14px;
  }


  .noor-live-description {
    font-size: 14px;

    line-height: 1.45;
  }


  .noor-small-content {
    padding:
      45px
      20px;
  }


  .noor-small-inner h3 {
    font-size:
      31px !important;
  }


  .noor-small-inner p {
    font-size:
      15px !important;
  }


  .noor-live-image-two {
    height: 320px;
  }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 370px) {

  .noor-live-content {
    padding-left: 13px;
    padding-right: 13px;
  }


  .noor-live-year-tab {
    min-height: 68px;
  }


  .noor-live-year-tab strong {
    font-size: 14px;
  }


  .noor-live-year-tab span {
    font-size: 12px;
  }


  .noor-live-price {
    font-size: 10px;

    gap: 4px;
  }

}


/* =========================================
   YEAR TAB HOVER - INACTIVE ONLY
========================================= */

.noor-live-year-tab {
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

/* Inactive Year 5 / Year 6 */
.noor-live-year-tab:not(.active):hover {
  background: #DEAF48 !important;
  color: #493751 !important;

  cursor: pointer;
  transform: translateY(-2px);
}

/* Keep text purple on gold */
.noor-live-year-tab:not(.active):hover strong,
.noor-live-year-tab:not(.active):hover span {
  color: #493751 !important;
}

/* Active tab remains unchanged */
.noor-live-year-tab.active:hover {
  transform: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3ffa97 */.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-ad9accc *//* =========================================
   RESET
========================================= */

.noor-year-choice-section,
.noor-year-choice-section * {
    box-sizing: border-box;
}


/* =========================================
   MAIN SECTION
========================================= */

.noor-year-choice-section {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #f7f2e5;

    font-family: "Poppins", Arial, sans-serif;
}


/* =========================================
   TOP PINK HEADING BAR
========================================= */

.noor-year-choice-heading {
    width: 100%;
    min-height: 98px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: #c98988;
}

.noor-year-choice-heading h2 {
    margin: 0 !important;
    padding: 0 !important;

    color: #fffaf0 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 40px !important;
    line-height: 1.15 !important;

    font-weight: 500 !important;

    text-align: center;
}


/* =========================================
   CONTENT WRAPPER
========================================= */

.noor-year-choice-wrap {
    width: 100%;

    padding:
        56px
        7%
        61px;
}


/* =========================================
   GRID
========================================= */

.noor-year-choice-grid {
    width: 100%;
    max-width: 1035px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 13px;
}


/* =========================================
   CARDS
========================================= */

.noor-choice-card {
    min-height: 369px;

    padding:
        52px
        39px
        38px;

    border: 1px solid #d89b99;

    background: #f9f5ec;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* =========================================
   CARD HEADING
========================================= */

.noor-choice-card h3 {
    margin: 0 !important;
    padding: 0 !important;

    color: #493751 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 30px !important;
    line-height: 1.15 !important;

    font-weight: 600 !important;

    letter-spacing: -0.3px;
}


/* =========================================
   YEAR 5 + YEAR 6 TIME
========================================= */

body .noor-year-choice-section
.noor-choice-card > p.noor-trial-info {

    width: 100%;

    margin:
        38px
        0
        0 !important;

    padding: 0 !important;

    display: block !important;

    color: #493751 !important;

    font-family:
        "Poppins",
        Arial,
        sans-serif !important;

    font-size: 16px !important;
    line-height: 1.3 !important;

    font-weight: 300 !important;

    text-align: center;
}


/* =========================================
   TRIAL INFO WRAPPER
========================================= */

body .noor-year-choice-section
.noor-choice-card > div.noor-trial-info {

    width: 100%;

    margin:
        38px
        0
        0 !important;

    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: flex-start !important;

    gap: 15px !important;
}


/* ONE LIVE LESSON */

body .noor-year-choice-section
.noor-choice-card > div.noor-trial-info > span {

    margin: 0 !important;
    padding: 0 !important;

    color: #493751 !important;

    font-family:
        "Poppins",
        Arial,
        sans-serif !important;

    font-size: 16px !important;
    line-height: 1.3 !important;

    font-weight: 300 !important;
}


/* =========================================
   ALL PRICES
   SAME SIZE / FONT / COLOUR
========================================= */

body .noor-year-choice-section
.noor-choice-card > strong,

body .noor-year-choice-section
.noor-trial-info > strong {

    width: 100%;
    min-height: 56px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #c98988 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 22px !important;
    line-height: 1.2 !important;

    font-weight: 500 !important;

    letter-spacing: -0.15px;

    text-align: center !important;

    text-transform: none !important;
}


/* =========================================
   YEAR 5 + YEAR 6 PRICE POSITION
========================================= */

body .noor-year-choice-section
.noor-choice-card > strong {

    max-width: 280px;

    margin:
        15px
        auto
        0 !important;
}


/* =========================================
   TRIAL £35
========================================= */

body .noor-year-choice-section
.noor-trial-info > strong {

    max-width: 280px;

    margin: 0 auto !important;
}


/* =========================================
   BUTTON BASE
========================================= */

.noor-choice-btn {
    width: 100%;

    min-height: 63px;

    margin-top: auto;

    padding:
        15px
        18px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 4px;

    font-family:
        "Poppins",
        Arial,
        sans-serif;

    font-size: 16px;
    line-height: 1.2;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        opacity .2s ease,
        transform .2s ease,
        background-color .2s ease;
}

.noor-choice-btn:hover {
    transform: translateY(-1px);
}


/* =========================================
   YEAR 6 BUTTON
========================================= */

.noor-choice-purple {
    background: #493751;

    color: #fffaf0 !important;

    border: 1px solid #493751;
}

.noor-choice-purple:hover {
    background: #3e2e45;

    color: #fffaf0 !important;
}


/* =========================================
   YEAR 5 BUTTON
========================================= */

.noor-choice-pink {
    background: #c98988;

    color: #fffaf0 !important;

    border: 1px solid #c98988;
}

.noor-choice-pink:hover {
    background: #bd7d7c;

    color: #fffaf0 !important;
}


/* =========================================
   TRIAL BUTTON
========================================= */

.noor-choice-outline {
    background: transparent;

    border: 1px solid #493751;

    color: #493751 !important;
}

.noor-choice-outline:hover {
    background: #493751;

    color: #fffaf0 !important;
}


/* =========================================
   ELEMENTOR PROTECTION
========================================= */

body .noor-year-choice-section h2,
body .noor-year-choice-section h3,
body .noor-year-choice-section p,
body .noor-year-choice-section span,
body .noor-year-choice-section strong,
body .noor-year-choice-section a {

    text-transform: none !important;
}

body .noor-year-choice-section a {
    text-decoration: none !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .noor-year-choice-heading {
        min-height: 90px;
    }

    .noor-year-choice-heading h2 {
        font-size: 34px !important;
    }

    .noor-year-choice-wrap {
        padding:
            45px
            25px
            50px;
    }

    .noor-year-choice-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 15px;
    }

    .noor-choice-card {
        min-height: 350px;
    }

    .noor-choice-card:last-child {
        grid-column: 1 / -1;

        width: calc(50% - 7.5px);

        justify-self: center;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .noor-year-choice-heading {
        min-height: 82px;

        padding:
            18px
            15px;
    }

    .noor-year-choice-heading h2 {
        font-size: 30px !important;
    }


    /* WRAPPER */

    .noor-year-choice-wrap {
        padding:
            28px
            16px
            34px !important;
    }


    /* GRID */

    .noor-year-choice-grid {
        grid-template-columns: 1fr !important;

        gap: 14px !important;
    }


    /* CARD */

    body .noor-year-choice-section .noor-choice-card,
    body .noor-year-choice-section .noor-choice-card:last-child {

        width: 100% !important;

        min-height: 0 !important;
        height: auto !important;

        grid-column: auto !important;

        padding:
            28px
            22px
            24px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;

        text-align: center !important;
    }


    /* CARD HEADING */

    body .noor-year-choice-section
    .noor-choice-card h3 {

        margin:
            0
            0
            18px !important;

        padding: 0 !important;

        font-size: 27px !important;
        line-height: 1.15 !important;
    }


    /* YEAR 5 + YEAR 6 TIME */

    body .noor-year-choice-section
    .noor-choice-card > p.noor-trial-info {

        margin:
            0
            0
            0 !important;

        font-size: 16px !important;
        line-height: 1.4 !important;
    }


    /* TRIAL WRAPPER */

    body .noor-year-choice-section
    .noor-choice-card > div.noor-trial-info {

        margin:
            0
            0
            0 !important;

        gap: 10px !important;
    }


    /* ONE LIVE LESSON */

    body .noor-year-choice-section
    .noor-choice-card > div.noor-trial-info > span {

        font-size: 16px !important;
        line-height: 1.4 !important;
    }


    /* ALL PRICES */

    body .noor-year-choice-section
    .noor-choice-card > strong,

    body .noor-year-choice-section
    .noor-trial-info > strong {

        min-height: 48px;

        font-size: 20px !important;
        line-height: 1.2 !important;

        font-weight: 500 !important;
    }


    /* YEAR PRICES */

    body .noor-year-choice-section
    .noor-choice-card > strong {

        max-width: 270px;

        margin:
            10px
            auto
            20px !important;
    }


    /* TRIAL PRICE */

    body .noor-year-choice-section
    .noor-trial-info > strong {

        max-width: 270px;

        margin:
            0
            auto
            20px !important;
    }


    /* BUTTON */

    body .noor-year-choice-section
    .noor-choice-btn {

        width: 100% !important;

        min-height: 60px !important;

        margin: 0 !important;

        padding:
            14px
            20px !important;

        font-family:
            "Karla",
            Arial,
            sans-serif !important;

        font-size: 16px !important;
        line-height: 1.2 !important;

        font-weight: 700 !important;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .noor-year-choice-heading h2 {
        font-size: 27px !important;
    }

    body .noor-year-choice-section .noor-choice-card,
    body .noor-year-choice-section .noor-choice-card:last-child {

        padding:
            25px
            18px
            21px !important;
    }

    body .noor-year-choice-section
    .noor-choice-card h3 {

        font-size: 25px !important;

        margin-bottom: 16px !important;
    }

    body .noor-year-choice-section
    .noor-choice-card > strong,

    body .noor-year-choice-section
    .noor-trial-info > strong {

        min-height: 46px;

        font-size: 19px !important;
        line-height: 1.2 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84324d1 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Karla:wght@300;400;600;700&display=swap');


.noor-cta-section,
.noor-cta-section * {
  box-sizing: border-box;
}

.noor-cta-section {
  width: 100vw;
  max-width: none;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding:
    clamp(14px, 1.6vw, 26px)
    20px
    clamp(14px, 1.6vw, 26px);

  overflow: hidden;

  background: #f7f2e5;

  font-family:
    "Karla",
    Arial,
    sans-serif;
}


/* =========================================================
   OUTER WRAPPER
========================================================= */

.noor-cta-wrap {
  width: 100%;
  max-width: 856px;

  min-height: 330px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(300px, 0.93fr)
    minmax(390px, 1.07fr);

  align-items: center;

  gap: 42px;

  padding:
    35px
    47px;

  background: rgba(255, 253, 247, 0.28);

  border: 1px solid #ead8aa;

  border-radius: 3px;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.noor-cta-left {
  width: 100%;
}


/* =========================================================
   EYEBROW
   Karla / 16px / Bold
========================================================= */

.noor-cta-label {
  width: auto;
  min-width: 130px;
  min-height: 35px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 11px;

  padding: 8px 16px;

  background: #C787873B;

  border-radius: 4px;

  color: #493751;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 16px !important;
  line-height: 1;

  font-weight: 500 !important;

  letter-spacing: 0.2px;
}


/* =========================================================
   LEFT HEADING
   Fraunces / 40px / Semi Bold
========================================================= */

.noor-cta-left h2 {
  margin: 0 0 12px !important;

  color: #493751 !important;

  font-family:
    "Fraunces",
    Georgia,
    "Times New Roman",
    serif !important;

  font-size: 40px !important;
  line-height: 1.1 !important;

  font-weight: 500 !important;

  letter-spacing: 0 !important;
}


/* =========================================================
   LEFT PARAGRAPH
   Karla / 20px / Light
========================================================= */

.noor-cta-left p {
  margin: 0 0 18px !important;

  color: #75667f !important;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 20px !important;
  line-height: 1.45 !important;

  font-weight: 300 !important;

  letter-spacing: 0 !important;
}


/* =========================================================
   BUTTON BASE
   Karla / 16px / Bold
========================================================= */

.noor-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  text-decoration: none !important;

  border-radius: 4px;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 16px !important;
  font-weight: 600 !important;

  line-height: 1;

  transition:
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease,
    transform .25s ease;
}


/* =========================================================
   LEFT BUTTON
========================================================= */

.noor-cta-btn-primary {
  width: 246px;
  min-height: 52px;

  padding: 12px 18px;

  background: #C78787;

  border: 0 solid #493751;

  color: #ffffff !important;
}

.noor-cta-btn-primary:hover {
  background: #deaf48;

  border-color: #deaf48;

  color: #493751 !important;

  transform: translateY(-1px);
}


/* =========================================================
   EMAIL
========================================================= */

.noor-cta-email {
  display: block;

  width: fit-content;

  margin-top: 18px;

  color: #493751 !important;

  text-decoration: none !important;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 16px;

  line-height: 1.3;

  font-weight: 600;

  letter-spacing: 0;
}

.noor-cta-email:hover {
  color: #b98a31 !important;
}


/* =========================================================
   RIGHT PURPLE CARD
========================================================= */

.noor-cta-card {
  width: 100%;

  min-height: 259px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding:
    45px
    54px
    40px;

  background: #493751;

  border-radius: 14px;
}


/* =========================================================
   CARD HEADING
   Fraunces / 40px / Semi Bold
========================================================= */

.noor-cta-card h3 {
  margin: 0 0 14px !important;

  color: #fffaf2 !important;

  font-family:
    "Fraunces",
    Georgia,
    "Times New Roman",
    serif !important;

  font-size: 40px !important;
  line-height: 1.1 !important;

  font-weight: 500 !important;

  letter-spacing: 0 !important;
}


/* =========================================================
   CARD DESCRIPTION
   Karla / 20px / Light
========================================================= */

.noor-cta-card p {
  max-width: 100%;

  margin: 0 0 27px !important;

  color: #ECE1C8 !important;

  font-family:
    "Karla",
    Arial,
    sans-serif !important;

  font-size: 20px !important;

  line-height: 1.45 !important;

  font-weight: 300 !important;

  letter-spacing: 0 !important;
}


/* =========================================================
   RIGHT BUTTON
========================================================= */

.noor-cta-btn-gold {
  width: 303px;
  max-width: 100%;

  min-height: 52px;

  padding: 12px 16px;

  background: #C78787;

  border: 0 solid #e5ae39;

  color: #ffffff !important;
}

.noor-cta-btn-gold:hover {
  background: #f5c75f;

  border-color: #f5c75f;

  color: #493751 !important;

  transform: translateY(-1px);
}


/* =========================================================
   ELEMENTOR PROTECTION
========================================================= */

body .noor-cta-section h2,
body .noor-cta-section h3,
body .noor-cta-section p,
body .noor-cta-section a,
body .noor-cta-section div {
  text-transform: none !important;
}

body .noor-cta-section a {
  text-decoration: none !important;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

  .noor-cta-wrap {
    max-width: 86%;

    min-height: 330px;

    grid-template-columns:
      43%
      57%;

    gap: clamp(38px, 4vw, 62px);

    padding:
      35px
      clamp(48px, 5vw, 76px);
  }


  .noor-cta-left h2,
  .noor-cta-card h3 {
    font-size: 40px !important;
  }


  .noor-cta-left p,
  .noor-cta-card p {
    font-size: 20px !important;
  }


  .noor-cta-card {
    max-width: 620px;

    min-height: 260px;

    padding:
      clamp(42px, 4vw, 53px)
      clamp(45px, 5vw, 67px)
      40px;
  }


  .noor-cta-btn-primary {
    width: clamp(245px, 25vw, 370px);

    min-height: 52px;

    font-size: 16px !important;
  }


  .noor-cta-btn-gold {
    width: 100%;

    min-height: 52px;

    font-size: 16px !important;
  }


  .noor-cta-label {
    min-width: 130px;

    min-height: 40px;

    font-size: 16px !important;
  }


  .noor-cta-email {
    font-size: 16px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .noor-cta-section {
    padding:
      30px
      22px;
  }


  .noor-cta-wrap {
    max-width: 720px;

    grid-template-columns: 1fr;

    gap: 35px;

    padding:
      40px
      36px;
  }


  .noor-cta-left h2,
  .noor-cta-card h3 {
    font-size: 40px !important;
  }


  .noor-cta-left p,
  .noor-cta-card p {
    font-size: 20px !important;
  }


  .noor-cta-left p br {
    display: none;
  }


  .noor-cta-btn-primary {
    width: 280px;

    min-height: 52px;

    font-size: 16px !important;
  }


  .noor-cta-email {
    font-size: 16px;
  }


  .noor-cta-card {
    width: 100%;
    max-width: none;

    min-height: 0;

    padding:
      42px
      38px;
  }


  .noor-cta-card p {
    max-width: 520px;
  }


  .noor-cta-btn-gold {
    width: 360px;

    min-height: 52px;

    font-size: 16px !important;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {

  .noor-cta-section {
    padding:
      22px
      15px;
  }


  .noor-cta-wrap {
    width: 100%;

    padding:
      27px
      20px;

    gap: 30px;

    border-radius: 3px;
  }


  /* EYEBROW */

  .noor-cta-label {
    width: auto;
    min-width: 135px;

    min-height: 40px;

    margin-bottom: 15px;

    padding: 8px 14px;

    font-size: 16px !important;
  }


  /* HEADINGS */

  .noor-cta-left h2,
  .noor-cta-card h3 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }


  /* PARAGRAPHS */

  .noor-cta-left p {
    margin-bottom: 19px !important;

    font-size: 20px !important;
    line-height: 1.5 !important;
  }


  /* BUTTON */

  .noor-cta-btn-primary {
    width: 100%;

    min-height: 54px;

    font-size: 16px !important;
  }


  /* EMAIL */

  .noor-cta-email {
    margin-top: 19px;

    font-size: 16px;
  }


  /* CARD */

  .noor-cta-card {
    padding:
      31px
      22px;

    border-radius: 12px;
  }


  .noor-cta-card p {
    max-width: none;

    margin-bottom: 23px !important;

    font-size: 20px !important;
    line-height: 1.5 !important;
  }


  .noor-cta-card p br {
    display: none;
  }


  .noor-cta-btn-gold {
    width: 100%;

    min-height: 54px;

    padding-left: 12px;
    padding-right: 12px;

    font-size: 16px !important;

    line-height: 1.25;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .noor-cta-wrap {
    padding:
      24px
      17px;
  }


  .noor-cta-left h2,
  .noor-cta-card h3 {
    font-size: 40px !important;
  }


  .noor-cta-left p,
  .noor-cta-card p {
    font-size: 20px !important;
  }


  .noor-cta-label,
  .noor-cta-btn {
    font-size: 16px !important;
  }

}/* End custom CSS */