@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#t3step {
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: OpenSans;
}

@font-face {
  src: url(/colourBlast/public/fonts/fat-frank-heavy.otf);
  font-family: Fatfrank1;
  font-weight: 400;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.otf);
  font-family: Fatfrank2;
  font-weight: 500;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.ttf);
  font-family: Fatfrank3;
  font-weight: 600;
}

@font-face {
  src: url(/colourBlast/public/fonts/Jellee-Roman.otf);
  font-family: Jelle;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-Italic-VariableFont_wght.ttf);
  font-family: Montserrat-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-VariableFont_wght.ttf);
  font-family: Montserrat;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-Italic-VariableFont_wdthwght.ttf);
  font-family: OpenSans-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-VariableFont_wdthwght.ttf);
  font-family: OpenSans;
}

@font-face {
    font-family: "Have Heart Two";
    src: url("/colourBlast/public/fonts/have-heart-two.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.LR-purple {
  background: url(../images/banners/head-left.png) no-repeat,
    url(../images/banners/head-right.png) no-repeat;
  background-size: 51%;
  background-position: left top, right top;
  padding-bottom: 405px;
  position: relative;
  z-index: 1;
  top: -25px;
}

.aim-topSec {
  background-image: url(../images/backgrounds/faq.png);
  padding: 200px 0 170px;
  margin-top: -330px;
}

.aim-t-h h1 {
  color: #f1e70d;
  -webkit-text-stroke: 3px black;
  text-transform: uppercase;
  font-family: "FatFrank";
  font-size: 60px;
  text-align: center;
  font-weight: 900;
}

.reg-your-child h1 {
  font-family: Have Heart Two;
  text-align: center;
  font-size: 160px;
  color: #f32085;
  font-weight: 400;
  line-height: 0px;
  margin-bottom: 150px;
}

.tes h2 {
  color: #666666;
  text-align: center;
  margin: 40px 0;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 25px;
  margin: 40px 0;
}

.stp-pink {
  text-align: center;
  margin: 20px 0;
}

.stp-pink span {
  font-size: 25px;
  color: #666666;
  font-family: "Open Sans";
  font-weight: 700;
}

.sp-step-sec {
  padding: 0px 0 200px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}

.before-step {
  background-image: url(../images/backgrounds/before.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  margin-bottom: -250px;
  z-index: -1;
}

.middle-step {
  background-color: #08aad7;
  padding: 50px 0 200px;
}

.after-step {
  background-image: url(../images/backgrounds/after.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 530px;
  position: relative;
  margin-top: -250px;
  z-index: -1;
}

.step-h {
  text-align: center;
}

.step-h h1 {
  -webkit-text-stroke: 3px #fff !important;
  color: #000;
  font-family: "FatFrank";
  text-align: center;
  padding: 90px 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 61px;
}

.step-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.st-img {
  height: 110px;
  width: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  cursor: pointer;
}

.st-img.active {
  background-color: #004e67;
}

.step-form {
  background-color: #004d67;
}

.st-img span {
  color: #fff;
  font-weight: 700;
  font-family: Fatfrank3;
  font-size: 18px;
  margin-top: 5px;
}

.st-img img {
  max-width: 100%;
}

/* Parent Form */

.parent-stepForm {
  margin: 0 auto;
  width: 65%;
  padding: 15px 30px 30px;
  border-radius: 15px;
}

.parent-stepForm h2 {
  color: #fff;
  font-weight: 700;
  font-family: Fatfrank3;
  font-size: 23px;
  border-bottom: 1px solid #fff;
  padding: 20px 0 5px;
  margin-bottom: 35px;
}

.ps-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 60px;
}

.ps-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 30px 0;
}

.ps-flex label {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.light-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.ps-flex input {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.ps-btn {
  text-align: center;
}

.ps-btn button {
  margin: 10px auto 0 auto;
  background: #e82c94;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  padding: 10px 40px;
  border-radius: 50px;
  text-transform: capitalize;
  border: transparent 1px solid;
}

.ps-btn button:hover {
  border: navajowhite 1px solid;
}

/* Parent Form */

.children-stepForm {
  margin: 0 auto;
  width: 65%;
  padding: 15px 30px 30px;
  border-radius: 15px;
}

.children-stepForm h2 {
  color: #fff;
  font-family: "Have Heart Two";
  -webkit-text-stroke: unset !important;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 400;
  font-size: 47px;
}

.child-menu ul {
  padding: 0;
}

.child-list li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 5px;
}

.remove-child {
  position: absolute;
  right: 5px;
  top: 0;
  color: red;
  cursor: pointer;
  font-weight: bold;
  font-size: 27px;
}

.child-menu ul li {
  padding: 13px;
  list-style: none;
  color: #018bb3;
  background-color: white;
}

.child-menu ul li a {
  color: #018bb3;
  text-decoration: none;
  font-weight: 800;
}

.addChild-btn {
  margin: 40px 0;
}

.addChild-btn button {
  margin: 20px 0;
  color: #fff;
  background: #e82c94;
  font-family: "FatFrank";
  font-size: 20px;
  font-weight: 900;
  padding: 10px 40px;
  border-radius: 25px;
  text-decoration: none;
}

.c-dropdown {
  position: relative;
  font-family: sans-serif;
  width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    background: transparent;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

/* Hide the real select visually */
.c-dropdown select.dropdown-select {
  display: none;
}

.dropdown-select{
    font-family: sans-serif;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    background: transparent;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

.c-flex select option{
        background-color: #004d67;
}

#inputSection_1 label{
    color: #fff;
}

#predefinedSection_1 h5{
    color: #fff;
}

.dropdown-display {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.c-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #08aad6;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 99;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
  color: #fff;
  box-shadow: 1px 1px 1px 1px #00000018;
}

.c-dropdown-options div {
  padding: 10px 15px;
  cursor: pointer;
}

.c-dropdown-options div:hover {
  background-color: #27387d;
}

.c-dropdown.show .c-dropdown-options {
  display: block;
}

.c-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.c-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

.c-flex label {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin: 0px 5px 5px;
}

.light-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.c-flex input {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.nickname-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.nickname-box h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

#nicknameHelpBtn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #007bff;
  font-weight: bold;
  border: 2px solid #007bff;
  cursor: pointer;
  font-size: 16px;
  margin-top: -8px;
}

.nickname-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 40px;
  background: #fff;
  color: #333;
  border: 1px solid #007bff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  width: 280px;
  margin-top: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.form-check-label {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#inputSection label {
  font-size: 15px;
  color: #fff;
  align-items: flex-start;
  display: flex;
  margin-bottom: 10px;
}

.cb-arrow {
  font-size: 15px;
  color: #fff;
}

.choose-avatar {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin-left: -15px;
  margin-top: 15px;
}

.ca-form-check {
  margin: 7px 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}

#predefinedSection h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

#customSection {
  text-align: center;
  margin-bottom: 60px;
}

.cS-btn {
  width: 100%;
  cursor: pointer;
  outline: 0;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  font-family: "FatFrank";
  text-transform: uppercase;
  color: #e5178a;
  white-space: nowrap;
  padding: 10px 30px;
}

/* ----- */

.avatar-img {
  cursor: pointer;
  transition: transform 0.2s;
  height: 110px;
  width: 100%;
}
.avatar-img:hover {
  transform: scale(1.05);
}
.selected-avatar {
  border: 3px solid #007bff;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 9999;
}

/* White background */

.white-backBlue {
  background-image: url(../images/backgrounds/blue-back.png);
  width: 100%;
  background-size: 100% 100%;
  padding: 35px 30px;
  background-repeat: no-repeat;
}

.cb-heading {
  color: #fff;
  font-family: "Have Heart Two";
  -webkit-text-stroke: unset !important;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 400;
  font-size: 75px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.cb-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
  position: relative;
  left: 15px;
    top: 10px;
    color: #e82c94;
}

/* NEW: Cross button */
.cb-close-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  cursor: pointer;
}

.cb-container {
  display: none;
  background: #fff;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

.wGreen-h p {
  color: #8abe44;
  font-family: "Open Sans";
  font-weight: 836;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.cb-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.cb-left,
.cb-right {
  width: 100%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.cb-right span {
  text-align: center;
  background-color: #ff0066;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 18px;
  cursor: pointer;
}

.cb-title {
  color: #ff0066;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Open Sans";
}

.cb-desc {
  color: #555555;
  font-size: 15px !important;
  font-weight: 700;
  font-family: "Open Sans";
  letter-spacing: 1px;
  line-height: 26px;
}

.cb-img {
  max-width: 170px;
  margin-bottom: 10px;
}

.cb-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cb-btn {
  background: #111144;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.cb-count {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #111144;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111144;
}

.cb-dropdown {
  margin-top: 15px;
  display: none;
}

.cb-dropdown select {
  padding: 8px 10px;
  border-radius: 20px;
  border: none;
  background: #00b7e5;
  color: white;
  font-weight: 500;
  font-size: 17px;
  width: 250px;
}

.lastW-h {
  border-top: 15px solid #bebebe;
}

.lastW-h p {
  color: #000;
  font-family: "Open Sans";
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cb-left,
  .cb-right {
    width: 100%;
  }
}

.total-count {
  color: #fff;
  font-family: Fatfrank3;
  font-weight: 600;
  font-size: 25px;
  text-align: right;
  margin: 50px 0 30px;
}

.next-back-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.next-back-btn button {
  background-color: #fff;
  font-size: 23px;
  font-weight: 600;
  font-family: Fatfrank3;
  color: #ff0066;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 30px;
}

.next-back-btn button:hover {
  border: 1px solid #ff0066;
}

/* Summary Form */

.summary-stepForm {
  margin: 0 auto;
  width: 65%;
  padding: 15px 30px 30px;
  border-radius: 15px;
}

.summary-stepForm h1 {
  font-size: 85px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 85px;
  font-family: "Have Heart Two";
  font-weight: 400;
  -webkit-text-stroke: unset !important;
  color: #fff;
}

.ss-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.ss-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
}

.ss-flex span{
        color: #fff;
    border: 1px #fff solid;
    border-radius: 30px;
        margin-top: 5px;
    padding: 2px 8px;
    height: 31px;

}

.ss-flex label {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.ss-flex input {
  width: 100%;
  border: 1px solid white;
  border-radius: 50px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.lets-start {
  margin: 15px 0 15px;
}

.lets-start h2 {
  font-family: "Have Heart Two";
  font-weight: 400;
  -webkit-text-stroke: unset !important;
  color: #fff;
  font-size: 90px;
  margin-bottom: 50px;
  text-align: center;
}

.lets-start p {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 15px 0;
  color: #fff;
  text-align: center;
}

.cf-terms-box {
  font-size: 15px;
  margin-top: 25px;
  color: #333;
  line-height: 1.5;
  max-width: 700px;
}

.cf-terms-box label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.cf-terms-box input[type="checkbox"] {
  display: none;
}

.cf-custom-check {
  width: 22px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 4px;
  position: relative;
  margin-top: 7px;
  background-color: white;
}

.cf-terms-box input[type="checkbox"]:checked + .cf-custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.threeStep-trouble {
  background-image: url(../images/backgrounds/three-trouble.png);
  margin-top: -500px;
  padding-top: 300px;
}

.threeStep-trouble-text h1 {
  color: #fff;
}

/* popup blue */

.my-color-shirt {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(54, 54, 54, 0.362); /* Blue background */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.my-color-content {
  background: #125575;
  padding: 20px;
  border-radius: 10px;
}

.my-color-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
