/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family:'Inter-Bold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Inter-Bold.ttf);
}
@font-face {
  font-family:'InterTight-Bold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/InterTight-Bold.ttf);
}
@font-face {
  font-family:'Inter-ExtraBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/TOF-1/Inter-ExtraBold.ttf);
}
@font-face {
  font-family:'InterTight-ExtraBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/InterTight-ExtraBold.ttf);
}
@font-face {
  font-family:'Inter-Medium';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Inter-Medium.ttf);
}

@font-face {
  font-family:'Inter-Regular';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Inter-Regular.ttf);
}
@font-face {
  font-family:'InterTight-Italic';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/InterTight-Italic.ttf);
}
@font-face {
  font-family:'InterTight-Regular';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/InterTight-Regular.ttf);
}
@font-face {
  font-family:'InterTight-SemiBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/InterTight-SemiBold.ttf);
}
@font-face {
  font-family:'InterTight-Medium';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/InterTight-Medium.ttf);
}

@font-face {
  font-family:'Rubik-MediumItalic';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Rubik-MediumItalic.ttf);
}
@font-face {
  font-family:'Rubik-Bold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Rubik-Bold.ttf);
}

@font-face {
  font-family:'Lato-Regular';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Lato-Regular.ttf);
}

@font-face {
  font-family:'Lato-Black';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Lato-Black.ttf);
}
.mobile-version{
  display:none;
}
.bold{
  font-family:'Inter-Bold';
}
.dark{
  color:#000;
}
.blue{
  color:#2B7FFF;
}
section{
  margin-top:50px;
}
.section3,.section1,.mv-sec-1,.mobile-version,.desktop-version,.section12,.mv-sec-2 {
  margin-top:0px;
}
h1{
  font-weight:800;
  font-family:'Inter-ExtraBold';
  font-size:48px;
}
h2{
  font-family:'Inter-Bold';
  font-size:26px;
}
h3{
  font-family:'Inter-Bold';
  font-size:24px;
}
h4{
  font-family:'Inter-ExtraBold';
  font-size:20px;
}
h5{
  font-family:'Inter-Regular';
  font-size:18px;
  color:#0F172BA3;
}
p{
  font-family:'Inter-Regular';
  font-size:22px;
  color:#45556C;
  margin-bottom:0px!important;
}
.section1 {
  /*   background-image: url('https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Mario/sec1cloudbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px; */
  background-color:#5C94FC;
}
.section1 {
  background-color: #5FA3FF;
  position: relative;
  padding: 80px 0 200px;
  overflow: hidden;
}

.section1 .mario-card {
  background-color: #f8fbff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 5% 5%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  z-index: 5;
}

.section1 .mario-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #FB2C36, #FDC700, #2B7FFF);
}
.section1 .hero-subline {
  font-family: 'Inter-Bold';
  color: #0d2137;
  margin-bottom: 5px;
}

.section1 .hero-title {
  font-family: 'Inter-Bold';
  font-weight: 900;
  color: #0d2137;
  margin-bottom: 15px;
}

.section1 .red-dot {
  color: #E7000B;
}

.section1 .hero-description {
  font-family:'Inter-Medium';
  margin-bottom: 25px;
}

.section1 .hero-info {
  list-style: none;
  padding: 0;
  margin-top: 3%;
  display: inline-block;
  text-align: left;
}

.section1 .hero-info li {
  font-size: 16px;
  color: #3e5166;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section1 .btn-hero {
  background: #000;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-family: 'Inter-Bold';
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}

.section1 .s1-cloud {
  position: absolute;
  width: 120px;
  z-index: 1;
}

.section1 .cloud-left { top: 5%; left: 5%; }
.section1 .cloud-right { top: 10%; right: 26%; }

.section1 .s1-bottom-landscape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.section1 .s1-bottom-landscape img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
    .section5 .kahoot, .section5 h3 {
    font-size: 16px;
  }
  .section5 .kahoot p{
    font-size:14px;
  }
  .section2 h2 {
    font-size: 19px;
  }
  .section1 {
    background-color: #5c94fc;
    background-color: #5fa3ff;
    padding: 80px 0 115px;
  }
  h1 {
    font-size: 34px;
  }
  .section1 p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-new {
    margin-top:0px;
  }
  .section1 {
    padding: 40px 0 120px;
  }
  .section1 .hero-title {
    font-size: 32px;
  }
  .desktop-version{
    display:none;
  }
  .mobile-version{
    display:block;
  }

}
.btn-adventure {
  background-color: #020617;
  color: #ffffff;
  padding:2% 5%;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width:fit-content;
  margin:auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-adventure:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}



.section2 .enrollment {
  padding: 2%;
  border-radius: 15px;
  border: 3px solid #0F172B;
  box-shadow: 2px 10px 10px 10px #D4D4D4;
  margin-top:2%;
}

.section2 .steps-list {
  width: fit-content;
}
.section2 .questionbox{
  position:relative;
  top:40px;
}
.section2 .stepsdiv{
  margin-top:2%;
}
.section2 .step-item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section2 .icon-box {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 15px;
  width: 20px;
  background-color: #EDEAFC;
}

.section3{
  background-color:#AACEFE;
  background-image: url('https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Mario/cloudsbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9%;
}
.section3 .difference {
  padding: 1% 3%;
  background-color: #155DFC;
  width: fit-content;
  color: white;
  border-radius: 28px;
  font-family: 'Inter-Bold';
  font-size:18px;

}

.section3 .upgrade {
  background-image: linear-gradient(45deg, #ABCDFE, #2B7FFF, #ABCDFE);
  border-radius: 28px;
  color: #fff;
  font-family: Inter-Bold;
  padding: 1% 3%;
  width: fit-content;
  font-size:20px;
}
.section3 p{
  color:#003DC5;
  margin:2% 0!important;
}
.section3 .masterclass-card {
  background-color: #f0f7ff;
  border: 1px solid #d0e4ff;
  border-radius: 15px;
  padding: 25px;
  margin: 5% 0;
  width: fit-content;
}

.section3 .masterclass-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0F172B;
  margin-bottom: 20px;
}

.section3 .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section3 .benefit-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #314158;
  font-weight: 500;
  font-family:'Inter-Medium';
}

.section3 .benefit-list li img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.section4 .section-title {
  color: #0d2137;
  font-weight: 800;
}

.section4 .cloud-img {
  max-width: 150px;
  opacity: 0.8;
  animation: float 4s ease-in-out infinite;
}

.section4 .day-card {
  background: #fff;
  border-radius: 20px;
  padding: 5%;
  text-align: start;
  box-shadow: 0 10px 30px rgb(0 0 0 / 32%);
  height: 100%;
  border-top: 6px solid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.section4 .fade-in-card {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.section4 .col-md-4:nth-child(1) .fade-in-card { animation-delay: 0.1s; }
.section4 .col-md-4:nth-child(2) .fade-in-card { animation-delay: 0.3s; }
.section4 .col-md-4:nth-child(3) .fade-in-card { animation-delay: 0.5s; }

.section4 .day-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.section4 .blue-top { border-top-color: #155DFC; }
.section4 .green-top { border-top-color: #00A63E; }
.section4 .red-top { border-top-color: #E7000B; }

.section4 .day-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.section4 .day-card:hover .day-icon {
  transform: scale(1.1) rotate(5deg);
}

.section4 .blue-bg { background: #DBEAFE }
.section4 .green-bg { background: #DCFCE7 }
.section4 .red-bg { background: #FFE2E2 }

.section4 .day-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5%;
  font-family:'Inter-Bold';
}

.section4 .sub-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  margin-bottom: 5%!important;
  font-family:'Inter-Bold';
}

.section4 .blue-text { color: #3b82f6; }
.section4 .green-text { color: #10b981; }
.section4 .red-text { color: #ef4444; }

.section4 .description {
  font-size: 14px;
  color: #62748e;
  line-height: 1.6;
}
.section4 .template{
  margin-top:1%;
}

.section4 .check-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 10px;
}

.section4 .check-list li {
  font-family:'Inter-Regular';
  font-size: 13px;
  color: #62748e;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.section4 .check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px; 
  height: 15px;
  background-image: url('https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Mario/redtick.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .kahoot {
  background-color:#2B7FFF;
  border-radius: 28px;
  color: #fff;
  font-family: Inter-Bold;
  padding: 1% 3%;
  width: fit-content;
  margin:auto;
}
.section5 h3{
  margin:3% 0;
  font-size:16px;
}
.section6{
  margin-top:0px;
  background-color:#5C94FC;
  padding-top:5%;
}

.section6 .header-wrapper {
  margin-bottom: 50px;
  color: #fff;
}

.section6 .header-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Pushes items to edges */
}

/* These ensure the text remains dead-center */
.section6 .header-spacer, 
.section6 .mario-assets {
  flex: 1; 
}

.section6 .mario-assets {
  display: flex;
  justify-content: flex-end; /* Pushes bricks to the far right */
}

.section6 .header-content {
  flex: 3; /* Gives the text more space */
  max-width: 800px;
}

.section6 .header-content h2 {
  font-family: 'Inter-Bold';
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
}
.section6 h5{
  font-family:'Inter-Bold';
  margin-top:3%;
  text-align:center;
}
.section6 .header-sub {
  font-family: 'Inter-Regular';
  margin: 0;
  color:white;
}

.section6 .cards-grid {
  gap: 25px;
}
.section6 p {
  font-size: 15px;
  margin-top:2%;
}
.section6 h4 {
  font-size: 15px;

}
.section6 .info-card {
  background: #fff;
  border-radius: 20px;
  padding: 2% 1%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.section6 .blue-text{color:#155DFC;}
.section6 .gold-text{color:#D08700;}
.section6 .green-text{color:#00A63E;}

@media (width: 768px) {
  .section5 .kahoot {
    padding: 2% 3%;
  }
  .btn-adventure {
    padding: 2% 10%;
  }
  .section5 .kahoot, .section5 h3 {
    font-size: 13px;
  }
  .section4 .template {
    margin-top: 0;
    padding: 3%;
  }
  .section4 .cloudsdiv{
    display:none;
  }
  .section6 .header-flex-row {
    flex-direction: column;
    gap: 20px;
  }
  .section6 .mario-assets {
    justify-content: center;
  }
  .section6 .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 767px) {
  .section6 .header-flex-row {
    flex-direction: column;
    gap: 15px;
  }

  .section6 .cards-grid {
    grid-template-columns: 1fr;
  }
}


.section7 .cta-banner {
  background: #fff;
  border: 2px solid #0d2137;
  border-radius: 40px;
  padding: 5% 0 2% 0;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: 0 auto;
}

.section7 .star-badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFC107;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.section7 .star-badge img {
  width: 35px;
}

.section7 .cta-content h2 {
  font-family: 'Inter-Bold';
  color: #2D3E50;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
}

.section7 .cta-content p {
  font-family: 'Inter-Regular';
  color: #62748E;
  margin-bottom: 40px;
}


/* Flag Pole Element */
.section7 .flag-pole {
  position: absolute;
  right: 50px;
  bottom: 2px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section7 .pole-top {
  width: 15px;
  height: 15px;
  background: #FFD700;
  border-radius: 50%;
}

.section7 .pole-body {
  width: 8px;
  height: 100%;
  background: #00B259;
}

.section7 .flag-red {
  position: absolute;
  top: 30px;
  right: -35px;
  width: 40px;
  height: 30px;
  background: #EF4444;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media (max-width: 991px) {

  .section7 .flag-pole {
    display: none; /* Hide flag on smaller tablets to avoid overlap */
  }
}

@media (max-width: 767px) {
  .section7 .cta-banner {
    border-radius: 25px;
  }

  .section7 .btn-secure {
    padding: 15px 30px;
    font-size: 16px;
  }
}
@media(max-width:768px){

  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  .section3 .masterclass-card h3
  {
    font-size: 16px;
  }
  .section3 .benefit-list li
  {
    font-size: 14px;
  }
  .section3 .upgrade {
    font-size: 16px;
  }
  .section3 .difference {
    font-size: 14px;
  }
  .section3 {
    padding-top: 6%;
  }
}

.section12 .form-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.section12 #studentFormhiddenwindow input,
.section12 #studentFormhiddenwindow select {
  margin-bottom: 15px;
  border: 1px solid black;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.section12 .phone-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.section12 #countryCode {
  flex-shrink: 0;
  width: auto;
  min-width: 90px;
  max-width: 120px;
  margin-bottom: 0;
}

.section12 #phone {
  flex-grow: 1;
  margin-bottom: 0;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}

.section12 .error {
  color: #dc3545;
  font-size: 0.9em;
  margin-top: -10px;
  margin-bottom: 15px;
}

.section12 .bookletbtn1 {
  margin: unset;
}

.section12 .name-fields-row {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}

.section12 .name-input-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section12 .name-input-group input {
  width: 100%;
  margin-bottom: 0;
}

.section12 .btn-form-submit {
  display: block;
  padding: 1% 2%;
  margin: auto;
  background-color: #155dfc;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.section12 .btn-form-submit:hover {
  background-color: #b03a71;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.visible {
  display: flex;
}

.section12 .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 800px;
  position: relative;
  max-height: 75vh;
  overflow-y: auto;
  margin-top:10%;
}

.section12 .modal-content::-webkit-scrollbar {
  width: 8px;
}

.section12 .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.section12 .modal-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.section12 .modal-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
}

.form-check .form-check-input {
  float: unset !important;
  margin-left: 0.5em;
}
.form-check {
  padding-left:unset!important;
}




@media(max-width:767px){

  input#aiConsent {
    width: 8%;
  }
  .section12 .btn-form-submit {
    padding: 2% 11%;
  }
  /*  mobile version code  */
  .mv-sec-1{
    background-color:#5C94FC;
    padding-top:50px;
  }
  .mv-middle-div {
    background-color:#FFFFFF;
    border-radius:30px;
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
    width:90%;
    margin:auto;
  }
  .mv-middle-div::before {
    content: "";
    position: absolute;
    top: 0;
    width: 80%;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(
      to right,
      red,
      orange,
      yellow,
      green,
      blue
    );
  }
  .mv-top-text{
    font-size: 12px;
  }
  .mobile-title-img{
    width:90%;
  }
  .mv-free-trail-btn{
    background-color:black;
    color:white;
    font-family: Inter-Bold;
    font-weight:700;
    font-size:16px;
    border-radius:20px;
    padding:10px;
    padding-left:50px;
    padding-right:50px;
    display:block;
    margin:auto;
    width:fit-content;
    text-decoration:none!important;
    transition: all 0.3s ease;
    cursor:pointer;
  }
  .mv-free-trail-btn:hover{
    background-color: #222;
    transform: translateY(-4px); 
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    text-decoration:none!important;
  }
  .event-info {
    width: fit-content;
    margin:auto;
  }

  .info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }

  .info-row:last-child {
    margin-bottom: 0;
  }

  .icon {
    font-size: 20px;
    color: #6b7280;
  }

  .text {
    font-size: 15px;
    color: #6b7280;
    font-family: Inter-Regular;
  }

  .text strong {
    color: #0F172BA3;
    font-weight: 600;
    font-family: Inter-Bold;
  }
  .mv-sec-2{
    background-color:#EFF6FF;
    padding:30px;
  }
  .b-left {
    font-family: Inter-Regular;
    color: black;
    font-size: 16px;
    width: 90%;
    margin: auto;
    text-align: left;
    border-left: 4px solid #e11d48;
    padding:5px;
  }
  .b-left span{
    font-family: Inter-Bold;
    font-size:14px;
  }
  img.q-mark {
    width: 18%;
    margin: auto;
    display: block;
  }
  .color-lines{
    display: block;
    color:#303030;
    width: 80%;
    padding: 10px;
    border-radius: 20px;
    margin: auto;
    padding-left: 40px;
    font-family: Inter-Bold;
    font-size:16px;
    font-weight:700;
    margin-bottom:15px!important;
  }
}

.section6 img.img-fluid {
  display: block;
  margin: auto;
}

.section7 .cta-content p 
{
  font-size;14px;
}