body,
html {
  background-color: #ebf3f7;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_3.gif) 50% no-repeat #fff;
}
.sectionContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
}
#nrm {
  display: none;
  font-size: 1em;
}
#nrm,
.nrmg {
  text-align: left;
}
.nrmg {
  display: block;
  font-size: 0.8em;
  margin-top: -5px;
}
h1 {
  font-family: fangsong;
  font-size: 2.6rem;
  letter-spacing: -0.05rem;
  margin-top: 0;
}
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
li,
p {
  font-size: 0.9rem;
  margin: 0 0 1.15rem;
}
.articleImageContainer,
blockquote,
ol,
ul {
  color: #333;
  margin: 0 0 16px;
}
blockquote {
  background-color: #f5faf1;
  border-left: 5px solid #cbe6b6;
  font-size: inherit;
}
.footnote {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  body,
  html {
    background-color: #fff;
  }
  .sectionContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.15rem;
  }
}
.articleImageContainer img {
  width: 100%;
  height: 100%;
  /* height: 200px; */         /* the visible height you want */
  /* overflow: hidden; */
}
.articleImageContainer .narrow {
  width: 50%;
  margin: 0 auto;
}
.articleImageContainerSmall {
  width: 49%;
}
.articleImageContainerSmall img {
  width: 100%;
  height: auto;
}
.articleImageContainerSmall.leftImg {
  float: left;
  padding-top: 37px;
}
.articleImageContainerSmall.rightImg {
  float: right;
}
#os {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
}
a,
button {
  outline: none;
}
a {
  color: #069;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  color: #7dc049;
}
button#cta {
  width: 72.1%;
  display: block;
  margin: 5px auto;
  padding: 10px 35px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.8em;
  outline: none;
  transition: all 0.3s ease-in-out;
  z-index: 300;
}
button.cta {
  background-color: red;
  -webkit-box-shadow: 0 3px #c00;
  box-shadow: 0 3px #c00;
}
button#cta:active,
button#cta:hover {
  transform: translateY(3px);
}
button.cta1 {
  background-color: #689f38;
}
button.cta:hover {
  background: #c00;
}
button.cta1:hover {
  background-color: #8bc34a;
  -webkit-box-shadow: 0 3px #648e33;
  box-shadow: 0 3px #648e33;
}
.multiBrandAdvertorial button#cta {
  width: 100%;
}
.tapAge {
  margin: 0 0 16px;
}
.tapAge button {
  background-color: #7dc049;
  border: none;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 8px 8px 0;
  padding: 10px 5px;
  width: 90px;
}
.tapAge button:hover {
  background-color: #069;
}
@media (max-width: 767px) {
  button#cta {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 10px;
  }
  .articleImageContainer .narrow {
    width: 100%;
    margin: 0 auto;
  }
  .tapAge button {
    font-size: 100%;
  }
}
header {
  background-color: #fff;
  height: 90px;
  width: 100%;
}
header .sectionContainer {
  padding-left: 0;
  padding-right: 0;
}
#advertisement {
  color: #999;
  font-size: 0.75rem;
  margin: 0;
  text-align: center;
}
.wpLogo {
  height: 48px;
  margin-top: 5px;
  width: 250px;
}
header .sectionContainer p {
  display: inline-block;
  color: #273c51;
  font-size: 20px;
  font-weight: 400;
  margin: 8px 2px 0;
}
@media (max-width: 767px) {
  header {
    height: 65px;
  }
  header .sectionContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpLogo {
    height: 34px;
    margin-top: 5px;
    width: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .sectionContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .sectionContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.articleContent {
  background-color: #fff;
  border-bottom: 1px solid #fdfdfd;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-top: 10px;
}
.articleInfo {
  color: #999;
  font-size: 79%;
  margin-bottom: 16px;
}
.articleAuthor {
  color: #7dc049;
  font-weight: 700;
  margin-right: 8px;
}
.photoAuthor {
  height: 30px;
  margin-right: 12px;
  width: 30px;
}
.highlight {
  background-color: #ff0;
}
#timer9658Div {
  text-align: center;
  font-size: 19px;
  border-radius: 3px;
  width: 72.1%;
  margin: 20px auto;
  background-color: #fef5c4;
  border: 1px solid #fadf98;
  padding: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .articleContent {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
  }
  .articleInfo {
    font-size: 0.85rem;
  }
  #timer9658Div {
    width: 100%;
  }
  button#cta {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 10px;
    width: 100%;
  }
}
.multiBrandAdvertorial h2 {
  margin-top: 50px;
}
footer {
  background-color: #fdfdfd;
  padding: 75px 0 100px;
  text-align: center;
}
footer,
footer a {
  font-size: 0.65rem;
}
footer ul {
  margin-bottom: 0;
}
footer .wpLogo {
  height: 34px;
  margin-bottom: 10px;
  width: 175px;
}
footer a:hover {
  color: #333;
}
@media (max-width: 767px) {
  .articleImageContainerSmall {
    width: 100%;
  }
  .articleImageContainerSmall.leftImg {
    float: none;
    padding-top: 0;
  }
  .articleImageContainerSmall.rightImg {
    float: none;
  }
}
.advertorial {
  font-size: 0.7em;
  color: #4e4e4e;
  text-align: center;
}
.override-margin {
  margin-bottom: 0;
}
.footerlogos-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerlogos {
  width: 50%;
  max-width: 150px;
  margin: 20px 0;
  display: block;
  opacity: 0.7;
  text-align: center;
}
.footerlogos img {
  width: 60%;
}
.floatLHS,
.floatRHS,
.floatThirdLHS,
.floatThirdRHS {
  width: 308px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.cognito {
  max-width: 100% !important;
}
.cognito .c-forms-form {
  background-color: #dadee1 !important;
}
#payments-footer {
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#payments-footer > img {
  width: 50px;
  max-width: 100%;
  height: auto;
}
.payment-title {
  display: block;
  margin: 6px 0;
  font-size: 20px;
  color: #98a2ac;
  font-weight: 500;
}
.menu-footer,
.payment-title {
  font-family: proxima-nova, sans-serif;
}
.menu-footer {
  padding: 0;
  font-size: 11px;
}
#menu-footer-menu li {
  margin-right: 10px;
  display: inline-block;
}
#menu-footer-menu a {
  color: #466cb2;
  font-size: 11px;
  text-decoration: none;
}
.newContainer .offer-link {
  font-weight: 700;
  text-decoration: underline;
  color: red;
}
.text-muted {
  font-size: 14px;
  margin: 30px 0 0;
  color: #999;
}
.yellow-line {
  height: 1px;
  width: 100%;
  display: inline-block;
  background-color: #ffff84;
  margin: 50px 0 0;
}
.mb-2 {
  margin-bottom: 15px;
}
.orange-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background-color: #e06d2c;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
  gap: 16px;
}
.orange-box > * {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #eee;
}
iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 576px) {
  iframe {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .text-muted {
    margin-top: 100px;
  }
  iframe {
    height: 550px;
  }
  li,
  p {
    font-size: 1.15rem;
    margin: 0 0 1.25rem;
  }
}
/* css */
.comments {
  padding: 30px 0 0;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: none;
  border-bottom: 1px solid hsla(0, 0%, 58%, 0.6);
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.name-tag {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #0178d4;
}

.feedback-text {
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  line-height: 1.8;
}

.feedback-text.white {
  margin-right: 5px;
  margin-bottom: 0;
  color: #fff;
}

.div-block-2-copy {
  display: flex;
  align-items: center;
}

.gray-small-text {
  color: #949494;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.image-4 {
  width: 17px;
}
/* css */
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);

.intgrtn-loader-holder{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    z-index:50;
    display:none
}
.intgrtn-loader-holder.static .intgrtn-lds-dual-ring{
    position:static;
    left:auto;
    right:auto;
    transform:translate(0,0)
}
.intgrtn-loader-holder .intgrtn-loader-text-holder{
    text-align:center;
    max-width:80%;
    max-height:80%;
    position:absolute;
    left:50%;
    top:50%;
    color:#fff;
    transform:translate(-50%,-50%)
}
.intgrtn-loader-holder .intgrtn-loader-text-holder .intgrtn-lds-dual-ring{
    position:static;
    left:auto;
    right:auto;
    transform:translate(0,0)
}
.intgrtn-loader-text{
    margin-top:15px;
    font-size:14px
}
.intgrtn-loader-holder .intgrtn-lds-dual-ring:after{
    content:" ";
    display:block;
    width:46px;
    height:46px;
    margin:1px;
    border-radius:50%;
    border:5px solid #fff;
    border-color:#fff transparent #fff transparent;
    animation:intgrtn-lds-dual-ring 1.2s linear infinite
}
@keyframes intgrtn-lds-dual-ring{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.regform-error-text{
    display:block;
    margin-top:2px;
    padding-right:5px;
    text-align:right;
    font-size:13px;
    color:#f44336;
    vertical-align:sub
}
.email-error,.first-name-error,.last-name-error,.phone-error,.invalid-phone-error,.postal-error,.invalid-postal-error,.full-name-error{
    display:none
}
#custom-regform{
    font-family:Lato,sans-serif
}
#custom-regform .iti,#custom-regform input,#custom-regform ul li{
    font-size:13px
}
.form-section{
    max-width:450px;
    margin:30px auto
}
.form-container{
    border-radius:6px;
    box-shadow:2px 3px 16px 1px grey
}
#custom-regform .form-header{
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    text-transform:uppercase;
    background:#60359b;
    text-align:center;
    color:#fff;
    font-weight:700;
    margin:0;
    padding:30px 24px;
    font-size:20px;
    letter-spacing:2px;
    font-family:inherit;
    line-height:40px;
    white-space:normal;
    word-break:break-word
}
#regform{
    position:relative
}
.form-body{
    margin:0;
    padding:30px;
    box-sizing:border-box;
    text-indent:0;
    text-align:left
}
.steps-navigator{
    text-align:center;
    margin-bottom:20px;
    display:flex
}
.active-step{
    background-color:#5a3594
}
.inactive-step{
    background-color:#ececec
}
.navigator-step{
    display:inline-block;
    color:#fff;
    font-size:2em;
    line-height:1.1em;
    border-radius:3px;
    font-weight:700;
    height:7px;
    width:50%;
    text-indent:100%;
    margin-right:5px;
    overflow:hidden
}
.input-holder{
    margin-bottom:10px
}
.input-holder input{
    padding:12px 16px;
    width:100%;
    display:block;
    margin:0;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #cacaca;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-btn-holder{
    margin-bottom:10px;
    margin-top:15px;
    text-align:center
}
.step-btn{
    margin:0 auto;
    font-size:17px;
    font-weight:700;
    position:relative;
    color:#fff;
    border:none;
    border-radius:6px;
    background:#5a3594;
    text-transform:uppercase;
    width:100%;
    padding:16px 24px;
    cursor:pointer;
    white-space:normal;
    text-align:center;
    outline:0
}
#btn-step-2,.second-step{
    display:none
}
#btn-step-1,.first-step{
    display:block
}

.iti{
    width:100%
}
#f_phone{
    width:100%
}
.step-btn span{
    cursor:pointer;
    display:inline-block;
    position:relative;
    transition:.5s
}
.step-btn span:after{
    content:'\00bb';
    position:absolute;
    opacity:0;
    top:0;
    right:-20px;
    transition:.5s
}
.step-btn:hover span{
    padding-right:25px
}
.step-btn:hover span:after{
    opacity:1;
    right:0
}
.step-btn:active{
    -webkit-box-shadow:inset 0 0 6px #bdbdbd;
    -moz-box-shadow:inset 0 0 6px #bdbdbd;
    box-shadow:inset 0 0 6px #bdbdbd
}
.f_modal{
    font-family:Lato,sans-serif !important;
    display:none;
    position:fixed;
    z-index:100;
    padding-top:30px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background-color:#000;
    background-color:rgba(0,0,0,.6);
    color:#333
}
.modal-content{
    height:auto;
    position:relative;
    background-color:#fefefe;
    border-radius:6px;
    box-shadow:0 4px 15px rgb(0 0 0 / 50%);
    max-width:1000px;
    margin:auto;
    margin-bottom:10%;
    padding:20px;
    border:1px solid #888
}
.close{
    color:#aaa;
    float:right;
    font-size:28px;
    font-weight:700
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer
}
.f_modal h2{
    font-size:36px;
    font-weight:700px
}
.subtitle{
    display:block;
    margin:16px auto;
    color:#000;
    font-size:14px;
    text-align:center;
    line-height:26px
}
.main-img{
    max-width:100%;
    margin:0 auto
}
.text-col{
    width:53%;
    padding:10px;
    margin-right:10px;
    margin-left:10px;
    vertical-align:top
}
.img-col{
    width:40%
}
.modal-row{
    margin-top:30px
}
.modal-row div{
    display:inline-block
}
.thankyou-step{
    display:flex;
    align-items:center;
    margin-bottom:25px
}
.thankyou-step-item{
    font-size:18px;
    font-weight:600;
    text-align:center;
    color:#7826ff;
    margin-right:15px;
    opacity:.2
}
.thankyou-step-item.active{
    opacity:1
}
.thankyou-step-item:after{
    content:"";
    display:block;
    height:11px;
    border-radius:5.5px;
    box-shadow:0 5px 3.7px .3px rgb(120 38 255 / 16%);
    background-color:#7826ff;
    margin-top:10px;
    width:100px
}
h2.item-h{
    font-size:24px;
    line-height:30px;
    font-weight:700;
    color:#000
}
.item-p{
    color:#a7b1c7;
    font-size:14px;
    margin-top:8px;
    line-height:22px
}
.item-p strong{
    font-weight:700;
    color:#000
}
.purple{
    color:#6e39f5;
    font-weight:700
}
.go-to-account-btn{
    text-decoration:none;
    background:#f3be6f;
    border-radius:3px;
    padding:16px 64px;
    color:#fff;
    display:block;
    text-align:center;
    max-width:200px;
    margin:24px auto;
    transition:all .5s
}
.modal-bottom{
    width:100%;
    text-align:center
}
.postal-modal {
    text-align: center;
    padding-bottom: 35px;
}
.postal-modal .emoji {
    font-size: 3.3em;
    margin-bottom: 5px;
}
.postal-modal p {
    color: #666;
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 15px;
}
.postal-modal h1 {
    color: #333;
    font-size: 1.9em;
    margin-bottom: 20px;
}
@media (max-width:890px){
    .img-col,.text-col{
        width:100%
    }
    .item-p{
        padding-right:40px;
        padding-left:5px
    }
}
.slider-container {
    position: relative;
    overflow: hidden;
    height: 630px !important;
    width: 380px;
}
.responsive-iframe {
    position: absolute;
    border: none;
    outline: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:600px){
    .slider-container {
        width: 500px !important;
    }
}
@media (max-width:600px){
    .slider-container {
        height: 100vh !important;
    }
}
#terms-box {
    font-size: 13px;
}

/*form css */

.form-wrapper {
  max-width: 380px;
  display: block;
  background: #f1f1f1;
  margin: 0 auto;
  border-radius: 4px;
}
.form-wrapper > div:first-of-type {
  background-color: #dc2626;
  padding: 8px;
}
.form-wrapper > div:first-of-type p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.form-header {
  display: none;
}
.form-body {
  padding: 16px;
}
.form-check,
.form-check-label,
.form-check-label a {
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}
.form-btn-holder,
li.iti__country {
  margin-bottom: 0;
}
.active-step,
.step-btn {
  background-color: #dc2626;
}
#successModal {
  z-index: 9999;
}



/* Header Styles */ :root { /* Color system */ --primary: #E13C3C; --primary-dark: #C53333; --primary-light: #E85C5C; --secondary: #181818; --secondary-light: #2C2C2C; --neutral-100: #F5F5F7; --neutral-200: #E5E5E5; --neutral-300: #D1D1D6; --neutral-400: #86868B; --neutral-500: #6E6E73; --neutral-600: #3D3D3D; --white: #FFFFFF; /* Spacing system (multiples of 8) */ --space-1: 0.5rem;   /* 8px */ --space-2: 1rem;     /* 16px */ --space-3: 1.5rem;   /* 24px */ --space-4: 2rem;     /* 32px */ --space-5: 2.5rem;   /* 40px */ --space-6: 3rem;     /* 48px */ /* Other variables */ --header-height: 4.5rem; --header-bg: rgba(255, 255, 255, 0.95); --header-bg-scrolled: rgba(255, 255, 255, 0.98); --shadow: 0 1px 10px rgba(0, 0, 0, 0.05); --transition: 0.3s ease; --border-radius: 0.5rem; } /* Main header styles */ .site-header { top: 0; left: 0; width: 100%; height: 65px; background-color: var(--header-bg); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 1000; transition: background-color var(--transition), box-shadow var(--transition); } .site-header.scrolled { background-color: var(--header-bg-scrolled); box-shadow: var(--shadow); } .header-container { max-width: 1200px; height: 100%; margin: 0 auto; padding: 0 var(--space-2); display: flex; align-items: center; justify-content: space-between; } /* Logo styles */ .logo-container { display: flex; align-items: center; } .logo { display: flex; align-items: center; font-size: 1.5rem; font-weight: 600; color: var(--secondary); letter-spacing: -0.02em; } .logo-dot { display: inline-block; width: 12px; height: 12px; background-color: var(--primary); border-radius: 50%; margin-right: 0.25rem; } .logo-text { transform: translateY(1px); } /* Navigation styles */ .main-nav { display: none; } .nav-list { display: flex; gap: var(--space-3); } .nav-item { position: relative; } .nav-link { color: var(--secondary); font-size: 1rem; font-weight: 500; padding: var(--space-1) 0; transition: color var(--transition); } .nav-link:hover { color: var(--primary); } .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background-color: var(--primary); transform: scaleX(0); transform-origin: right; transition: transform 0.3s ease; } .nav-link:hover::after { transform: scaleX(1); transform-origin: left; } /* CTA button styles */ .cta-container { display: none; } .cta-button { display: inline-block; background-color: #0154c5; color: var(--white); font-weight: 600; font-size: 0.95rem; padding: 0.7rem 1.2rem; border-radius: var(--border-radius); transition: background-color var(--transition), transform var(--transition); } .cta-button:hover { background-color: #0154c5; transform: translateY(-1px); } .cta-button:active { transform: translateY(0); } /* Mobile menu toggle */ .mobile-menu-toggle { display: flex; flex-direction: column; justify-content: space-between; width: 30px; height: 20px; cursor: pointer; background-color: #fff; z-index: 1001; border: 1px #fff; } .bar { display: block; width: 100%; height: 2px; background-color: var(--secondary); transition: var(--transition); } .mobile-menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); } .mobile-menu-toggle.active .bar:nth-child(2) { opacity: 0; } .mobile-menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } /* Mobile menu */ .mobile-menu { position: fixed; top: var(--header-height); left: 0; width: 100%; height: 0; background-color: var(--white); overflow: hidden; transition: height var(--transition); z-index: 999; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); } .mobile-menu.active { height: calc(100vh - var(--header-height)); overflow-y: auto; } .mobile-nav-list { padding: var(--space-3) var(--space-2); display: flex; flex-direction: column; gap: var(--space-3); } .mobile-nav-link { display: block; font-size: 1.2rem; font-weight: 500; color: var(--secondary); padding: var(--space-1) 0; transition: color var(--transition); } .mobile-nav-link:active { color: var(--primary); } .mobile-nav-cta { margin-top: var(--space-2); } .mobile-cta-button { display: inline-block; background-color: var(--primary); color: var(--white); font-weight: 600; font-size: 1rem; padding: 0.8rem 1.5rem; border-radius: var(--border-radius); transition: background-color var(--transition); } .mobile-cta-button:active { background-color: var(--primary-dark); } /* Media Queries */ @media (min-width: 768px) { .main-nav { display: block; } .cta-container { display: block; } .mobile-menu-toggle { display: none; } .mobile-menu { display: none; } } @media (min-width: 992px) { .header-container { padding: 0 var(--space-4); } .nav-list { gap: var(--space-4); } .nav-link { font-size: 1rem; } .cta-button { padding: 0.45rem 1.5rem; font-size: 0.9rem; } } @media (min-width: 1200px) { .header-container { padding: 0 var(--space-2); } } html { scroll-behavior: smooth; } #signupForm { scroll-behavior: smooth; } .form-container { width: 100%; max-width: 500px; margin: 0 auto; box-shadow: 0px 1px 10px 1px #ebebeb !important; padding-bottom: 10px; } .form-header { margin-bottom: 1.5rem; } .footer-risk-disclaimer { text-align: center; font-size: 11px; color: #777; padding: 10px; background: #f8f8f8; } .footer-risk-disclaimer a { color: #555; text-decoration: underline; } .form-header h1 { font-size: 1.5rem; font-weight: bold; color: #000; line-height: 1.3; } .signup-form { background: white; border-radius: 14px; padding: 1rem; } .input-group { position: relative; margin-bottom: 1rem; display: flex !important; margin-right: 15px; margin-left: 15px; } .input-field { width: 100%; padding: 1rem; font-size: 1rem; border: none; background: #f0f0f0; border-radius: 5px; transition: background 0.2s; } .input-field:focus { outline: none; background: #e8e8e8; } .phone-group { display: flex; gap: 0.5rem; margin-right: 15px; margin-left: 15px; } .country-select-container { position: relative; } .selected-country { display: flex; align-items: center; padding: 1rem; background: #f0f0f0; border-radius: 5px; cursor: pointer; font-weight: bold; height: 100%; } .country-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 300px; max-height: 300px; background: white; border-radius: 5px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 100; overflow: hidden; } .country-dropdown.show { display: block; } .search-container { padding: 10px; border-bottom: 1px solid #eee; } #countrySearch { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; } .country-list { max-height: 250px; overflow-y: auto; } .country-item { display: flex; align-items: center; padding: 10px 15px; cursor: pointer; transition: background 0.2s; } .country-item:hover { background: #f5f5f5; } .country-flag { margin-right: 10px; font-size: 1.2rem; margin-bottom: -5px; } .cta-section { background: linear-gradient(135deg, #46a24e 0%, #35841e 100%); padding: 2rem 0rem; text-align: center; color: white; } .cta-section h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .cta-section p { font-size: 1.2rem; margin-bottom: 2rem; max-width: 800px; margin-left: auto; margin-right: auto; } .country-name { flex: 1; text-align: left; font-size: 14px; } .country-dial { color: #666; font-size: 14px; } .phone-input { flex: 1; padding: 1rem; font-size: 1rem; border: none; background: #f0f0f0; border-radius: 5px; } .phone-input:focus { outline: none; background: #e8e8e8; } .submit-button { width: 100%; padding: 1rem; font-size: 1.1rem; font-weight: bold; color: white; background:#11bc01; border: none; border-radius: 5px; cursor: pointer; transition: opacity 0.2s; margin-top: 0.5rem; } .submit-button:hover { opacity: 0.9; } .terms { margin-top: 1rem; font-size: 0.8rem; color: #666; text-align: center; margin-right: 15px; margin-left: 15px; } .terms a { color: #000; text-decoration: none; font-weight: 500; } .terms a:hover { text-decoration: underline; } .preloader { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; } .preloader-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .spinner { width: 40px; height: 40px; border: 4px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top: 4px solid white; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Responsive styles */ @media (max-width: 480px) { .signup-form { padding: 0.2rem; } .form-header h1 { font-size: 1.4rem; } .country-dropdown { width: 250px; } }  @media screen and (min-width:768px) { .video-des{ max-width: 400px; min-width: 400px; margin-right: 20px; } .video-des2{ display: flex; flex-wrap: nowrap; } } @media screen and (max-width:768px) { .video-des{ margin-right: 20px; } .video-des2{ } } 


   .bluebrain-section { /* padding: 80px 20px; */ background: #ffffff; } .container { max-width: 1200px; margin: 0 auto; width: 100%; } .section-title { font-size: 2.5rem; font-weight: 700; text-align: center; margin-bottom: 30px; letter-spacing: 2px; color: #334155; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; margin-top: 40px; } .feature-card { background: #ffffff; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); } .feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: #3b82f6; } .card-image { height: 150px; background: #f1f5f9; position: relative; overflow: hidden; border-bottom: 1px solid #e2e8f0; } .watermark { position: absolute; bottom: 12px; right: 12px; color: #94a3b8; font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; } /* World Map */ .world-map { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; } .map-outline { width: 120px; height: 80px; border: 2px solid #3b82f6; border-radius: 8px; position: relative; } .map-outline::before { content: ''; position: absolute; top: 20px; left: 20px; width: 30px; height: 20px; border: 1px solid #3b82f6; border-radius: 4px; } .map-outline::after { content: ''; position: absolute; top: 30px; right: 15px; width: 25px; height: 15px; border: 1px solid #3b82f6; border-radius: 3px; } .connection-dot { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; background: #3b82f6; border-radius: 50%; transform: translate(-50%, -50%); } /* Brain Network */ .brain-network { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; } .brain-shape { width: 80px; height: 60px; background: #3b82f6; border-radius: 40px 40px 20px 20px; position: relative; } .brain-shape::before { content: ''; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); width: 50px; height: 2px; background: #ffffff; border-radius: 2px; } .neural-lines { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; height: 150px; } .neural-lines::before, .neural-lines::after { content: ''; position: absolute; width: 2px; height: 40px; background: #3b82f6; top: 50%; left: 50%; } .neural-lines::before { transform: translate(-50%, -50%) rotate(45deg); } .neural-lines::after { transform: translate(-50%, -50%) rotate(-45deg); } /* Trading Interface */ .trading-interface { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; } .chart-bars { display: flex; align-items: end; gap: 4px; height: 60px; } .chart-bars::before, .chart-bars::after { content: ''; width: 8px; background: #3b82f6; border-radius: 2px; } .chart-bars::before { height: 40px; } .chart-bars::after { height: 25px; } .trading-buttons { display: flex; gap: 8px; } .trading-buttons::before, .trading-buttons::after { content: ''; width: 40px; height: 20px; background: #10b981; border-radius: 4px; } .trading-buttons::after { background: #ef4444; } .card-content { padding: 0px 14px; } .card-title { font-size: 1.1rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 16px; color: #1e293b; } .card-description { font-size: 0.95rem; line-height: 1.7; color: #64748b; } .card-description strong { color: #1e293b; font-weight: 600; } /* Responsive Design */ @media (max-width: 768px) { .section-title { font-size: 2rem; margin-bottom: 40px; } .features-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 40px; } .bluebrain-section { /* padding: 60px 16px; */ } .card-content { padding: 24px 20px; } } @media (max-width: 480px) { .section-title { font-size: 1.8rem; letter-spacing: 1px; } .card-title { font-size: 1rem; } .card-description { font-size: 0.9rem; } }  