:root {
  --purple: #7b237d;
  --purple-dark: #551451;
  --orange: #ff9718;
  --ink: #333236;
  --muted: #69646a;
  --line: #d7bdd9;
  --paper: #fffdfc;
  --cream: #fff6e7;
  --shadow: 0 18px 48px rgba(46, 20, 47, .16);
  --font-head: 'CalSans-SemiBold', Arial, sans-serif;
  --font-body: 'IBM Plex Serif', Georgia, serif;
  --font-secound: 'Baskervville', Georgia, serif;
}

@font-face {
    font-family: 'CalSans-SemiBold';
    src: url('../fonts/CalSans-SemiBold.woff2') format('woff2'),
         url('../fonts/CalSans-SemiBold.woff') format('woff'),
         url('../fonts/CalSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: bold;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('../fonts/IBMPlexSerif-Regular.woff2') format('woff2'),
        url('../fonts/IBMPlexSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('../fonts/IBMPlexSerif-SemiBold.woff2') format('woff2'),
        url('../fonts/IBMPlexSerif-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Medium.woff2') format('woff2'),
        url('../fonts/Baskervville-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baskervville';
    src: url('../fonts/Baskervville-Regular.woff2') format('woff2'),
        url('../fonts/Baskervville-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






* {
  box-sizing: border-box
}


.textureWhite{ background: url(../assets/texture-white.jpg) repeat;}
.textureBlack{ background: url(../assets/texture-black.jpg) repeat;}
.textureColored{ background: url(../assets/texture-colored.jpg) repeat;}



html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 99;
  background: #fff;
  padding: 8px 12px
}

.container {
  width: min(1510px, calc(100% - 128px));
  margin-inline: auto
}

.narrow {
/*  width: min(1080px, calc(100% - 200px));*/
      width: calc(100% - 280px);
  text-align: center
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1,
h2,
h3,
.btn,
.brand,
.event-meta,
.vertical-label,
summary {
  font-family: var(--font-head);
}

h1 {
  font-size: 86px;
  line-height: .94;
  letter-spacing: -1.0px;
  margin-bottom: 37px;
  font-weight: 800
}

h2 {
  font-size: clamp(22px, 10vw, 100px);
  line-height: clamp(22px, 14vw, 95px);
  font-weight: 400;
  margin-bottom: 22px;
}

h2 span {
  color: var(--purple)
}

h3 {
  font-weight: 600;
  line-height: 1.05
}

.btn {
    font-size: clamp(17px, 3vw, 30px);
    line-height: clamp(22px, 14vw, 100px);
    font-weight: 400;

    width: 340px;
    height: 81px;

    letter-spacing: .9px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 20px;
    background: var(--orange);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    
    box-shadow: 10px 10px 30px 0px #F7931DB2;
    transition: transform .35s ease, box-shadow .35s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(255, 151, 24, .35)
}

.btn-small {
  min-height: 42px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 13px
}

.whatsapp:before {
  content: '';
  width: 45px;
  height: 48px;
  border-radius: 50%;
  color: #19c766;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  font-size: 16px;
  background: url(../assets/whatsapp-icon-sm.png) center top no-repeat;
  background-size: 74%;
  background-position: center;
}
.fixOnTop{ position: absolute;top: -50px; }


.mobileLogo{ display: none!important;}
.site-header.no-logo-header{ height: 159px;}
.innerPages.no-logo{padding-top: 156px !important;}

.desktopHide{ display: none !important;}


/*HERO BANNER*/
.md-hero {
    margin-top: 523px;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 520px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: url(../assets/hero-fort-new.jpg) no-repeat;
    background-size: cover;
    }

    /* ── LEFT PANEL ── */
    .hero-md-left {
      position: relative;
      padding: 72px 60px 60px 125px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 2;
      background: transparent;
    }

   .hero-md-left .btn{ height: 60px; font-size: clamp(16px, 2.4vw, 20px); line-height: clamp(20px, 4vw, 64px);}

    /* Pink blob bottom-left */
    .md-blob {
      position: absolute;
      bottom: -60px;
      left: -80px;
      width: 420px;
      height: 340px;

      border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
      filter: blur(28px);
      z-index: -1;
      animation: blobFloat 8s ease-in-out infinite;
    }

    @keyframes blobFloat {
      0%, 100% { transform: scale(1) translate(0,0); }
      50% { transform: scale(1.05) translate(12px, -10px); }
    }

    .md-heading {

      font-size: clamp(42px, 5.5vw, 110px);
      line-height: clamp(42px, 5.5vw, 101px);
      font-weight: 400;

      color: var(--text-dark);
      letter-spacing: -1px;
      margin-bottom: 28px;
      animation: fadeUp 0.8s ease both;
    }

    .md-body-text {
          font-size: clamp(18px, 2.6vw, 26px);
    line-height: clamp(26px, 3.5vw, 35px);
      color: var(--text-body);
      /*max-width: 380px;*/
      margin-bottom: 28px;
      animation: fadeUp 0.8s 0.15s ease both;
font-family: var(--font-secound);
    }

    .md-note {
      font-size: clamp(14px, 1.3vw, 24px);
      font-weight: 500;
      line-height: clamp(16px, 1.5vw, 100%);
      font-family: var(--font-secound);
      color: var(--text-note);
      margin-bottom: 40px;
      animation: fadeUp 0.8s 0.25s ease both;
    }

    .md-cta {
      width: 320px;
      height: 81px;

      font-size: clamp(19px, 3vw, 30px);
    line-height: clamp(22px, 5.6vw, 100px);
    font-weight: 400;
    font-family: var(--font-head);

    letter-spacing: .9px;

 
           

      text-align: center;

      display: inline-block;
      background: var(--orange);
      color: #fff;
      text-decoration: none;
     
      
      text-transform: uppercase;
      border-radius: 20px;
      border: none;
      cursor: pointer;
      transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
      
      animation: fadeUp 0.8s 0.35s ease both;


      box-shadow: 10px 10px 30px 0px #00000026;

    }

    .md-hero .md-cta:hover {
      background: var(--orange);
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(245,135,10,0.48);
    }

    .md-cta:active {
      transform: translateY(0);
    }

    /* ── RIGHT PANEL ── */
    .hero-md-right {
      position: relative;
      overflow: hidden;
    }

    .hero-md-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
      animation: imgReveal 1.1s 0.1s cubic-bezier(0.22,1,0.36,1) both;
    }



    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes imgReveal {
      from { opacity: 0; transform: scale(1.04); }
      to   { opacity: 1; transform: scale(1); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .md-hero {
        grid-template-columns: 1fr;
        border-radius: 16px;
      }
      .hero-md-left {
        padding: 27px 18px 40px;
      }
      .md-heading{    margin-bottom: 9px;}
      .hero-md-right {
        height: 300px;
      }
      .hero-md-right::before { display: none; }
    }
/*HERO BANNER END*/

.venueMobile{ display: none;}

.section-white {
  background: #fff
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 132px;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 61px 106px 0
}

.menu-toggle {
  width: 34px;
  height: 26px;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  gap: 5px;
  cursor: pointer
}

.menu-toggle span {
  height: 3px;
  width: 22px;
  background: var(--purple);
  display: block;
  border-radius: 2px
}

.brand {
  text-align: center;
  text-decoration: none;
  color: var(--purple);
  line-height: .78;
  letter-spacing: .1em
}

.brand-small {
  display: block;
  font-size: 21px;
  letter-spacing: .55em;
  text-transform: uppercase;
  color: #2a282d;
  margin-bottom: 1px
}

.brand-main {
  display: block;
  font-family: Georgia, serif;
  font-size: 84px;
  color: var(--purple);
  letter-spacing: -.08em;
  text-transform: none
}

.brand-week {
  display: block;
  font-size: 52px;
  text-transform: uppercase;
  color: #f49a1b;
  letter-spacing: .02em
}

.header-cta {
  text-align: center
}

.header-cta small {
  display: block;
  margin-top: 11px;
  font: 700 18px var(--font-head);
  color: #2f292e
}

.locDate {
    position: absolute !important;
    top: -29px;
    left: 0;
    right: 0;
    margin: 0 !important;
    z-index: 9 !important;
    /*height: 42px;*/
}
.locDate .meta-dark{ letter-spacing: 0.9px;}

.locDate.event-meta{ margin-top: -32px;}
.locDate .meta-pill:before{ display: none;}
.locDate img{ /*height: 20px;*/ margin-right: 10px; height: clamp(12px, 1.2vw, 20px); margin-right: clamp(6px, 0.6vw, 10px);}


.event-meta {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 159px
}

.meta-pill {
  /*height: 54px;
  padding: 0 30px;*/
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 800
}

  .meta-pill {
    width: 30%;
    max-width: 466px;
    white-space: nowrap;
    height: clamp(36px, 4vw, 60px) !important;
    font-size: clamp(12px, 1.5vw, 26px) !important;
    padding: 0 clamp(12px, 1.5vw, 30px) !important;
    line-height: clamp(36px, 4vw, 60px) !important;

  }

.meta-pill:before {
  content: '◉';
  color: var(--orange);
  font-size: 16px;
  margin-right: 10px
}

.meta-dark {
  background: #262326;
  color: #fff;
  border-radius: 10px 0 0 10px
}

.meta-light {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06)
}

.hero-copy {
  width: 610px;
  margin-left: 78px
}

.hero-copy p {
  font-size: 18px;
  max-width: 548px;
  margin-bottom: 42px
}

.note {
  font-size: 15px !important;
  margin-top: 30px;
  margin-bottom: 22px !important
}

.intro {
  padding: 90px 0 50px;
}

.intro p {
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-secound);
}

.intro .btn {
  margin-top: 33px
}

.purple-section {
  position: relative;
  color: #fff
}

.vertical-label {
  position: absolute;
  left: 65px;
  top: 75px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);

  font-size: clamp(18px, 4vw, 40px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-head);
  font-weight: 400;


  color: var(--orange);
  padding-top: 1px;
  padding-right: 10px;
}

.vertical-label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 385px;
  background: rgba(255, 255, 255, .45);
}

.vertical-label.purple {
  color: var(--purple)
}

.vertical-label.purple:before {
  background: #ceb8ce
}

.mentors {
  padding: 96px 0 70px 0;
  min-height: 875px;
  position: relative;
  overflow: hidden;
}
.mentors::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 68%; 
  background: #752776; 
  z-index: 0;
  border-radius: 12px 12px 0 0;
}

.mentors h2 {
  text-align: center;
  color: #fff;
  letter-spacing: .2px;
}

.section-lead {
  max-width: 858px;

  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-secound);
  font-weight: 400;

  margin: 0 auto 86px;
  text-align: center;
  color: #f3dff4;
}

.mentor-grid, .mentor-grid.owl-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px
}

.mentor-card {
  background: #fff;
  border: 1px solid #c58ccc;
  border-radius: 20px;
  overflow: hidden;
  color: #242126;
  /*box-shadow: 0 12px 32px rgba(0, 0, 0, .08);*/
  transition: transform .35s ease
}

.mentor-card:hover {
  transform: translateY(-8px)
}

.mentor-img {
  height: 410px;
  /*background-size: cover;
  background-position: center top*/
}

.mentor-img{ overflow: hidden; background: #000;}
.mentor-img img{ width: 100%; border-radius: 20px; opacity: .6;}
.mentor-img:hover img{ opacity: 1;}

/*.img-kk {
  background-image: linear-gradient(rgba(83, 12, 80, .23), rgba(128, 128, 128, .55)), url('../assets/mentor-1.jpg')
}

.img-khoo {
  background-image: linear-gradient(rgba(83, 12, 80, .23), rgba(128, 128, 128, .55)), url('../assets/mentor-2.jpg')
}

.img-zainab {
  background-image: linear-gradient(rgba(83, 12, 80, .23), rgba(128, 128, 128, .55)), url('../assets/mentor-3.jpg')
}*/

.mentor-info {
  padding: 30px 20px 31px
}

.mentor-info h3 {
  font-size: 25px;
  font-family: var(--font-head);
  font-size: clamp(17px, 4vw, 40px);
  line-height: clamp(26px, 3.5vw, 36px);
  

  
  font-weight: 400;
  margin-bottom: 5px
}

.mentor-info p {
  font-size: clamp(21px, 2.2vw, 21px);
  line-height: clamp(22px, 3.5vw, 36px);
  font-family: var(--font-head);

  margin-bottom: 5px
}

.mentor-info a {
  font-size: clamp(15px, 2.4vw, 24px);
  line-height: clamp(22px, 10vw, 100px);
  font-family: var(--font-head);
  font-weight: 400;


  text-transform: uppercase;
  color: #242126;
  text-decoration: none
}
.mentor-info a.arrowLink img{ width: 48px;}

.mentor-info span {
  font-size: 24px;
  margin-left: 17px
}

.why {
  position: relative;
  padding: 0 0 108px
}

.why h2 {
  text-align: center;
  margin-bottom: 57px
}

.benefits-grid, .benefits-grid.owl-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 0;

  width: calc(100% - 190px);
  margin: 0 auto;
  /*border-bottom: 1px solid var(--line)*/
}

.benefits-grid article {
  display: grid;
  grid-template-columns: 35px 1fr;
  padding: 55px 43px 54px 43px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 225px
}
.benefits-grid article:first-child {
padding-top: 0;
padding-left: 0;
}
.benefits-grid article:nth-child(2) {
padding-top: 0;
}
.benefits-grid article:nth-child(3) {
  padding-top: 0;
  /*padding-right: 0;*/
  border-right: 0
}
.benefits-grid article:nth-child(4) {
   padding-left: 0;
}
.benefits-grid article:nth-child(6) {
  border-right: 0;
  /*padding-right: 0;*/
}
.benefits-grid article:last-child { border-bottom: 0; padding-left: 0;}

.benefits-grid .span-all {
  grid-column: 1/-1;
  border-right: 0;
  border-bottom: 0;
  min-height: auto;
  padding-top: 31px;
  padding-bottom: 28px
}

.benefits-grid span {
  grid-row: 1/3;
  font: 800 36px var(--font-head);
  color: var(--orange);
  line-height: 1;
  width: fit-content;
}

.benefits-grid h3 {
  font-size: clamp(17px, 3.5vw, 31px);
  line-height: clamp(26px, 4vw, 40px);
  font-family: var(--font-head);
  font-weight: 400;


  margin: 0 0 12px
}

.benefits-grid p {
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-secound);
  font-weight: 500;

  margin: 0
}

.week {
  padding: 87px 0 100px;
}

.week-wrap {
  position: relative
}

.week-head {
  display: grid;
  grid-template-columns: 1.10fr .90fr;
  align-items: start;
  margin-bottom: 58px;
  padding: 0 72px;
}

.week h2 {
  color: #fff; margin-bottom: 10px;
}

.week-head p {
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(26px, 4.8vw, 47px);
  font-family: var(--font-secound);
  font-weight: 400;


  color: #fff;
  max-width: 635px;
}
.week-head ul{ max-width: 635px;
    font-size: clamp(17px, 2.4vw, 24px);
    line-height: clamp(26px, 4.5vw, 45px);
    font-family: var(--font-secound);
    font-weight: 400;
}
.week-head ul li{
      text-align: left;
} 

.sketch-cards {
  position: relative;
  height: 320px
}

.sketch-cards span {
  position: absolute;
  width: 312px;
  height: 393px;
  right: 245px;
  /*top: -4px;*/
  top: 18px;
  transform: rotate(-9deg)
}
.sketch-cards span img{ height: 100%;}
.sketch-cards span+span {
  right: 0;
  top: 48px;
  transform: rotate(6deg)
}

.timeline {
  width: calc(100% - 77px);
  margin-left: 77px;
}
.timeline .day:last-child{ margin-bottom: 0;}
.day {
  display: grid;
  grid-template-columns: 184px 1fr;
  background: #f5f4f4;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 13px;
  color: #222;
  min-height: 86px;

opacity: 0;
  transform: translateY(50px);
  transition: all .6s ease;
}
.day.show{
 opacity: 1;
  transform: translateY(0);
}



.day b {

  font-size: clamp(17px, 2.6vw, 40px);
  line-height: clamp(26px, 3.5vw, 36px);
  font-family: var(--font-head);
  font-weight: 400;

  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.day div {
  padding: 16px 28px
}

.day h3 {
  font-size: clamp(17px, 2.6vw, 35px);
  line-height: clamp(26px, 3.5vw, 40px);
  font-family: var(--font-head);
  font-weight: 400;


  margin: 0 0 2px
}

.day p {
  font-size: clamp(17px, 2.4vw, 22px);
  line-height: clamp(24px, 3.2vw, 33px);
  font-family: var(--font-secound);
  margin: 0
}

.day.tall {
  min-height: 177px
}

.week .btn {
  width: 490px;
  height: 81px;

  font-size: clamp(17px, 2.6vw, 30px);
  line-height: clamp(26px, 3.5vw, 100px);
  font-family: var(--font-head);
  font-weight: 400;

  float: right;
  margin-top: 14px;
  margin-right: 0;
}

.testimonial {
  position: relative;
  /*padding: 133px 0 142px;*/
  padding: 100px 0 112px;
}

.testimonial .narrow {
  position: relative
}

.testimonial h2 {
  margin-bottom: 67px
}

.testimonial blockquote {
  margin: 0 auto;
  max-width: 940px;
}

.testimonial blockquote span {
  display: block;
  font: 800 66px/44px arial;
  height: 54px;
  color: var(--purple)
}

.testimonial p {
  font-size: 17px;
  margin-bottom: 22px
}

.testimonial cite {
  font-weight: 700
}


.testimonial {
    position: relative;
    text-align: center;
    background: #f5f5f5;
    padding: 80px 0;
}

.testimonial-slider .item {
    padding: 0 70px;
}

.testimonial-slider blockquote {
    margin: 0 auto;
    position: relative;
}

.testimonial-slider blockquote span {
    display: block;
    font-size: 42px;
    color: #7b2c83;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}

.testimonial-slider blockquote p {
    font-size: clamp(17px, 2.6vw, 30px);
  line-height: clamp(26px, 3.5vw, 55px);
  font-family: var(--font-secound);
  font-weight: 400;


    color: #343434;
    max-width: 922px;
    margin: 0 auto 25px;
}

.testimonial-slider cite {
  font-size: clamp(17px, 2.6vw, 30px);
  line-height: clamp(26px, 3.5vw, 85px);
  font-family: var(--font-body);
  font-weight: 400;


    font-style: italic;
    font-weight: 700;
    color: #222;
}

.testimonial-slider .owl-nav {
    margin-top: 0;
}

 .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: #f39a1e !important;
    color: #fff !important;
    font-size: 22px !important;
    transition: 0.3s;
        display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev {
    left: -10px;
}

.owl-nav button.owl-next {
    right: -10px;
}

.owl-nav button:hover {
    background: #d9820d !important;
}


.owl-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.owl-dot button{ margin: 0 10px;}
.owl-dot span {
    width: 9px !important;
    height: 9px !important;
    border-radius: 100%;
    margin: 5px;
    border: 0 !important;
    background: #752776 !important;
    display: block;
}

.owl-dot.active span {
    background: #F7931D !important;
    width: 18px !important;
    height: 18px !important;
}
.testimonial-slider  blockquote img{ width: 44px!important; height: 32px; margin: 0 auto;}



.circle-arrow {
  position: absolute;
  top: 310px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 0;
  background: var(--orange);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.circle-arrow.left {
  left: -145px
}

.circle-arrow.right {
  right: -145px
}

.venue {
  position: relative;
  text-align: center;
  min-height: 834px;
  padding: 50px 0 0;
  overflow: hidden
}

.venue-art {
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 322px;*/
  
}
.venueDev{ width: 100%; max-width: 882px; margin: 0 auto;}

.venue p {
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-secound);
  font-weight: 400;
}

.fee {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
}

.fee h2 {
  text-align: center
}

.centered {
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-body);
  font-weight: 400;


  text-align: center;
}

.fee-box {
  display: grid;
  grid-template-columns: 330px 1fr;
  border: 1px solid var(--line);
  border-radius: 10px;
  /*margin: 67px auto 49px;*/
  max-width: 1510px; 
  overflow: hidden;

  width: calc(100% - 137px);
  margin-top: 33px;
  margin-left: 77px;
  margin-right: 60px;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  min-height: 390px;
  font-family: var(--font-head)
}

.price span {
  font-size: clamp(22px, 3.5vw, 35px);
  line-height: clamp(26px, 4vw, 40px);
  font-weight: 400;

}

.price strong {
font-size: clamp(22px, 3.5vw, 50px);
  line-height: clamp(26px, 4vw, 36px);
  font-weight: 400;


  color: var(--orange);
  margin: 22px 0 6px 0;
}

.price small {
  font-size: clamp(17px, 3vw, 30px);
  line-height: clamp(26px, 3.6vw, 36px);
  font-weight: 400;

  color: var(--orange);
}

.final-cta .btn{  width: 403px; height: 81px; }


.ftNav{ margin-top: 10px;}
.confirmPart strong{ margin-bottom: 2px; display: block;}
.site-footer nav{gap: 9px 12px; line-height: 10px;}

.includes {
  padding: 42px 63px
}

.includes h3 {
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-secound);
  font-weight: 700;


  margin: 0 0 3px
}

.includes ul {
  margin: 0 0 20px;
  padding-left: 18px
}

.includes li,
.includes p {
  font-size: clamp(18px, 2.6vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-secound);
  font-weight: 400;


  
  margin: 0
}

.confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 85px 0 103px;
}
.confirmPart strong{ 

  font-size: clamp(24px, 2.8vw, 30px);
  line-height: clamp(28px, 5.4vw, 54px);
  font-weight: 700;
}

.confirm h3 {
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: clamp(26px, 5.4vw, 54px);

  margin-bottom: 1px;
  font-family: var(--font-body)
}
.confirm .btn.whatsapp{ margin-top: 20px;}
.confirm p {
  font-size: clamp(22px, 2.5vw, 26px);
  line-height: clamp(26px, 3.5vw, 35px);
  font-family: var(--font-body);
}

.limited {
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(26px, 4.4vw, 44px);
  font-family: var(--font-secound);
  font-weight: 400;


  text-align: center;
  font-style: italic;
  margin-top: 44px
}

.faq {
  padding: 90px 0 100px
}

.faq .container {
  width: min(1395px, calc(100% - 224px))
}

.faq h2 {
  text-align: center;
  margin-bottom: 50px
}

.accordion {
  border-top: 1px solid var(--line)
}

details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0
}

summary {
  font-size: clamp(17px, 3.5vw, 35px);
  line-height: clamp(26px, 4vw, 40px);
  font-family: var(--font-head);
  font-weight: 400;

  
  color: #777;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
  content: '+';
  font-size: 28px;
  font-weight: 400;
  color: #777
}

details[open] summary {
  color: #222
}

details[open] summary:after {
  content: '−'
}

details p {
  max-width: 1170px;
  font-size: 15px;
  margin: 8px 0 0
}

.final-cta {
  color: #fff;
  text-align: center;
  padding: 60px 0 70px
}
.final-cta .btn{box-shadow:none!important; min-height: 54px; padding: 0 54px;}
.final-cta .btn img{}
.final-cta .btn.whatsapp:before{ width: 45px; height: 48px;}
.final-cta h2 {
  color: var(--orange);
  margin-bottom: 6px
}

.final-cta p {
  font-size: clamp(17px, 2.6vw, 48px);
  line-height: clamp(26px, 3.5vw, 65px);
  font-family: var(--font-secound);
  font-weight: 400;



  max-width: 1020px;
  margin: 0 auto 31px
}

.cta-row {
  display: flex;
  gap: 30px;
  justify-content: center
}

.floating-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 24px;
  width: 68px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  z-index: 15;
}
.floating-whatsapp img{ width: 100%;}
.site-footer {
  position: relative;
  min-height: 216px;
  padding: 43px 104px 34px;
  display: grid;
  align-items: end;
  gap: 0;
  background: #fff;
}

.footer-brand {
  justify-self: start;
  transform-origin: left top;
  width: 440px;
  margin-bottom: 30px
}

.site-footer p {
  position: absolute;
  left: 50%;
  top: 95px;
  transform: translateX(-50%);
  font-size: 12px
}

.ftNav{ display: flex; flex-direction: row-reverse; justify-content: space-between;}
.site-footer nav {
  justify-self: end;
  display: flex;
  gap: 27px;
  font: 700 12px var(--font-head)
}

.site-footer nav a {
  font-size: clamp(13px, 1.6vw, 17px);
  line-height: clamp(20px, 4vw, 22px);
  font-family: var(--font-secound);
  font-weight: 600;


  color: #222;
  text-decoration: none
}

.social {
  position: absolute;
  right: 113px;
  top: 111px;
  display: flex;
  gap: 13px
}

.social span {
  width: 40px;
  height: 40px;
  line-height: 47px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px
}
.social span img{ max-width: 20px; height: 14px;}
.site-footer small {
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(26px, 10vw, 34px);
  font-family: var(--font-body);
  font-weight: 300;

  grid-column: 1/3;
  
}
.site-footer small strong{ font-weight: 600;}
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2, .8, .2, 1)
}

.reveal.in-view {
  opacity: 1;
  transform: none
}

@media (max-width:1100px) {

  .container,
  .narrow,
  .faq .container {
    width: min(90%, 900px)
  }

  .site-header {
    padding: 30px 32px
  }

  .brand-main {
    font-size: 54px
  }

  .brand-week {
    font-size: 34px
  }

  .brand-small {
    font-size: 13px
  }

  .hero {
    min-height: 1100px;
    padding-top: 360px
  }

  .event-meta {
    margin-bottom: 80px
  }

  .hero-copy {
    margin-left: 0;
    width: min(100%, 560px)
  }

  h1 {
    font-size: 58px
  }

  h2 {
    font-size: 50px
  }

  .vertical-label {
    display: none
  }

 

  .benefits-grid article,
  .benefits-grid article:nth-child(3n) {
    border-right: 0
  }

  .benefits-grid .span-all {
    grid-column: auto
  }

  .week-head {
    grid-template-columns: 1fr
  }

 

  .timeline {
    width: 100%;
    margin-left: 0
  }

  .fee-box {
    grid-template-columns: 1fr
  }

  .price {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 220px
  }

  .circle-arrow {
    display: none
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: center
  }

  .site-footer small {
    grid-column: auto
  }

  .floating-whatsapp {
    right: 24px;
    bottom: 24px
  }
}

@media (max-width:640px) {
  body {
    font-size: 14px
  }

  .site-header {
    height: 100px;
    padding: 18px 18px 0;
    align-items: flex-start
  }

  .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px
  }

  .brand-main {
    font-size: 40px
  }

  .brand-week {
    font-size: 25px
  }

  .brand-small {
    font-size: 10px;
    letter-spacing: .35em
  }


  .btn-small {
    min-height: 34px;
    padding: 0 13px;
    font-size: 10px
  }

  .hero {
    padding-top: 190px;
    min-height: 720px
  }

  .hero-art {
    height: 300px
  }

  .event-meta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 55px
  }

  .meta-pill {
    height: 40px;
    font-size: 11px;
    /*border-radius: 8px !important;*/
  }

  .hero-copy {
    padding-top: 0
  }

  .hero-copy p {
    font-size: 13px
  }

  .note {
    font-size: 12px !important
  }

  h1 {
    font-size: 39px;
    letter-spacing: -1.4px
  }

  h2 {
    font-size: 35px;
    letter-spacing: -1.3px
  }

  .intro,
  .why,
  .testimonial,
  .fee,
  .faq {
    padding: 70px 0
  }

  .mentors,
  .week {
    padding: 70px 0
  }

  .mentor-grid {
    gap: 16px
  }

  .mentor-img {
    height: 300px
  }

  .benefits-grid article {
    grid-template-columns: 38px 1fr;
    padding: 0 0 28px;
    margin-bottom: 28px;
    min-height: auto
  }

  .benefits-grid h3 {
    font-size: 19px
  }

  
  .week-head p,
  .centered {
    font-size: 18px;
  }

  .day {
    grid-template-columns: 72px 1fr
  }

  .day b {
    font-size: 15px
  }
  .day b span{ display: bl;}

  .day div {
    padding: 12px
  }

  .day h3 {
    font-size: 16px
  }

  .day p {
    font-size: 12px
  }

  .week .btn {
    float: none;
    margin: 18px 0 0
  }

  .venue {
    min-height: 600px;
    padding-top: 70px
  }

  .venue .btn {
    margin-top: 240px
  }

  .fee-box {
    margin-top: 36px
  }

  .includes {
    padding: 24px
  }

  .confirm {
    display: block
  }

  .faq h2 {
    font-size: 33px
  }

  summary {
    font-size: 18px;
  }

  .final-cta {
    padding: 50px 0;
  }

  .final-cta p {
    font-size: 20px
  }

  .cta-row {
    gap: 12px;
    flex-wrap: wrap
  }

  .site-footer {
    padding: 40px 24px 90px
  }

  .site-footer nav {
    gap: 14px
  }

  .social {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 45px
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }

  .reveal {
    opacity: 1;
    transform: none !important
  }
}

/* Premium motion system: parallax + cinematic image reveals */
.parallax-layer {
  will-change: transform;
  transform: translate3d(0, 0, 0)
}

.image-reveal {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  opacity: .001;
  transform: translate3d(0, 28px, 0) scale(1.015);
  transition: clip-path 1.15s cubic-bezier(.22, 1, .36, 1), opacity .85s ease, transform 1.15s cubic-bezier(.22, 1, .36, 1)
}

/*mentor flip*/

@media (min-width:1140px) {
/* FLIP IMAGE EFFECT */
.flip-card {
  position: relative;
  height: 410px;
  overflow: hidden;
  perspective: 1000px;
}

.flip-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.8s ease, opacity 0.8s ease;
  backface-visibility: hidden;
  border-radius: 20px;
}

/* FRONT IMAGE */
.flip-card .front-img {
  transform: rotateY(0deg);
  opacity: 1;
}

/* BACK IMAGE */
.flip-card .back-img {
  transform: rotateY(180deg);
  opacity: 0;
}

/* HOVER EFFECT */
.mentor-img:hover .front-img {
  transform: rotateY(-180deg);
  opacity: 0;
}

.mentor-img:hover .back-img {
  transform: rotateY(0deg);
  opacity: 1;
}
/*mentor flip end*/


.image-reveal::after {
  /*content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .12) 45%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-115%);
  transition: transform 1.15s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
  z-index: 2*/
}

.image-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1)
}

.image-reveal.is-revealed::after {
  transform: translateX(115%)
}

.mentor-card:nth-child(2) .image-reveal {
  transition-delay: .12s
}

.mentor-card:nth-child(3) .image-reveal {
  transition-delay: .22s
}

.venue-art.image-reveal {
  clip-path: inset(18% 0 0 0);
  transform: translate3d(0, 38px, 0) scale(1.04)
}

.venue-art.image-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1.02)
}

.sketch-cards.image-reveal {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transform: translate3d(30px, 0, 0) scale(.98)
}

.sketch-cards.image-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1)
}

.mentor-img {
  will-change: transform
}

.mentor-card:hover .mentor-img {
  transform: scale(1.035)
}
}

/*@media (max-width:767px) {
  .image-reveal {
    transition-duration: .7s;
    transform: translate3d(0, 16px, 0) scale(1.005)
  }

  .image-reveal::after {
    display: none
  }

  .mentor-card:hover .mentor-img {
    transform: none
  }
}

@media (prefers-reduced-motion:reduce) {

  .image-reveal,
  .image-reveal.is-revealed {
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important
  }

  .image-reveal::after {
    display: none !important
  }
}*/

/* =========================================================
   Clingr-style immersive scroll/parallax upgrade
   - real scroll-linked depth, sticky stages, image masks
   - no screenshot-as-page; effects apply to coded sections
   ========================================================= */
:root {
  --scroll-p: 0;
  --scene-p: 0;
  --scene-y: 0px;
  --scene-scale: 1;
  --scene-rotate: 0deg
}

.parallax-scene {
  isolation: isolate;
  overflow: hidden;
  --scene-p: 0;
  --scene-y: 0px;
  --scene-scale: 1;
  --scene-rotate: 0deg
}

.parallax-scene::before,
.parallax-scene::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
  will-change: transform, opacity;
  transform: translate3d(0, var(--scene-y), 0) scale(var(--scene-scale));
  transition: opacity .25s linear
}

.hero.parallax-scene::before {
  inset: 18% -8% auto -8%;
  height: 44%;
  background: radial-gradient(circle at 18% 42%, rgba(255, 151, 24, .22), transparent 34%), radial-gradient(circle at 70% 58%, rgba(123, 35, 125, .18), transparent 38%);
  filter: blur(18px);
  opacity: calc(.35 + var(--scene-p)*.22)
}

.hero.parallax-scene::after {
  z-index: 1;
  transform: translate3d(calc(var(--scene-p)*-24px), calc(var(--scene-p)*-48px), 0) scale(calc(1.01 + var(--scene-p)*.045));
  will-change: transform
}


.week.parallax-scene::before {
  right: -16%;
  top: 4%;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 66%);
  transform: translate3d(calc(var(--scene-p)*-80px), calc(var(--scene-p)*34px), 0) scale(1.12)
}

.venue.parallax-scene::before {
  /*inset: auto -6% -7% -6%;
  height: 48%;
  background: linear-gradient(0deg, rgba(255, 246, 231, .42), transparent);
  transform: translate3d(0, calc(var(--scene-p)*-70px), 0)*/
}

.hero-art,
.venue-art {
  will-change: transform, filter;
  transform-origin: center center;
  transition: filter .2s linear
}

.parallax-copy {
  will-change: transform, opacity;
  transform: translate3d(0, calc(var(--scene-p)*var(--copy-depth, 0px)), 0)
}

.hero .parallax-copy[data-depth] {
  --copy-depth: -120px
}

.hero .event-meta[data-depth] {
  --copy-depth: 70px
}

.mentors .parallax-copy[data-depth],
.week .parallax-copy[data-depth] {
  --copy-depth: -58px
}

.venue .parallax-copy[data-depth] {
  --copy-depth: -96px
}

/* sticky cinematic hero so the banner feels like a scene, not a static block */
@media (min-width:901px) {
  .hero {
    min-height: 1760px
  }

  .hero-inner {
    position: sticky;
    top: 142px
  }

  .hero-copy {
    transform: translate3d(0, calc(var(--scene-p)*-115px), 0)
  }

  .event-meta {
    transform: translate3d(0, calc(var(--scene-p)*70px), 0)
  }

  .venue .container {
    position: sticky;
    top: 20px;
    z-index: 3
  }

  .venue {
    min-height: 980px
  }

  /*.mentors .mentor-card {
    will-change: transform;
    transform: translate3d(0, calc((var(--scene-p) - .5)*-42px), 0)
  }

  .mentors .mentor-card:nth-child(2) {
    transform: translate3d(0, calc((var(--scene-p) - .5)*28px), 0)
  }

  .mentors .mentor-card:nth-child(3) {
    transform: translate3d(0, calc((var(--scene-p) - .5)*-58px), 0)
  }

  .week .timeline {
    will-change: transform;
    transform: translate3d(0, calc((var(--scene-p) - .5)*-54px), 0)
  }*/
}

/* true image reveal: clipped mask + inner image scale, visible like premium sites */
.mentor-img,
.venue-art,
.sketch-cards {
  backface-visibility: hidden
}

.mentor-img::before {
  /*content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center top;
  transform: scale(1.13);
  transition: transform 1.35s cubic-bezier(.19, 1, .22, 1);
  will-change: transform*/
}

.mentor-img {
  background-image: none !important;
  border-radius: 20px;
}


.mentor-card {
  transform-style: preserve-3d
}

.mentor-card:hover {
  transform: translateY(-8px) rotateX(.8deg) rotateY(-.8deg)
}

/* clip reveal for full-width scenic backgrounds */
.venue-art.is-revealed {
  animation: venueBreath 12s ease-in-out infinite alternate
}

@keyframes venueBreath {
  from {
    filter: saturate(1)
  }

  to {
    filter: saturate(1.08) contrast(1.02)
  }
}

/* Scroll-linked reveal fallback via CSS variables set by JS */
[data-parallax-scene] .hero-art {
  transform: translate3d(0, calc(var(--scene-p)*-155px), 0) scale(calc(1.06 + var(--scene-p)*.08))
}

[data-parallax-scene] .venue-art {
  transform: translate3d(0, calc(var(--scene-p)*-118px), 0) scale(calc(1.05 + var(--scene-p)*.05))
}

.sketch-cards span:first-child {
  transform: translate3d(calc(var(--scene-p)*-48px), calc(var(--scene-p)*20px), 0) rotate(calc(-2deg + var(--scene-p)*-4deg))
}

.sketch-cards span+span {
  transform: translate3d(calc(var(--scene-p) * 58px), calc(var(--scene-p) * -18px), 0) rotate(calc(1deg + var(--scene-p) * 4deg));
}

@media (max-width:900px) {

  .hero-inner,
  .venue .container {
    position: relative;
    top: auto
  }

  .parallax-scene::before,
  .parallax-scene::after {
    transform: none
  }

  .hero .parallax-copy,
  .event-meta,
  .mentors .mentor-card,
  .week .timeline {
    transform: none !important
  }

  [data-parallax-scene] .hero-art,
  [data-parallax-scene] .venue-art {
    transform: translate3d(0, calc(var(--scene-p)*-34px), 0) scale(1.025)
  }
}

@media (prefers-reduced-motion:reduce) {

  .parallax-scene,
  .parallax-scene * {
    transform: none !important;
    animation: none !important
  }

  .parallax-scene::before,
  .parallax-scene::after {
    display: none !important
  }
}

/* ===== v4 fixes: real parallax, attached assets, smooth FAQ, working menu ===== */
body {
  /*background: #fff url('../assets/canvas-bg.jpg') center top/620px auto repeat;*/
  background:#fff;
  color: #333236
}

.logo-brand {
  display: block;
  text-decoration: none
}

.logo-brand img {
  display: block;
  width: min(430px, 42vw);
  height: auto
}

.site-header .logo-brand {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  z-index: 12
}

.footer-brand.logo-brand img {
  width: 380px
}

.brand-small,
.brand-main,
.brand-week {
  display: none !important
}

.primary-nav {
  position: fixed;
  inset: 0 0 auto auto;
  width: min(420px, 88vw);
  height: 100vh;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
  z-index: 10;
  transform: translateX(105%);
  transition: transform .65s cubic-bezier(.22, 1, .36, 1);
  box-shadow: -28px 0 70px rgba(46, 20, 47, .18);
  padding: 128px 42px 42px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.primary-nav a {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--purple);
  text-decoration: none
}

.primary-nav .nav-cta {
  background: var(--orange);
  color: #fff;
  width: max-content;
  padding: 14px 24px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 15px
}

.nav-open .primary-nav {
  transform: translateX(0)
}

.menu-toggle {
  z-index: 13;
  cursor: pointer
}

.menu-toggle span {
  transition: transform .35s ease, opacity .25s ease
}

.nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0
}

.nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.hero {
  /*background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .75)), url('../assets/hero-fort-new.jpg') center/680px auto repeat;*/

  background: url('../assets/hero-fort-new.jpg') no-repeat;
      background-position: center bottom;
    background-size: 100% auto;
  min-height: 1180px
}

.hero-art {
  /*background-image: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .02)), url('../assets/hero-fort-new.jpg');
  background-position: center top;
  background-size: cover;*/
  height: 600px;
  top: 245px;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(var(--parallax-s, 1.04)) rotate(var(--parallax-r, 0deg)) !important
}

.hero::after {
  background-image: url('../assets/bg-soft.jpg')
}

.intro {
  background: rgba(255, 255, 255, .86)
}


.why,
.faq,
.testimonial {
  background: rgba(255, 255, 255, .92);
  overflow: hidden;
}

.mentor-img {
 /* transform: translate3d(0, var(--parallax-y, 0), 0) scale(var(--parallax-s, 1)) rotate(var(--parallax-r, 0deg));
  */

  transition: clip-path 1s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, transform .08s linear !important
}

.img-kk::before {
  background-image: linear-gradient(rgba(83, 12, 80, .15), rgba(20, 20, 20, .28))
}

.img-khoo::before {
  background-image: linear-gradient(rgba(83, 12, 80, .15), rgba(20, 20, 20, .28))
}

.img-zainab::before {
  background-image: linear-gradient(rgba(83, 12, 80, .15), rgba(20, 20, 20, .28))
}

.mentor-card:hover .mentor-img {
  filter: saturate(1.08)
}

.sketch-cards {
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(var(--parallax-s, 1)) rotate(var(--parallax-r, 0deg));
  transition: clip-path 1s cubic-bezier(.22, 1, .36, 1), opacity .8s ease, transform .08s linear !important
}

.sketch-cards span:first-child {
  /*background-image: url('../assets/card-dance.jpg') !important;
  background-size: cover !important;
  background-position: center !important*/
}

.sketch-cards span:last-child {
  /*background-image: url('../assets/card-tiger.jpg') !important;
  background-size: cover !important;
  background-position: center !important*/
}

.venue {
  /*background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .78)), url('../assets/canvas-bg.jpg') center/680px auto repeat;*/

   background: url('../assets/dev-villas.jpg');

  background-size: cover !important;
  background-position: center top !important;

  min-height: 950px;
  position: relative;
  overflow: hidden;
}

.venue-art {
  /*background-image: url('../assets/dev-villas.jpg') !important;*/

 
  height: 860px;
  bottom: 0;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(var(--parallax-s, 1.03)) rotate(var(--parallax-r, 0deg)) !important;
  transition: clip-path 1s cubic-bezier(.22, 1, .36, 1), opacity .8s ease, filter .2s linear !important
}

.venue:after{
 content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;

}
.venue .devIllaBtn{
  width: 364px!important;
  height: 81px;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 2;
  width: 311px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.fee::after {
  content: '';
  display: block;
  height: 376px;
  margin-top: 20px;
  background: url('../assets/participation-bg.png') center bottom/cover no-repeat; 
  transform: translate3d(0, calc(var(--scroll-p)*-1px), 0)
}

.parallax-layer,
.parallax-copy {
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(var(--parallax-s, 1)) rotate(var(--parallax-r, 0deg));
  will-change: transform
}

.parallax-scene::before,
.parallax-scene::after {
  transform: translate3d(0, var(--scene-y), 0) scale(var(--scene-scale));
  will-change: transform, opacity
}

.hero-copy,
.event-meta,
.week-wrap,
.venue .container {
  position: relative;
  z-index: 2
}

.image-reveal {
  clip-path: inset(0 0 100% 0);
  opacity: .001
}

.image-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
  opacity: 1
}

.sketch-cards.image-reveal {
  clip-path: inset(0 100% 0 0)
}

.sketch-cards.image-reveal.is-revealed {
  clip-path: inset(0 0 0 0)
}

.accordion details {
  overflow: hidden
}

.accordion summary {
  cursor: pointer;
  list-style: none
}

.accordion summary::-webkit-details-marker {
  display: none
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .42s cubic-bezier(.22, 1, .36, 1)
}

.accordion details[open] .faq-panel {
  max-height: 240px
}

.accordion details p {
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: clamp(30px, 3.1vw, 32px);
  font-family: var(--font-secound);
  font-weight: 500;

  padding: 0 42px 22px 0;
  margin: 0
}

.accordion details {
  transition: background .25s ease
}

.accordion details.is-open,
.accordion details[open] {
 /* background: rgba(123, 35, 125, .025)*/
}

@media (min-width:1000px) {
  .menu-toggle:hover span {
    background: var(--orange)
  }

  .primary-nav a:hover {
    color: var(--orange);
    transform: translateX(4px)
  }

  .primary-nav a {
    transition: color .3s ease, transform .3s ease
  }
}

@media (max-width:900px) {
  .site-header .logo-brand img {
    width: 260px
  }

  .primary-nav {
    padding-top: 105px
  }

  .hero {
    min-height: 820px
  }

  .hero-art {
    height: 360px;
    top: 178px
  }

  .venue {
    min-height: 650px
  }

  .venue-art {
    height: 370px
  }

  .fee::after {
    height: 150px
  }

  .parallax-layer,
  .parallax-copy,
  .hero-art,
  .venue-art,
  .mentor-img,
  .sketch-cards {
    transform: translate3d(0, var(--parallax-y, 0), 0) scale(var(--parallax-s, 1)) !important
  }
}

@media (max-width:640px) {
  .site-header .logo-brand {
    top: 24px
  }

  .site-header .logo-brand img {
    width: 210px
  }

  .primary-nav {
    width: 100vw;
    padding: 118px 28px 36px
  }

  .primary-nav a {
    font-size: 24px
  }

  .hero-art {
    top: 150px;
    height: 310px
  }

  .footer-brand.logo-brand img {
    width: 210px
  }

  .accordion details p {
    padding-right: 12px
  }

  .venue-art {
    height: 330px
  }
}

.heroCover{ display: flex;}
.heroCover .btn{ box-shadow: 0 8px 20px rgb(182 182 182);}
.heroImg img{ width: 100%;}

.hero::after {
  /*background-image: url('../assets/watercolor-hills.jpg') !important;
  background-size: cover !important;
  background-position: center bottom !important;*/
  opacity: .22 !important
}

/* ===== v5 strict menu + header corrections from supplied reference ===== */
.site-header {
  /*height: 164px;*/

  height: 462px;
  padding: 18px 32px 0;
  align-items: flex-start;
  overflow: visible;
   background: #fff;
}
.site-header:after{ content:""; position: absolute; background: linear-gradient(to bottom, #7a157d14 0%, #ffffff00 35%, #ffffff00 65%, #ffffff 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.site-header .logo-brand {
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  width: min(438px, 78vw);
  z-index: 8;
}

.site-header .logo-brand img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 112px;
}

.header-cta {
  position: fixed;
  right: 34px;
  top: 22px;
  z-index: 9;
}
.header-cta .btn{   
     

  
  width: 235px;
    height: 50px; padding: 5px 28px 0 28px; font-size: 19px; letter-spacing: .8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;}
.menu-toggle {
  position: fixed;
  left: 54px;
  top: 30px;
  width: 30px;
  height: 18px;
  z-index: 2147483647;
  display: block;
}

.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--purple);
  border-radius: 2px;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .22s ease, background .22s ease, width .22s ease;
}

.menu-toggle span:nth-child(1) {
  top: 2px;
}

.menu-toggle span:nth-child(2) {
  top: 10px;
}

.menu-toggle span:nth-child(3) {
  top: 18px;
}

.primary-nav {
  position: fixed;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 346px;
  max-width: calc(100vw - 20px);
  height: 469px;
  min-height: 0;
  background: rgba(128, 58, 130, .985);
  border-radius: 10px;
  z-index: 2147483646;
  transform: translate3d(-112%, 0, 0);
  transition: transform .58s cubic-bezier(.22, 1, .36, 1), opacity .35s ease;
  opacity: .98;
  backdrop-filter: blur(4px);
  padding: 70px 26px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  z-index: 10;
  box-shadow: 10px 22px 30px rgb(154 52 162 / 45%);
}

.primary-nav::before {
  content: 'Menu';
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
  margin: 0 0 11px 22px;
}

.primary-nav a {
  font-family: var(--font-head);
  font-size: 25px;
  line-height: 1.06;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 9px 42px 8px 42px;
  margin: 0 0 2px 0;
  border-radius: 0;
  transition: background .22s ease, color .22s ease, transform .22s ease, padding-left .22s ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  background: #fff;
  color: var(--orange);
  transform: none;
  padding-left: 32px;
}

.primary-nav .nav-cta {
  background: transparent;
  color: #fff;
  width: auto;
  padding: 7px 12px 8px 0;
  border-radius: 0;
  text-transform: none;
  font-size: 25px;
}

.nav-open .primary-nav {
  transform: translate3d(0, 0, 0);
}

.nav-open .menu-toggle {
  left: 55px;
  top: 30px;
}

.nav-open .menu-toggle span {
  background: #fff;
  width: 16px;
  height: 2px;
}

.nav-open .menu-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg)
}

.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0)
}

.nav-open .menu-toggle span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg)
}

body.nav-open::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, .04);
  z-index: 2147483645;
  pointer-events: auto;
  z-index: 1;
}

body.nav-open {
  overflow: hidden;
}

.hero {
  padding-top: 164px;
  min-height: 457px;
}

.hero-inner {
  padding-top: 0;
}

.event-meta {
  margin-bottom: 40px;
}

.hero-copy {
  margin-left: 52px;
  width: 475px;
}

.hero-copy h1 {
  font-size: 34px;
  line-height: .95;
  letter-spacing: -1.4px;
  margin-bottom: 12px;
}

.hero-copy p {
  font-size: 10.8px;
  line-height: 1.7;
  max-width: 360px;
  margin-bottom: 22px;
}

.hero-copy .btn {
  min-height: 31px;
  border-radius: 6px;
  font-size: 10px;
  padding: 0 16px;
}

.hero-art {
  top: 164px;
  bottom: auto;
  height: 292px;
  background-position: center center;
}

.hero:after {
  top: 164px;
  bottom: auto;
  height: 292px;
}

.meta-pill {
  height: 26px;
  font-size: 10px;
  padding: 0 14px;
  border-radius: 5px;
}

.meta-dark {
  border-radius: 10px 0 0 10px;
   box-shadow: 0 8px 24px rgb(0 0 0 / 32%), 4px 4px 16px rgba(0, 0, 0, .08);
}

.meta-light {
  border-radius: 0 10px 10px 0;
  box-shadow: 0 8px 24px rgb(0 0 0 / 23%), 4px 4px 16px rgba(0, 0, 0, .08);
    
}

.meta-pill:before {
  font-size: 9px;
  margin-right: 5px;
}

@media (min-width:700px) {
  .site-header .logo-brand {
    width: 438px
  }

  .hero {
    min-height: 457px
  }

  .hero-art,
  .hero:after {
    height: 292px
  }
}

@media (min-width:901px) {
  .primary-nav {
    width: 346px;
    height: 469px
  }

  .site-header .logo-brand {
            width: 66%;
            max-width: 990px;
  }

  .hero {
    padding-top: 523px;
    min-height: 720px
  }

  .hero-art,
  .hero:after {
    top: 164px;
    height: 556px
  }

  .event-meta {
    margin-bottom: 70px
  }

  .hero-copy h1 {
    font-size: 62px
  }

  .hero-copy p {
    font-size: 15px
  }

  .hero-copy {
    width: 600px;
    margin-left: 78px
  }


  .locDate img{  height: clamp(12px, 1.2vw, 17px); margin-right: clamp(6px, 0.6vw, 10px); }

  .hero-copy .btn {
    min-height: 48px;
    font-size: 16px;
    padding: 0 28px
  }
}

@media (max-width:640px) {
  .site-header {
    height: 160px;
    padding-top: 14px
  }

  .site-header .logo-brand {
    top: 8px;
    width: min(404px, 96vw)
  }

  .header-cta {
    right: 12px;
    top: 14px
  }

  .menu-toggle {
    left: 24px;
    top: 23px
  }

  .nav-open .menu-toggle {
    left: 54px;
    top: 30px
  }

  .primary-nav {
    left: 10px;
    top: 10px;
    width: 346px;
    height: 469px;
    padding: 70px 26px 28px 66px
  }

  .primary-nav a {
    font-size: 25px;
    line-height: 1.06
  }

  .hero {
    padding-top: 160px;
    min-height: 457px
  }

  .hero-art,
  .hero:after {
    top: 160px;
    height: 297px
  }

  .event-meta {
    margin-bottom: 40px
  }

  .hero-copy {
    margin-left: 52px;
    width: 475px;
    max-width: calc(100vw - 74px)
  }

  .hero-copy h1 {
    font-size: 34px
  }

  .hero-copy p {
    font-size: 10.8px
  }

  .meta-pill {
    height: 26px;
    font-size: 10px;
    padding: 0 12px
  }

  .event-meta {
    justify-content: center;
    flex-direction: row
  }
}

@media (max-width:374px) {
  .primary-nav {
    width: calc(100vw - 20px);
    padding-left: 52px
  }

  .primary-nav a {
    font-size: 22px
  }

  .nav-open .menu-toggle {
    left: 42px
  }
}


/*MENTORS PAINTING ZOOM POPUP*/
.img-nav{
    width: 40px;
    height: 39px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
    padding-bottom: 6px;
}

.img-prev{ left: 20px; }
.img-next{ right: 20px; }



.ment-thumb{
  cursor: pointer;
}

.img-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 991;
  padding: 18px;
}

.img-modal.active{
  display: flex;
}

.img-modal img{
  max-width: 95%;
  max-height: 85vh;
  border-radius: 12px;
  transform: scale(.85);
  transition: .25s ease;
  margin: 0 7px;
}

.img-modal.active img{
  transform: scale(1);
}

.img-close{
  position: fixed;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 32px;
  line-height: 40px;
  cursor: pointer;
  z-index: 10000;
}

@media(max-width:640px){
  .img-modal{
    padding: 12px;
  }

  .img-modal img{
    max-width: 100%;
    max-height: 80vh;
  }

  .img-close{
    top: 10px;
    right: 10px;
  }
}
/*MENTORS PAINTING ZOOM POPUP END*/

/*MENTORS POPUP*/
:root {
  --ment-purple: #7b237d;
  --ment-orange: #ff9718;
  --ment-ink: #333236;
  --ment-line: #d7bdd9;
  --ment-bg: #e8e4e4;
  --ment-bg-bottom: #dcd8d8;
  --ment-border: #c8bfc8;
  --ment-bio: #3a373b;
  --ment-font-body: 'IBM Plex Serif', Georgia, serif;
  --ment-font-second: 'Baskervville', Georgia, serif;
  --ment-font-head: Arial, sans-serif;
}

.ment-data { display: none; }

.ment-overlay {
  position: fixed;
  inset: 0;
  background: rgba(46, 20, 47, 0);
  z-index: 99;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  pointer-events: none;
  transition: background .4s ease;
}
.ment-overlay.ment-open {
  /*background: rgba(46, 20, 47, .55);*/
  pointer-events: all;
}

.ment-wrap {
  background: var(--ment-bg);
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 97%;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  font-family: var(--ment-font-body);
  transform: translateX(-100%);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.ment-overlay.ment-open .ment-wrap {
  transform: translateX(0);
  pointer-events: all;
}

.ment-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 30px;
  color: #666;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
  font-weight: 300;
}
.ment-close:hover { color: #333; }

.ment-top {
  display: grid;
  grid-template-columns: 400px 1fr;
  min-height: calc(100vh - 220px);
}

.ment-left {
  padding: 40px 28px 36px 36px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ment-border);
}
.ment-name {
  font-family: var(--ment-font-head);
  font-size: clamp(25px, 7.2vw, 52px);
  line-height: clamp(26px, 7.7vw, 52px);
  font-family: var(--font-head);
  font-weight: 400;


  color: var(--ment-purple);
  letter-spacing: -.5px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ment-role {
  font-size: clamp(18px, 3vw, 30px);
  line-height: clamp(26px, 3.6vw, 36px);
  font-family: var(--font-head);
  font-weight: 400;

  color: var(--ment-ink);
  margin-bottom: 28px;
}
.ment-web {
  font-size: clamp(17px, 2.5vw, 25px);
  line-height: clamp(26px, 3.4vw, 35px);
  font-family: var(--font-head);
  font-weight: 400;

  display: inline-block;
  color: var(--ment-purple);
  text-decoration: none;
  margin-bottom: 22px;
}
.ment-web:hover { text-decoration: underline; }
.ment-socials {
  display: flex;
  gap: 28px;
  align-items: center;
}
.ment-socials a {
  color: var(--ment-ink);
  text-decoration: none;
  transition: color .2s;
  display: flex;
}
.ment-socials a:hover { color: var(--ment-purple); }
.ment-socials img{filter: invert(1);}

.ment-right {
  padding: 32px 36px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ment-tagline {
  font-size: clamp(18px, 3.1vw, 31px);
  line-height: clamp(25px, 3.5vw, 35px);
  font-family: var(--font-secound);
  font-weight: 400;


  font-style: italic;
  color: var(--ment-ink);
}
.ment-divider {
  width: 100%;
  height: 1px;
  background: var(--ment-border);
  margin: 2px 0;
}
.ment-bio {
  font-size: clamp(17px, 2.6vw, 20px);
  line-height: clamp(26px, 3.5vw, 30px);
  font-family: var(--font-secound);
  color: var(--ment-bio);
  margin-bottom: 10px;
}
.ment-bio:last-child { margin-bottom: 0; }

.ment-gallery-wrap {
  background: var(--ment-bg-bottom);
  border-top: 1px solid var(--ment-border);
  padding: 18px 36px 20px;
}
.ment-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.ment-gallery::-webkit-scrollbar { display: none; }
.ment-thumb {
  flex: 0 0 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ment-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ment-thumb i { font-size: 22px; color: #bbb; }

@media (max-width: 640px) {
  .ment-overlay {
    align-items: stretch;
    padding: 0;
  }
  .ment-wrap {
    border-radius: 0;
    max-width: 100%;
    height: 100vh;
  }
  .ment-top {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ment-left {
    padding: 44px 20px 24px 20px;
    border-right: none;
    border-bottom: 1px solid var(--ment-border);
  }
  .ment-name { font-size: 26px; }
  .ment-right { padding: 20px; }
  .ment-gallery-wrap { padding: 14px 20px 18px; }
  .ment-thumb { flex: 0 0 110px; height: 82px; }
}
/*MENTORS POPUP END*/

/*ABOUT US*/
.innerPages{padding-top: 464px !important;}
.about-page {
  background: #fff;
}

.about-artara {
  padding: 150px 0 55px;
  text-align: center;
}

.about-logo {
  width: min(520px, 90vw);
  margin: 0 auto 10px;
  display: block;
}

.by-artara {
  font-family: var(--font-head);
  letter-spacing: 5px!important;
  font-size: 18px!important;
  margin-bottom: 32px!important;
}

.about-artara h1.artHd {
  font-size: clamp(20px, 7vw, 66px);
  line-height: clamp(26px, 8.2vw, 82px);
  font-family: var(--font-secound);
  font-weight: 500;


  letter-spacing: -1.4px;
  margin-bottom: 36px;
}

.about-artara h1.artHd em {
  font-style: italic;
  font-weight: 800;
}
.about-artara p.by-artara {
  font-size: clamp(17px, 2.6vw, 32px)!important;
  line-height: clamp(26px, 3.5vw, 35px);
  max-width: 900px;
  margin: 0 auto 24px;
      font-family: var(--font-head);
}

.about-artara p {
  font-size: clamp(17px, 2.6vw, 26px)!important;
  line-height: clamp(26px, 3.5vw, 35px);
  max-width: 900px;
  margin: 0 auto 24px;
font-family: var(--font-secound);
}

.teamCover{
  background: url(../assets/hero-fort-new.jpg) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.about-team {
  padding: 30px 0 0;
}

.about-team h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 48px;
  letter-spacing: 0.8px;
}

.team-row {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 45px;
  align-items: top;
  max-width: 1104px;
  margin: 0 auto 46px;
}

.team-row.reverse {
  /*grid-template-columns: 1fr 380px;*/
}

.team-row.reverse .team-photo {
  order: 2;
}

.team-row.reverse .team-copy {
  order: 1;
}

.team-photo img,
.team-photo.placeholder {
  width: 100%;
  /*height: 250px;*/
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.team-photo.placeholder {
  background: #303030;
}

.team-copy h3 {
  font-size: 28px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8cbd8;
}

.team-copy p {
  font-size: clamp(17px, 2.6vw, 26px);
    line-height: clamp(26px, 3.5vw, 35px);
  margin-bottom: 20px;
  font-family: var(--font-secound);
}

.team-social {
  display: flex;
  gap: 16px;
  font-family: var(--font-head);
  margin-bottom: 34px;
}
.team-social img{filter: brightness(0); width: 17px; transition: 0.4s ease;}
.team-social a {
  font-size: 20px;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.watercolor-panel {
  max-width: none;
  padding: 48px 100px 90px;
  margin-bottom: 0;
  /*background: url("../assets/about-watercolor-bg.jpg") center bottom / cover no-repeat;*/
}

.back-home-wrap {
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.back-home-wrap .btn {
  min-height: 48px;
  font-size: 18px;
  padding: 0 42px;
  box-shadow: 0 8px 20px rgba(255,151,24,.45);
}

@media (max-width: 1351px) {
.innerPages{padding-top: 300px !important;}
.site-footer nav {  gap: 16px;}
}
@media (max-width: 1272px) {
.site-footer nav {  gap: 10px;}
.site-footer nav a { font-size: clamp(13px, 1.6vw, 15px);}
}
@media (max-width: 900px) {
  .about-artara {
    padding-top: 120px;
  }

  .about-artara h1 {
    font-size: 30px;
  }

  .team-row,
  .team-row.reverse {
    grid-template-columns: 1fr;
  }

  .team-row.reverse .team-photo,
  .team-row.reverse .team-copy {
    order: initial;
  }

  .watercolor-panel {
    padding: 45px 24px 80px;
  }
}

@media (max-width: 768px) {
.innerPages{padding-top: 282px !important;}
h1{font-size: 40px;}
.md-left .btn{width: 300px;}
.hero-md-right{ max-height: 500px !important;}
}

@media (max-width: 640px) {
  .about-artara {
    padding-top: 90px;
  }

  .about-artara h1 {
    font-size: 24px;
  }

  .about-team h2 {
    font-size: 28px;
  }

  .team-copy h3 {
    font-size: 23px;
  }
}

@media (max-width: 550px) {
h1{font-size: 32px;}
}

@media (max-width: 480px) {
.innerPages{padding-top: 195px !important;}  
h1{font-size: 27px;}
}
/*ABOUT US END*/

/*CONTENT PAGE*/
.contentPage{ text-align: left;}
.contentPage h3{ margin-bottom: 5px; font-family: var(--font-head); font-size: clamp(17px, 4vw, 25px); line-height: clamp(26px, 3.5vw, 26px); font-weight: 400;     letter-spacing: .6px;}
.contentPage ul{ margin-bottom: 20px;}


.form-group.terms-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group.terms-group input[type="checkbox"] {
     width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.form-group.terms-group label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
/*CONTENT PAGE END*/

/*CONTACT US PAGE*/
:root {
  --md-orange:       #f5870a;
  --md-orange-hover: #d9720a;
  --md-text-dark:    #1e1a17;
  --md-text-body:    #3d3530;
  --md-text-muted:   #8a7e78;
}

/* ── OUTER WRAP ── */
.md-wrap {
  width: 100%;
  padding: 0 0 68px 0;
}

/* ── MAIN CARD ── */
.md-card {
  width: 100%;
  display: grid;
  grid-template-columns: 450px 1fr;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(80, 30, 10, 0.13);
}

/* ══════════════════════════════
   LEFT PANEL
══════════════════════════════ */
.md-left {
  position: relative;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 80% at 10% 10%, #fffbe8 0%, transparent 70%),
    radial-gradient(ellipse 70% 60% at 80% 90%, #ffc0d580 0%, transparent 65%),
    radial-gradient(ellipse 60% 55% at 20% 85%, #ffd6a060 0%, transparent 60%),
    radial-gradient(ellipse 80% 70% at 50% 50%, #fff4dc 0%, #ffe0b0 100%);
}
.md-left p{  margin-bottom: 8px;}
.md-left .btn{height: 60px; font-size: 17px; box-shadow: none;}
.md-left .btn:hover{ box-shadow: none;}
.md-btn-primary svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
}

.md-right .md-contact-icon svg{ width: 17px; height: 17px;}


/* pink blob inside left */
.md-left-blob {
  position: absolute;
  bottom: -60px;
  left: -70px;
  width: 320px;
  height: 260px;
  background: radial-gradient(ellipse at 40% 60%, #f9a8c4bb, #ffc0d5aa 55%, transparent 80%);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  filter: blur(24px);
  z-index: 0;
  animation: md-blobLeft 9s ease-in-out infinite;
}

@keyframes md-blobLeft {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%       { transform: translate(20px, -14px) scale(1.05); }
}

.md-left > *:not(.md-left-blob) {
  position: relative;
  z-index: 1;
}

.md-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--md-orange);
  display: block;
  margin-bottom: 12px;
}

.md-hero-title {
  font-family: var(--font-head);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--md-text-dark);
   letter-spacing: .6px;
  margin-bottom: 16px;
}

.md-hero-title em {
  font-style: normal;
  position: relative;
  display: inline-block;
}

.md-hero-title em::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--md-orange), #f9a8c4);
  border-radius: 3px;
  transform-origin: left;
  animation: md-lineGrow 0.9s 0.5s ease both;
}

@keyframes md-lineGrow {
  from { transform: scaleX(0); opacity: 0; }
  to   { transform: scaleX(1); opacity: 1; }
}

.md-hero-desc {
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--font-secound);
  margin-bottom: 28px!important;
}
.md-cta-card-label{ font-weight: bold;}

/* ── Buttons ── */
.md-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--md-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 6px 20px rgba(245, 135, 10, 0.36);
  margin-bottom: 20px;
  width: fit-content;
}

.md-btn-primary:hover {
  background: var(--md-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(245, 135, 10, 0.46);
}



.md-btn-outline {
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--md-orange);
  text-decoration: none;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 50px;
  border: 2px solid var(--md-orange);
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  width: fit-content;
}

.md-btn-outline:hover {
  background: var(--md-orange);
  color: #fff;
  transform: translateY(-2px);
}

.md-btn-outline svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ══════════════════════════════
   RIGHT PANEL
══════════════════════════════ */
.md-right {
  position: relative;
  overflow: hidden;
  background: rgba(255, 252, 246, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-left: 1.5px solid rgba(240, 210, 180, 0.55);
}

/* ── Section Cards ── */

.contentPage p{
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: clamp(22px, 2.5vw, 28px);
  font-family: var(--font-secound);
}
.contentPage li{
  font-size: clamp(16px, 2.1vw, 20px);
    line-height: clamp(22px, 2.5vw, 28px);
    font-family: var(--font-secound);
}
.contentPage .md-contact-list a {

      font-size: clamp(12px, 2.1vw, 20px);
    line-height: clamp(20px, 2.5vw, 27px);
    font-family: var(--font-secound);


    color: var(--md-text-dark);
    text-decoration: none;
    padding-bottom: 1px;
    transition: color 0.2s;
}

.md-section {
  position: relative;
  background: rgba(255, 250, 242, 0.75);
  border: 1.5px solid rgba(240, 210, 180, 0.5);
  border-radius: 18px;
  padding: 22px 24px 22px 28px;
  overflow: hidden;
}

.md-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--md-orange), #f9a8c4);
  border-radius: 18px 0 0 18px;
}

.md-section-title {
  font-family: var(--font-head);
  font-size: clamp(17px, 4vw, 40px);
  line-height: clamp(26px, 3.5vw, 36px);
  font-weight: 400;
   letter-spacing: .6px;
  margin-bottom: 12px;
}

.md-section-body {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: lamp(16px, 1.5vw, 42px);
  color: var(--font-secound);
  margin-bottom: 10px;
}

.md-section-body:last-of-type {
  margin-bottom: 12px;
}

/* ── Contact Rows ── */
.md-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.md-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.md-contact-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #ffecd2, #ffc0d5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(245, 135, 10, 0.16);
}

.md-contact-icon svg {
  width: 15px;
  height: 15px;
  fill: var(--md-orange);
}

.md-contact-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.md-contact-label {
  font-family: var(--font-head);
      font-size: clamp(12px, 1.8vw, 17px);
    line-height: clamp(18px, 2.1vw, 24px);
  font-weight: 400;
  color: var(--md-text-muted);
  letter-spacing: 0.3px;
  min-width: 66px;
}

.md-contact-value {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--md-text-dark);
}



.md-contact-value a:hover {
  color: var(--md-orange);
}



/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1016px) {
.md-card{ grid-template-columns: 1fr;}
}

@media (max-width: 800px) {
.md-left .btn{font-size: 13px; height: 45px;}
.md-btn-primary svg{ width: 16px; height: 16px;}
.md-btn-outline svg{ width: 16px; height: 16px;}
}
@media (max-width: 860px) {
  .md-card {
    grid-template-columns: 1fr;
  }
  .md-left {
    padding: 40px 28px;
  }
  .md-right {
    padding: 28px 20px;
    border-left: none;
    border-top: 1.5px solid rgba(240, 210, 180, 0.55);
  }
}

@media (max-width: 375px) {
.contentPage .md-left .btn{ width: 275px; font-size: 11px;}
}
@media (max-width: 359px) {
.md-contact-icon{width: 29px; height: 29px;}
}

/*CONTACT US PAGE END*/

/*APPLY TO JOIN*/
.text-center{ text-align: center;}
.apply-form {
  padding: 90px 0;
}

.form-head {
  text-align: center;
  margin-bottom: 45px;
}

.form-head h1 {
  margin-bottom: 15px;
}

.form-head p {
  max-width: 620px;
  margin: 0 auto;
}

.join-form {
  max-width: 760px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.form-group label span {
  font-weight: 400;
  opacity: 0.75;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  padding: 15px 18px;
  font: inherit;
  color: inherit;
  outline: none;
  border-radius: 8px;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #000;
}

.form-submit {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 42px;
}

.form-submit .btn {
  border: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .apply-form {
    padding: 60px 0;
  }

  .form-head {
    margin-bottom: 32px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 14px 15px;
  }
}
/*APPLY TO JOIN END*/

/*RESPONSIVE CSS*/
@media (max-width: 1601px) {
.meta-pill{max-width: 436px;}
}
@media (max-width: 1541px) {
.meta-pill{max-width: 414px;}
}
@media (max-width: 1524px) {
  .mentor-img { height: 405px;}
}
@media (max-width: 1478px) {
  .meta-pill{max-width: 388px;}
  .mentor-img { height: 380px;}
}
@media (max-width: 1391px) {
  .meta-pill{max-width: 366px;}
  .mentor-img { height: 360px;}
  .md-cta{line-height: clamp(22px, 6.3vw, 100px);}

  .week h2{ font-size: clamp(22px, 10vw, 85px); line-height: clamp(22px, 14vw, 95px);}
  h2{ font-size: clamp(22px, 14vw, 85px); line-height: clamp(22px, 14vw, 95px);}
  
}
@media (max-width: 1351px) {
  .mentor-img { height: 340px;}
  .md-heading { font-size: clamp(38px, 5.5vw, 52px);  line-height: clamp(38px, 5.5vw, 101px);}
  h2{font-size: 56px;}

  .site-header{ height: 280px;}
  .site-header .logo-brand{ max-width: 476px;}

  .md-hero{margin-top: 322px;}
}

@media (max-width: 1296px) {
  .meta-pill{max-width: 352px;}
  h2 { font-size: 46px; line-height: 65px;}
  .container { width: min(1510px, calc(100% - 108px));}
  .vertical-label{left: 45px;}
  .final-cta p { font-size: 24px;}

}
@media (max-width: 1296px) {
.meta-pill{max-width: 322px;}
}

@media (max-width: 1192px){
  .ftNav {
        display: block;
    }
    .site-footer nav {
        margin: 0 auto;
    }
    .site-footer {
      grid-template-columns: 1fr;
      text-align: center;
    }
}

@media (max-width: 1170px) {
  .mentor-img { height: 308px; }
  .md-cta{line-height: clamp(22px, 7vw, 100px);}

  .sketch-cards span{right: 90px; height: 324px;}
  .sketch-cards span+span { right: -97px;}
  .site-footer nav{gap: 15px;}
  .site-footer nav a {
    font-size: clamp(13px, 1.6vw, 12px);
    line-height: clamp(20px, 4vw, 18px);
  }
  
}

@media (max-width: 1101px) {

.meta-pill{max-width: 290px;}


.mentor-info h3{ font-size: 19px;}
.mentor-info a{ font-size: 15px;}
.mentor-info a.arrowLink img { width: 34px;}
.final-cta p {font-size: 20px;}

.week-head p{ max-width: 100%;}
}

@media (max-width: 1085px) {
  .site-footer nav{gap: 16px;}
  .footer-brand, .site-footer nav{}

.mentor-img { height: 260px; }

.mentor-grid{ gap: 14px;}
 

}

@media (max-width: 1010px) {

.header-cta .btn {
  font-size: 12px!important;
  min-height: 31px;
  padding: 8px 12px 4px 12px;
  line-height: 32px;
  width: 131px;
  height: 33px;
}
.meta-pill{max-width: 265px;}
.ftNav {display: block;}
.site-footer nav{    margin: 0 auto;}
.confirm{ display: block; text-align: center;}
}

@media (max-width: 911px) {
.mentor-img { height: 220px; }
}


@media (max-width: 801px) {
  .mentor-grid,
  .benefits-grid {
    display: block;
    grid-template-columns: 1fr
  }
  .mentor-grid article,
  .benefits-grid article{ margin-bottom: 20px;}
  .sketch-cards span{height: 333px;}

  .header-cta small{font: 700 10px var(--font-head);}
  .mentor-card{ max-width: 400px; margin: 0 auto;}
  .mentor-info p{font-size: clamp(17px, 2.2vw, 21px); line-height: clamp(18px, 3vw, 36px);}
  .mentor-img { height: 246px;}
  .mentor-img img{opacity: 1;}
  .sketch-cards span{right: 203px;}
  .sketch-cards span+span{right: -30px;}

  .site-footer{ display: block; grid-template-columns: inherit;     min-height: auto;}
  .social{ transform: none; position: initial; justify-content: center; margin-top: 20px;}
  .footer-brand{ width:auto; margin: auto; transform-origin: inherit; padding: 0;}
}
@media (max-width: 769px) {

    .site-header.no-logo-header {
        height: 95px;
    }.innerPages.no-logo {
        padding-top: 102px !important;
    }

  .final-cta .btn.whatsapp:before{ width: 40px; height: 43px;}
  .meta-pill{width: 35%; max-width: 285px; }
  .md-hero{display: flex; flex-direction: column-reverse;}
  .hero-md-right {height: auto; max-height: 500px; }
  .md-hero{ background-size: cover; background-position: center;}
  .locDate{ top: -13px;}

  .intro{padding: 60px 0 21px;}
  .mentors::before{height: 69.2%;}
  .mentors h2{ padding-top: 40px; line-height: 32px;}
  .mentor-grid{ padding-bottom: 40px;}

  .benefits-grid{    width: 100%;}

  .why{    padding: 50px 0 50px;}
  .benefits-grid .span-all{ padding-bottom: 0;}
  .week .btn{     margin-top: 40px;}

  .testimonial{ padding: 50px 0 60px;}
  .fee{ padding: 50px 0 0;}

  .price{ min-height: 150px;}
  .faq{padding: 50px 0 50px;}
  .faq h2{margin-bottom: 21px;}

  .week-head{padding: 0 32px;}

  .sketch-cards span{ width: 240px; height: 312px;}
  .sketch-cards span { right: 178px;}

  .fee-box{ width: calc(100%); margin-left: auto; margin-right: auto;}
  .confirm{ margin: 35px 0 0 0;}

  .site-footer nav{ margin-bottom: 17px;}
  .site-footer nav a{font-size: 14px;}

   /* Show dots on mobile */
    .testimonial-slider .owl-dots {
        display: block;
        margin-top: 20px;
    }

    .testimonial-slider blockquote p {
        font-size: 18px;
        line-height: 1.7;
    }
    

    .testimonial-slider cite {
        font-size: 18px;
    }

    .md-cta {
      width: 232px;
      height: 54px;
      line-height: 55px;
      }

      .btn{
        font-size: 20px;
          width: 235px;
          height: 54px;
          line-height: 55px;

      }

      .venue .devIllaBtn{
        font-size: 20px;
          width: 282px!important;
          height: 54px;
          line-height: 55px;
      }

      .final-cta .btn{
        font-size: 20px;
          width: 282px!important;
          height: 54px;
          line-height: 55px;
      }

      .week .btn{
          font-size: 20px;
          width: 290px;
          height: 54px;
          line-height: 55px;
          font-size: 19px;
          padding: 0 12px;
      }


      .mentor-card{ /*max-width: 100%;*/}
.mentor-img { height: 310px;}
.mentors h2{font-size: 50px; line-height: clamp(22px, 10vw, 95px);}


.benefits-grid article{ margin-bottom: 40px; grid-template-columns: none; padding: 40px 25px 40px 25px; min-height: auto;}
.benefits-grid span{grid-row: inherit; font: 800 30px var(--font-head); margin-bottom: 10px;}
.benefits-grid h3{ margin: 0 0 7px;}
.benefits-grid{grid-template-columns: none;}

.benefits-grid, .benefits-grid.owl-carousel{ width: 96%; max-width: 96%;}
.benefits-grid span{
  font-size: clamp(22px, 7vw, 100px);
  line-height: clamp(22px, 14vw, 95px);
  border: 1px solid #ff9718;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 58px;
}
.benefits-grid {
    display: block;
}

.benefits-grid article {
   max-width: 74%;
   margin-left: auto;
   margin-right: auto;
    text-align: center;
    padding: 0 0 0 0!important;
}
h2{    line-height: clamp(22px, 10vw, 95px);}
.final-cta .btn{padding: 0 45px;}

}

@media (max-width: 621px) {
  .teamCover{    background-size: 100% 400px;}
  .back-home-wrap{margin-top: -25px;}
  .testimonial blockquote{max-width: 74%;}
  
 .meta-pill{width: 46%; max-width: 285px; }

 .img-modal img { max-width: 80%;}

.desktopHide{ display: none !important;}
.mobileHide{ display: block !important;}
}

@media (max-width: 481px) {

.desktopLogo{ display: none;}
.mobileLogo{ display: block !important;}

.img-close{width: 26px; height: 26px; font-size: 27px; line-height: 27px;}  
.img-nav{ width: 26px; height: 25px; font-size: 15px; padding-bottom: 3px;}
.img-modal img{ margin: 0 4px;}



.hero-md-right { max-height: 350px !important; }
.md-cta{border-radius: 11px; line-height: 59px;}
.md-hero { margin-top: 246px; border-radius: 0 !important;}
.intro {  padding: 35px 0 21px; }


h2 { font-size: 50px; line-height: 57px; letter-spacing:1.1px;}
.mentors h2 {
    font-size: 50px;
    line-height: clamp(22px, 14vw, 95px);
}
.md-heading{
          font-size: 50px;
        line-height: 57px;
        letter-spacing: 1.1px;
}
.btn {  min-height: 30px; width: 230px; border-radius: 11px; line-height: 59px; }



.section-lead{ margin: 0 auto 52px;}


.includes li{ text-align: left;}


.fee{ text-align: center;}
.vertical-label{ 
  
/*  transform: none !important; display: inline-block !important; writing-mode: unset !important; position: unset !important; border-bottom: 1px solid var(--purple);
        padding: 0; margin-bottom: 12px;*/



    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;

    display: block !important;
    width: max-content;
    max-width: 100%;

    margin: 0 auto 18px !important;
    padding-bottom: 3px;

    writing-mode: horizontal-tb !important;
    text-align: center;

    color: #fff;
    border-bottom: 1px solid var(--purple);
    padding-left: 10px;
    padding-right: 10px;
}
.mentors .vertical-label{ color: var(--orange); border-color: #fff; padding-top: 20px;}

.week .vertical-label{ border-color: #fff; color: var(--orange);  margin-bottom:30px !important;}

.vertical-label:before{ display: none;}


.confirmPart strong{margin-bottom: 10px;}
.confirmPart{ text-align: left;}
.confirm .btn.whatsapp{ float: left; margin-bottom: 35px;}
.confirm h3 { margin-bottom: 4px;}

.day{     min-height: 46px;
 display: grid;
  grid-template-columns: 95px 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  overflow: visible;
  margin-bottom: 24px;
  cursor: pointer;
}
.day h3{ font-size: 25px; line-height: 40px;  line-height: 1; letter-spacing: .5px; text-align: left;}
.day b{  font-size: 24px; line-height: 29px; padding-top: 10px; padding-bottom: 10px; 
 width: 95px;
  height: 100%;
  background: #ff9414;
  color: #fff;

  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  font-size: 28px;
  font-weight: 700;
}
.day b span{display: block; width: 100%; margin-top:8px;}
.day > b span{
  display: block;
}
.day > div{
  padding: 0;
}
.day p{  

  display: none;
  margin: 0;
  font-size: 25px;
  line-height: 1.35;
}
.day.active p{ font-size: 18px; line-height: 25px; display:block; margin-top:5px; text-align: left;}
.day.active b{ height: 88px; border-radius: 14px; margin-top: 14px; margin-left: 14px; margin-bottom: 14px; }


.day div{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 20px 15px 10px;
  height: 100%;
}



.venueDesktop{ display: none;}
.venueMobile{ display: block; background: #EEEEEE; min-height:auto}
.venue{min-height: auto;}
.venue.venueMobile{ padding-bottom: 40px; padding-left: 15px; padding-right: 15px;}
.venue.venueMobile:after{background:none;}

.why h2{    margin-bottom: 32px;}
.final-cta p { font-size: 24px; line-height: 30px;}


.limited{ clear: both;}

.faq h2{ font-size: 50px;}
summary{color:#9A9A9A;}
summary:after{color:#9A9A9A;}

.mentors .vertical-label{}
.mentors::before{ border-radius: 0;}
.mentor-info span{ display: inline-block;}

.mentors, .week, .why{ text-align: center;}
.mentor-grid {
  display: block;
}

.mentor-card {
  width: 100%;
}

.mentors{ padding: 70px 0 0 0;}
.mentor-info{ text-align: left; min-height: 196px;}
.mentor-info h3{ font-size: 34px; margin-bottom: 10px;}

.week .btn{ box-shadow: none;}
.price{ padding-top: 28px; padding-bottom: 24px;}
.includes h3{ text-align: left;}
.price span{ font-size: 34px; line-height: 40px;}
.price strong{ font-size: 50px; line-height: 36px;}
.price small{ font-size: 30px; line-height: 36px;}

.week h2{
  font-size: 50px;
  line-height: 57px;
  margin-top: 15px;
}

.contentPage p{ font-size: 18px; line-height: 30px;}

.social span{
  width: 32px;
    height: 32px;
    line-height: 38px;
}
.footer-brand.logo-brand img {
        width: 310px;
    }
.site-footer nav {
      gap: 13px 30px;
      padding: 20px 0;
      border-top: 1px solid #75277666;
      border-bottom: 1px solid #75277666;
}
.header-cta small{    font: 700 10px var(--font-head);}
.primary-nav{width: 95%; left: 10px; right: 10px; padding: 70px 26px 28px 26px;}
.primary-nav a{ font-size: 20px; margin-bottom: 6px;}

.container{width: min(1510px, calc(100% - 28px));}

.btn{ font-size: 19px; min-height: 50px; padding: 0 30px;}
.whatsapp:before{width: 40px; height: 43px;}

.md-section{    padding: 22px 16px 22px 17px;}
.md-right{ padding: 28px 10px;}


.benefits-grid article{padding: 22px 15px 22px 15px; margin-bottom: 2px;}

.ftNav {
    margin-top: 18px;
            order: 3;
}

.venue{padding-top: 40px;}
.venue p{line-height: 21px;}
.week-head{ padding: 0 12px;}
.sketch-cards{height: 260px;}
.sketch-cards span {
    width: 180px;
    height: 234px;
    right: 142px;
}
.sketch-cards span+span{ right: 4px;}


.header-cta .btn{
  font-size: 16px;
  min-height: 28px;
  padding: 6px 20px 4px 20px;
  line-height: 29px;
}

.mentor-img { height: 325px; }

.site-header .logo-brand { max-width: 272px; }
.site-header{height: 192px;}
.site-header .logo-brand { max-width: 86%; }
.site-header .logo-brand img{margin-top: 78px;}


.accordion details{padding: 12px 0;}
.accordion summary{line-height: 28px;}

.event-meta.locDate{gap: 0;}
.event-meta{gap: 4px;}
.meta-pill{ padding: 0 6px!important; width: 90%; max-width: 99%; font-size: 20px !important;}
.locDate{ top: -36px;}
.locDate img{ min-width: 22px; height: 21px; margin-right: 5px;}

.hero-md-right{ max-height: auto;}
.site-footer{padding: 40px 24px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.social{opacity: 2;}
.testimonial-slider .item{ font-size: 18px; padding: 0 0;}





.event-meta.locDate{
  display: block;
  margin: 0 auto;
}
.event-meta.locDate .meta-pill{
  border-radius: 6px;
  margin: 0 auto;
}


}
@media (max-width: 381px) {
.meta-pill{ font-size: 17px !important;}
.locDate .meta-dark { letter-spacing: 0.7px;}
.day h3 { font-size: 30px;}
.week h2 {
  font-size: clamp(22px, 10vw, 85px);
  line-height: clamp(22px, 11vw, 95px);
}
.week-head{  padding: 30px 12px 0 12px;}

}
@media (max-width: 359px) {
.mentor-img { height: 265px;}
.meta-pill{ padding: 0 4px!important; font-size: 14px !important;}

.sketch-cards span { height: 207px; right: 104px;}
.sketch-cards span+span {
    right: -22px;
}

}
/*RESPONSIVE CSS END*/