@font-face {
  font-family: 'quicksand-medium';
  src: url('/assets/fonts/Quicksand-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: 'quicksand-medium' !important;
  background-color: #fff !important;
}
a{
color: #313131 !important;

}
label{
  margin-bottom: 5px;
}

html {
  scroll-behavior: smooth;
  height: auto;
}
header {
  height: 70px;
}
header .navbar {
  padding: 0px !important;
}

.img-thumbnail {
  border: 1px solid #7a7a7a;
  margin-left: 5px;
  border-radius: 5px;
}
.edit-wrap-fields input {
  width: 75%;
}

.edit-wrap-fields input::placeholder {
  color: #949494;
}

.input-read input {
  background: #959595;
  width: 88%;
}

.edit-wrap-fields label {
  width: 25%;
}

.input-read label {
  width: 12%;
}

.edit-wrap-fields img {
  height: auto;
}

.edit-wrap-fields a.btn-main {
  display: block;
  width: 15%;
  text-align: center;
  padding: 10px 0px;
  margin: 30px 0px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.inner-edit-detail a.back i {
  margin: 0 10px 0 0px;
}

.form-check input {
  padding: unset;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin: unset;
  margin-left: -1.5em;
  margin-top: 0.25em;
  border: 1px solid #949494;
}

.checkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.form-check label {
  width: 100% !important;
}

.check-box-field {
  display: flex;
  align-items: center;
}
.navbar-expand-lg {
  color: #8d83f5 !important;
}
.form-check-input:checked[type="radio"] {
  background-image: none;
  background-color: #2b7004;
  border: 4px solid white;
  outline: 1px solid silver;
}

.edit-wrap-fields .form-row select {
  width: 75%;
  height: 45px;
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #949494;
  color: #949494;
}

.edit-wrap-fields textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin: 20px 0px;
}

.upload-photos h2 {
  border-top: 1px solid #949494;
  padding: 15px 0px;
  margin: 20px 0 0px;
}

.inner-com-icon input {
  margin: 0px !important;
  width: 100%;
  margin-left: 10px !important;
}

.inner-com-icon {
  display: flex;
  align-items: center;
}

.root-cause select {
  width: 88% !important;
}

.root-cause label {
  width: 12% !important;
}

.tagging-control {
  padding: 0;
  border: 0px;
  width: 75%;
}

.multiselect-dropdown {
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.52857143;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-radius: 4px;
  height: 45px;
  line-height: 2;
}

.comment-history {
  border-radius: 6px;
  width: 96%;
  padding: 0 6px;
}

.comment-history label {
  color: #888686;
}

.upload-photos .form-row {
  flex-flow: row wrap;
}

.comment-history > label,
.bold {
  color: #333131 !important;
  font-weight: bold;
}
.comments img {
  width: 42px !important;
  margin-right: 10px;
  border: 1px solid #ccc !important;
  border-radius: 50px;
  height: 42px;
}
label#lblComment div {
  color: #2e2e2e;
}
.comment-controller {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
input[type="radio"] {
  margin-right: 10px;
  margin-top: -4px;
  margin-bottom: 0;
}
.btn-main {
  margin-top: 0 !important;
}
.comment-history .btn-main {
  margin-top: 6px !important;
}

.wd-20 {
  width: 20% !important;
}
.wd-35 {
  width: 35% !important;
}

.form-wrap-login {
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 0px;
}

.inner-form {
  text-align: left;
  padding: 40px 30px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  border: 1px solid #8d83f5;
}
 h1,label{
  color: #fff !important;
}
.inner-form input {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0 0 0px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  padding: 0 0 0 20px;
}

.inner-form span {
  display: flex;
  text-align: right;
  margin: 0 0 0px;
  align-items: anchor-center;
  gap: 2px;
}

.inner-form span p {
  margin: 0;
  color: #ffffff;
}

.inner-form span a {
  color: #000;
  text-decoration: none;
}

.month-tab{
  font-size: 10px;
}
.inner-form h2 {
  font-size: 25px;
  padding-bottom: 25px;
}

.btn-main:disabled {
  color: #fff;
}
.form-wrap-login {
  border-radius: 0;
}

.signup {
  text-align: center !important;
  padding-top: 15px;
  display: block;
}

.signup a {
  color: #0631ad !important;
  text-decoration: none !important;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}

.signup a:hover {
  color: #0056b3;
  background-color: rgba(0, 123, 255, 0.1);
  text-decoration: none;
}

.signup a:focus {
  color: #0056b3;
  background-color: rgba(0, 123, 255, 0.1);
  outline: none;
}

/* Subscription Plans Styling */
.subscription-plans {
  margin: 10px 0 30px;
}

.subscription-card {
  border: 2px solid #e0e0e0;
  border-radius: 7px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  height: 100%;
  position: relative;
}

.subscription-card:hover {
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.15);
}

.subscription-card.selected {
  border-color: #ea2800;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.25);
  background: linear-gradient(90deg, #f37959 0%, #ec1671 100%);
  color: white;
}

.subscription-card.business {
  background: linear-gradient(90deg, #f37959 0%, #ec1671 100%);
  color: white;
  border-color: #6c5ce7;
}

.subscription-card.business:hover {
  background: linear-gradient(90deg, #f37959 0%, #ec1671 100%);
}

.subscription-card.business.selected {
  background: linear-gradient(90deg, #f37959 0%, #ec1671 100%);
  box-shadow: 0 6px 20px rgba(108, 92, 231, 0.4);
}

.subscription-plans .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subscription-card.business .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.card-header h2 {
  margin: 0;
  font-size: 1rem !important;
  font-weight: bold;
}

.subscription-card.selected h2 {
  color: #ffffff;
}

.badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.badge-secondary {
  background-color: #f05e5f;
  color: white;
}

.badge-primary {
  background-color: #f05e5f;
  color: #ffffff;
}
.subscription-plans .selected .badge-secondary ,.subscription-plans .selected .badge-primary{
    background-color: #000 !important;
}

.plan-description {
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
}

.subscription-card.business .plan-description,
.subscription-card.selected .plan-description {
  color: rgba(255, 255, 255, 0.9);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.feature-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.feature-list i {
  margin-right: 10px;
  font-size: 1rem;
}

.view-features {
  color: #6c5ce7;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.subscription-card.business .view-features,
.subscription-card.selected .view-features {
  color: rgba(255, 255, 255, 0.9);
}

.view-features:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .subscription-card {
    margin-bottom: 20px;
  }

  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .badge {
    align-self: flex-end;
  }
}

/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
header .navbar {
  box-shadow: none;
  padding: 15px 0;
}
header .nav-link.active {
  background-color: transparent !important;
}
header .header-login-btn {
  background: linear-gradient(90deg, #f37959 0%, #ec1671 100%);
  border: none;
  border-radius: 20px;
  padding: 5px 30px;
  color: #ffffff !important;
  margin-left: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #f05e5f  !important;
  font-weight: bold;
}
/* header */

/* hero section */

.login-screen {
  padding-bottom: 10px;
}
.form-wrap-login {
  position: relative;
}

.blur-bg {
  position: absolute;
background-image:
 linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 0%)), url(/assets/images/signup-bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 70px);
  
}
.login-form {
  position: relative;
  z-index: 1;
}

.form-wrap-login .inner-form .button-wrapper {
  justify-content: end;
}
.form-wrap-login .inner-form h2 {
  font-weight: bold;
  /* letter-spacing: -1px !important; */
  font-size: 48px;
  line-height: 1.2;
  padding: 0;
}
.form-wrap-login .inner-form h2 span {
  color: #f05e5f;
  text-align: left;
  display: inline;
  text-shadow: 0px 0px 3px #b4b4b4;
}
.form-wrap-login label.col-form-label {
  font-weight: bold;
  letter-spacing: -0.5px;
  font-size: 14px;
  color: #000000;
}
.form-wrap-login .inner-form h3 {
  font-weight: bold;
  letter-spacing: -0.5px;
  font-size: 14px;
  color: #000000;
}
.form-wrap-login .inner-form .button-wrapper .btn-main {
background: #000;
border: 2px solid #ea2800;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.form-wrap-login .inner-form .button-wrapper .btn-main:hover {
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transform: translateY(0px);
}

.form-wrap-login .inner-form input {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding:8px 14px;
}
.form-wrap-login .inner-form input::placeholder {
  font-size: 14px;
  color: #b9b9b9 !important;
  letter-spacing: -0.3px;
}
.required-field{
  position: relative;
  top: 2px !important;
}

.hero-right-content-area {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 70px);
  place-content: center;
  text-align: left;
  padding: 0px 40px 20px 0px;
  display: flex;
}
.hero-right-content-area h1 {
  font-weight: bold;
  padding: 0;
  font-size: 42px;
 line-height: 1;
}

.hero-right-content-area h1 span.smarter {
color: #f05e5f !important;
      font-size: 54px;
    line-height: 1.3;
   
}

.hero-right-content-area strong {
font-size: 19px;
    line-height: 28px;

}
.hero-right-content-area p {
  font-size: 16px;
  letter-spacing: -0.3px !important;
}

/* hero section */

/* packages section */
.subscription-card-wrapper-free {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  height: 100%;
  cursor: pointer !important;
}

.subscription-card-wrapper-free.selected {
  position: relative;
  padding: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  height: 100%;
  background-image: linear-gradient(90deg, #f37959 0%, #ec1671 100%);;
  color: #ffffff;
}
.subscription-card-wrapper-free.selected h2,
.subscription-card-wrapper-free.selected p,
.subscription-card-wrapper-free.selected a {
  color: #fff !important;
}

.subscription-card-inner h2 {
  font-size: 34px !important;
  line-height: normal;
}
.subscription-card-inner .feature-list li {
  font-size: 16px;
  letter-spacing: -0.3px;
}
.subscription-card-inner small {
  font-weight: bold;
  letter-spacing: -0.2px;
}
.subscription-card-inner .price-tag {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.5;
}
.subscription-card-inner .price-tag small {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.5;
}
.subscription-card-wrapper-free .card-body a {
  border: 1px solid #c4c4c4;
  padding: 20px 20px;
  display: inline-block;
  width: auto;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.subscription-card-wrapper-business .card-body a {
  border: 1px solid #efefef;
  padding: 20px 20px;
  display: inline-block;
  width: auto;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #fff;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.subscription-card-wrapper-free .card-body a:hover {
  background-color: #5046a5;
  color: #ffffff;
}
.subscription-card-wrapper-business .card-body a:hover {
  background-color: #ffffff;
  color: #2e2e2e;
}
.recommended {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #f7d829;
  padding: 5px 20px;
  border-radius: 60px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
}
.packages-row {
  display: flex;
  align-items: stretch;
}
.subscription-card-wrapper-free {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  height: 100%;
}
.subscription-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.subs-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

/* packages section */

/* services section */
.services-sec {
  padding: 70px 35px;
  background: #fafafa;
}
.content-area {
  text-align: center;
  margin-bottom: 35px;
}
.content-area h2 {
  font-size: 40px;
  font-weight: bold;
  color: #2e2e2e;
}
.content-area h2 span {
  color: #f05e5f;
  text-align: left;
  display: inline;
}
.content-area p {
  font-size: 16px;
  color: #2e2e2e;
}
.services-sec .service-card {
  text-align: center;
  height: 100%;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease,
    background-color 0.3s ease;
}

.services-sec .service-card:hover {
  background-color: #f8f8f8;
  border-color: #d0d0d0;
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.services-sec .service-card h3 {
  font-size: 24px;
  font-weight: 600;
  /* letter-spacing: -1.2px !important; */
  text-transform: capitalize;
}
.services-sec .service-card p {
  font-size: 16px;
  letter-spacing: -0.3px;
}
.services-row {
  row-gap: 30px;
}
/* services section */

/* cta section */
section.cta {
  padding: 70px 35px;
}
section.cta .cta-sec {
  padding: 50px;
  background-image: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
  border-radius: 50px;
}
section.cta .cta-sec .content-area {
  text-align: center;
}
section.cta .cta-sec .content-area h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
section.cta .cta-sec .content-area p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px !important;
}
.btn-main {
  background-color: #2e2e2e;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-align: center;
  min-height: 48px;
}

.btn-main:hover {
  color: #ffffff;
}

.btn-main:active {
  transform: scale(0.97);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

/* Disabled State */
.btn-main:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Mobile Full Width */
@media (max-width: 768px) {
  .btn-main {
    width: 100%;
    display: flex;
  }
}

@media (max-width: 768px) {
  .btn-main {
    width: 100%;
    display: block;
  }
}

/* cta section */

/* footer */

.footer-right-text {
  letter-spacing: -0.3px;
}
.footer-right-text a {
  text-decoration: none;
  font-weight: bold;
  color: #8579f2;
  letter-spacing: -0.3px;
}
.break {
  display: block;
}
/* footer */

/* Error message styling */
.error-message {
  color: #ffc8c8;
  font-size: 12px;
  padding: 2px 2px;
  margin-top: 0;
  min-height: 18px;
}

.error-message:empty {
  display: none;
}

/* Video section */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Media Query */
@media (max-width: 1024.98px) {
  .inner-form {
    padding: 20px 10px;
  }
  .form-wrap-login .inner-form h2 {
    font-size: 38px;
  }
  .card-header h2 {
    font-size: 16px;
  }
  .subscription-card {
    padding: 10px;
  }
  .navbar {
    box-shadow: none;
  }
  .recommended {
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .subscription-card-wrapper-free {
    padding: 20px;
    border-radius: 20px;
  }
  .subscription-card-wrapper-business {
    padding: 20px;
    border-radius: 20px;
  }
  .subscription-card-wrapper-free .card-body a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .subscription-card-wrapper-business .card-body a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .recommended {
    right: 10px;
    top: 10px;
  }
  .services-row {
    row-gap: 20px;
  }
  .navbar-collapse {
    padding: 20px;
    background-color: white;
  }
  header .header-login-btn {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .hero-right-content-area h1 {
    font-size: 45px !important;
  }
  
  .blur-bg {
    left: 0;
  }
  .content-area h2 {
    font-size: 28px;
  }
  .subscription-card {
    height: auto;
  }
  .subscription-plans .card-header {
    justify-self: center;
  }
  .header-login-btn {
    padding: 5px 30px !important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .subscription-card{
    gap: 20px;
  }
 .blur-bg {
  /* background-image: none !important; */
/* linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 72%)), url('/assets/images/sign-up-bg-mobile.png');} */
background:  linear-gradient( 70deg, #5b4766 0%, #000000 40%, #002462 80%, #00070a 100%) !important;
opacity: 1 !important;
  
}
.packages-section{
  margin-top: 1rem !important;
}
  .subscription-card .card-header .badge-secondary{
display: none !important;  }
 .subscription-card .card-header .free{
font-size: 20px !important;  }
  .video-section{
    margin: 0px !important;
  }
  a.navbar-brand {
    width: 50%;
    margin: 0;
  }
  .main-row{
    padding: 10px;
  }
  nav.navbar {
    box-shadow: none;
  }
  .inner-form {
    padding: 20px 20px;
  }

  .form-wrap-login .inner-form h2 {
    font-size: 32px;
  }
  .subscription-card {
    height: auto;
  }
  .subscription-plans .card-header {
    flex-flow: row;
  }
  .packages-section .packages-row {
    gap: 30px;
  }
  .recommended {
    right: auto;
    top: 20px;
    left: 15px;
    padding: 2px 10px;
  }
  .services-sec{
    padding: 35px 20px 0 20px !important;
  }
  .services-sec .content-area h2 {
    font-size: 32px;
  }
  .services-sec .service-card {
    padding: 20px;
  }
  .services-sec .services-row {
    row-gap: 30px;
  }
  .cta .cta-sec .content-area h2 {
    font-size: 32px !important;
  }
  .packages-section,
  .services-sec,
  section.cta {
    padding: 35px 20px;
  }
  .login-screen {
    padding-bottom: 0px;
  }
  .subscription-card-wrapper-free {
    padding: 50px 20px;
    border-radius: 20px;
    height: auto;
  }
  .subscription-card-wrapper-business {
    padding: 50px 20px;
    border-radius: 20px;
    height: auto;
  }
  section.cta .cta-sec {
    padding: 20px;
    border-radius: 20px;
  }
  section.cta .cta-sec .content-area .cta-btn {
    padding: 20px;
  }
  .subscription-card-wrapper-business:after {
    bottom: 0px;
  }

  .subscription-card-wrapper-free.selected {
    position: relative;
    padding: 50px 20px;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    height: 100%;
  background: linear-gradient(135deg, #f37959 0%, #ec1671 100%);
    color: #ffffff;
  }
  .blur-bg {
    position: absolute;
    z-index: 0;
    width: 142%;
    height: 45%;
    opacity: 0.7;
  }
  .hero-right-content-area {
    height: auto;
  }
  
  .row.packages-row .col-lg-4 {
    padding: 4px;
  }
  #packages-section .container,
  #features-section .container {
    padding: 0px;
  }
  .subscription-plans {
    margin: 10px 0 0px;
  }
  .btn-main{
    margin-top: 10px !important;
  }
}

@media (min-width: 100px) and (max-width: 340px) {
 .card-header h2 {
    font-size: 11px !important;
  }
  .badge{
    padding: 4px 6px;
    font-size: 11px !important;
    font-weight: 400;
 
}

}



@media (min-width: 100px) and (max-width: 420px) {
 .card-header h2 {
    font-size: 12px !important;
  }
  .badge{
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 400;
 
}
.form-wrap-login .inner-form h2{
  letter-spacing: 0px !important;
}
.month-tab{
  font-size: 6px;
}
}

/* Media Query */
#features-section,
#packages-section,
#registerCompany {
  scroll-margin-top: 70px;
}

/* optional: remove container spacing */
.video-section .container-fluid {
  padding: 0;
  margin: 0;
}
#hero-form {
  scroll-margin-top: 100px;
}
#package-free,
#package-basic,
#package-business {
  scroll-margin-top: 50px;
}
.alert-light.alert-danger{
  background: none !important;
  color: #ffc8c8  !important;
padding: 2px 2px !important;
margin-top: 0 !important;
}
span.smarter {
    font-size: 42px;
    color: #000000 !important;
    display: block !important;
  
}
@media (min-width: 768px) and (max-width: 1180px) {
  .subscription-card-wrapper-free.selected, .subscription-card-wrapper-free{padding: 20px !important}
      .recommended{
        right: 7px;
        top: 6px;
        font-size: 10px;
        padding: 5px 7px;
        line-height: 1;
    }
   
   
}
@media (min-width: 1280px) {
.row.subs-plan-row .col:first-child, .row.subs-plan-row .col:nth-child(2) {
    padding-right: 0;
}
}
@media (min-width: 320px) and (max-width: 1180px) {
header .navbar {padding: 0px 10px !important;}
 .card-header{font-size: 24px; margin-top: 10px;}
 .hero-right-content-area {margin-top: 20px; padding: 0;}
   .hero-right-content-area h1, .hero-right-content-area span.smart{font-size: 24px !important;}
   .hero-right-content-area h1 span.smarter{font-size: 28px; line-height: 1.5;}
    .hero-right-content-area p{font-size: 14px; line-height: 1.5;  margin-bottom: 30px;}
    #hero-form .card-header{margin-top: 0 !important;}
    .subscription-card {margin-bottom: 7px;height: auto;}
.blur-bg{height:100%; width: 100%;}
  .subscription-card-wrapper-free.selected, .subscription-card-wrapper-free{padding: 30px 20px !important}
  .recommended{top:10px;}.subscription-card-inner p {
    line-height: 1;
    font-size: 20px;
    margin-top: 10px;
}
div#hero-form .row {
    margin-bottom:0px !important;
}
div#hero-form .row .col-md-6{
    margin-bottom: 10px;
}
div#hero-form .row .col-12 {
    margin-top: 10px;
}
#hero-form .alert-light.alert-danger {
    margin-bottom: 0;
}.header-right {
    text-align: right;
}
}

div#hero-form  .alert-light.alert-danger{margin: 0;}
.subscription-card .card-header {
    gap: 5px;
  }

