* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-top: 0 !important;
  font-family: Inter, sans-serif;
  background: linear-gradient(0deg, #7A34FE 0.09%, #0D061C 95.28%);
}
.registration-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 90px; 
  min-height: calc(100vh - 60px);
}
.registration-wrapper.card-strategy--workshop{
  padding-top:40px; 
}
.navigation-container {
  padding: 27px 0;
  width: 100%;
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.brand-logo {
  max-width: 94.166px;
  height: auto;
}
.navigation-container .z-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.z-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}
main h1 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    padding-top:15px; 
    padding-bottom: 22px;
    font-size: 70px; 
    background: radial-gradient(1642.79% 209.48% at 26.67% 50%, #FFF 0%, #6C6AFF 86.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 639px;
}
main h1.fs-62{
  font-size: 62px; 
}
.registration-wrapper main h1 span {
  color: #ffc34e;
  display: block;
}
.registration-wrapper .sub-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height:150%;
  padding-bottom: 60px;
}
.rmrkt-medium__heading{
  color: #FF72FF;
  font-size: 40px; 
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}
.registration-wrapper .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  align-items: self-end;
}
.table-row.align-items--center{
  align-items: center; 
}
.left-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.right-col {
  max-width: 430px;
  align-self: center;
}
footer {
  background: #020013;
  padding: 22px 0;
  width: 100%;
  text-align: center;
}
footer .copy-right {
  color: #afaebe;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 12px;
}
footer img {
  height: auto;
  max-width: 57.403px;
}
.register-now {
  color: #121212;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 32.2px */
  padding-bottom: 20px;
}
/*form*/
.tag-name-blogs-form-container {
  /* margin-top: 38px; */
  margin-bottom: 36px;
}
.tag-name-blogs-form-box {
  position: relative;
  width: 100%;
  padding: 28px 36px 33px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 1.871px 31.624px 23.699px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 1.871px 31.624px 23.699px 0px rgba(0, 0, 0, 0.11);
  min-width: 430px;
}
.tag-name-blogs-form-content input[type="submit"] {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  letter-spacing: normal;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  background-color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tag-name-blogs-form-content input[type="submit"]:hover {
  background-color: #c048ca; 
}
.tag-name-blogs-form-content .hs-form-field {
  padding-bottom: 20px;
}
.tag-name-blogs-form-content .input input[type="text"],
.tag-name-blogs-form-content .input input[type="email"],
.tag-name-blogs-form-content .input input[type="tel"],
.tag-name-blogs-form-content .input textarea {
  background-color: transparent;
  padding: 8px 18px !important;
  min-height: 52px !important;
  width: 100% !important;
  border: 1.133px solid #643ade;
  color: #878787;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  border: 1.133px solid #643ade;
}
.tag-name-blogs-form-heading {
  padding-bottom: 32px;
  max-width: 584px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #2c2c2c;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tag-name-blogs-form-content fieldset:not(:last-of-type) {
  padding-bottom: 15px !important;
}
.tag-name-blogs-form-content fieldset {
  max-width: 100% !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 10px !important;
  text-align: left;
}
.tag-name-blogs-form-content
  .hs-form-booleancheckbox-display
  input[type="checkbox"] {
  border-radius: 3.286px;
  border: 1.5px solid #6d2ce7;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  outline: none;
  cursor: pointer;
  position: relative;
}
.tag-name-blogs-form-content
  .hs-form-booleancheckbox-display
  input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display {
  cursor: pointer;
  color: #2f2e2e;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag-name-blogs-form-content ul {
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
.tag-name-blogs-form-box
  .tag-name-blogs-form-content
  ul
  .hs-form-booleancheckbox {
  padding-top: 0;
}
.tag-name-blogs-form-content
  .hs-form-booleancheckbox-display
  input[type="checkbox"]:checked::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.tag-name-blogs-form-content
  .hs-form-booleancheckbox-display
  input[type="checkbox"]:checked {
  background-color: #6d2ce7;
}
.tag-name-blogs-form-content .hs-error-msgs {
  color: #f44336;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
}
.tag-name-blogs-form-content
  .no-list.hs-error-msgs.inputs-list:not([role="alert"]) {
  display: none !important;
}
.tag-name-blogs-form-content .hs-form-booleancheckbox-display a {
  color: #8023d1;
}
/* .tag-name-blogs-form-content .hs_lastname {
  padding-left: 6px;
} */
.tag-name-blogs-form-content .hs_phone legend {
  padding-bottom: 6px;
}
.tag-name-blogs-form-content fieldset .input {
  margin-right: 0 !important;
}
/* .tag-name-blogs-form-content .input input[name="firstname"] {
  margin-right: 6px;
  width: calc(100% - 6px) !important;
} */
.tag-name-blogs-form-content .submitted-message {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.upi-reg__card{
  border-radius: 16px;
  background: #3F0892;
  background-image: url(/wp-content/uploads/sites/3/2025/08/upi-rmrkt-pattern.png);
  background-repeat: no-repeat;
  background-size: 260px 234px;
  width: 100%;
  height: 100%;
  padding: 20px;
  max-width: 672px;
  padding-bottom: 36px;
  margin-bottom: -16px;
}
.upi-reg__flexbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.upi-reg__flexboxleft{
  text-align: center;
  width:270px;
}
.upi-reg__flexboxright{
  width: calc(100% - 270px);
}
.upi-reg__flexboxright h2{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.794%;
}
.upi-reg__flexboxright h3{
  color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 132%;
    padding: 8px 0 15px 0;
}
.upi-reg__flexboxright a {
  display: inline-block;
  color: #000000;
  font-size: 14.573px;
  font-style: normal;
  font-weight: 600;
  line-height:  145.455%;
  border-radius: 8px;
  background-color: #58DEFF;
  padding:10px 30px; 
  transition: all 0.2s;
}
.upi-reg__flexboxright a:hover{
  background-color: #ff72ff; 
}
.upi-reg__flexboxright a img{
  /* vertical-align: middle; */
}
.upi-reg--cover{
  object-fit: cover;
}
.desktop--view{
  display: block;
}
.mobile--view{
  display: none;
}

/* form mobile screen */
@media (max-width: 768px) {
  .tag-name-blogs-form-content .submitted-message {
    font-size: 14px;
  }
  .tag-name-blogs-form-box {
    border-radius: 16px;
    padding: 34px 24px 48px 24px;
  }
  .tag-name-blogs-form-content input[type="submit"] {
    font-size: 18px;
    width: 165px;
    height: 53px;
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .tag-name-blogs-form-content .input input[name="firstname"] {
    margin-right: 0;
    width: 100% !important;
  }
  .tag-name-blogs-form-content fieldset.form-columns-2 .hs-form-field,
  .tag-name-blogs-form-content fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
    padding-bottom: 15px;
  }
  .tag-name-blogs-form-content .hs_lastname {
    padding-left: 0 !important;
  }
  .tag-name-blogs-form-content fieldset:not(:last-of-type) {
    padding-bottom: 0 !important;
  }
  .tag-name-blogs-form-content .input input[name="firstname"] {
    margin-right: 0;
    width: 100% !important;
  }
  .tag-name-blogs-form-content .hs_lastname {
    padding-left: 0;
  }
  .tag-name-blogs-form-content .hs_phone legend {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .right-col {
    max-width: unset;
  }
  .upi-reg__card{
    margin-inline: auto;
  }
  .registration-wrapper .table-row  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    max-width: 672px;
    margin-inline: auto;
  }
  .registration-wrapper .sub-title {
    margin: auto;
  }
  .tag-name-blogs-form-container {
    margin-top: 0;
  }
  .tag-name-blogs-form-box {
    min-width: auto;
    text-align: left;
  }
  .tag-name-blogs-form-box .actions {
    text-align: center;
  }
  .register-now{
    text-align: center;
  }
  .tag-name-blogs-form-box{
    min-height: auto;
  }
  .desktop--view{
    display: none;
  }
  .mobile--view{
    display: block;
  }
}
@media (max-width: 767px) {
  .register-now{
    font-size: 24px;
  }
  .tag-name-blogs-form-content .input input[type="text"], .tag-name-blogs-form-content .input input[type="email"], .tag-name-blogs-form-content .input input[type="tel"], .tag-name-blogs-form-content .input textarea{
    min-height: 42px !important;
    font-size: 12px;

  }
  .rmrkt-medium__heading{
    font-size: 18px;
  }
  main h1 {
    font-size: 32px;
    line-height: 128%;
  }
  main h1.fs-62{
    font-size: 32px;
  }
  .registration-wrapper .sub-title {
    font-size: 14px;
    line-height: 148%;
    max-width: 310px;
    padding-bottom: 10px;
  }
  footer {
    padding: 27px 0;
  }
  .registration-wrapper .table-row  {
    text-align: center;
  }
  main {
    background-size: auto;
    background-repeat: repeat-y;
  }
  .upi-reg__flexbox{
    text-align: center;
  }
  .upi-reg__flexboxleft{
    width:100%;
  }
  .upi-reg__flexboxright{
    width: 100%;
  }
  .upi-reg__flexboxright h3{
    padding-bottom: 32px;
    font-size: 18px;
  }
  .upi-reg__card{
    background-position: top center;
  }
  .upi-reg__flexboxright h2 {
    padding-top: 20px;
  }

}