body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-family: 'Poppins', sans-serif;
}
body {
  padding-bottom:0;
}
body.guest{
  color: #000;
  font-size:16px;
}
.section__prevtitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #0085FF;
}
.section__title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #0051CB;
}
.section__text {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #484848;
}

.media.post-media .media-body {
  width: 55%;
}
.media.post-media {
  margin: 20px auto;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #01155c;
}
.media.post-media .media-object {
  display: block;
  margin: auto;
  border-radius: 12px;
}
#terms .media.post-media .media-left,
#terms .media.post-media .media-body {
  vertical-align: middle;
}
.media.post-media .media-heading {
  font-size: 28px;
  font-weight: 600;
}
.well.single-post-wrap {
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #01155c;
  background-color: #fff;
}
.single-blog-main-title {
  width: 80%;
}
.well.single-post-wrap {
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #01155c;
  background-color: #fff;
  margin: 20px auto;
}
.well.single-post-wrap .featured-image {
  display: block;
  margin: auto;
  border-radius: 12px;
}
.single-post-title {
  font-size: 30px;
  font-weight: 600;
  color: #01155c;
}
.single-post-btn {
  margin: 0 0 20px;
}
#contact-us .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}
#contact-us {
  padding: 80px 0;
}
.contact-wrap {
  margin-bottom: 35px;
  width: 220px;
  min-height: 210px;
  transition: 0.3s ease-out;
}
.contact-icon i {
  color: #01155c;
  font-size: 35px;
}
.contact-icon {
  text-align: center;
  margin-bottom: 30px;
}
.contact-title {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
}
.contact-title:nth-of-type(2n+1) {
  color: #0051CB;
}
.contact-title:nth-of-type(2n) {
  color: #FF890B;
}
.contact-txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  text-align: center;

  color: #484848;
}

/* Hero */
.hero {
  background-size: cover;
  background-image: url("https://storage.perfectcdn.com/09960a/7f2umzrcsuyi96io.jpg");
  padding: 190px 0 100px 0;
  min-height: 475px;
}
.rtl-content .hero {
  padding: 190px 0 190px 0;
}
.hero__container {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 70px;
}
.hero__content {

}
.hero-image {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.rtl-content .hero-image {
  bottom: -190px;
}

.hero__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 116px;
  text-transform: uppercase;

  color: #FFFFFF;
}
.hero__subtitle {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 54px;
  line-height: 78px;
  text-transform: uppercase;

  color: #FFFFFF;
}

.hero-info {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-info__wrap {
  position: relative; 
  padding-right: 30px;
}
.hero-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 19px;
  height: 19px;

  font-size: 15px;
  text-transform: lowercase;
  border-radius: 50%;
  color: #FFF;
  background: #0085FF;
  mix-blend-mode: multiply;
}
.hero-info__popup {
  position: absolute;
  top: -200px;
  left: -125px;
  width: 250px;
  padding: 13px 20px;
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  z-index: 1000;

  color: #484848;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.hero-info__popup--active {
  opacity: 1;
  visibility:visible;
}
.hero__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;

  color: #FFFFFF;
}
.hero__color-text--yellow {
  color: #FFC700;
}
.hero__color-text--blue {
  color: #0085FF;
}
.hero_text-align--center {
  text-align: center;
}

@media (max-width:1180px) {
  .hero {
    padding-bottom: 200px;
  }
  .hero-image {
    bottom: -200px;
  }
}
@media (max-width:900px) {
  .hero__title {
    font-size: 53px;
    line-height: 77px;
  }
  .hero__subtitle { 
    font-size: 36px;
    line-height: 52px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width:740px) {
  .hero {
    padding-top: 110px;
  }
}
@media (max-width:635px) {
  .hero__title {
    font-size: 35px;
    line-height: 51px;
  }
  .hero__subtitle { 
    font-size: 24px;
    line-height: 34px;
  }
  .hero__text {
    font-size: 12px;
    line-height: 15px;
  }
  .hero-image {
    max-width: 100%;
  }
}
@media (max-width:560px) {
  .hero__container {
    padding: 0px 30px;
  }
  .hero__title, 
  .hero__subtitle, 
  .hero__text {
    text-align: center;
  }
}

@media (max-width:420px) {
  .hero-info {
    display: none;
  }
  .hero-info__wrap {
    padding-right: 0px;
  }
}

/* Login-form */

.login-form {
  margin: 120px 0;
}
.login-form__row {
  display: flex;
  align-items: center;
}
.login-form__img {
  width: 50%;
}
.login-form__form {
  width: 50%;
}
.login-form__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0051CB;
}
.login-form__subtitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  color: #0051CB;
}
.login-form__input {
  height: 52px;
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
  background: #F8F8F8;
  border-radius: 35px;
  border-color: transparent;
  outline:none;
}
.login-form__input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #B5B5B5;
}
.login-form__checkbox {
  margin-top: 34px;
}

.login-form__checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.login-form__checkbox>label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;

  color: #484848;
}
.login-form__checkbox>label::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 5px;
  margin-right: 19px;
  background-color: #F3F3F3;
  background-repeat: no-repeat;
  background-position: center center;
}
.rtl-content .login-form__checkbox>label::before {
  margin-right: 0;
  margin-left: 19px;
}
.login-form__checkbox>input:checked+label::before {
  background-image: url("https://storage.perfectcdn.com/09960a/r3hj66bhhc5mdzdj.png");
}

.login-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.login-form__submit {
  padding: 16px 40px;
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
  border-radius: 35px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;

  color: #FFFFFF;
}
.forgot-password-custom {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: right;
  color: #0085FF;
  text-decoration: none;
}
.forgot-password-custom:hover {
  color: #0085FF;
  text-decoration: none;
}
@media (max-width:740px) {
  .login-form {
    margin: 20px 0;
  }
  .login-form__img {
    display: none;
  }
  .login-form__form {
    width: 100%;
    padding: 35px;
  }
  .login-form__title,
  .login-form__subtitle {
    text-align: center;
  }
  .login-form__checkbox {
    display: flex;
    justify-content: center;
  }
  .login-form__bottom {
    flex-direction: column;
    justify-content: flex-start;
  }
  .login-form__bottom a {
    text-align: center;
  }
  .login-form__submit-row {
    display: flex;
    justify-content: center;
  }
}

/* bussiness */
.bussiness__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 70px;
}
.bussiness__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #0051CB;
  margin-bottom: 60px;
}
.bussiness__list {
  display: flex;
  flex-direction: column;
}
.bussiness__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.bussiness__list-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  min-width: 160px;
  padding-right: 25px;
}
.rtl-content .bussiness__list-item__img {
  padding-right: 0;
  padding-left: 25px;
  justify-content: flex-start;
}
.bussiness__list-item__img>img {
  margin-left: -80px;
}
.rtl-content .bussiness__list-item__img>img {
  margin-left: 0;
}

.bussiness__list-item__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #0051CB;
}
.bussiness__list-item__text {
  max-width: 410px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
}

@media (max-width:1000px) {
  .bussiness__right-img {
    display: none;
  }
  .bussiness__container {
    justify-content: center;
  }
  .bussiness__title {
    text-align: center;
  }
}
@media (max-width:600px) {
  .bussiness__list-item__img {
    display: none;
  }
  .bussiness__list-item__title,
  .bussiness__list-item__text {
    text-align: center;
  }
  .bussiness__list-item__text {
    max-width: none;
  }
}
@media (max-width:560px) {
  .bussiness__container {
    padding: 0 30px;
  }
}

/* statistic */
.statistic {
  padding: 86px 0;
  background: #eeeeee40;
}
.statistic__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 70px;
  flex-wrap: wrap;
}
.statistic__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%;
  padding: 0 30px;
}
.statistic__img {
  margin-bottom: 16px;
}
.statistic__title {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-align: center;
}
.statistic__title:nth-of-type(2n+1) {
  color: #0051CB;
}
.statistic__title:nth-of-type(2n) {
  color: #FF890B;
}
.statistic__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;

  color: #484848;
}
@media (max-width:1000px) {
  .statistic__item {
    flex-basis: 50%;
    padding-bottom: 30px;
  }
}
@media (max-width:600px) {
  .statistic__item {
    flex-basis: 100%;
  }
}

.highlight-text{
  background-color:#cfcbcb;
  color:#000;
}
#digital .slick-dots {
  display: flex !important;
  padding-left: 0;
  list-style: none;
}
#digital .slick-dots li button {
  background-color: #f4f7fa;
  border: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-right: 6px;
}
#digital .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 5px #01155c;
  border: 2px solid #fff;
}
#confuse .pad-ltr {
  padding: 0 200px;
}

.confuse__slide-prevtitle {
  margin-top: 70px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #0085FF;
}
.confuse__slide-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0051CB;
}
.confuse__slide-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
}

#signup-today {
  padding: 0 0 45px;
  background-color: #f4f7fa;
}
.order-steps-title {
  border-radius: 8px 8px 0 0;
  background-color: #0278f625;
  padding: 6px !important;
  margin-bottom: 0 !important;
}
.order-steps {
  border-radius: 0 0 8px 8px;
  background-color: #0278f625;
  padding: 6px !important;
}
.well.affiliate-well .callout__text span[style="background-color: rgb(255, 0, 0);"] {
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 600;
}
.well.affiliate-well .callout__text {
  white-space: normal !important;
  word-break: break-word;
}
.well.affiliate-well {
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 6px 0 #01155c50;
}
.affiliate-flex {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.affi-txt {
  color: #01155c;
}
.affi-label, .affi-txt {
  margin-bottom: 0;
}
.affi-label {
  font-size: 14px;
  font-weight: 600;
}
.affiliate-box {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 #01155c50;
}
.affiliate-box .affiliate-box-head {
  background-color: #01155c;
  border-radius: 8px 8px 0 0;
  padding: 12px;
}
.affiliate-box .affiliate-box-head h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.affiliate-box-body {
  padding: 19px 15px;
}
.affiliate-box-body p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.auth label[for="charge"] {
  color: #f35909;
}
.auth .form-control {
  color: #030328;
}
.auth.nightmode .nav.nav-pills li a {
  color: #fff;
}
.auth.nightmode .order-link {
  color: #fff;
}
.auth.nightmode .nav.nav-pills li a i {
  border-color: #fff;
}
.auth .nav.nav-pills li.active a, .auth .nav.nav-pills li a:hover, .auth .nav.nav-pills li a:focus, .auth .nav.nav-pills li.active a {
  background: transparent;
  border: 0;
}
.auth .nav.nav-pills li.active a i, .auth .nav.nav-pills li a:hover i, .auth .nav.nav-pills li a:focus i, .auth .nav.nav-pills li.active a i {
  background-color: #0276f3;
  color: #fff;
}
.auth .nav.nav-pills li a i {
  margin-right: 15px;
  border: 1px solid #0276f3;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.auth .nav.nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}
.auth .nav.nav-pills li a {
  color: #0276f4;
  min-width: 100px;
}
.search-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-wrap button.dropdown-toggle {
  /* color: #fff !important;
  height: 50px;
  margin-right: 7px;
  width: 227px;
  background: linear-gradient(99.28deg, #FFC700 10.78%, #FF9900 97.12%) !important;
  box-shadow: 0px 4px 20px rgba(255, 230, 0, 0.2), inset 0px 1px 2px #FFE600 !important;
  border-radius: 27px !important; */

  background-color: #01256a !important;
  color: #fff !important;
  height: 48px;
  margin-right: 7px;
  width: 270px;
}
.search-wrap .dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 5px 5px 12px;
  width: 100%;
  color: #00256d;
}
.service-well tr[visible="true"] {
  display: table-row;
}
.service-well[visible="false"], .service-well tr[visible="false"], .no-result {
  display: none;
}
.auth.nightmode {
  /* filter: grayscale(0.7); */
}
.auth.nightmode .view-ticket .well.well-white {
  box-shadow: ;
  border: 1px solid #fff;
}
.auth.nightmode .view-ticket .titcket-title {
  color: #fff;
}
.auth.nightmode .view-ticket .info {
  color: #0278f6;
}
.auth.nightmode .view-ticket .info .text-muted {
  color: #fff;
}
.auth.nightmode .ticket-info-wrap .dash-title, .auth.nightmode .ticket-info-wrap p {
  color: #fff;
}
.auth.nightmode .nav.nav-tabs li.new-ticket a {
  background-color: #0277f3;
  border-color: #0277f3;
}
.auth.nightmode .extra-nav[href="javascript:toggleMode()"] {
  background-color: #01276e;
  color: #fff;
  line-height: 25px;
}
.auth.nightmode .page-wrpper,
.auth.nightmode .well-white,
.auth.nightmode .well {
  background-color: #01155c;
  border: #01155c;
}
.nightmode .order-steps-icon i {
  color: #486b92;
  border-color: #486b92;
}
.nightmode .order-steps-icon i.fas.fa-check-circle {
  color: #fff;
}
.nightmode .row.order-steps-row::before {
  background-color: #fff;
}
.nightmode .order-steps {
  color: #c3ccd8;
}
.auth.nightmode label {
  color: #0278f6;
}
.auth.nightmode .form-control, .auth.nightmode #service_description .panel-body {
  background-color: #0278f6;
  color: #01155c;
}
.nightmode .btn-click-me, .nightmode .click-me-btn-wrap span {
  color: #01155c;
  background-color: #0278f6;
}
.nightmode .click-me-btn-wrap span::after {
  border-left: 10px solid #0278f6;
}
.nightmode .order-steps-icon i.fas.fa-check-circle {
  background-color: #01155c;
  border-radius: 100%;
}
.nightmode .help-block {
  color: #0278f6;
}

.navbar-dropdown>.dropdown-toggle {
  background: transparent !important;
}

.navbar-dropdown>.dropdown-menu {
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px !important;
}

.navbar-dropdown>.dropdown-menu>li>a {
  color: #333333 !important;
}
.navbar-dropdown>.dropdown-menu>li.active>a {
  color: #FF890B !important;
}


.auth.nightmode .panel-default, .auth.nightmode .panel-default > .panel-heading {
  border-color: #0278f6 !important;
  background-color: #0278f6 !important;
  color: ;
}
.auth.nightmode .panel.panel-default .panel-title a {
  color: #01155c;
}
.auth.nightmode .panel-default .panel-body {
  color: #01155c;
  border-top: 1px solid #01155c;
}
.auth.nightmode .panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #0278f6;
  color: #01155c;
}
.auth.nightmode .navbar-default {
  background-color: #01155c;
}
.auth.nightmode .navbar-right-block .extra-nav {
  background-color: #0278f6;
  color: #01155c;
}
.auth.nightmode .navbar-right-block .dropdown button,
.auth.nightmode .navbar-right-block .dropdown button:hover,
.auth.nightmode .navbar-right-block .dropdown button:focus {
  color: #0278f6;
}
.auth.nightmode .navbar-nav > li > a {
  color: #fff;
}
.auth.nightmode select.form-control {
  background-image: url('https://i.imgur.com/c9MFMyz.png');
  background-size: 12px auto;
}
.auth.nightmode {
  background-color: #01155c;
}
.auth.nightmode .search-wrap .input-group::placeholder,
.auth.nightmode .search-wrap .input-group input::placeholder {
  color: #01155c !important;
}
.auth.nightmode .search-wrap .input-group,
.auth.nightmode .search-wrap .input-group input {
  background-color: #0277f3;
  color: #01155c;
}
.nightmode table tr.cat-name td {
  background-color: #486b92 !important;
  color: #fff !important;
}
.nightmode table tr th, .nightmode table tr td {
  background-color: #0277f3 !important;
  color: #01155c !important;
}
.auth.nightmode .addfuns-wrap select.form-control,
.auth.nightmode .addfuns-wrap .form-control,
.auth.nightmode .ticket-page .form-control,
.auth.nightmode .account-page .form-control,
.auth.nightmode .mass-page .form-control {
  background-color: #0277f5;
  color: #01155c;
}
.auth.nightmode .addfuns-wrap label {
  color: #0277f5;
}
.nightmode .addfunds-right-txt {
  color: #0277f5;
}
.nightmode .addfuns-wrap .well.well-white {
  border: 1px solid #0277f5;
}
.nightmode .api h4, .nightmode .api h2, .nightmode .api p strong {
  color: #0277f3;
}
.nightmode pre {
  background-color: #0277f3;
  color: #01155c;
}
.nightmode .auth-bnr-img img {
  filter: saturate(0);
}
.auth.nightmode .navbar-nav li a.pinner {
  color: #0278f6;
}
.nightmode .order-steps-title {
  color: #0278f6;
}
.guest .search-wrap .btn.btn-default {
  height: 50px;
  color: #B5B5B5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #F8F8F8;
  border-color: transparent;
}
.guest .search-wrap .form-control {
  box-shadow: none;
  color: #B5B5B5;
  background-color: #F8F8F8;
}

/* tbody .badge {
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
} */
#accountModal .modal-content i {
  color: #31b46c !important;
}
#accountModal .modal-title {
  color: #fff !important;
}
#accountModal .modal-body {
  color: #fff;
  text-align: left;
}
#accountModal .modal-dialog .modal-content {
  width: 100%;
  background-color: #0276f4;
}
#accountModal.modal {
  z-index: 99999999;
}
#accountModal .modal-dialog {
  width: 80%;
}
a[data-target="#accountModal"]:hover {
  cursor: pointer !important;
  text-decoration: none;
}
a[data-target="#accountModal"] .auth-status-icon span {
  color: #333333;
}
#top-sec {
  padding: 80px 0;
  background-image: url('https://storage.perfectcdn.com/09960a/p0hzlt83u7pqr1oi.webp');
  /* background-size: contain; */
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}



.service-name .badge {
  padding: 12px;
  border-radius: 8px;
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
}

/* .service-name i {
margin-right: 16px;
color: #FFC700;
} */
.guest #navbar .navbar-nav.m-auto {
  margin: auto;
}
.guest #navbar .navbar-nav.ml-auto {
  margin-left: auto;
}
.guest #navbar {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.guest .navbar-default {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  padding: 30px 0;
  left: 0;
  right: 0;
  margin: auto;
}
.guest .navbar-default.else-nav {
  background-color: #031c75;
  position: unset;
  margin-bottom: 20px;
}
.guest #navbar {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.guest #navbar .navbar-nav.m-auto {
  margin: auto;
}
.guest #navbar .navbar-nav.ml-auto {
  margin-left: auto;
}
.guest .navbar-default #navbar li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  /* color: #FFFFFF; */
}
.guest .navbar-default #navbar li.active a,
.guest .navbar-default #navbar li a:hover,
.guest .navbar-default #navbar li.active a:hover,
.guest .navbar-default #navbar li a:focus {
  color: #FFC700;
  background-color: transparent;
}
.main-title {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
}
#top-sec .main-title {
  font-size: 50px;
  text-transform: capitalize;
}
span.orange {
  color: #ff8400;
}
span.blue {
  color: #0278f6;
}
.main-title i {
  font-size: 22px;
  color: #0278f6;
  margin-left: -10px;
}
.tooltip {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  /* width: max-content; */
}
.tooltip div {
  background-color: #fff;
  width: 100%;
  border-radius:12px;
  color: #000;
}
.title-btm-txt {
  color: #fff;
  font-size: 20px;
}
.form-left-img img {

}
.form-left-img {
  position: relative;
}
.row.form-row .form-wrap {
  margin-top: 250px;
}
.form-title {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  color: #01155c;
  margin-bottom:0;
}
.form-title-txt {
  color: #3e414f;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}
.form-group {
  position: relative;
}
.form-control {
  height: 50px;
  background-color: #fff;
  border-color: transparent;
  border-radius: 100px;
  width: 100%;
  box-shadow: 0 10px 10px 0 #cacfe2;
}
.input-icon {
  position: absolute;
  left: 15px;
  top: 0;
  transform: translateY(50% );
  width: 25px;
  height: 25px;
  color:#01155c;
      display: flex
;
    align-items: center;
}
#top-sec .form-control,
#signup .form-control {
  padding-left: 35px;
}
::placeholder {
  color: #3e414f !important;
}
.radio, .checkbox {
  margin: 0;
}
.have-acc>a {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;  
  color: #484848; 
  text-decoration: none;   
}
.btn.btn-primary {
  background-color: #0278f6;
  border-color: #0278f6;
  border-radius: 100px;
  padding: 12px 35px;
  font-size: 15px;
  font-weight: 400;
}
.row.submit-row {
  margin-top: 15px;
}
.main-title.dark {
  font-size: 50px;
  color: #01155c;
}
.main-title-txt.dark {
  color: #515460;
  font-size: 16px;
  font-weight: 400;
  padding: 0 385px;
}
#services .main-title-txt.dark {
  padding: 0 40px;
}
#services {
  padding-bottom: 80px;
}

.single-social-wrap {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,23,115,0.5);
  padding: 12px 15px;
  margin: 0 10px 0 0;
}
.social-info {
  text-align:right;
}
.social-info i {
  color: #0275f2;
  font-size: 22px;
  margin-left: auto;
  display: block;
  opacity: .5;
}
.social-info i:hover {
  opacity: 1;
}
.single-social-txt {
  color: #01155c;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
  margin-top: 20px;
}
.social-info .tooltip.top .tooltip-arrow {
  display:none;
}
.social-info .tooltip.in {
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0,23,115,0.5);
  border-radius: 8px;
}
.social-info .tooltip-inner {
  padding: 12px;
}

.service-slider-wrap {
  background-color: #fff;
  padding: 25px 0 0;
  box-shadow: 0 0 20px 0 rgba(0,23,115,0.4);
}
.ser-slide-title {
  color: #01155c;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  padding:0 25px;
}
.ser-slide-txt {
  color: #515460;
  font-size: 13px;
  padding:0 25px;
}
.service-slider-wrap .row {
  margin: 0;
}
.user-plus i {
  margin-right: 8px;
}
.user-plus {
  padding-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #0085FF;
}
.cog i {
  margin-right: 8px;
}
.cog {
  text-align: end;
  padding-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #BDBDBD;
}
.service-slider {
  margin: 140px 0;
  position: relative;
}
.service-slider::before {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/0RxCZ3Z.png');
  width: 419px;
  height: 544px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left:0;
}
.service-slider::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/wRXfmU2.png');
  width: 419px;
  height: 544px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 50%;
}
.service-slider-wrap {
  margin: 20px 20px 20px 110px;
}
.service-slider-nav button,
.slider-nav button {
  background: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}

.confuse-slider-nav .left-arrow {
  margin-right: 40px;
}

.testimonial-slider-nav .left-arrow::before,
.confuse-slider-nav .left-arrow::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(40deg);
}
.testimonial-slider-nav .left-arrow::after,
.confuse-slider-nav .left-arrow::after {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(-40deg);
}
.testimonial-slider-nav .right-arrow::before,
.confuse-slider-nav .right-arrow::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(-40deg);
}
.testimonial-slider-nav .right-arrow::after,
.confuse-slider-nav .right-arrow::after {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(40deg);
}
.rtl-content .testimonial-slider-nav .left-arrow::before,
.rtl-content .testimonial-slider-nav .right-arrow::after,
.rtl-content .confuse-slider-nav .left-arrow::before,
.rtl-content .confuse-slider-nav .right-arrow::after {
  transform: rotate(-40deg);
}
.rtl-content .testimonial-slider .left-arrow::after,
.rtl-content .testimonial-slider .right-arrow::before,
.rtl-content .confuse-slider-nav .left-arrow::after,
.rtl-content .confuse-slider-nav .right-arrow::before {
  transform: rotate(40deg);
}

.service-slider-nav {
  text-align:right;
  position: relative;
  top: 50px;
}

.media-heading {
  font-size: 22px;
  font-weight: 500;
  color: #01155c;
}
.media-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
  margin-bottom: 35px;
}

#info {
  padding: 80px 0;
}
.info-box {
  text-align: center;
}
.info-icon {
  width: 60px;
  height: 60px;
  background-color: #0054f2;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 35px;
  border-radius: 5px;
  margin: auto;
}
.info-title {
  font-size: 35px;
  color: #01155c;
  font-weight: 700;
  margin: 12px auto 0;
}
#info.sign-up-info .info-title {
  font-size: 18px;
  margin: 15px auto 10px;
}
.info-txt {
  color: #515460;
  font-size: 14px;
}
#info .row .col-sm-3:nth-child(2) .info-icon {
  background-color: #fd9230;
}
#info .row .col-sm-3:nth-child(3) .info-icon {
  background-color: #e43683;
}
#info .row .col-sm-3:last-child .info-icon {
  background-color: #31b46c;
}
#digital {
  background-image: url('https://storage.perfectcdn.com/09960a/y7xw7ncrl28r4n25.jpg');
  background-size: cover;
  overflow: hidden;
}
.digital-left-img img {
  position: relative;
  height: 660px;
  left: -360px;
}

.digital__title {
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 60px;
  line-height: 67px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.digital__subtitle {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;

  color: #FFFFFF;
}
.digital__text {
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;

  color: #FFFFFF;
}
.digital-girl {
  position: absolute;
  bottom: 0px;
  right: -134px;
}
.rtl-content .digital-girl {
  display: none;
}

@media (max-width:1450px) {
  .digital-girl {
    max-width: 30%;
  }
}
@media (max-width:1350px) {
  .digital-girl {
    max-width: 25%;
  }
}
@media (max-width:550px) {
  .digital__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 33px;
  }
  .digital__subtitle {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 14px;

    color: #FFFFFF;
  }
  .digital__text {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 14px;
  }
}


#perfect {
  padding: 80px 0;
}


.main-title-txt.blue {
  color: #00a1ff;
}

.result__container {
  max-width: 1450px;
  padding: 0 30px;
  margin: 0 auto;
}

.result__tab {
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  padding-bottom: 30px;
}

.result__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  color: #0085FF;
}

.result__tab--right .result__title,
.result__tab--right .user-plus {
  color: #FF890B;
}

.result__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #484848;    
}


#result .nav-tabs {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  justify-content: center;
  border-bottom: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
#result .nav-tabs .nav-link {
  border: 0;
  background: transparent;
  padding: 8px 8px 0 8px;
  transition: 0.3s linear;
  margin: 0 8px;
  opacity: 0.7;
}
#result .nav-tabs .nav-link:hover,
#result .nav-tabs .nav-link.active,
#result .nav-tabs li.active .nav-link,
#result .nav-tabs .nav-link:focus,
#result .nav-tabs .nav-link.active:hover {
  opacity: 1;
}
#result .service-slider-wrap {
  margin: 0 0 10px 0;
  position: relative;
}

.result__tab--left::after {
  content: '';
  background-color: transparent;
  width: 55px;
  height: 25px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 31px solid #F8F8F8;
  border-left: 0 solid transparent;
  left: -26px;
  position: absolute;
  z-index: 1;
  top: 63%;
  transform: translate(-50%);
}
.result__tab--right::after {
  content: '';
  background-color: transparent;
  width: 55px;
  height: 25px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 0 solid transparent;
  border-left: 31px solid #F8F8F8;
  right: -79px;
  position: absolute;
  z-index: 1;
  top: 63%;
  transform: translate(-50%);
}
#result .nav-tabs .nav-link img {
  filter: grayscale(100%);
}
#result .nav-tabs .nav-link:hover img,
#result .nav-tabs .nav-link.active img,
#result .nav-tabs li.active .nav-link img,
#result .nav-tabs .nav-link:focus img,
#result .nav-tabs .nav-link.active:hover img {
  filter: none;
}
#result {
  background: url("https://storage.perfectcdn.com/09960a/3r3he5h0gocdhx8r.jpg") bottom no-repeat;
  padding: 80px 0 40px 0;
}
#confuse {
  padding: 120px 0 184px;
}
/* .watch-video {
position: relative;
} */
.watch-video-btn {
  background: transparent;
  border: 0;
}
.modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  text-align: center;
}
.modal-header {
  border: 0;
}
.modal-header .close {
  background-color: #fff;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 25px !important;
}
.confuse-slider::before {
  content: '';
  z-index: 2;
  position: absolute;
  background-image: url('https://i.imgur.com/0aMnk7p.png');
  width: 220px;
  height: 558px;
  top: -120px;
  left: -93px;
}
.confuse-slider::after {
  content: '';
  background-image: url('https://i.imgur.com/ei3YlAk.png');
  position: absolute;
  width: 209px;
  height: 526px;
  right: -47px;
  top: -95px;
  z-index: 0;
}
.confuse-slider .main-title-txt.dark.blue {
  padding: 0;
  margin-top: 30px;
}
.confuse-slider {
  margin-top: 80px;
}
.confuse-slider-wrap {
  margin: 0 12px;
}
.confuse-slider .slick-list {
  z-index: 1;
}

#confuse .slick-slide.slick-current.slick-active {
  margin-top: 0;
}
.slider-nav.confuse-slider-nav {
  position: absolute;
  bottom: -60px;
  left: 20px;
  z-index: 9;
}
.advert-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('https://i.imgur.com/9KAm3n5.png');
  min-height: 418px;
  background-size: cover;
}
.advert-txt {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.advert-title {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.adverts-row .col-sm-4:nth-child(2) .advert-wrap {
  background-image: url(https://i.imgur.com/pIhEl5A.png);
}
.adverts-row .col-sm-4:nth-child(3) .advert-wrap {
  background-image: url(https://i.imgur.com/Sgge9kq.png);
}
.adverts-row {
  margin-top: 50px;
}
#adverts {
  padding: 30px 0;
}
#ready {
  padding: 100px 0 100px;
  background-image: url('https://storage.perfectcdn.com/09960a/41yi3j8yfhj7e3lc.jpg');
  background-size: cover;
}
.ready__container {
  margin: auto;
  padding: 0px 70px;
  max-width: 1390px;
}
.ready__title {
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 48px;
  line-height: 102.5%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ready__text {
  margin-bottom: 67px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
}
.ready__btn {
  padding: 15px 40px;
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
  border-radius: 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;

  color: #FFFFFF;
}
.verification-notice {
  position: relative;
}
.verification-notice::after {
  content: "\f05a";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}









@media (max-width:1199px) {
  .ready__title, 
  .ready__text {
    text-align: center;
  }

  .ready__btn {
    width: 50%;
    display: block;
    margin: auto;
  }
  .ready__img {
    display: none;
  }
}


#faq {
  padding: 115px 0 100px;
}

.faq__container {
  margin: auto;
  padding: 0px 70px;
  max-width: 1390px;
  background: url('https://storage.perfectcdn.com/09960a/93symzjwidgpcec0.png') right bottom no-repeat;
}

.rtl-content .faq__container {
  background: #fff;
}

@media (max-width:767px) {
  .faq__container {
    background: #fff;
  }
}
.faq__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-transform: uppercase;
  color: #0051CB;
}
.faq__slide-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 34px;
  line-height: 49px;
  text-transform: capitalize;
  color: #0051CB;
}
.faq__slide-text {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
}

.row.faq-tabs-row .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
}
.row.faq-tabs-row {
  margin-top: 35px;
}
.row.faq-tabs-row .nav-tabs > li > a {
  padding: 15px 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  background: #D8D8D8;
  border-radius: 35px;
}
.row.faq-tabs-row .nav-tabs .nav-item {
  padding: 0 0 35px;
}
.row.faq-tabs-row .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
  border: none;
}
.row.faq-tabs-row .nav-tabs > li.active > a,
.row.faq-tabs-row .nav-tabs > li.active > a:hover,
.row.faq-tabs-row .nav-tabs > li > a:hover,
.row.faq-tabs-row .nav-tabs > li > a:focus {
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
}
#faq .tab-content {
  padding: 0 100px;
}
#faq .tab-content p.red-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #FF890B;
}
#faq .tab-content .blue-txt {
  margin-left: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #0085FF;
}

.testi-wrap {
  text-align: center;
}
.test-profile img {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  display: block;
  margin: 25px auto;
}
.testi-name {
  color: #01155c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 25px;
}
.test-platform {
  color: #0278f6;
  font-size: 12px;
  font-weight: 500;
}

.row.testimonial-slider {
  position: relative;
}
#testimonial {
  background-color: #eeeeee40;
  background-image: url("https://storage.perfectcdn.com/09960a/apw10iifq27pyd7y.png"), url("https://storage.perfectcdn.com/09960a/7zs8uk9ao6nxs8lr.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0;
}
footer {
  background: url(https://storage.perfectcdn.com/09960a/ljtmg8ja0urqa1ac.png) left bottom no-repeat, url(https://storage.perfectcdn.com/09960a/3f4f8zj5fmxxkyup.png) right bottom no-repeat, radial-gradient(241.65% 1167.57% at 28.61% -15.67%, #032BC4 0%, #0123A4 36.46%, #0124A4 58.33%, #0051CB 100%);
  padding: 86px 0px 200px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 106px;
  padding: 0px 75px;
  background: #0051CB;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer-bottom a {
  margin-left: 130px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  text-decoration-line: underline;
  text-transform: capitalize;

  color: #FFFFFF;
}

.socila-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 64px;
  max-width: 1430px;
  padding: 0px 70px;
}
@media (max-width:560px) {
  .socila-icons {
    padding: 0px 30px;
  }
}

.socila-icon--item {
  position: relative;
  width: 150px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.socila-icon--info {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 19px;
  height: 19px;

  border-radius: 50%;
  color: #FFF;
  background: #0085FF;
  mix-blend-mode: multiply;
}
.socila-icon--more-info {
  position: absolute;
  top: -60px;
  left: -37px;
  width: 192px;
  padding: 13px 20px;
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;

  color: #484848;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.socila-icon--more-info__active {
  opacity: 1;
  visibility:visible;
}

.follow-us {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  margin-bottom: 65px;
  max-width: 1430px;
  padding: 0px 70px;
}
@media (max-width:560px) {
  .follow-us {
    padding: 0px 30px;
  }
}

.follow-us--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  padding-right: 60px;
}
.follow-us>a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #0085FF;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0px 70px;
  max-width: 1390px;
}

.footer-container>div {
  max-width: 240px;
}

.footer-logo {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

.footer-container p {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.footer-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;

  color: #FFFFFF;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  color: #FFFFFF;
}

.footer-nav>a {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  color: #FFFFFF;
}



.world-img img {
  display: block;
  margin: 35px auto;
}
.copyright {
  color: #607ad7;
  margin-bottom: 0;
}

#testimonial .slider-nav.testimonial-slider-nav {
  position: relative;
}
#testimonial .slider-nav.testimonial-slider-nav button {
  position: absolute;
  bottom: 100px;
  left: 170px;
  border:0;
}
#testimonial .slider-nav.testimonial-slider-nav button.right-arrow {
  right: 170px;
  left: auto;
}
#signup {
  padding: 180px 0 80px;
  background-color: #01155c;
}
#page-header {
  background-image: url('https://i.imgur.com/JZRvTLI.jpg');
  padding: 180px 0;
  background-size: cover;
  background-position: bottom;
}
.breadcrums {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.breadcrums li a {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 15px;
}
.breadcrums li.page-name a {
  color: #0278f6;
}
#page-header .main-title {
  text-transform: uppercase;
}
#faq .main-title,
#terms .main-title {
  position:relative;
}
#faq .main-title::before,
#terms .main-title::before {
  background-image: url('https://i.imgur.com/kPzgCAj.png');
  position: absolute;
  content: '';
  width: 135px;
  height: 106px;
  left: 0;
  bottom: 0;
}
#faq .main-title::after {
  content: '';
  background-image: url('https://i.imgur.com/fpivguJ.png');
  width: 174px;
  height: 418px;
  position: absolute;
  right: -50px;
  top: 40px;
}

#terms .media-left, #terms .media-right, #terms .media-body {
  vertical-align: top;
}
#terms {
  padding: 80px 0;
}
#terms .media-body {
  vertical-align: bottom !important;
}
.sidebar-wrap {
  background-color: #011561;
  background-image: url('https://i.imgur.com/MFujNph.png');
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index:9999;
  transition: all 0.5s ease;
  /*overflow-y: scroll; */
}
.sidebar-nav ul {
  list-style: none;
  padding-left: 0;
}
/* */
.sidebar-nav li {
  width: 100%;
}
.sidebar-nav ul li a {
  text-align: center;
}
.sidebar-nav ul li a i {
  display: block;
}
.sidebar-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px;
}
.sidebar-nav ul li.active a,
.sidebar-nav ul li.active a:hover,
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:focus {
  background-color: rgba(1,28,86,.5);
  text-decoration: none;

}
.sidebar-nav {
  padding-top: 50px;
}
.auth .navbar-default {
  background-color: #0276f3;
}
.sidebar-wrap .sidebar-logo {
  background-color: #0276f3;
  width: 100%;
  padding: 6px 15px;
}
.auth .navbar-default {
  background-color: #fff;
  border: 0;
}
.auth .navbar-nav li a.pinner {
  color: #01155c;
}
.auth .navbar-nav > li > a {
  color: #686b75;
}
.auth .navbar-nav > li > a .bread-bar {
  margin: 0 15px;
}
.auth .navbar-nav > li > a .page-name {
  color: #0276f3;
}
.auth .navbar-nav > li > a:hover, .auth .navbar-nav > li > a:focus {
  background: transparent;
  color: #686b75;
}
#wrapper .page-wrpper,
.auth #wrapper .navbar-default {
  padding-left: 200px;
  transition: all 0.5s ease;
}
#wrapper.toggled .navbar-default,
#wrapper.toggled .page-wrpper {
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled .sidebar-wrap {
  left: -200px;
  transition: all 0.5s ease;
}
.auth .navbar-right-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.auth .navbar-right-block .dropdown button {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #01155c;
}
.auth .navbar-right-block .extra-nav {
  background-color: #f4f7fa;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 3px 10px;
  font-size: 24px;
  margin: 0 5px;
}
.user-img {
  margin-left: 12px;
}
.auth .navbar-right-block .dropdown button:hover, .auth .navbar-right-block .dropdown button:focus {
  background: transparent;
  color: #01155c;
}
#auth-header {
  background-color: #0278f6;
  padding: 25px;
  margin-top: -20px;
  /* margin-bottom: 45px; */
}
.auth-bnr-img {
  position: relative;
}
.auth-status-wrap {
  text-align: center;
  position: relative;
}
.auth-status-icon span {
  background-color: #fff;
  height: 45px;
  width: 45px;
  display: block;
  margin: auto auto 20px;
  line-height: 40px;
  font-size: 20px;
  box-shadow: -7px -5px 0 0px #0663cb;
  filter: drop-shadow( 10px 10px 20px rgba(0,23,115,.5));
}
.auth-staus-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.auth-staus-txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.auth-bnr-img img {
  position: absolute;
  z-index: 1;
  left: -25px;
}
.auth-status-wrap::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  border-left: 2px solid #0e7bef;
  border-right: 2px solid #0172ec;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.well.well-grey {
  background-color: #eff3f7;
  border-color: #eff3f7;
  box-shadow: none;
}
.page-wrpper {
  background-color: #eff3f7;
}
.btn-click-me {
  background-color: #c3ccd8;
  border-radius: 100px;
  color: #01155c;
  padding: 12px 35px;
}
.click-me-btn-wrap span {
  background-color: #bdc6d5;
  color: #01155c;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  margin-right: 8px;
}
.click-me-btn-wrap span::after {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid #bdc6d5;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.click-me-btn-wrap {
  text-align: right;
}
.order-steps-icon i {
  color: #01155c;
  font-size: 22px;
}
.order-steps-title {
  color: #01155c;
  font-size: 17px;
  margin-bottom: 8px;
  margin-top: 12px;
}
.order-steps {
  color: #979aa1;
  font-size: 10px;
  margin-bottom: 0;
}
.order-steps-title, .order-steps {
  padding: 0 6px;
}
.order-steps-wrap {
  margin-bottom: 15px;
}
.row.order-steps-row::before {
  content: '';
  width: 98%;
  height: 2px;
  background-color: #dadfe9;
  left: 15px;
  position: absolute;
  top: 10px;
}
.row.order-steps-row {
  position: relative;
  min-height: 100px;
  margin-top: 12px;
}
.row.order-steps-row::after {
  content: '';
  width: 98%;
  height: 2px;
  background-color: #dadfe9;
  left: 15px;
  position: absolute;
  bottom: 4px;
  bottom: -6px;
}
.order-steps-icon i.fas.fa-check-circle {
  color: #31b46c;
}
.auth label {
  color: #515460;
  color: #01155c;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0;
}
.auth .form-control {
  color: #9798a0;
  height: 60px;
  border-radius: 3px;
  box-shadow: none;
}
.auth .form-control {
  /* color: #9798a0; */
  color: #030328;
  height: 60px;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
}
.auth #service_description .panel-body {
  color: #030328;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
}
.auth select.form-control {
  background-image: url('https://i.imgur.com/S5NO2p2.png');
  background-position: 98%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding-right: 25px;
}
.auth #order-form .btn.btn-primary {
  margin: auto;
  display: block;
}
.auth .dash-title {
  font-size: 18px;
  color: #01155c;
}
.well.well-white {
  background-color: #fff;
  border-color: #fff;
}
.auth .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.auth .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}
.auth .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.auth .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}
.auth .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.auth .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.auth .panel-default {
  border-color: #f3f6f9 !important;
  background-color: #f3f6f9 !important;
}
.auth .panel.panel-default .panel-title a {
  color: #797b7f;
  font-size: 15px;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
table tr th, table tr td {
  padding: 15px !important;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff !important;
  border: 0 !important;
}
table tr th {
  /* font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #0051CB; */
  color:#0276f4;
}
table tr td {
  color:#01155c;
}
/* table tr.cat-name td {
margin: 0 20px;
background: #0051CB !important;
box-shadow: 0px 4px 20px rgba(255, 230, 0, 0.2), inset 0px 1px 8px rgba(0, 209, 255, 0.5);
border-radius: 27px !important;
color: #fff;
text-align: center;
font-size: 18px;
font-weight: 600;
} */
table tr.cat-name td {
  background-color: #0277f3 !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
table tr th:first-child,
table tr td:first-child{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table tr th:last-child,
table tr td:last-child{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
td span.badge {
  font-weight: 400;
  background-color: #ffffff;
  padding: 4px 12px;
  font-size: 18px;
}
.service-description .btn.btn-primary {
  /* background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.2), inset 0px 1px 2px #00D1FF;
  border-radius: 35px; */
  background-color: #f35909;
  border-color: #f35909;
}
.width-service-name {
  min-width: 200px;
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.auth .modal-content {
  background-color: #fff;
}
.container-fluid.addfuns-wrap > .row {
  margin: 100px auto;
}
.container-fluid.addfuns-wrap {
  width: 85%;
  margin: auto;
}
.auth .nav.nav-tabs {
  border: 0;
}
.auth .nav.nav-tabs li a {
  color: #01155c;
  font-size: 15px;
  background-color: #f4f7fa;
  padding: 12px 30px;
  border-radius: 100px;
  margin-right: 10px;
  border-color: #f4f7fa;
  margin-bottom: 15px;
}
.auth .nav.nav-tabs li.active a,
.auth .nav.nav-tabs li a:focus,
.auth .nav.nav-tabs li.active a:hover,
.auth .nav.nav-tabs li a:hover {
  background-color: #0277f5;
  color:#fff;
  border-color: #0277f5;
}
.auth .addfuns-wrap select.form-control,
.auth .addfuns-wrap .form-control,
.auth .ticket-page .form-control,
.auth .account-page .form-control,
.auth .mass-page .form-control {
  background-color: #f4f7fa;
  color: #01155c;
}
.auth .addfuns-wrap label {
  color: #01155c;
}
.addfunds-right-txt {
  font-size: 14px;
  color: #01155c;
  font-weight: 600;
}
.paytm-img {
  margin: 0 auto 25px;
}
.auth {
  background-color: #eff3f7;
}
pre {
  background-color: #01155c;
  color: #fff;
  border-color: #01155c;
}
.ticket-message-right .ticket-message {
  background-color: #0276f3;
  color: #fff;
  border-color: #0276f3;
  border-radius: 15px 15px 0 15px;
  margin-bottom: 10px;
}
.ticket-message-left .ticket-message {
  background-color: rgba(2,118,243,0.5);
  color: #fff;
  border-color: #0276f3;
  border-radius: 15px 15px 15px 0;
  margin-bottom: 10px;
}
.auth #message.form-control {
  background-color: #f4f7fa;
  height: 200px;
}
.container-fluid.mass-page textarea {
  height: 180px;
}
.auth #page-header {
  display: none;
}
.auth #faq .main-title::after {
  display: none;
}
.auth .search-wrap {
  margin: 8px 0 8px auto;
}
.auth .search-wrap .input-group,
.auth .search-wrap .input-group input {
  background-color: #f4f7fa;
}
.auth .search-wrap button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #060606;
}
.auth .search-wrap .input-group input {
  height: 48px;
  color: #515460;
}
.auth .search-wrap .input-group input::placeholder {
  color: #515460 !important;
}
.auth .search-wrap .input-group input:focus {
  border: 0;
}
#infomodal .modal-body, #infomodal .modal-body .dash-title {
  text-align: left;
  color: #fff;
}
#infomodal .modal-header img {
  margin: auto;
}
#infomodal .modal-content {
  background-color: #0276f4;
}
#infomodal button.close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.sidebar-pinner {
  display: none;
}
.service-description .modal-content {
  background-color: #fff;
}
#ticketsend .siginInRow {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
#ticketsend label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color:#fff;
}
#ticketsend .inputfeild {
  border:0;
  float: none;
  width: 100%;
  color: #00266d;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  height: 48px;
  padding: 12px;
}
#ticketsend textarea {
  width: 100%;
  height: 300px;
}
#newTicket .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  color: #fff;
}
#newTicket .modal-content {
  background-color: #0276f4;
  text-align: left;
  color: #fff;
}
#newTicket .modal-content .modal-header {
  background-color: #00266d;
}
#ticketsend textarea.inputfeild {
  height: 150px;
}
.submitButton.btn.btn-primary {
  background-color: #00266c;
  border-color: #00266c;
  margin: auto;
  display: block;
}
.nav-item.new-ticket {
  float: right;
}
.auth .nav.nav-tabs li.new-ticket a {
  background-color: #012167;
  border-color: #012167;
  color: #fff;
}
.auth .nav.nav-tabs li.new-ticket a:hover {
  cursor: pointer;
}
.ticket-info-wrap {
  padding: 40px 25px;
}
tbody .badge.badge-Answered {
  background-color: #14cb06;
  box-shadow: 0 5px 5px 0 rgba(20, 203, 6, 0.5);
  padding: 8px 12px !important;
}
tbody .badge.badge-Closed {
  background-color: #d80027;
  box-shadow: 0 5px 5px 0 rgba(216, 0, 39, 0.5);
  padding: 8px 12px !important;
}
tbody .badge.badge-Pending {
  background-color: #0277f5;
  box-shadow: 0 5px 5px 0 rgba(2, 119, 245, 0.5);
  padding: 8px 12px !important;
}
.ticket-subject a {
  color: #012167;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: ;
}
#newTicket .modal-content {
  text-align: left;
  color: #fff;
  background-image: url('https://i.imgur.com/cbvrwjI.png');
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 155px 195px;
}
#newTicket .modal-dialog {
  width: 70%;
  margin: 30px auto;
  z-index: 999999;
}
#newTicket .modal-content .modal-header {
  background-color: transparent;
}
#newTicket .modal-content .modal-header .modal-title {
  font-size: 24px;
}
.goog-te-gadget-icon + span {
  display: none !important;
}
.goog-te-gadget-icon {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  /* content: url("http://imgur.com/SZ8Cm.jpg") !important; */
}
.goog-te-gadget-simple {
  background-image: url("https://i.imgur.com/VvI3WKa.png") !important;
  width: 45px;
  height: 45px;
  border: 0 !important;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
div#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  background-color: transparent;
}
.order-col .card {
  background-color: #fefefe;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(1,44,128,0.1);
}
.order-col .card-service {
  color: #01155c;
  font-size: 18px;
  font-weight: 500;
}
.card-name {
  font-size: 16px;
  color: #515460;
  line-height: 20px;
}
.order-col .card-body {
  padding: 12px;
  border-bottom: 1px solid #e9edf4;
}
.order-col .card-body {
  height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-text .link {
  color: #0276f4;
}
.order-col .card .col-sm-6 .card-text {
  color: #0276f4;
}
.order-col .card .row .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.order-col .card .row {
  margin-left: 0;
  margin-right: 0;
}
.order-col {
  margin-bottom: 20px;
}
.order-col .card-head {
  text-transform: uppercase;
}
.pinner {
  background-image: url('https://storage.perfectcdn.com/09960a/4xr9zt1z5ld70gfp.png');
  width: 40px;
  height: 40px;
  background-size: 100%;
  padding: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* margin-left: 10px; */
  background-color: #fff;
  background-size: 25px 25px;
  border-radius: 100%;
  z-index: 9999;
  box-shadow: 0 0 20px 0 #002f7f;
}
#wrapper.toggled .pinner {
  transform: rotateY(180deg) translateY(-50%);
}
.order-actions .btn {
  padding: 6px 25px;
}
.subc-status .card-body, .subs-action .card-body {
  height: auto;
}
.card-body.no-border {
  border: 0;
}
.table-responsive {
  width: 100%;
}
.auth .nav.nav-pills.rtl-nav {
  float: none;
}
.auth .nav.nav-pills.rtl-nav li a i {
  margin-right: 0;
  margin-left: 15px;
}
.pinner {
  background-image: url('https://storage.perfectcdn.com/09960a/d4sji4ughay7y3r6.png');
}


.rtl-site #top-sec .main-title {
  font-size: 42px;
}
.rtl-site #top-sec .main-title {
  text-align: center;
}
.rtl-site #services .main-title {
  text-align: center;
}
.single-social-txt {
  text-align: center;
}
.rtl-site .info-title {
  text-align: center;
}
#adverts .main-title {
  text-align: center;
}
#testimonial .slider-nav.testimonial-slider-nav button {
  text-align: center;
}
#testimonial .main-title {
  text-align: center;
}
#result .main-title {
  text-align: center;
}
.rtl-site .sidebar-wrap {
  right: 0;
}
.rtl-site #wrapper .page-wrpper {
  padding-left: 0;
  padding-right: 175px;
}
.rtl-site #wrapper .page-wrpper,
.rtl-site.auth #wrapper .navbar-default {
  padding-left: 0;
  padding-right: 175px;
}
.rtl-site #wrapper.toggled .sidebar-wrap {
  left: auto;
  /* right: -175px; */
}
.rtl-site .testi-name {
  text-align: center;
}
.rtl-site .pinner {
  right: 170px;
  left: auto;
  transform: rotateY(180deg) translateY(-50%);
}
.rtl-site #wrapper.toggled .pinner {
  transform: rotateY(0) translateY(-50%);
}
.rtl-site #wrapper.toggled .sidebar-wrap {
  right: -210px;
}
.rtl-site #wrapper.toggled .page-wrpper,
.rtl-site.auth #wrapper.toggled .navbar-default  {
  padding-right: 0;
}
.rtl-site #wrapper.toggled .pinner {
  right: 0;
}
.auth .navbar-right-block .dropdown .dropdown-menu li {
  display: block;
  float: none !important;
}
.rtl-site .order-steps-title {
  font-size: 14px;
}
.rtl-site .auth-staus-title {
  text-align: center !important;
}
.rtl-site #faq .main-title {
  text-align: center;
}
.rtl-site #terms .media-body {
  padding-right: 15px;
}
.blog-main-title {
  text-align: center !important;
}
.rtl-site .contact-title {
  text-align: center;
}
.rtl-site .search-wrap .dropdown-menu .dropdown-item {
  text-align: right;
}
.rtl-site #faq .row.faq-tabs-row .tab-content {
  padding-right: 0;
  padding-left: 0;
}
.rtl-site .click-me-btn-wrap {
  text-align: left;
}
.rtl-site .auth-bnr-img img {
  transform: rotateY(180deg);
}
.auth select.form-control {
  background-position: 2%;
  padding-right: 15px;
  padding-left: 25px;
  text-align: right;
}
.auth.rtl-site .nav.nav-tabs.rtl-nav {
  padding-right: 0;
}
.auth.rtl-site .nav.nav-tabs.rtl-nav li a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-site #ticketsend label {
  text-align: right;
}

.sub-ed,
.notify-box-wrap.active .sub-d {
  display: none;
}
.notify-box-wrap.active .sub-ed {
  display: block;
}
.verify-box {
  float: right;
  background-color: #0278f6;
  padding: 15px 25px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
.verify-box .verify-box-status {
  display: none;
}
.verify-box .verify-box-status.active {
  display: block;
}
.form-group.sec-wrap {
  position: relative;
}
.auth .content-verified .form-control {
  background-color: #f4f7fa;
  color: #01155c;
}
.auth .content-verified #save-secret {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 0;
}
.brand-category {
  margin: 10px !important;
  border-radius: 6px;
  padding: 12px;
  background-color: #0278f6;
  color: #eff3f7;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 18px;
}
.brand-category .icon {
  margin-right: 7px;
}
.brand-category:hover,
.brand-category:focus,
.brand-category:focus-visible {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
}



@media (max-width:1199px) {
  .row.form-row .form-wrap {
    margin-top: 90px;
  }
  .form-left-img img {
    top: 0;
    width: 300px;
    left: 50px;
  }
  .main-title-txt.dark {
    padding: 0 0;
  }
  .single-social-icon,
  #result .nav-tabs .nav-link img {
    max-width: 100%;
  }
  .single-social-txt {
    font-size: 20px;
    margin-top: 10px;
  }
  .service-slider {
    margin: 140px 0 50px;
  }
  .digital-left-img img {
    height: 756px;
    left: -600px;
  }
  .digital-girl img {
    top: -61px;
    width: 145px;
  }
  .confuse-slider::before {
    left: 0;
  }
  .confuse-slider::after {
    right:0;
  }
  .advert-wrap {
    min-height: 318px;
  }
  .advert-title {
    font-size: 45px;
  }
  #faq .main-title::before, #terms .main-title::before {
    bottom:-40px;
  }
  #faq .main-title::after {
    width: 144px;
    height: 388px;
    right: 0;
    top: 40px;
    background-size: 144px 388px;
  }
  .row.testimonial-slider::after {
    right:15px;
  }
  .row.testimonial-slider::before {
    left:15px;
  }
  .auth-bnr-img img {
    max-width: 100%;
    left: 0;
    top: 60px;
  }
  .auth-staus-title {
    font-size: 16px;
  }
  .row.order-steps-row::after {
    display:none;
  }

}
@media (max-width:992px) {
  .guest .navbar-default #navbar li a {
    min-width: 85px;
  }
  .main-title {
    font-size: 50px;
  }
  .row.form-row .form-wrap {
    margin-top: 50px;
  }
  .form-left-img img {
    left:0;
  }
  #top-sec {
    padding: 80px 0 45px;
  }
  .single-social-txt {
    font-size: 16px;
    margin-top: 10px;
  }
  .service-slider-nav {
    top:0;
  }
  .service-slider {
    margin: 50px 0 50px;
  }
  .service-slider-wrap {
    margin: 20px 20px 20px 20px;
  }
  .service-slider::before,
  .service-slider::after {
    width: 339px;
    height: 464px;
    background-size: 339px 464px;
  }
  #services {
    padding-bottom: 45px;
  }
  .main-title.dark {
    font-size: 32px;
  }
  .info-title {
    font-size: 30px;
  }
  .digital-left-img img {
    left: -765px;
    height: 795px;
  }
  h2.main-title {
    font-size: ;
    font-size: 32px;
  }
  #digital p {
    font-size: 14px;
  }
  .digital-girl img {
    width: 100px;
  }
  #perfect,
  #result,
  #info,
  #confuse,
  #faq,
  #testimonial {
    padding: 45px 0;
  }
  #result .tab-content .col-sm-3 {
    display: none;
  }
  #result .col-sm-6 .service-slider-wrap:first-child::after,
  #result .col-sm-6 .service-slider-wrap:last-child::after {
    display:none;
  }
  .watch-video-btn img {
    max-width: 100%;
  }
  .confuse-slider::before {
    left: 0;
    width: 120px;
    height: 308px;
    background-size: 120px auto;
    top: -90px;
  }
  .confuse-slider::after {
    right: 0;
    width: 109px;
    height: 275px;
    background-size: 109px auto;
    top: 0;
  }
  .watch-video-btn {
    top: -80px;
  }
  .advert-txt {
    font-size: 14px;
  }
  .advert-title {
    font-size: 32px;
  }
  .advert-wrap {
    min-height: 238px;
  }
  #ready {
    margin-top: 70px;
  }
  .row.faq-tabs-row .nav-tabs > li.active > a,
  .row.faq-tabs-row .nav-tabs > li.active > a:hover,
  .row.faq-tabs-row .nav-tabs > li > a:hover,
  .row.faq-tabs-row .nav-tabs > li > a:focus,
  .row.faq-tabs-row .nav-tabs > li > a {
    padding:12px 15px;
  }
  .row.testimonial-slider::before,
  .row.testimonial-slider::after {
    display:none;
  }
  #testimonial .slider-nav.testimonial-slider-nav button {
    left:0;
  }
  #testimonial .slider-nav.testimonial-slider-nav button.right-arrow {
    right: 0;
    left: auto;
  }
  .auth #navbar.collapse {
    display: flex;
    height: auto !important;
    flex-wrap: wrap;
  }
  .auth #navbar.collapse .navbar-left-block, .auth #navbar.collapse .navbar-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .auth .navbar-collapsed-before .navbar-nav li {
    width: auto;
  }

  .auth-staus-txt {
    font-size: 14px;
    line-height: 1.1;
  }
  .auth-staus-title {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .guest #navbar, .guest #navbar.collapse.in {
    display: block !important;
  }
  .guest #navbar.collapse {
    display:none !important;
  }
  .guest #navbar {
    background-color: #01155c;
  }
  .guest #navbar.navbar-collapse {
    border:0 !important;
  }
  #top-sec {
    background-size: cover;
    background-position: bottom;
  }
  .form-left-img {
    display: none;
  }
  .row.form-row .form-wrap {
    margin-top: 0;
  }
  .form-title, .form-title-txt {
    text-align: center;
    color: #fff;
  }
  .api h4, h5, h6, form {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #top-sec form .text-right {
    text-align: center !important;
  }
  .have-acc {
    display: block;
    margin-bottom: 10px;
  }
  #top-sec form label, .forgot-password1, .have-acc {
    color: #fff;
  }
  .social-info i {
    font-size: 12px;
  }
  .single-social-wrap {
    padding:6px 8px;
  }
  .single-social-icon {
    width: 40px;
    margin: auto;
    display: block;
  }
  .single-social-txt {
    font-size: 12px;
  }
  .service-slider::before, .service-slider::after {
    display:none;
  }
  .service-slider {
    margin: 0;
  }
  .digital-left-img img {
    display: none;
  }
  .watch-video-btn img {
    width: 70px;
  }
  .advert-wrap {
    margin-bottom: 25px;
  }
  .ready-right-img, .ready-left-img {
    display: none;
  }
  #ready {
    padding: 45px 0 45px;
  }
  #faq .main-title::before,
  #terms .main-title::before,
  #faq .main-title::after {
    display: none;
  }
  .row.faq-tabs-row .nav-tabs {
    margin-bottom: 15px;
  }
  .row.faq-tabs-row .nav-tabs > li > a {
    text-align: center;
  }
  #faq .row.faq-tabs-row .tab-content {
    padding-right: 0;
    padding-left: 0;
  }
  .auth .navbar-nav li {
    display: inline-block;
  }
  .auth .navbar-nav li{
    width: auto;
  }
  .auth-status-wrap::after {
    display: none;
  }
  .auth-bnr-img img {
    display: none;
  }
  .auth-status-wrap {
    margin-bottom: 25px;
  }
}
@media (max-width:550px) {
  h1.main-title {
    font-size: 29px;
  }
  .title-btm-txt {
    font-size: 14px;
    line-height: 1.1;
  }

  .single-social-icon {
    width: auto;
  }
  #result .nav-tabs {
    flex-wrap: wrap;
  }
  #result .nav-tabs .nav-link {
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
    width: 52px;
  }
  #result .nav-tabs .nav-link:hover, #result .nav-tabs .nav-link.active, #result .nav-tabs li.active .nav-link, #result .nav-tabs .nav-link:focus, #result .nav-tabs .nav-link.active:hover {
    transform: translateY(0px);
  }
  .confuse-slider {
    margin-top: 20px;
  }
  .confuse-slider::before,
  .confuse-slider::after {
    display:none;
  }
  .slider-nav.confuse-slider-nav {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
  }
  .testi-txt {
    padding: 0 45px;
  }
  #page-header {
    padding: 100px 0;
  }
  .service-description .modal-content {
    background-color: #0276f4;
    color: #ffffff;
    border-spacing: 0;
  }
  .modal-content .modal-body, .modal-content .modal-header {
    word-break: break-word;
    white-space: normal;
  }
  .signup-right-img {
    margin-bottom: 15px;
  }
  #terms .media-left, #terms .media-right, #terms .media-body {
    display: block;
    width: 100%;
  }
  .auth .navbar-right-block .dropdown button {
    font-size:11px;
  }
  .auth .navbar-right-block .extra-nav {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 3px 3px;
    font-size: 14px;
  }
  .auth .navbar-right-block .dropdown button img {
    width: 25px;
  }
  .auth .navbar-right-block {
    flex-wrap: wrap;
  }
  .auth #navbar.collapse .navbar-right-block .open .dropdown-menu {
    position: absolute;
    background-color: #01155c;
  }
  #wrapper .page-wrpper,
  .auth #wrapper .navbar-default {
    padding-left: 0;
  }
  .sidebar-pinner {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  .sidebar-pinner .pinner {
    color: #fff;
  }
  .sidebar-nav {
    padding-top: 10px;
    height: 100%;
    overflow-y: auto;
  }
  .auth .search-wrap {
    width: 100%;
    margin: 8px;
  }
  .container-fluid.addfuns-wrap {
    width: 100%;
    margin: auto;
  }
  .container-fluid.addfuns-wrap > .row {
    margin: 20px auto;
  }
  .sidebar-pinner {
    display: block;
  }
  .search-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 !important;
  }
  .search-wrap > .dropdown, .search-wrap button.dropdown-toggle {
    width: 100%;
    margin-bottom: 5px;
  }
  .main-title i{
    margin-left: 0px;
  }
  .form-control{
    height: 48px;
    box-shadow: 0 4px 10px -2px #cacfe2;
  }
  .main-title.dark {
    font-size: 28px;
  }
  .main-title-txt.dark{
    font-size: 14px;
  }
  .service-slider-nav{
    text-align:center;
  }
  .service-slider-wrap {
    margin: 15px 12px 15px 12px;
    box-shadow: 0 0 15px -4px rgba(0,23,115,0.4);
  }
  #services {
    padding-bottom: 20px;
  }
  #info .col-sm-3 {
    float: left;
    width: 50%;
  }
  .info-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .info-title {
    font-size: 22px;
  }
  .info-txt {
    font-size: 12px;
  }
  #perfect, #result, #info, #confuse, #faq, #testimonial {
    padding: 40px 0;
  }

  .advert-wrap {
    margin-bottom: 15px;
    min-height: 148px;
    background-position: center center;
  }
  #ready {
    padding: 40px 0 45px;
  }
  #ready .btn.btn-primary {
    margin-top: 10px;
  }
  .row.faq-tabs-row .nav-tabs > li > a{
    font-size: 14px;
  }
  .row.faq-tabs-row .nav-tabs .nav-item{
    padding: 5px 0;
  }
  .world-img img{
    position: absolute;
    opacity: 0.2;
    left: 0;
    right: 0;
    top: -90px;
    z-index: 0;
  }
  .auth .nav.navbar-nav.navbar-left-block li:last-child {
    display: none;
  }
  .auth #navbar.collapse{
    justify-content: space-between;
  }
  .auth #navbar.collapse .navbar-left-block,
  .auth #navbar.collapse .navbar-right-block {
    float: none !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .auth #navbar.collapse .navbar-left-block{
    max-width: 15%;
    flex: 0 0 15%;
  }
  .auth #navbar.collapse .navbar-right-block {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .auth .navbar-right-block .dropdown button {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 25px;
    padding-bottom: 0;
  }
  .auth-status-icon span{
    height: 38px;
    width: 38px;
    margin: auto auto 10px;
    line-height: 38px;
    font-size: 16px;
  }
  .auth-staus-title{
    margin-bottom: 4px;
  }
  .auth-staus-txt {
    font-size: 11px;
    line-height: 1;
  }
  .auth-status-wrap {
    margin-bottom: 15px;
  }
  #auth-header .col-sm-2 {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  #auth-header{
    padding: 35px 10px 25px;
  }
  .auth .navbar-right-block .dropdown button#dropdownMenu2 span {
    display: none;
  }
  .user-img {
    margin-left: 4px;
  }
  .auth #navbar.collapse .navbar-right-block .open .dropdown-menu {
    right: 0;
    left: auto;
  }
  .well{
    padding: 19px 0;
  }
  .well.well-white {
    padding-left: 15px;
    padding-right: 15px;
  }
  .auth label{
    font-size: 13px;
    margin: 0 0 5px;
  }
  .auth .form-control{
    height: 48px;
    font-size: 14px;
  }
  table tr th, table tr td {
    padding: 8px 10px !important;
    font-size: 14px;
  }
  .btn.btn-primary{
    padding: 10px 25px;
    font-size: 13px;
  }
  #accountModal .modal-dialog {
    width: auto;
  }
  .auth .nav.nav-tabs li a{
    padding: 12px 15px;
    font-size: 12px;
  }
  .auth li .search-wrap {
    display: none;
  }
  .auth .nav.nav-tabs{
    margin-bottom: 10px;
  }
  table{
    border-spacing: 0px 0px;
  }
  #ticketsend .inputfeild{
    font-size: 14px;
    height: 42px;
    padding: 10px;
  }
  #ticketsend .siginInRow{
    margin-bottom: 5px;
  }
  #ticketsend label{
    margin-bottom: 4px;
    font-size: 11px;
  }
  .guest #navbar .navbar-nav.ml-auto {
    margin: auto;
  }
  #signup {
    padding: 70px 0 10px;
  }
  #signup .img-responsive {
    width: 120px;
    margin: auto;
  }
  #signup .btn.btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .pinner {
    position: fixed !important;
  }
  .row.order-steps-row {
    margin-left: 0;
    margin-right: 0;
  }
  #accountModal .table {
    border-collapse: separate;
    border-spacing: 0 10px;
    padding: 0px 10px;
  }
  #newTicket .modal-content {
    padding: 55px 65px;
  }
  #newTicket .modal-dialog {
    width: 100%;
  }
  #newTicket .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  #ticketsend .inputfeild {
    font-size: 12px;
    height: 28px;
    padding: 0 5px;
  }
  #ticketsend textarea.inputfeild {
    height: 80px;
  }
  .well .callout__text {
    white-space: normal !important;
  }
  .row.order-steps-row .col-sm-3 {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }
  .row.order-steps-row .col-sm-3:first-child .order-steps-wrap::before,
  .row.order-steps-row .col-sm-3:nth-child(3) .order-steps-wrap::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    background-color: #dadfe9;
    top: 15%;
    right: -2px;
  }
  .row.order-steps-row::before {
    display:none;
  }
  .auth .nav.nav-pills {
    justify-content: center;
  }
  .table-responsive {
    border: 0;
  }
  /* .row.order-steps-row::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #dadfe9;
  left: 0;
  position: absolute;
  top: 10px;
  z-index: 0;
  display: block;
  right: 0;
}
  .row.order-steps-row::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #dadfe9;
  left: 0;
  position: absolute;
  top: 120px;
  z-index: 0;
  display: block;
  right: 0;
}

  .order-steps-icon i.fas.fa-check-circle {
  background-color: #eff3f7;
} */
  .order-steps-icon i {
    position: relative;
    z-index: 1;
  }
  .order-steps-wrap::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #dadfe9;
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 0;
    display: block;
    right: 0;
  }
  .well.affiliate-well {
    padding: 15px;
    margin-top: 15px;
  }
  .affiliate-box {
    margin-bottom: 15px;
  }
  .order-steps-title, .order-steps {
    background-color: #0278f625;
    margin-bottom: 0;
    padding: 6px;
  }
  .order-steps-title {
    border-radius: 8px 8px 0 0;
    /* padding: 6px 12px; */
  }
  .order-steps {
    border-radius: 0 0 8px 8px;
  }
  .order-steps-title span {
    width: 90px;
    display: block;
    margin: auto;
  }
  #confuse .pad-ltr {
    padding: 0 15px;
  }
  #top-sec .main-title {
    font-size: 26px;
  }
  .contact-wrap {
    min-height: auto;
  }
  #contact-us .row {
    display: block;
  }
  #contact-us {
    padding: 35px 0;
  }
  .rtl-site #top-sec .main-title {
    font-size: 26px;
  }
  .rtl-navbar .navbar-toggle {
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl-navbar .navbar-toggle {
    margin-right: 0;
    margin-left: 15px;
  }
  .have-acc {
    text-shadow: 1px 1px 0 #0278f6, -1px -1px 0 #0278f6;
    font-weight: 600;
  }
  .have-acc a {
    text-shadow: none;
  }
  #top-sec .main-title i {
    display: block;
    position: relative;
  }
  #top-sec .main-title i + .tooltip {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    text-align: center !important;
    background: transparent;
    top: -52px !important;
  }
  #top-sec .main-title i + .tooltip .tooltip-arrow {
    display: none;
  }
  #top-sec .main-title i + .tooltip .tooltip-inner {
    margin: auto;
  }
  .auth.rtl-site #navbar.collapse .navbar-right-block .open .dropdown-menu {
    right: auto;
    left: 0;
  }
  .order-steps-title span {
    text-align: center;
  }
  .rtl-site #wrapper .page-wrpper,
  .rtl-site.auth #wrapper .navbar-default {
    padding-right: 0;
  }
  .row.faq-tabs-row .nav-tabs {
    padding: 0;
  }
  .row.faq-tabs-row .nav-tabs li a {
    margin-right: 0;
  }

}

.search-container{
  display: flex;
}
.search-container button{


  float: left;

  padding: 10px;
  background:  #0278f6;
  color: white;
  font-size: 17px;
  border-left: none;
  cursor: pointer;

  border: 1px solid  #0278f6;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  transition: opacity 0.15s linear;

}
.search-container button:hover{
  background: #2196F3;
}

.padded {
  margin-top: 15px;
  background-color: #eff3f7
    padding: 10px;
}

.social-media-wrapper {
  background-color: #eff3f7;
  padding: 10px;
  width: 100%;
  height: max-content;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
  grid-template-columns: repeat(2, 1fr);
  overflow-y: scroll;
}

.social-media-wrapper::-webkit-scrollbar {
  width: 7px;
}

.social-media-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.social-media-wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.social-media-wrapper div {
  display: grid;
  justify-items: center;
  margin: 10px;
  border-radius: 6px;
  padding: 3px;
  background-color: #0278f6;
  color: #eff3f7;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.social-media-wrapper div:hover {
  transform: scale(1.01);
}
@media screen and (max-width: 768px) {
  .padded {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .social-media-wrapper {
    padding: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .social-media-wrapper {
    overflow-y: unset;
    grid-template-columns: repeat(4, 1fr);
  }
}

.social-media-wrapper-item a {
  text-decoration: none;
  color: #01155c;
}


.show-more-btn {
  background-color: #0278f6;
  border-radius: 100px;
  padding: 5px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  outline: none;
  border: none;
  margin: 0 auto;
  display: block;
}

.shmolist {
  transition: visibility 0s, opacity 0.5s linear;
}

.shmolist.hideMore {
  visibility: hidden;
  opacity: 0;
}

.shmolist.showMore {
  visibility: visible;
  opacity: 1;
}

/*.sidebar-nav ul {
display: flex;
flex-direction: column;
align-items: center;

} */

.sidebar-nav ul li a {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
}

.sidebar-nav ul li a i{
  margin-right: 7px;
}
.notify-box-wrap {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.box-status {
  display: none;
}
.notify-box-icon {
  display: block;
  margin: auto auto 20px auto;
}
.notify-box-wrap .btn.btn-primary {
  margin-bottom: 15px;
}
.box-status {
  position: absolute;
  right: -26px;
  top: -4px;
  background-color: #0278f6;
  padding: 15px 20px 5px;
  transform: rotateZ(45deg);
  font-weight: 600;
  color: #fff;
}
.notify-box-wrap.active .box-status {
  display: block;
}
.notify-box-wrap.active {
  background-color: #0278f6;
}
.notify-box-wrap.active .dash-title,
.notify-box-wrap.active .notify-box-txt  {
  color: #fff;
}
.notify-box-wrap.active .btn.btn-primary {
  background-color: #fff;
  color: #0278f6;
  border-color: #fff;
}
.box-status {
  background-color: #fff;
  color: #0278f6;
}
.notify-box-icon {
  max-height: 50px;
}
.notify-modal .img-fluid {
  max-width: 100%;
  margin: auto;
  display: block;
}
#vote-content h6, 
#vote-success h6 {
  font-size: 18px;
  color: #01155c;
  margin: 25px 0;
  text-align: center;
}
.refferal-box .avatar-img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.row.vote-avatar .refferal-box {
  border: 1px solid #012167;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  padding: 15px;
  border-radius: 20px;
}
#vote-content .row.vote-avatar .refferal-box h6 {
  margin-top: 0;
}
.vote-avatar {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row.vote-avatar .refferal-box.selected,
.row.vote-avatar .refferal-box:hover {
  background-color: #012167;
}
.row.vote-avatar .refferal-box.selected h6,
.row.vote-avatar .refferal-box:hover h6 {
  color: #fff !important;
}
.row.vote-avatar .refferal-box.selected,
.row.vote-avatar .refferal-box:hover {
  background-color: #012167;
  box-shadow: 0 0 20px 0 rgba(1,33,103,50%);
}
#vote-content #btn-vote {
  margin: auto;
  display: block;
  width: max-content;
}
.content-verified-wrapper {
  display: none;
}
.content-verified-wrapper.active {
  display: block;
}
.auth.nightmode .page-wrpper,
.auth.nightmode .well-white,
.auth.nightmode .well {
  background-color: #223371;
  border: #223371;
}
.auth.nightmode,
.auth.nightmode .navbar-default {
  background-color: #223371;
}
.nightmode .order-steps-title,
.auth.nightmode label,
.nightmode .help-block,
.auth.nightmode .dash-title,
.auth.nightmode .panel.panel-default .panel-title a,
.auth.nightmode .panel-default .panel-body {
  color: #fff;
}
.auth.nightmode .panel-default .panel-body {
  border-top: 1px solid #fff;
}
.nightmode td span.badge {
  color: #223371;
}
/* new night mode design */
.nightmode .navbar-default {
  background-color: #292828;
}
.auth.nightmode .navbar-right-block .extra-nav {
  background-color: #0276F3;
  color: #fff;
}
.auth.nightmode .navbar-right-block .dropdown button {
  color: #fff;
}
.nightmode #auth-header {
  background-color: #0276F3;
}
.nightmode .auth-bnr-img img {
  filter: none;
}
.nightmode .auth-status-icon span {
  background-color: #000C27;
  color: #fff !important;
  box-shadow: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.nightmode .btn-click-me, 
.nightmode .click-me-btn-wrap span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #0276F3;
}
.nightmode .click-me-btn-wrap span::after {
  opacity: 0;
}
.auth.nightmode .page-wrpper, 
.auth.nightmode .well {
  background-color: #000C27;
}
.nightmode .row.order-steps-row::before {
  background-color: #212E51;
}
.nightmode .order-steps-icon i {
  border: 5px solid #0276F3;
  color: #000C27;
  border-radius: 100px;
  font-size: 10px;
}
.nightmode .order-steps-icon i::before {
  content: "\f111" !important;
  color: #000c27;
}
.nightmode .order-steps-title {
  border-radius: 10px 10px 0 0;
  border: 1px solid #212E51;
  background-color: #0F1932;
  border-bottom: 0;
}
.nightmode .order-steps {
  border-radius: 0 0 10px 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
  border-top: 0;
}
.nightmode .order-steps-title {
  font-size: 15px;
}
.nightmode .social-media-wrapper {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .social-media-wrapper div {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #000C27;
}
.nightmode .social-media-wrapper div.icon {
  border: 0;
}
.auth.nightmode .nav.nav-tabs li a {
  border-radius: 30px;
  border: 1px solid #212E51;
  background: #0F1932;
  color: #FFF;
}
.auth.nightmode .nav.nav-tabs li.active a,
.auth.nightmode .nav.nav-tabs li.active a:hover,
.auth.nightmode .nav.nav-tabs li a:hover {
  background-color: #0276F3;
  border-color: #0276F3;
}
.auth.nightmode .form-control,
.auth.nightmode #service_description .panel-body {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932 !important;
  color: #fff !important;
}
.auth.nightmode .panel-default,
.auth.nightmode .panel-default > .panel-heading {
  background-color: #0278F6;
}
.auth.nightmode {
  background-color: #000C27;
}
.auth.nightmode .navbar-default {
  background-color: #000C27;
}
.nightmode .brand-category {
  border-radius: 10px;
  border: 1px solid #212E51;
  background: #000C27;
}
.nightmode .ser-cat-btn.brand-company {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.auth.nightmode .search-wrap button {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: #0276F3 !important;
}
.auth.nightmode .search-wrap .input-group {
  background-color: #0F1932;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #212E51;
}
.auth.nightmode .search-wrap .input-group input {
  border: 0;
  color: #fff !important;
}
.auth.nightmode .search-wrap .input-group input::placeholder { 
  color: #fff !important;
}
.nightmode table tr th,
.nightmode table tr td {
  background-color: #0276F3 !important;
  color: #fff !important;
}
.nightmode td span.badge {
  color: #fff;
}
.nightmode td.btn-td .btn.btn-primary {
  border-radius: 100px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode #instruction_instruction .panel-body {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932 !important;
  color: #fff;
}
.nightmode p {
  color: #fff;
}
.nightmode .refferal-box h2 {
  color: #fff;
}
.nightmode .refferal-box h2 span {
  color: #0276F3 !important;
}
.nightmode #ticketsend .inputfeild {
  border-radius: 10px;
  border: 1px solid #212E51;
  background: #0F1932;
  color: #fff;
}
.nightmode .service-head .search-bar {
  border-radius: 10px 10px 0 0;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .service-table .table-responsive {
  border-radius: 10px 0 10px 10px;
  border: 1px solid #212E51;
  background: #0F1932;
}
.nightmode .terms__media .mark p {
  color: #fff !important;
  opacity: 1;
  background-color: #074b7d;
}
.nightmode .affiliate-well {
  border-radius: 10px;
  border: 1px solid #212E51 !important;
  background-color: #0F1932 !important;
  color: ;
}
.nightmode .affiliate-well div,
.nightmode .affiliate-well p {
  color: #fff !important;
}
.nightmode .affiliate-flex,
.nightmode .affiliate-box {
  background-color: #0F1932 !important;
  border: 1px solid #212E51 !important;
}
.auth.nightmode .well-white {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .alert-info {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #000C27;
  color:#fff;
}
.nightmode .media.post-media .media-heading,
.nightmode .single-post-title {
  color: #fff !important;
}
.nightmode .single-post-wrap p span,
.nightmode .single-post-wrap h2 span,
.nightmode .single-post-wrap ul li,
.nightmode pre,
.nightmode .api h4, 
.nightmode .api h2, 
.nightmode .api p strong {
  color: #fff !important;
}
.nightmode .btn-default {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #0276F3;
}
.nightmode #notification .title {
  color: #fff;
}
.nightmode .notify-box-wrap {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .notify-box-wrap .notify-box-icon {
  filter: brightness(100);
}
.auth.nightmode .notify-modal .modal-content {
  background-color: #000C27;
}
.nightmode .notify-title {
  color: #fff;
}
.auth.nightmode .notify-modal .modal-content .close {
  color: #fff;
  opacity: 1;
}
.auth.nightmode .notify-modal ol li {
  color: #fff;
}
.auth.nightmode .extra-nav[href="javascript:toggleMode()"] {
  line-height: 42px;
}
.rtl-nav {
  float: none;
}
.login-form__submit-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}.google-login-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
  border: 1px solid #0278f6;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  margin-left: 12px;
}.frm-btn-wrap .btn.btn-primary, .google-login-wrap {
  flex: 0 0 23%;
  max-width: 23%;
  margin-top: 0;
  border-radius: 100px;
  height: 52px;
}.google-login {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}.google-login svg {
  width: 20px;
  display: inline-block;
  margin-left: 8px;
}.google-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}.login-form__submit-row .form-group {
  margin: 0;
}.rtl-site .google-login-wrap {
	margin-right: 5px;
}.rtl-site.frm-btn-wrap .btn.btn-primary, .rtl-site .google-login-wrap {
	flex: 0 0 30%;
	max-width: 30%;
	margin-top: 0;
	border-radius: 100px;
	height: 52px;
}.signup-wrapper .login-form__submit-row {
	margin: 0 !important;
	padding-bottom: 10px;
}
/* theme sale pages css */
#theme-sec {
	padding: 180px 0 35px;
	background: linear-gradient(to bottom, rgba(0,81,203,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);
	background-size: 100% 900px !important;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.childpanel-3-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #0051CB;
	margin-bottom: 30px;
}
.themesale-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border: 0;
	margin-bottom: 25px;
	list-style: none;
	padding: 0;
}
.themesale-tabs li a {
	background-color: #eff3f7;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	color: #01155c;
	font-size: 15px;
}
.themesale-tabs li a svg {
	margin-right: 5px;
}
.themesale-tabs li.active a,
.themesale-tabs li.active a:hover,
.themesale-tabs li a:hover,
.themesale-tabs li a:focus {
	background-color: #0277f5;
	color: #fff;
	border-color: #0277f5;
}
.theme-wraper {
	background-color: #eff3f7;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 0 10px 0 #eff3f720;
	margin-bottom: 25px;
}
.theme-wraper-template a {
	position: relative;
	display: block;
}
span.theme-view {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,30%);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #0051CB;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(255,255,255,99%);
	opacity: 0;
	border-radius: 8px;
}
.theme-wraper-template a:hover .theme-view {
	opacity: 1;
}
.theme-wraper-title {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0 0 0;
}
.theme-wraper-detail-btn {
	background-color: #0277f5;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	font-weight: 600;
}
.theme-wraper-ul {
	background-color: #7750f6;
	padding: 12px;
	list-style: none;
	border-radius: 12px;
	margin-bottom: 15px;
}
.theme-wraper-ul li .theme-wraper-txt {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.theme-wraper-ul li .theme-wraper-txt span {
	flex: 0 0 calc(100% - 14px);
	max-width: calc(100% - 14px);
	padding-left: 5px;
	color: #fff;
	line-height: 1.4;
	font-size: 12px;
}
.theme-wraper-ul li .theme-wraper-txt i {
	color: #fff;
	font-size: 14px;
}
.theme-wraper-btn {
	display: flex;
	font-weight: 700;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #01256a;
	padding: 10px;
	border-radius: 10px;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 0 5px 0;
}
.childoption-wrap {
	position: relative;
}
.childoption {
	position: relative;
	overflow: hidden;
	min-height: 80px;
	margin-bottom: 10px;
	display: flex;
	background-color: #0228ba;
	padding: 15px;
	border-radius: 3px;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-decoration: none !important;
}
.childoption-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	padding-right: 5px;
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
}
.childoption-img {
	flex: 0 0 50px;
	max-width: 50px;
}
#viewdetail .modal-header::after, 
#viewdetail .modal-header::before,
#login-modal .modal-header::after,
#login-modal .modal-header::before {
	display: none;
}
#viewdetail .modal-header .close span,
#viewdetail .modal-header .close,
#login-modal .modal-header .close,
#login-modal .modal-header .close span {
	color: #f43b34 !important;
}
#viewdetail .modal-content,
#login-modal .modal-content {
	background-color: #fff;
	overflow: hidden;
}
#viewdetail #theme-detail {
	padding: 0;
	list-style: none;
	text-align: left;
}
#viewdetail .modal-header,
#login-modal .modal-header {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0051cb;
	background-color: #0051cb;
}
#viewdetail .modal-header .modal-title,
#login-modal .modal-header .modal-title {
	color: #fff;
}
i.fas.fa-check-circle {
    color: #0051cb;
}
#viewdetail .view {
	color: #fff;
}
a.view, span.view {
    background: #0051cb;
    padding: 5px 5px 5px 5px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.order-detail-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	margin-bottom: 10px;
}
.order-detail-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	justify-content: space-between;
	padding: 0;
}
.order-detail-ul li {
	flex: 0 0 49%;
	max-width: 49%;
}
.order-detail-box {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background-color: #f0f4f7;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 12px;
}
.order-detail-box-left {
	flex: 0 0 50px;
	max-width: 50px;
}
.order-detail-box-txt-wrap {
	display: flex;
	align-items: center;
	align-content: center;
}
.order-detail-box-txt {
	flex: 0 0 calc(100% - 35px);
	max-width: calc(100% - 35px);
	white-space: normal;
	word-break: break-word;
	padding-right: 10px;
	line-height: 1.1;
	font-size: 14px;
	color: #0051cb;
}
.order-detail-box-icon {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex: 0 0 35px;
	max-width: 35px;
	border-radius: 100px;
	height: 35px;
	background: #0278f6;
	color: #fff;
	cursor: pointer;
}
.order-detail-box-right {
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	padding-left: 10px;
}
.order-detail-box:hover {
	background-color: #0051cb;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.order-detail-box:hover .order-detail-box-txt {
	color: #fff;
}
.order-detail-box:hover .order-detail-box-icon {
	background: #161719;
}
.order-detail-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	margin-bottom: 10px;
}
.auth .theme-wraper {
	background-color: #fff;
}
.theme-pricing-table td,
.theme-pricing-table th {
	text-align: center;
  padding: 3px 10px !important;
}
.theme-pricing-table tr td:first-child {
	text-align: left;
}
.theme-pricing-table tr th {
	background-color: #0277f5 !important;
	color: #fff;
}
.theme-pricing-table tr td {
	border: 1px solid #000 !important;
}
.theme-pricing-table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.smm-integration, .smm-integration-table-box {
  min-height: 470px;
}
.smm-integration {
  background-color: #eff3f7;
  padding: 15px;
  border-radius: 12px;
}
.smm-integration .smm-integration-img {
  margin: 0 auto 12px;
  display: block;
}
.smm-api-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.smm-api-title, .smm-api-subtitle {
  color: #161719;
  text-align: center;
}
.smm-api-subtitle {
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 2px;
}
.smm-integration .btn.btn-primary {
	margin: 20px auto 0;
	display: flex;
	width: auto;
	justify-content: center;
}
.smm-integration-table-box .smm-api-title {
  color: #fff;
}
.table.smm-api-table {
  border-spacing: 0;
  border-collapse: separate;
}
body .table.smm-api-table tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0 !important;
}
.table.smm-api-table td, .table.smm-api-table th {
  vertical-align: middle;
}
body .table.smm-api-table tbody tr:first-child td:last-child {
  border-radius: 0 12px 0 0 !important;
}
body .table.smm-api-table tbody tr td:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
body.guest .table.smm-api-table tbody tr td,
body.auth .table.smm-api-table tbody tr td {
  border-radius: 0 !important;
  border: 1px solid #7750f6 !important;
  padding: 5px 12px !important;
  background-color: #eff3f7 !important;
}
.table.smm-api-table tr:last-child td:first-child {
	border-radius: 0 0 0 12px !important;
}
.table.smm-api-table tr:last-child td:last-child {
	border-radius: 0 0 12px 0 !important;
}
.smm-integration-table-box {
	background-color: #0228ba;
	padding: 15px;
	border-radius: 12px;
}
.smm-integration-table-box-row {
	margin-bottom: 25px;
}
.smm-integration-ghost .smm-integration,
.smm-integration-ghost .smm-integration-table-box {
	min-height: 405px;
}
.comparission-chart-row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.comparission-chart-table tr th {
	background-color: #0051cb !important;
	color: #fff;
	padding: 10px !important;
}
.comparission-chart-table tr td {
	border: 1px solid #0051cb !important;
	padding: 2px 10px !important;
	background-color: #0051cb10 !important;
}
.comparission-chart-table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.themesale-tabs li.active a svg, 
.themesale-tabs li.active a:hover svg,
.themesale-tabs li a:hover svg,
.themesale-tabs li a:focus svg {
	filter: brightness(100);
}
.theme-wraper-ul1 {
	list-style: none;
	padding: 0;
}
.comparission-chart-table tr:last-child td {
	text-align: center;
}
.featuresale-tabs {
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,10%);
	padding: 10px 5px;
	border-radius: 15px;
}
.featuresale-tabs li a {
	margin-bottom: 10px;
	min-width: 140px;
	text-align: center;
	justify-content: center;
}
.feature-list-wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	list-style: none;
	padding: 0;
}
.feature-list-wrap li {
  flex: 0 0 24%;
  max-width: 24%;
  margin: 0.5%;
}
.feature-wrap {
	border-radius: 19px;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 15px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 3px 0 rgba(0,0,0,50%);
}
.feature-img-wrapper-box {
  border-radius: 8px;
  background-color: #0277f5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  min-height: 211px;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
.feature-img-wrapper-icon {
  width: 67px;
  height: 67px;
  background-color: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.feature-img-wrapper-icon-title {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 15px auto;
  padding: 0 12px;
}
.feature-img-wrapper-icon-preview {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0277f5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.feature-img-wrapper-icon-preview-txt {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.4;
}
.feature-img-wrapper-box:hover .feature-img-wrapper-icon-preview {
  opacity: 1;
}
.feature-wrap .feature-title {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.feature-detail {
  padding: 10px 18px;
  border-radius: 0;
  min-height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #161719;
  border-color: transparent;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.feature-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.feature-price, .feature-btn-wrap .btn.btn-primary {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 10px 18px;
  border-radius: 0;
  min-height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.feature-img-wrapper-icon svg path {
	fill: #0277f5;
}
.feature-price {
	background-color: #ffc700;
	color: #000;
}
.provider-row {
	margin-top: 15px;
	margin-bottom: 30px;
}
.smm-integration-table-box .smm-api-subtitle {
	color: #fff;
}
.smm-social-box {
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #ffc700;
	margin-top: 12px;
	border-radius: 9px;
	color: #000;
}
.img-fluid {
	max-width: 100%;
	display: block;
}
.steps-row-wrap {
	padding: 45px !important;
	align-items: center;
	align-content: center;
	border-radius: 20px;
	display: flex;
  	background-color: #0228ba;
}
.steps-row-wrap1 {
  background-color: #0228ba;
  margin-bottom: 20px;
}
.step-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1.02px;
}
.step-main-title {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1.02px;
}
.step-txt {
	color: #fff;
}
.steps-img-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border-radius: 12px;
	overflow: hidden;
}
.steps-img-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #7750f670;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	opacity: 0;
}
.steps-img-wrap:hover .steps-img-preview {
	opacity: 1;
}
.row.mode-row {
	padding: 25px;
	border-radius: 12px;
	background-color: rgba(255,255,255,35%);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.steps-mode-title {
	font-size: 20px;
	margin: 20px 0;
	color: #fff;
}
.steps-mode-title-small {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px 0 0;
}
.steps-img-wrap + .steps-mode-title-small {
	margin-top: 10px;
}
.mode-row::after {
	content: '';
	position: absolute;
	height: 75%;
	transform: translateY(-50%);
	top: 50%;
	background-color: #0228ba;
	width: 3px;
	border-radius: 3px;
	left: 0;
	right: 0;
	margin: auto;
}
.lb-closeContainer {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-color: #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
}
.lb-closeContainer .lb-close {
  color: #fff !important;
  opacity: 1;
}
.lb-nav {
  height: 50px !important;
  justify-content: flex-end;
}
.lb-nav a {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50% !important;
    opacity: 1 !important;
}
.lb-closeContainer .lb-close {
  color: #fff !important;
  opacity: 1;
}
.lb-data .lb-close {
  width: 10px !important;
  height: 10px !important;
  background-size: 10px !important;
}
.lb-image {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto !important;
}
.lb-outerContainer {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.auth #theme-sec {
	padding: 15px 0;
	background: transparent;
}
.auth .themesale-tabs {
	justify-content: center;
}
.auth .themesale-tabs li a {
	margin-right: 2px !important;
}
.auth .smm-integration {
	background-color: #fff;
}
.themesdropdown .dropdown-toggle {
	background-color: #0228ba !important;
	color: #fff;
	border: 0;
	min-height: 56px;
	position: relative;
	border-radius: 100px;
	min-width: 100px;
	margin-right: 5px;
	background: linear-gradient(99.28deg, #FFC700 10.78%, #FF9900 97.12%);
}
.star-id {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #ffc700;
	border-radius: 100px;
	animation: blink-animation 0.8s steps(5, start) infinite;
	-webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}
.nightmode .childpanel-3-title {
	color: #fff;
}
.nightmode .featuresale-tabs,
.auth.nightmode .theme-wraper,
.auth.nightmode .smm-integration,
.nightmode .childoption {
	background-color: #0F1932;
	box-shadow: 0 0 0 1px #212E51;
}
.nightmode .feature-wrap {
	background-color: #0F1932;
	border-color: #212E51;
}
.nightmode .feature-wrap .feature-title {
	color: #fff;
}
.nightmode .theme-wraper-title {
	color: #fff;
}
.nightmode #viewdetail .modal-content, 
.nightmode #login-modal .modal-content {
	background-color: #000c27;
}
body.auth.nightmode .table.smm-api-table tbody tr td {
	background-color: #0F1932 !important;
	border-color: #212E51 !important;
}
.nightmode .smm-api-title,
.nightmode .smm-api-subtitle {
	color: #fff;
}
.nightmode .comparission-chart-table tr td {
	background-color: #0F1932 !important;
	border-color: #0F1932 !important;
}
.nightmode .steps-row-wrap {
	background-color: #0F1932;
}
.childtheme-dropmenu {
	background-color: #0051cb;
	width: 250px;
}
.themesdropdown a.childtheme-dropitem {
	display: flex;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #fff;
	border-radius: 0 !important;
	padding: 2px 5px;
	font-size: 14px !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}
.childtheme-dropitem-left {
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	color: #fff;
	padding-right: 5px;
	white-space: normal;
}
.childtheme-dropitem-right img {
	max-width: 40px;
}
.themesdropdown .dropdown-toggle:focus,
.themesdropdown .dropdown-toggle:hover {
	background: linear-gradient(99.28deg, #FFC700 10.78%, #F90 97.12%) !important;
	box-shadow: none;
}
.themesdropdown a.childtheme-dropitem:hover {
	background-color: #ffc700 !important;
}
.theme-sell-li .extra-nav {
	background-color: #0276f3 !important;
	color: #fff !important;
}
.right-sidebar {
  position: fixed;
  right: -280px;
  height: 100%;
  width: 250px;
  background: #0278f6;
  z-index: 9999;
  padding: 12px;
  border-radius: 12px 0 0 12px;
  top: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  transition: right 0.3s linear;
}
.right-sidebar-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.right-sidebar-title-txt {
  color: #fff;
}
.right-sidebar-title-icon {
  color: #fff;
  cursor: pointer;
}
.right-sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}
.right-sidebar-nav li a {
  display: flex;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  width: 100%;
  align-content: center;
  align-items: center;
}
.right-sidebar-nav li a .right-sidebar-nav-txt {
  text-align: left;
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-right: 10px;
  color: #10154e;
}
.right-sidebar-nav-icon {
  width: 50px;
  height: 50px;
  background: #ffc700;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 100px;
  flex: 0 0 50px;
  max-width: 50px;
}
.open-right .right-sidebar {
	right: 0;
	transition: right 0.3s linear;
}
.order-detail-box-txt-wrap .order-detail-box-txt {
	text-align: left;
	color: #000;
	margin-bottom: 0;
}
.openmodal #login-modal {
	overflow-y: auto;
}
.premium-request {
	background: linear-gradient(99.28deg, #FFC700 10.78%, #FF9900 97.12%);
	color: #fff !important;
}
.premium {
	animation: bg-change 1s infinite;
}
.auth .premium {
	animation: bg-change1 2s infinite;
}
@keyframes bg-change1 {
  from {
    background-color: #fff;
  }
  to {
    background-color: #ffc700;
    color:#000;
  }
}
@keyframes bg-change {
  from {
    background-color: #0051cb;
    color:#fff;
  }
  to {
    background-color: #ffc700;
    color:#000;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/* end theme sale pages css */

/* new night mode design */
@media (max-width:550px) {
  .ser-cat-btn .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .ser-cat-btn .row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: ;
  }
  .brand-category .cat-name {
    display: none;
  }
  .brand-category .icon {
    margin: 0;
    font-size: 22px;
  }
  .brand-category {
    justify-content: center;
    text-align: center;
    margin: 0 0 12px !important;
    padding: 5px;
  }
  #theme-sec {
	padding: 105px 0 15px;
	background-size: 100% 330px !important;
}
.childpanel-3-title {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 15px;
}
  .themesale-tabs li {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2px;
}
  .themesale-tabs li a {
	justify-content: center;
}
  .modal-header .close {
	width: 15px;
	height: 15px;
    font-size: 15px;
}
.order-detail-ul li {
	flex: 0 0 100%;
	max-width: 100%;
}
  .smm-integration,
  .smm-integration-table-box,
  .smm-integration-ghost .smm-integration, 
  .smm-integration-ghost .smm-integration-table-box {
	min-height: auto;
	margin-bottom: 15px;
}
  .comparission-chart-table tr th:first-child,
  .comparission-chart-table tr td:first-child {
	min-width: 150px;
	width: 150px;
	max-width: 150px;
	white-space: normal !important;
	word-break: break-word;
}
  .comparission-chart-table tr td:first-child img {
	display: none;
}
  .auth #theme-sec {
	padding: 0;
}
  .auth .themesale-tabs {
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
}
  .auth .themesale-tabs li a {
	margin-bottom: 2px !important;
}
  .feature-list-wrap li {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 15px;
}
.feature-img-wrapper-icon-preview-txt {
	flex: 0 0 100%;
	max-width: 100%;
}
  .themesdropdown .dropdown-toggle {
	width: 100%;
	min-height: 46px;
	margin-bottom: 5px;
}
  .star-id {
	width: 13px;
	height: 13px;
}
.row.steps-row-wrap {
	padding: 15px !important;
	margin: 0 0 15px;
	display: block;
}
  .step-title {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0;
}
  .step-main-title {
	font-size: 24px;
	margin-bottom: 0;
	letter-spacing: 0;
}
.row.mode-row {
	padding: 10px;
	border-radius: 8px;
	display: block;
}
  .steps-mode-title {
	margin: 0 0 12px;
	font-size: 16px;
	text-align: center;
}
  .steps-mode-title-small {
	font-size: 14px;
}
  .mode-row::after {
  	display:none;
  }
  .steps-img-wrap + .steps-mode-title-small {
	margin: 0 0 15px;
}
  .childpanel-3-title br {
	display: none;
}
  .mode-row .steps-img-wrap {
	margin-bottom: 15px;
}
  .footer-container > div {
	max-width: unset;
	margin-right: auto;
}
  .footer-logo {
	font-size: 20px;
}
  .footer-bottom {
	flex-direction: column;
	height: auto;
	padding: 5px 10px;
}
.footer-bottom p {
	font-size: 14px;
	margin: 0;
}
  .footer-bottom a {
	font-size: 14px;
	margin: 0 5px 0;
}
  .guest .navbar-default {
	padding-top: 10px;
}
  .guest .navbar-container {
	padding: 0px 15px;
}
  #theme-sec {
	padding-top: 80px;
}
  .theme-wraper-title {
	margin-bottom: 8px;
}
}

/* ===== MODERN SIGNIN PAGE STYLES ===== */

/* Global Styles for Modern Signin */
.modern-signin {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

/* Animated Background */
.animated-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.7;
    animation: float 6s ease-in-out infinite;
}

.orb-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #a8edea, #fed6e3);
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.orb-3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, #ffecd2, #fcb69f);
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(120deg); }
    66% { transform: translateY(10px) rotate(240deg); }
}

/* Floating Particles */
.floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: particle-float 8s linear infinite;
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; animation-delay: 1s; }
.particle:nth-child(3) { left: 30%; animation-delay: 2s; }
.particle:nth-child(4) { left: 40%; animation-delay: 3s; }
.particle:nth-child(5) { left: 50%; animation-delay: 4s; }
.particle:nth-child(6) { left: 60%; animation-delay: 5s; }
.particle:nth-child(7) { left: 70%; animation-delay: 6s; }
.particle:nth-child(8) { left: 80%; animation-delay: 7s; }

@keyframes particle-float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) scale(1);
        opacity: 0;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    z-index: 1;
    padding: 0;
}

.hero-content {
    padding: 2rem 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 16px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out;
}

.hero-badge i {
    color: #ffd700;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: white;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.gradient-text {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-decoration {
    display: inline-block;
    margin-left: 10px;
    color: #ffd700;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

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

/* Social Stats Grid */
.social-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.stat-icon.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.stat-icon.tiktok { background: linear-gradient(45deg, #ff0050, #000000); }
.stat-icon.youtube { background: linear-gradient(45deg, #ff0000, #cc0000); }

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-item i {
    color: #4ade80;
    font-size: 1.1rem;
}

/* Signin Form Container */
.signin-form-container {
    padding: 2rem 0;
    animation: fadeInUp 0.8s ease-out 1s both;
}

.signin-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    line-height: 1.5;
}

.signin-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Modern Form Styles */
.modern-signin-form .form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-label i {
    color: #6366f1;
}

.input-wrapper {
    position: relative;
}

.form-input {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: #374151;
}

.form-input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.input-focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    transition: width 0.3s ease;
}

.form-input:focus + .password-toggle + .input-focus-border,
.form-input:focus + .input-focus-border {
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #6366f1;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
    background: #6366f1;
    border-color: #6366f1;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.forgot-password {
    color: #6366f1;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: #4f46e5;
    text-decoration: underline;
}

/* Signin Button */
.signin-btn {
    width: 100%;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.signin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
}

.signin-btn:active {
    transform: translateY(0);
}

.signin-btn.loading .btn-text {
    opacity: 0;
}

.signin-btn.loading .btn-icon {
    opacity: 0;
}

.btn-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.signin-btn.loading .btn-loading {
    opacity: 1;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-icon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.signin-btn:hover .btn-icon {
    transform: translateX(5px);
}

/* Divider */
.divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}

.divider span {
    background: white;
    padding: 0 1rem;
    color: #6b7280;
    font-size: 0.9rem;
}

/* Google Signin */
.google-signin-wrapper {
    margin-bottom: 1.5rem;
}

/* Signup Link */
.signup-link {
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}

.signup-btn {
    color: #6366f1;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.5rem;
    transition: color 0.3s ease;
}

.signup-btn:hover {
    color: #4f46e5;
    text-decoration: underline;
}

/* Modern Alert Styles */
.modern-alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.alert-danger.modern-alert {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.alert-success.modern-alert {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

/* Features Section */
.features-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.section-header {
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.feature-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.stat-highlight {
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
}

/* Platforms Section */
.platforms-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.platforms-section .section-title,
.platforms-section .section-subtitle {
    color: white;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.platform-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.platform-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.platform-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: white;
}

.instagram-card .platform-icon { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.tiktok-card .platform-icon { background: linear-gradient(45deg, #ff0050, #000000); }
.youtube-card .platform-icon { background: linear-gradient(45deg, #ff0000, #cc0000); }
.facebook-card .platform-icon { background: linear-gradient(45deg, #1877f2, #42a5f5); }
.twitter-card .platform-icon { background: linear-gradient(45deg, #1da1f2, #0d8bd9); }
.spotify-card .platform-icon { background: linear-gradient(45deg, #1db954, #1ed760); }

.platform-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.platform-services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-tag {
    background: #f3f4f6;
    color: #374151;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.platform-stats {
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}

.platform-stats .stat {
    text-align: center;
}

.platform-stats .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6366f1;
    display: block;
}

.platform-stats .stat-label {
    font-size: 0.9rem;
    color: #6b7280;
}

/* Testimonials Section */
.testimonials-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.stars i {
    color: #fbbf24;
    font-size: 1.1rem;
}

.testimonial-text {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.author-title {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.author-stats .stat {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    color: #374151;
}

/* Animation Classes */
.animate-in {
    animation: slideInUp 0.8s ease-out;
}

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

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }

    .signin-form-card {
        padding: 2rem;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .form-title {
        font-size: 2rem;
    }

    .social-stats-grid {
        grid-template-columns: 1fr;
    }

    .trust-indicators {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-content {
        text-align: center;
    
    }

    .hero-title {
        font-size: 2.6rem;
    }

    .form-title {
        font-size: 1.8rem;
    }

    .signin-form-card {
        padding: 1.5rem;
        margin: 0 1rem;
    }

    .features-grid,
    .platforms-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .form-options {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .orb-1, .orb-2, .orb-3 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .signin-form-card {
        padding: 1rem;
        margin: 0 0.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .feature-card,
    .platform-card,
    .testimonial-card {
        padding: 1.5rem;
    }
}

/* ===== OPTIMIZED MODERN SIGNIN STYLES ===== */

/* Optimized Page Layout */
.modern-signin-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
background: linear-gradient(135deg, #0c2eb0 0%, #140a1e 100%);
}

/* Amazing Hero Section with Proper Navbar Spacing */
.hero-section {
    position: relative;
    min-height: calc(100vh - 80px);
    background: linear-gradient(135deg, #0c2eb0 0%, #140a1e 100%);
    display: flex;
    align-items: center;
    padding: 6rem 0 4rem 0;
    margin-top: 80px;
    overflow: hidden;
}

/* Flying Social Vector Images for Followers */
.social-vectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.social-vector {
    position: absolute;
    opacity: 0.2;
    animation: float 8s ease-in-out infinite;
    filter: drop-shadow(0 6px 25px rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
}

.social-vector:hover {
    opacity: 0.4;
    transform: scale(1.1);
}

.instagram-vector {
    top: 15%;
    left: 8%;
    width: 90px;
    height: 90px;
    animation-delay: 0s;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(240, 148, 51, 0.3);
}

.facebook-vector {
    top: 25%;
    right: 12%;
    width: 85px;
    height: 85px;
    animation-delay: 2s;
    background: linear-gradient(45deg, #1877f2 0%, #42a5f5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(24, 119, 242, 0.3);
}

.instagram-vector-2 {
    bottom: 25%;
    right: 6%;
    width: 70px;
    height: 70px;
    animation-delay: 4s;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(240, 148, 51, 0.3);
}

.facebook-vector-2 {
    bottom: 35%;
    left: 4%;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
    background: linear-gradient(45deg, #1877f2 0%, #42a5f5 100%);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(24, 119, 242, 0.3);
}

.social-vector i {
    color: white;
    font-size: 2rem;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}

/* Social Vector Follower Text */
.social-vector::after {
    content: attr(data-followers);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    color: #1a202c;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.social-vector:hover::after {
    opacity: 1;
    bottom: -30px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-25px) rotate(8deg);
    }
    50% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(-30px) rotate(5deg);
    }
}

/* Animated Background Elements */
.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

/* Floating Shapes */
.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    animation: float-shapes 20s infinite linear;
}

.shape-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #a8edea, #fed6e3);
    top: 70%;
    right: 10%;
    animation-delay: 3s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #ffecd2, #fcb69f);
    bottom: 20%;
    left: 15%;
    animation-delay: 6s;
}

.shape-4 {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ff9a9e, #fecfef);
    top: 30%;
    right: 25%;
    animation-delay: 9s;
}

.shape-5 {
    width: 140px;
    height: 140px;
    background: linear-gradient(45deg, #a18cd1, #fbc2eb);
    top: 50%;
    left: 70%;
    animation-delay: 12s;
}

.shape-6 {
    width: 90px;
    height: 90px;
    background: linear-gradient(45deg, #fad0c4, #ffd1ff);
    bottom: 40%;
    right: 5%;
    animation-delay: 15s;
}

@keyframes float-shapes {
    0% { transform: translateY(0px) rotate(0deg) scale(1); }
    25% { transform: translateY(-30px) rotate(90deg) scale(1.1); }
    50% { transform: translateY(-20px) rotate(180deg) scale(0.9); }
    75% { transform: translateY(-40px) rotate(270deg) scale(1.2); }
    100% { transform: translateY(0px) rotate(360deg) scale(1); }
}

/* Floating Particles */
.floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: particle-float 12s infinite linear;
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; animation-delay: 1.5s; }
.particle:nth-child(3) { left: 30%; animation-delay: 3s; }
.particle:nth-child(4) { left: 40%; animation-delay: 4.5s; }
.particle:nth-child(5) { left: 50%; animation-delay: 6s; }
.particle:nth-child(6) { left: 60%; animation-delay: 7.5s; }
.particle:nth-child(7) { left: 70%; animation-delay: 9s; }
.particle:nth-child(8) { left: 80%; animation-delay: 10.5s; }

@keyframes particle-float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) scale(1);
        opacity: 0;
    }
}

/* Gradient Orbs */
.gradient-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.4;
    animation: orb-float 25s ease-in-out infinite;
}

.orb-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, #a8edea, #fed6e3);
    top: 60%;
    right: 15%;
    animation-delay: 8s;
}

.orb-3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #ffecd2, #fcb69f);
    bottom: 30%;
    left: 60%;
    animation-delay: 16s;
}

@keyframes orb-float {
    0%, 100% { transform: translateY(0px) translateX(0px) scale(1); }
    33% { transform: translateY(-50px) translateX(30px) scale(1.1); }
    66% { transform: translateY(20px) translateX(-20px) scale(0.9); }
}

/* Hero Content - Enhanced Left Side */
.hero-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 14px 28px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: badge-shine 3s ease-in-out infinite;
}

@keyframes badge-shine {
    0% { left: -100%; }
    50% { left: -100%; }
    100% { left: 100%; }
}

.hero-badge i {
    color: #ffd700;
    font-size: 20px;
    animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.hero-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin-bottom: 2rem;
    text-shadow:
        0 4px 20px rgba(0, 0, 0, 0.3),
        0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
}

.title-line {
    display: block;
    animation: title-slide-in 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

.title-line:nth-child(1) { animation-delay: 0.2s; }
.title-line:nth-child(2) { animation-delay: 0.4s; }
.title-line:nth-child(3) { animation-delay: 0.6s; }

@keyframes title-slide-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-gradient {
    display: block;
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ff9900, #ffd700);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-text 4s ease-in-out infinite;
    position: relative;
}

.title-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    animation: text-shine 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes gradient-text {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes text-shine {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 3rem;
    font-weight: 400;
    opacity: 0;
    animation: subtitle-fade-in 0.8s ease-out 0.8s forwards;
}

@keyframes subtitle-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    opacity: 0;
    animation: stats-fade-in 0.8s ease-out 1s forwards;
}

@keyframes stats-fade-in {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-item {
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-item:hover {
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.4);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 900;
    color: white;
    display: block;

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Enhanced Trust Features */
.trust-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    opacity: 0;
    animation: trust-fade-in 0.8s ease-out 1.2s forwards;
}

@keyframes trust-fade-in {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    padding: 1.25rem 0.75rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.trust-item:hover::before {
    opacity: 1;
}

.trust-item:hover {
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    border-color: rgba(74, 222, 128, 0.4);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(74, 222, 128, 0.2);
}

.trust-item i {
    color: #4ade80;
    font-size: 1.8rem;
    text-shadow: 0 2px 8px rgba(74, 222, 128, 0.3);
    animation: icon-glow 2s ease-in-out infinite alternate;
}

@keyframes icon-glow {
    from { text-shadow: 0 2px 8px rgba(74, 222, 128, 0.3); }
    to { text-shadow: 0 2px 15px rgba(74, 222, 128, 0.6); }
}

/* Enhanced Hero Login Form - Right Side */
.hero-login-wrapper {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-form-header {
    text-align: center;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: form-header-fade-in 0.8s ease-out 0.6s forwards;
}

@keyframes form-header-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2, #ffd700);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    box-shadow:
        0 10px 30px rgba(102, 126, 234, 0.4),
        0 4px 15px rgba(0, 0, 0, 0.2);
    animation: icon-float 3s ease-in-out infinite, icon-gradient 4s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.form-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: icon-shine 3s ease-in-out infinite;
}

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

@keyframes icon-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes icon-shine {
    0% { transform: translateX(-100%) rotate(45deg); }
    50% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

.hero-form-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.75rem;
    text-shadow:
        0 2px 15px rgba(0, 0, 0, 0.3),
        0 4px 25px rgba(102, 126, 234, 0.2);
    letter-spacing: -0.01em;
}

.hero-form-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 400;
    max-width: 300px;
    margin: 0 auto;
}

/* Completely Redesigned Modern Login Card with Form Vectors */
.hero-login-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
    backdrop-filter: blur(50px);
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-radius: 28px;
    padding: 3rem;
    box-shadow:
        0 50px 150px rgba(0, 0, 0, 0.18),
        0 25px 80px rgba(102, 126, 234, 0.12),
        inset 0 3px 0 rgba(255, 255, 255, 0.9),
        inset 0 -3px 0 rgba(102, 126, 234, 0.08);
    position: relative;
    overflow: visible;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: card-fade-in 1.2s ease-out 0.8s forwards;
    transform: perspective(1200px) rotateX(8deg) rotateY(-2deg);
}

/* Login Form Vector Images */
.login-form-vectors {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 10;
}

.form-vector {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.4s ease;
    animation: form-vector-float 4s ease-in-out infinite;
}

.instagram-form-vector {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    top: 0;
    right: 0;
    animation-delay: 0s;
}

.facebook-form-vector {
    background: linear-gradient(45deg, #1877f2 0%, #42a5f5 100%);
    top: 60px;
    right: 10px;
    width: 45px;
    height: 45px;
    animation-delay: 2s;
}

.form-vector i {
    color: white;
    font-size: 1.3rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.form-vector:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.form-vector::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.7rem;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-vector:hover::after {
    opacity: 1;
    bottom: -40px;
}

@keyframes form-vector-float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(3deg);
    }
}

@keyframes card-fade-in {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-login-card:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-15px) scale(1.02);
    box-shadow:
        0 60px 180px rgba(0, 0, 0, 0.22),
        0 30px 100px rgba(102, 126, 234, 0.18),
        inset 0 3px 0 rgba(255, 255, 255, 1),
        inset 0 -3px 0 rgba(102, 126, 234, 0.12);
    border-color: rgba(102, 126, 234, 0.4);
}

/* Modern Login Form Redesign */
.modern-login-form {
    position: relative;
    z-index: 5;
}

.modern-login-form .hero-form-group {
    margin-bottom: 2.5rem;
    position: relative;
}


.hero-google-signin{
  display: flex
;
    justify-content: center;
    margin: 10px;
}
.hero-login-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: card-shine 8s ease-in-out infinite;
    pointer-events: none;
}

/* Enhanced Hero Form Groups */
.hero-form-group {
    margin-bottom: 2rem;
    position: relative;
}

/* Modern Form Labels */
.modern-login-form .hero-form-label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.modern-login-form .hero-form-label i {
    color: #667eea;
    font-size: 1.3rem;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-input-wrapper {
    position: relative;
}

/* Completely Redesigned Modern Form Inputs */
.modern-login-form .hero-form-input {
    width: 100%;
    padding: 1.8rem 2rem 1.8rem 4.5rem;
    border: 4px solid transparent;
    border-radius: 25px;
    font-size: 1.15rem;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(145deg, #667eea, #764ba2, #667eea) border-box;
    color: #1a202c;
    font-weight: 700;
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.1),
        inset 0 3px 12px rgba(102, 126, 234, 0.05),
        inset 0 2px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    position: relative;
}

.hero-form-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.modern-login-form .hero-form-input:focus {
    outline: none;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(145deg, #667eea, #764ba2, #ffd700, #667eea) border-box;
    box-shadow:
        0 0 0 6px rgba(102, 126, 234, 0.2),
        0 15px 50px rgba(102, 126, 234, 0.25),
        inset 0 3px 12px rgba(102, 126, 234, 0.08),
        inset 0 2px 0 rgba(255, 255, 255, 1);
    transform: translateY(-8px) scale(1.03);
}

.modern-login-form .hero-form-input::placeholder {
    color: #9ca3af;
    font-weight: 500;
    font-style: italic;
}

.hero-form-input:focus + .input-focus-line {
    width: 100%;
}

.modern-login-form .hero-form-input:focus ~ .input-icon {
    transform: translateY(-50%) scale(1.2) rotate(5deg);
    background: linear-gradient(45deg, #667eea, #764ba2, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-form-input:focus ~ .input-icon {
    color: #667eea;
    transform: translateY(-50%) scale(1.15);
}

.hero-password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 2;
}

.hero-password-toggle:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-50%) scale(1.1);
}

/* Hero Form Options */
.hero-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    color: #374151;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.hero-checkbox:hover {
    color: #667eea;
}

.hero-checkbox input[type="checkbox"] {
    display: none;
}

.hero-forgot-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.hero-forgot-link:hover {
    color: #4f46e5;
    text-decoration: underline;
    transform: translateX(3px);
}

/* Enhanced Hero Submit Button */
/* Modern Login Form Submit Button */
.modern-login-form .hero-signin-btn {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 25px;
    padding: 2rem 3.5rem;
    font-size: 1.3rem;
    font-weight: 900;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 2.5rem;
    margin-top: 1rem;
    background: transparent;

    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
    transform: perspective(1000px) rotateX(2deg);
}

.hero-signin-btn {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 20px;
    padding: 1.8rem 3rem;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 2rem;
    background: transparent;

    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: white;
}

.modern-login-form .hero-signin-btn:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-12px) scale(1.05);
    box-shadow:
        0 25px 80px rgba(102, 126, 234, 0.7),
        0 15px 45px rgba(0, 0, 0, 0.25),
        inset 0 3px 0 rgba(255, 255, 255, 0.4);
}

.hero-signin-btn:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:
        0 20px 60px rgba(102, 126, 234, 0.6),
        0 12px 35px rgba(0, 0, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.hero-signin-btn:hover .btn-icon {
    transform: translateX(8px) scale(1.1);
}

.hero-signin-btn:active {
    transform: translateY(-2px) scale(1.01);
}

.btn-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #667eea, #764ba2, #667eea, #764ba2);
    background-size: 400% 400%;
    animation: gradient-shift 5s ease-in-out infinite;
    border-radius: 20px;
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 50% 100%; }
    75% { background-position: 0% 50%; }
    100% { background-position: 50% 0%; }
}

.btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
    transition: all 0.3s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-icon {
    transition: all 0.4s ease;
    font-size: 1.1rem;
}

/* Hero Divider */
.hero-divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.hero-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1d5db, transparent);
}

.hero-divider span {
    background: rgba(255, 255, 255, 0.98);
    padding: 0 1rem;
    color: #6b7280;
    font-weight: 500;
    font-size: 0.9rem;
}

/* Hero Signup Section */
.hero-signup-section {
    text-align: center;
    margin-bottom: 1.5rem;
}

.hero-signup-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-signup-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.5s;
}

.hero-signup-btn:hover::before {
    left: 100%;
}

.hero-signup-btn:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.signup-bonus {
    background: linear-gradient(45deg, #ffd700, #ff9900);
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

/* Hero Security Badge */
.hero-security-badge {
  display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 10px;
    padding: 0.75rem;
    color: #999dab;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 1.5rem;
}

.hero-security-badge i {
    color: #4ade80;
    font-size: 1rem;
}

/* Hero Alerts */
.hero-alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.hero-alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

/* Animated News Bar */
.news-bar {
    background: linear-gradient(90deg, #1a1a1a, #2d2d2d, #1a1a1a);
    background-size: 200% 100%;
    animation: news-bg-slide 10s ease-in-out infinite;
    padding: 1rem 0;
    border-top: 3px solid #ffd700;
    border-bottom: 3px solid #ffd700;
    position: relative;
    overflow: hidden;
}

@keyframes news-bg-slide {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.news-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    animation: news-shine 3s ease-in-out infinite;
}

@keyframes news-shine {
    0% { left: -100%; }
    100% { left: 100%; }
}

.news-container {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.news-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(45deg, #ff6b6b, #ffd700);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    margin-right: 2rem;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3); }
    50% { box-shadow: 0 4px 25px rgba(255, 215, 0, 0.6); }
}

.news-label i {
    animation: bounce-icon 1.5s ease-in-out infinite;
}

@keyframes bounce-icon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.news-ticker {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.news-content {
    display: flex;
    animation: news-scroll 30s linear infinite;
    white-space: nowrap;
}

.news-item {
    color: white;
    font-weight: 500;
    margin-right: 4rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
}

@keyframes news-scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Enhanced Signin Section */
.signin-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.signin-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    animation: section-bg-float 25s ease-in-out infinite;
}

.signin-wrapper {
    position: relative;
    z-index: 2;
}

.signin-header {
    text-align: center;
    margin-bottom: 3rem;
}

.signin-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    animation: icon-float 3s ease-in-out infinite;
}

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

.signin-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.signin-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.signin-benefits {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.benefit-tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.benefit-tag:hover {
    background: rgba(102, 126, 234, 0.2);
    transform: translateY(-2px);
}

/* Enhanced Signin Card */
.enhanced-signin-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 3rem;
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.enhanced-signin-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.6);
}

.enhanced-signin-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2, #ffd700, #667eea);
    background-size: 300% 100%;
    animation: gradient-border 4s ease infinite;
}

.enhanced-signin-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: card-shine 6s ease-in-out infinite;
}

@keyframes gradient-border {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes card-shine {
    0% { left: -100%; }
    50% { left: -100%; }
    100% { left: 100%; }
}

/* Enhanced Form Groups */
.enhanced-form-group {
    margin-bottom: 2rem;
    position: relative;
}

.enhanced-form-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.enhanced-form-label i {
    color: #667eea;
    font-size: 1.1rem;
}

.enhanced-input-wrapper {
    position: relative;
}

/* Modern Form Input Icons */
.modern-login-form .input-icon {
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    font-size: 1.4rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.input-icon {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1.2rem;
    z-index: 2;
    transition: all 0.4s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.input-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2, #ffd700);
    transition: width 0.4s ease;
    border-radius: 0 0 16px 16px;
}

.enhanced-form-input {
    width: 100%;
    padding: 1.25rem 1.5rem 1.25rem 3.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    color: #374151;
    font-weight: 500;
}

.enhanced-form-input:focus {
    outline: none;
    border-color: #667eea;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.enhanced-form-input:focus + .input-focus-line {
    width: 100%;
}

.enhanced-form-input:focus ~ .input-icon {
    color: #667eea;
    transform: translateY(-50%) scale(1.1);
}

.input-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    transition: width 0.3s ease;
    border-radius: 0 0 15px 15px;
}

.enhanced-password-toggle {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 2;
}

.enhanced-password-toggle:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-50%) scale(1.1);
}

/* Enhanced Form Options */
.enhanced-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.enhanced-checkbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    color: #374151;
    transition: all 0.3s ease;
}

.enhanced-checkbox:hover {
    color: #667eea;
}

.enhanced-checkbox input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: white;
    position: relative;
}

.enhanced-checkbox input[type="checkbox"]:checked + .checkbox-custom {
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-color: #667eea;
    transform: scale(1.1);
}

.checkbox-custom i {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    color: white;
    font-size: 12px;
}

.enhanced-checkbox input[type="checkbox"]:checked + .checkbox-custom i {
    opacity: 1;
    transform: scale(1);
}

.enhanced-forgot-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.enhanced-forgot-link:hover {
    color: #4f46e5;
    text-decoration: underline;
    transform: translateX(5px);
}

/* Enhanced Submit Button */
.enhanced-signin-btn {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    background: transparent;
}

.btn-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #667eea, #764ba2, #ffd700, #667eea);
    background-size: 300% 300%;
    animation: gradient-shift 4s ease infinite;
    border-radius: 15px;
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: white;
    transition: all 0.3s ease;
}

.btn-icon {
    transition: transform 0.3s ease;
}

.enhanced-signin-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.enhanced-signin-btn:hover .btn-icon {
    transform: translateX(5px);
}

.enhanced-signin-btn:active {
    transform: translateY(-1px);
}

.btn-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.enhanced-signin-btn.loading .btn-content {
    opacity: 0;
}

.enhanced-signin-btn.loading .btn-loading {
    opacity: 1;
}

.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.btn-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.enhanced-signin-btn:active .btn-ripple {
    width: 300px;
    height: 300px;
}

/* Signin Quick Stats */
.signin-quick-stats {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.quick-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    text-align: center;
}

.quick-stat i {
    color: #667eea;
    font-size: 1.5rem;
}

.quick-stat span {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Enhanced Divider */
.enhanced-divider {
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.enhanced-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1d5db, transparent);
}

.enhanced-divider span {
    background: rgba(255, 255, 255, 0.98);
    padding: 0 1.5rem;
    color: #6b7280;
    font-weight: 500;
}

/* Enhanced Signup Section */
.enhanced-signup-section {
    text-align: center;
    margin-bottom: 2rem;
}

.signup-text {
    color: #6b7280;
    margin-bottom: 1rem;
    font-weight: 500;
}

.enhanced-signup-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    text-decoration: none;
    color: #374151;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.enhanced-signup-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.5s;
}

.enhanced-signup-btn:hover::before {
    left: 100%;
}

.enhanced-signup-btn:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
    color: #667eea;
}

.signup-bonus {
    background: linear-gradient(45deg, #ffd700, #ff9900);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Security Badge */
.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem;
    color: #667eea;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 2rem;
}

.security-badge i {
    color: #4ade80;
    font-size: 1.1rem;
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-label i {
    color: #667eea;
}

.input-wrapper {
    position: relative;
}

.form-input {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: #374151;
}

.form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.password-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #667eea;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
    background: #667eea;
    border-color: #667eea;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.forgot-link {
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-link:hover {
    color: #4f46e5;
    text-decoration: underline;
}

/* Signin Button */
.signin-btn {
    width: 100%;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.signin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.signin-btn.loading .btn-text {
    opacity: 0;
}

.btn-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.signin-btn.loading .btn-loading {
    opacity: 1;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-icon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.signin-btn:hover .btn-icon {
    transform: translateX(5px);
}

/* Alert Styles */
.alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
}

/* Divider */
.divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}

.divider span {
    background: white;
    padding: 0 1rem;
    color: #6b7280;
    font-size: 0.9rem;
}

/* Signup Section */
.signup-section {
    text-align: center;
}

.signup-section p {
    color: #6b7280;
    margin-bottom: 1rem;
}

.signup-btn {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.signup-btn:hover {
    color: #4f46e5;
    text-decoration: underline;
}

/* Consistent Section Backgrounds */
.features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    animation: section-bg-float 30s ease-in-out infinite;
}

.platforms-section {
    background: linear-gradient(135deg, #032BC4 0%, #0123A4 36.46%, #0124A4 58.33%, #0051CB 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.platforms-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    animation: section-bg-float 25s ease-in-out infinite reverse;
}

.testimonials-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 40% 30%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 60% 70%, rgba(118, 75, 162, 0.08) 0%, transparent 50%);
    animation: section-bg-float 35s ease-in-out infinite;
}

@keyframes section-bg-float {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.platforms-section .section-title,
.platforms-section .section-subtitle {
    color: white;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.feature-description {
    color: #6b7280;
    line-height: 1.6;
}

/* Platforms Grid */
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.platform-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.platform-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.platform-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: white;
}

.platform-icon.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.platform-icon.tiktok { background: linear-gradient(45deg, #ff0050, #000000); }
.platform-icon.youtube { background: linear-gradient(45deg, #ff0000, #cc0000); }
.platform-icon.facebook { background: linear-gradient(45deg, #1877f2, #42a5f5); }

.platform-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.platform-description {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.stat-highlight {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.stars i {
    color: #fbbf24;
    font-size: 1.1rem;
}

.testimonial-text {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.author-title {
    color: #6b7280;
    font-size: 0.9rem;
}

/* Animation Classes */
.animate-in {
    animation: slideInUp 0.8s ease-out;
}

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

/* Power Features */
.power-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.power-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.power-feature:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.power-feature i {
    color: #FFC700;
    font-size: 1.2rem;
}

/* Social Proof Ticker */
.social-proof-ticker {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1rem;
    overflow: hidden;
    position: relative;
}

.ticker-content {
    display: flex;
    animation: ticker-scroll 20s linear infinite;
    white-space: nowrap;
}

.ticker-item {
    color: white;
    margin-right: 3rem;
    font-weight: 500;
}

@keyframes ticker-scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Enhanced Signin Container */
.enhanced-signin-container {
    padding: 2rem 0;
    position: relative;
}

.signin-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FFC700, #FF9900);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(255, 199, 0, 0.3);
}

.form-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.form-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.form-benefits {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 8px 16px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

/* Enhanced Signin Card */
.enhanced-signin-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 3rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.enhanced-signin-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0094FF, #FFC700, #00A3FF);
}

/* Enhanced Form Styles */
.enhanced-form-group {
    margin-bottom: 2rem;
    position: relative;
}

.enhanced-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
    font-size: 1rem;
}

.enhanced-label i {
    color: #0094FF;
    font-size: 1.1rem;
}

.enhanced-input-wrapper {
    position: relative;
}

.enhanced-input {
    width: 100%;
    padding: 1.2rem 1.5rem 1.2rem 3.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: white;
    color: #374151;
    font-weight: 500;
}

.enhanced-input:focus {
    outline: none;
    border-color: #0094FF;
    box-shadow: 0 0 0 4px rgba(0, 148, 255, 0.1);
    transform: translateY(-2px);
}

.input-icon {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.enhanced-input:focus + .input-highlight + .input-icon {
    color: #0094FF;
}

.input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(45deg, #0094FF, #00A3FF);
    transition: width 0.3s ease;
    border-radius: 0 0 15px 15px;
}

.enhanced-input:focus + .input-highlight {
    width: 100%;
}

.enhanced-password-toggle {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.enhanced-password-toggle:hover {
    color: #0094FF;
    background: rgba(0, 148, 255, 0.1);
}

/* Enhanced Alerts */
.enhanced-alert {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    font-weight: 500;
    border: 2px solid;
}

.alert-error {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    border-color: #fca5a5;
    color: #dc2626;
}

.alert-success {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border-color: #86efac;
    color: #16a34a;
}

.alert-icon {
    font-size: 1.5rem;
}

.alert-content strong {
    display: block;
    margin-bottom: 0.25rem;
}

/* Enhanced Form Options */
.enhanced-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.enhanced-checkbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    color: #374151;
}

.enhanced-checkbox input[type="checkbox"] {
    display: none;
}

.checkbox-mark {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: white;
}

.enhanced-checkbox input[type="checkbox"]:checked + .checkbox-mark {
    background: linear-gradient(45deg, #0094FF, #00A3FF);
    border-color: #0094FF;
    color: white;
}

.enhanced-checkbox input[type="checkbox"]:checked + .checkbox-mark i {
    opacity: 1;
    transform: scale(1);
}

.checkbox-mark i {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    font-size: 12px;
}

.enhanced-forgot-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0094FF;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.enhanced-forgot-link:hover {
    color: #0278f6;
    text-decoration: underline;
}

/* Enhanced Submit Button */
.enhanced-signin-btn {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.btn-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0094FF, #00A3FF, #FFC700);
    background-size: 300% 300%;
    animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.btn-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: white;
    transition: all 0.3s ease;
}

.btn-icon {
    transition: transform 0.3s ease;
}

.enhanced-signin-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 148, 255, 0.4);
}

.enhanced-signin-btn:hover .btn-icon {
    transform: translateX(5px);
}

.btn-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.enhanced-signin-btn.loading .btn-content {
    opacity: 0;
}

.enhanced-signin-btn.loading .btn-loading {
    opacity: 1;
}

.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Quick Access Info */
.quick-access-info {
    text-align: center;
    margin-bottom: 2rem;
}

.quick-access-info p {
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 1rem;
}

.access-features {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.access-features span {
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #d1d5db;
}

/* Enhanced Divider */
.enhanced-divider {
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.enhanced-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1d5db, transparent);
}

.enhanced-divider span {
    background: white;
    padding: 0 1.5rem;
    color: #6b7280;
    font-weight: 500;
}

/* Enhanced Signup Section */
.enhanced-signup-section {
    text-align: center;
    margin-bottom: 2rem;
}

.signup-text {
    color: #6b7280;
    margin-bottom: 1rem;
    font-weight: 500;
}

.enhanced-signup-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #f9fafb, #f3f4f6);
    border: 2px solid #e5e7eb;
    border-radius: 15px;
    padding: 1.5rem 2rem;
    text-decoration: none;
    color: #374151;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.enhanced-signup-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 148, 255, 0.1), transparent);
    transition: left 0.5s;
}

.enhanced-signup-btn:hover::before {
    left: 100%;
}

.enhanced-signup-btn:hover {
    border-color: #0094FF;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 148, 255, 0.2);
}

.signup-benefits {
    background: linear-gradient(45deg, #FFC700, #FF9900);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Security Badge */
.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem;
    color: white;
    font-size: 0.9rem;
    margin-top: 1.5rem;
}

.security-badge i {
    color: #4ade80;
    font-size: 1.1rem;
}

/* Live Stats Ticker */
.live-stats-ticker {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticker-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
}

.ticker-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #FFC700;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 2rem;
    border-right: 1px solid rgba(255, 199, 0, 0.3);
}

.ticker-content {
    display: flex;
    animation: live-ticker 30s linear infinite;
    white-space: nowrap;
}

.ticker-item {
    color: white;
    margin-right: 4rem;
    font-weight: 500;
}

.ticker-item .user {
    color: #FFC700;
    font-weight: 600;
}

@keyframes live-ticker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Pricing Preview Section */
.pricing-preview-section {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.pricing-comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pricing-card {
    background: white;
    border-radius: 25px;
    padding: 2.5rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.pricing-card.featured {
    border-color: #0094FF;
    transform: scale(1.05);
}

.pricing-card.featured::before {
    content: '🔥 MOST POPULAR';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #0094FF, #00A3FF);
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.platform-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f3f4f6;
}

.platform-header.instagram { border-bottom-color: #e6683c; }
.platform-header.tiktok { border-bottom-color: #ff0050; }
.platform-header.youtube { border-bottom-color: #ff0000; }

.platform-header i {
    font-size: 2rem;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-header.instagram i { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.platform-header.tiktok i { background: linear-gradient(45deg, #ff0050, #000000); }
.platform-header.youtube i { background: linear-gradient(45deg, #ff0000, #cc0000); }

.platform-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.price-comparison {
    margin-bottom: 2rem;
}

.our-price {
    text-align: center;
    margin-bottom: 1rem;
}

.our-price .label {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.our-price .price {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #0094FF;
    line-height: 1;
}

.our-price .unit {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.competitor-price {
    text-align: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.competitor-price .label {
    display: block;
    color: #6b7280;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.competitor-price .price.crossed {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #9ca3af;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.competitor-price .savings {
    background: linear-gradient(45deg, #10b981, #059669);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.features-list span {
    color: #374151;
    font-size: 0.9rem;
    font-weight: 500;
}

.pricing-cta {
    text-align: center;
}

.mega-cta-btn {
    display: inline-block;
    background: linear-gradient(45deg, #0094FF, #00A3FF, #FFC700);
    background-size: 300% 300%;
    animation: gradient-shift 3s ease infinite;
    color: white;
    text-decoration: none;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 148, 255, 0.3);
}

.mega-cta-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 148, 255, 0.4);
    color: white;
    text-decoration: none;
}

.btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.mega-cta-btn:hover .btn-glow {
    left: 100%;
}

/* Enhanced Features Section */
.enhanced-features-section {
    background: linear-gradient(135deg, #0094FF 0%, #00A3FF 50%, #0278f6 100%);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.enhanced-features-section .section-title,
.enhanced-features-section .section-subtitle {
    color: white;
}

.enhanced-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.enhanced-feature-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.enhanced-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 148, 255, 0.1), transparent);
    transition: left 0.5s;
}

.enhanced-feature-card:hover::before {
    left: 100%;
}

.enhanced-feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

.feature-icon-wrapper {
    position: relative;
    margin: 0 auto 2rem;
    width: 100px;
    height: 100px;
}

.feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    position: relative;
    z-index: 2;
}

.feature-icon.lightning { background: linear-gradient(45deg, #fbbf24, #f59e0b); }
.feature-icon.shield { background: linear-gradient(45deg, #10b981, #059669); }
.feature-icon.users { background: linear-gradient(45deg, #8b5cf6, #7c3aed); }
.feature-icon.support { background: linear-gradient(45deg, #06b6d4, #0891b2); }
.feature-icon.money { background: linear-gradient(45deg, #ef4444, #dc2626); }
.feature-icon.refill { background: linear-gradient(45deg, #0094FF, #0278f6); }

.feature-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 148, 255, 0.3), transparent);
    animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; }
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.feature-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-stats {
    margin-bottom: 1rem;
}

.stat-highlight {
    background: linear-gradient(45deg, #0094FF, #00A3FF);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
}

.feature-proof {
    color: #059669;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Enhanced Responsive Design with Full Width */
.container {
    max-width: 1400px !important;
    width: 100% !important;
    padding: 0 2rem;
}

@media (max-width: 1400px) {
    .hero-title {
        font-size: 3.2rem;
    }

    .hero-form-title {
        font-size: 1.8rem;
    }

    .hero-login-card {
        padding: 2rem;
    }
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-form-title {
        font-size: 1.6rem;
    }

    .hero-stats {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 1rem;
    }

    .hero-login-card {
        padding: 2rem;
    }

    .news-container {
        padding: 0 1.5rem;
    }

    .news-label {
        margin-right: 1.5rem;
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 1.5rem;
    }

    .hero-section {
        min-height: calc(100vh - 70px);
        margin-top: 70px;
        padding: 4rem 0 3rem 0;
    }

    .hero-content {
        padding: 2rem 1rem;
        text-align: center;
       
    }

    .hero-login-wrapper {
        padding: 1rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-form-title {
        font-size: 1.6rem;
    }

    .hero-login-card {
        padding: 2.5rem 2rem;
        border-radius: 24px;
        margin: 2rem 0;
        transform: perspective(1000px) rotateX(0deg);
        box-shadow:
            0 25px 80px rgba(0, 0, 0, 0.15),
            0 15px 40px rgba(102, 126, 234, 0.1),
            inset 0 2px 0 rgba(255, 255, 255, 0.8);
    }

    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .trust-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .features-grid,
    .platforms-grid,
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    /* Reduce animation intensity on tablet */
    .shape {
        animation-duration: 30s;
    }

    .particle {
        animation-duration: 20s;
    }

    .orb {
        animation-duration: 40s;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }

    .hero-section {
        min-height: 100vh;
        margin-top: 0;
        padding: 5rem 0 4rem 0;
    }

    .hero-content {
        padding: 3rem 1rem;
   
    }

    .hero-login-wrapper {
        padding: 2rem 1rem;
    }

    /* Mobile Social Vectors */
    .social-vector {
        opacity: 0.15;
    }

    .instagram-vector {
        width: 60px;
        height: 60px;
        top: 10%;
        left: 5%;
    }

    .facebook-vector {
        width: 55px;
        height: 55px;
        top: 20%;
        right: 8%;
    }

    .instagram-vector-2 {
        width: 45px;
        height: 45px;
        bottom: 20%;
        right: 4%;
    }

    .facebook-vector-2 {
        width: 50px;
        height: 50px;
        bottom: 30%;
        left: 3%;
    }

    .social-vector i {
        font-size: 1.4rem;
    }

    /* Mobile Modern Login Card */
    .hero-login-card {
        padding: 2.5rem 2rem;
        border-radius: 24px;
        margin: 2rem 0;
        transform: perspective(1000px) rotateX(0deg);
        box-shadow:
            0 25px 80px rgba(0, 0, 0, 0.15),
            0 15px 40px rgba(102, 126, 234, 0.1),
            inset 0 2px 0 rgba(255, 255, 255, 0.8);
    }

    .modern-login-form .hero-form-input {
        padding: 1.4rem 1.8rem 1.4rem 4rem;
        font-size: 1.05rem;
        border-radius: 20px;
    }

    .modern-login-form .hero-signin-btn {
        padding: 1.6rem 2.5rem;
        font-size: 1.1rem;
        border-radius: 22px;
    }

    .form-vector {
        width: 40px;
        height: 40px;
    }

    .facebook-form-vector {
        width: 35px;
        height: 35px;
        top: 50px;
    }

    .hero-form-input {
        padding: 1.2rem 1.5rem 1.2rem 3.5rem;
        font-size: 1rem;
        border-radius: 16px;
    }

    .hero-signin-btn {
        padding: 1.3rem 2rem;
        font-size: 1.05rem;
        border-radius: 18px;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .hero-form-title {
        font-size: 1.5rem;
    }

    .hero-login-card {
        padding: 1.5rem;
        border-radius: 24px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .stat-item {
        padding: 1.25rem 1rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .trust-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .trust-item {
        padding: 1rem 0.75rem;
        font-size: 0.9rem;
    }

    .trust-item i {
        font-size: 1.5rem;
    }

    .hero-form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hero-form-input {
        padding: 1rem 1.25rem 1rem 3rem;
        font-size: 1rem;
    }

    .hero-signin-btn {
        padding: 1.5rem 2.5rem;
        font-size: 1.1rem;
        border-radius: 18px;
    }

    .form-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .features-grid,
    .platforms-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card,
    .platform-card,
    .testimonial-card {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    /* News bar mobile adjustments */
    .news-container {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .news-label {
        margin-right: 0;
        align-self: center;
    }

    .news-content {
        animation-duration: 20s;
    }

    .news-item {
        font-size: 0.9rem;
        margin-right: 3rem;
    }

    /* Hide some floating elements on mobile for performance */
    .shape-5,
    .shape-6,
    .orb-3 {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-form-title {
        font-size: 1.2rem;
    }

    .hero-login-card {
        padding: 1.25rem;
        margin: 0 0.5rem;
    }

    .hero-subtitle,
    .hero-form-subtitle {
        font-size: 1.2rem;
    }

    .hero-form-input {
        padding: 0.75rem 0.875rem 0.75rem 2.25rem;
        font-size: 0.9rem;
    }

    .hero-signin-btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.95rem;
    }

    .trust-features {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .trust-item {
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.5rem;
        font-size: 0.8rem;
    }

    .trust-item i {
        font-size: 1rem;
    }

    .form-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .hero-form-group {
        margin-bottom: 1.25rem;
    }

    .hero-form-label {
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
    }

    .feature-card,
    .platform-card,
    .testimonial-card {
        padding: 1rem;
    }

    .feature-icon,
    .platform-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.6rem;
    }

    .hero-form-title {
        font-size: 1.1rem;
    }

    .hero-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .hero-login-card {
        padding: 1.5rem;
        margin: 0 0.25rem;
    }

    .hero-form-input {
        padding: 0.625rem 0.75rem 0.625rem 2rem;
        font-size: 0.85rem;
    }

    .hero-signin-btn {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .stat-item {
        padding: 0.5rem;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 1.0rem;
    }

    .trust-item {
        font-size: 1.2rem;
        padding: 0.4rem;
    }

    .form-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .hero-form-label {
        font-size: 0.8rem;
    }

    .news-item {
        font-size: 0.8rem;
        margin-right: 2rem;
    }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print Styles */
@media print {
    .hero-section::before,
    .wave-bg,
    .curved-bg-top,
    .curved-bg-bottom,
    .gradient-bg,
    .light-curved-bg {
        display: none;
    }

    .modern-signin-page {
        background: white;
    }

    .signin-card {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

