@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  /* border: solid 1px black; */
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  color: #fff;
  overflow-x: hidden;
}

body.home {
  background-color: #000000;
}

#frame-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  z-index: 10;
  color: #fff;
  font-family: inherit;
  transition: opacity 0.4s ease;
}

#frame-loader p {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.loader-bar {
  width: 200px;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.loader-fill {
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 2px;
  transition: width 0.15s ease;
}

/* ── Canvas fills the section like the video did ── */
#videoSection {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#frameCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

main {
  position: relative;
}

.main-logo {
  max-height: 95px;
}

main.quizz {
  position: relative;
  background-image: url(../images/bg-main.webp);
  background-position: center;
  background-size: contain;
}

/* #fluid-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none; /* lets clicks pass through to buttons/links */
/* mix-blend-mode: screen;  */
/* } */

#fluid-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  pointer-events: none !important;
  /* mix-blend-mode: hard-light !important; */
}

#format,
#schedule,
#prizes,
#rules,
#faq {
  scroll-margin-top: 180px;
}


button,
input,
textarea {
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
}

ul {
  list-style-type: none;
}

ul.rules-list.gap-20 li {
  margin-bottom: 20px;
}

ul.rules-list.gap-20 li:last-child {
  margin-bottom: 0px;
}

li.active a {
  color: #d67700;
}

a {
  /* color: inherit; */
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}


.top-align{
  object-position: top;
}

p.intro-para {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000000
}

p.intro-para:last-child {
  margin-bottom: 0px;
}

.container {
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}

section {
  margin: 70px 0;
}

.intro,
.hero-section {
  margin: 0;
}

.heading {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 60px;
  color: #000000;
}

.subheading {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.subheading-small {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.mrg-bt-60 {
  margin-bottom: 60px;
  margin-top: 60px
}

.mrg-bt-0 {
  margin-bottom: 0px;
}

.mrg-tp-32 {
  margin-top: 32px;
}

.mrg-bt-28 {
  margin-bottom: 28px;
}

.hero-title.no-marg {
  margin: 0;
}

.sub-list {
  margin-bottom: 28px;
  margin-top: 28px;
}


.subs-black {
  color: #000;
  margin-bottom: 32px;
}

.content-inner>ul>li>ul {
  margin: 12px 0px;
  padding-left: 20px;
}

.content-inner>ul>li>ul>li {
  margin-bottom: 4px;
}

.t-c .content-inner p {
  font-weight: 400 !important;
}

.content-inner ul li a,
.content-inner p a {
  color: #2a84ff;
  text-decoration: none;
}

.image-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.taj-content {
  color: #2F2F2F;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0%;

}

.bottom-subtext {
  margin-top: 28px
}

.t-c .heading {
  margin-bottom: 32px;
}


.multi-cont-wrap {
  margin-bottom: 32px
}

.multi-cont-wrap:last-child {
  margin-bottom: 0px
}

.section-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.section-tagline {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  color: #333;
}

.section-body,
.content-body,
.hero-description,
.card-description,
.faq-content p,
.content-inner p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

.btn {
  height: 62px;
  border-radius: 31px;
  font-size: 20px;
  min-width: 346px;
  padding: 0 40px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.prize-card.auto-width {
  width: auto;
}

.small-text-side {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  max-width: 145px;
  text-wrap: pretty;
}

.less-gap {
  margin-bottom: 20px;
}

.button-primary {
  background: #e58600;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
  max-width: 280px;
}

.button-primary:hover {
  background: #d67700;
}

.button-primary-outline {
  background: transparent;
  border: solid 2px #e58600;
  color: #fff;
  cursor: pointer;
}

.button-primary-outline:hover {
  background: rgba(229, 134, 0, 0.1);
}

.button-seconday {
  height: 52px;
  background: #EE7A02;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  min-width: auto;
  padding: 0 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

}


.intro .btn {
  display: none;
}



.btn-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: none;
}

.cta-btn.register-btn {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  padding: 14px 50px;
  background: #E58600;
  border-radius: 9999px;
  cursor: pointer;
  display: none;
}

.cta-btn-secondary {
  font-size: 16px;
  gap: 10px;
  border-radius: 100px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-width: 1.5px;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  color: #FFFF;
  cursor: pointer;
}

.radio-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.custom-radio {
  display: block;
  width: calc(50% - 0.8rem);
}

.custom-radio input[type='radio'] {
  display: none;
}

.custom-radio label {
  display: block;
  width: 100%;
  padding: 2.4rem;
  border-radius: 1.2rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: all 0.3s ease;
}

.custom-radio label:hover {
  background: rgba(255, 255, 255, 0.1);
}

.custom-radio.correct label {
  background: rgba(32, 135, 3, 0.4);
  border-color: rgba(32, 135, 3, 0.8);
}

.custom-radio.wrong label {
  background: rgba(255, 0, 0, 0.4);
  border-color: rgba(255, 0, 0, 0.8);
}

/* ── Question blocks: GSAP controls opacity & y, CSS must not fight it ── */
.question-block {
  opacity: 0;
  transform: translateY(2rem);

}

/* .question-block.visible rule removed — JS uses GSAP, not class toggling */

.option-content {
  display: block;
}

.option-score {
  display: none;
}

.question-block.answered .option-content {
  display: none;
}

.question-block.answered .option-score {
  display: block;
}

.option-score .points {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.option-score .points span,
.total-score span {
  font-size: 2rem;
  font-weight: 400;
}

.option-score .answer-msg {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

#last-heading-text {
  position: fixed;
  left: 50% !important;
  bottom: -200px;
  /* start fully off screen */
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: white;
  opacity: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#last-heading-text h3 {
  font-size: 100px;
  margin-bottom: 2rem;
  line-height: 1;
}

#videoSection {
  position: relative;
}

.white {
  color: #fff !important;
}


.detail-badge {
  display: inline-block;
  background: #FFFFFF;
  opacity: 0.9;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #000000;
}

.black {
  color: #000000;
}


.page-flowers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;

}

.page-flower {
  position: absolute;
  width: 300px !important;
  opacity: .6;
}


.quiz-subnav {
  position: sticky;
  top: 100px;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  padding: 16px 24px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
  scrollbar-width: none;
  box-shadow: 0px 4px 12px 0px #6565652E;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.quiz-subnav.at-top {
  top: 0;
}

.quiz-subnav::-webkit-scrollbar {
  display: none;
}

.quiz-subnav a {
  position: relative;
  text-decoration: none;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  padding: 8px 28px;
  border-radius: 999px;
  transition: all .3s ease;
}

.quiz-subnav a.active {
  background: #2666AD;
  color: #fff;
  font-weight: 500;
}

.quiz-subnav a:hover {
  background: #2666AD;
  color: #fff;
}



@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .main-logo {
    max-height: 70px;
  }

  .btn {
    min-width: 280px;
    font-size: 20px;
  }

  .custom-radio {
    width: 100%;
  }

  .option-score .points {
    font-size: 4rem;
  }

  #last-heading-text h3 {
    font-size: 9rem;
  }

  .quiz-subnav {
    top: 100px;
  }
}

@media (max-width: 768px) {

  section {
    margin: 50px 0;
  }

  .container {
    padding: 0 24px;
  }

  .heading {
    font-size: 3rem;
  }

  .prize-card.auto-width {
    width: calc(50% - 8px);
  }


  .btn {
    min-width: 220px;
    font-size: 16px;
  }

  .radio-options {
    gap: 1rem;
  }

  .custom-radio {
    width: 100%;
  }

  #last-heading-text h3 {
    font-size: 6rem;
  }

  p.intro-para {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .quiz-subnav {
    top: 70px;
  }


  .quiz-subnav a {
    font-size: 14px;
    padding: 8px 16px;
  }

  .tata-icon {
    display: none;
  }

  .mrg-tp-32 {
    margin-top: 24px;
  }

  .mrg-bt-28 {
    margin-bottom: 20px;
  }

  .small-text-side {
    font-size: 12px;
  }

  .sub-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subs-black {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .content-inner>ul>li>ul {
    margin: 10px 0 10px;
    padding-left: 18px;
  }

  .content-inner>ul>li>ul>li {
    margin-bottom: 5px;
  }

  .taj-content {
    font-size: 20px;
  }

  .bottom-subtext {
    margin-top: 20px;
  }

  .t-c .heading {
    margin-bottom: 24px;
  }

  .multi-cont-wrap {
    margin-bottom: 24px;
  }

  .button-primary {
    height: 55px
  }

}

@media (max-width: 480px) {
  .container {
    padding: 0 24px;
  }


  .heading {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .subheading {
    font-weight: 500;
    font-size: 16px;
  }

  .subheading-small {
    font-weight: 400;
    font-size: 12px;
  }

  .mrg-bt-60 {
    margin-bottom: 24px;
    margin-top: 24px;
  }




  .btn {
    min-width: auto;
    width: 100%;
  }

  .option-score .points {
    font-size: 3rem;
  }

  #last-heading-text h3 {
    font-size: 4rem;
  }

  .detail-badge {
    padding: 8px;
    font-size: 10px;
    margin-bottom: 20px;
  }

  .btn-wrap {
    gap: 12px;
    margin-top: 20px;
  }

  .cta-btn.register-btn {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 32px;
  }

  .cta-btn-secondary {
    font-size: 14px;
    padding: 12px 18px;
  }

  .registration-deadline {
    font-size: 12px !important;
    text-align: left !important;
  }

  .mrg-tp-32 {
    margin-top: 20px;
  }

  .mrg-bt-28 {
    margin-bottom: 16px;
  }

  .sub-list {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .subs-black {
    margin-bottom: 20px;
  }

  .content-inner>ul>li>ul {
    margin: 8px 0;
    padding-left: 16px;
  }

  .content-inner>ul>li>ul>li {
    margin-bottom: 4px;
  }

  .taj-content {
    font-size: 18px;
  }

  .bottom-subtext {
    margin-top: 16px;
  }

  .t-c .heading {
    margin-bottom: 20px;
  }

  .multi-cont-wrap {
    margin-bottom: 20px;
  }

}


/*modal styles */

.contact-modal-overlay {
  width: 90%;
  position: fixed;
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;

  transition: .35s ease;
  z-index: 99999;
}

.contact-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.contact-modal {

  max-width: 640px;

  padding: 42px 36px;

  border-radius: 28px;
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);

  border: 1px solid rgba(255, 255, 255, .25);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, .25),
    inset 0 1px 1px rgba(255, 255, 255, .35);

  position: relative;

  color: #fff;

  animation: popup .35s ease;
}

@keyframes popup {

  from {
    opacity: 0;
    transform: translateY(30px) scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}

.modal-close {

  position: absolute;
  top: 18px;
  right: 22px;

  background: none;
  border: none;

  font-size: 40px;
  line-height: 1;

  cursor: pointer;

  color: #fff;
  transition: .3s;
}

.modal-close:hover {

  transform: rotate(90deg);

}

.contact-modal h2 {

  font-size: 28px;
  font-weight: 700;

  line-height: 1.2;

  margin: 20px 0 40px;

}

.contact-form {

  display: flex;
  flex-direction: column;

}

.contact-form label {

  margin-bottom: 12px;
  font-size: 16px;

}

.contact-form input {

  height: 58px;

  border-radius: 14px;

  border: 1px solid rgba(255, 255, 255, .35);

  background: rgba(255, 255, 255, .08);

  backdrop-filter: blur(8px);

  padding: 0 18px;

  color: #fff;

  font-size: 16px;

  outline: none;
}

.contact-form input::placeholder {

  color: rgba(255, 255, 255, .75);

}

.modal-divider {

  display: flex;
  align-items: center;

  margin: 38px 0;

  color: rgba(255, 255, 255, .8);

}

.modal-divider::before,
.modal-divider::after {

  content: "";

  flex: 1;
  height: 1px;

  background: rgba(255, 255, 255, .3);

}

.modal-divider span {

  padding: 0 18px;
  font-size: 18px;

}

.social-login {

  display: flex;
  gap: 18px;

}

.social-btn {

  flex: 1;

  height: 52px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 16px;

  text-decoration: none;

  background: rgba(255, 255, 255, .12);

  border: 1px solid rgba(255, 255, 255, .28);

  backdrop-filter: blur(10px);

  transition: .3s;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, .15);

}

.social-btn:hover {

  transform: translateY(-5px);

  background: rgba(255, 255, 255, .18);

}

.social-btn svg {

  width: 30px;
  height: 30px;

}

.facebook {

  color: #1877F2;

}

.linkedin {

  color: #0A66C2;

}

@media(max-width:768px) {

  .contact-modal {

    padding: 28px;
    border-radius: 22px;

  }

  .contact-modal h2 {
    font-size: 18px;
    margin: 20px 0 20px;
  }

  .social-login {

    flex-direction: column;

  }

  .social-btn {
    flex: initial;

  }

}



/* footer stripe */

.footer-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  background: #FCF2ED;
}

.footer-strip-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-strip p {
  margin: 0;
  color: #000;
  font-size: 14px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: color .3s ease;
}

.footer-links a:hover {
  color: #1119;
}

@media (max-width: 768px) {
  .footer-strip-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }


  .footer-links a,
  .footer-strip p {
    font-size: 8px;
  }
}


/* t and c page */


.terms-section {
  padding: 100px 0 0px;
}

body.ppc {
  background-color: #F4D3C2;
}

.terms-card {
  background: #FFFFFF8C;
  border: 1px solid #e5ddd7;
  border-radius: 16px;
  padding: 56px 56px 48px;
}

.terms-card h1 {
  margin: 0 0 42px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.terms-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.terms-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
  color: #242424;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0%;

}

.terms-list p {
  margin-bottom: 24px;
  color: #242424;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}

.wrap-cont {
  margin-bottom: 60px;
}

.terms-list ul {
  margin: 20px 0px 40px;
}

.inline-list-nested {
  margin-top: 24px !important;
}

.terms-list .inline-list {
  /* margin-top: 40px */
}

.terms-list span {
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
}

.terms-list li:last-child {
  margin-bottom: 0;
}

.terms-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../images/tc-list.svg") no-repeat center;
  background-size: contain;
}

.terms-list a {
  color: #2a84ff;
  text-decoration: none;
}

.terms-list a:hover {
  text-decoration: underline;
}

@media (max-width:1024px) {

  .terms-section {
    padding: 0px;
  }

  .terms-card {
    padding: 40px;
  }

  .terms-card h1 {
    font-size: 32px;
  }

  .terms-list li {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

@media (max-width:768px) {

  .terms-section {
    padding: 60px 0;
  }

  .wrap-cont {
    margin-bottom: 32px;
  }

  .terms-card {
    padding: 16px;
    border-radius: 12px;
  }

  .terms-card h1 {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .terms-list li {
    padding-left: 28px;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .terms-list li::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
}