* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

body {
  font-family: Inter;
  overflow-x: hidden;
  background-color: unset !important;
}

.stickyheader {
  background: #1a1a18;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.nav-button-devider-block {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.nav-button-devider {
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 40px;
}
.btn-group {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 0;
  transition: background-color 0.2s;
}
.btn-119 {
  width: 119px;
  min-width: 119px;
  height: 49px;
}
.btn-148 {
  width: 148px;
  min-width: 148px;
  height: 49px;
}
.line-btn {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.line-btn:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #121212;
}
.primary-btn {
  border: 2px solid #d73838;
  background-color: #d73838;
  color: #ffffff;
}
.primary-btn:hover {
  border: 2px solid #ff3131;
  background-color: #ff3131;
  color: #ffffff;
}

.megamenu-heading-block {
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.megamenu-heading {
  color: #d73838;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.megamenu-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 15px;
  row-gap: 15px;
}
.megamenu-item-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 48%;
  display: flex;
}
.megamenu-link-wrap {
  display: flex;
  align-items: flex-start;
  color: #6e6e6e;
  text-decoration: none;
  column-gap: 5px;
  row-gap: 5px;
  padding: 0 0;
  transition: color 0.2s;
}
.megamenu-item-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  min-width: 40px;
  height: 40px;
  position: relative;
  top: 2px;
}
.megamenu-link-label {
  color: #eb5f5f;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.megamenu-link-para {
  color: #6e6e6e;
  font-size: 13px;
  line-height: 21px;
}
.flyout-menu-item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.accordion-container {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}

.accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.set {
  position: relative;
  height: auto;
  background-color: #ffffff;
}

.set > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: #1a1a18;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set > a i,
.set > a > img {
  position: absolute;
  right: 15px;
  top: 20px;
  transition-duration: 0.3s;
}

.set > a.active > img {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.discription {
  background-color: #fff;
  display: none;
}

.discription p {
  font-size: 15px;
  line-height: 26px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 0;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

.log-hero-section {
  background-image: url(/static/blacklock/images/free_trial_log4j/Hero.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 20px 80px 20px;
}

.log-form-section {
  padding: 160px 20px;
}
.ft-hero-section {
  background-image: url(/static/blacklock/images/free_trial_log4j/Hero.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 20px 550px 20px;
}

.free-trail-form-section {
  margin-top: -550px;
  padding: 0px 20px;
}

.free-trial-page {
  font-size: var(--desktop-body-copy-b1-semi-bold-size);
  color: #eb5f5f;
  font-family: var(--desktop-body-copy-b1-semi-bold);
}

.log-hero-module {
  padding: 55px 0;
  text-align: center;
  max-width: 750px;
  margin: auto;
}

.react2shell-hero-module {
  padding: 55px 0;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.ft-hero-module {
  padding-top: 55px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
/* hero module */
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.subheading {
  letter-spacing: -0.01em;
  line-height: 160%;
  color: #eb5f5f;
  text-transform: uppercase;
}
.content-child {
  margin: 0 !important;
  background-image: url(/static/blacklock/images/free_trial_log4j/vector-25.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.heading,
.text {
  align-self: stretch;
  position: relative;
}
.heading {
  letter-spacing: -0.04em;
  line-height: 57px;
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: larger;
  font-weight: bold;
}
.text {
  font-size: var(--desktop-body-copy-b1-semi-bold-size);
  letter-spacing: -0.01em;
  line-height: 26px;
  z-index: 2;
}
.content {
  align-self: stretch;
  position: relative;
  gap: 0px;
  font-size: 52px;
  color: #fff;
}

/* form module */
.form-module {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.what-is-included {
  letter-spacing: -0.04em;
  line-height: 45px;
  font-size: 41px;
  font-weight: bold;
  color: #d73838;
  text-align: center;
  margin-bottom: 24px;
}
.check-icon {
  width: 24px;
  height: 24px;
}
.vulnerability-scan-on {
  text-align: left;
  max-width: 415px;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 26px;
  display: inline-block;
  flex-shrink: 0;
}
.check-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
}
.frame-parent,
.group-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-parent {
  flex-direction: column;
  gap: var(--gap-base);
  text-align: left;
  font-size: var(--desktop-body-copy-b1-semi-bold-size);
  color: var(--body-copy-white);
}
.group-item {
  height: 100%;
  top: 0;
  border-radius: var(--br-5xs);
  border: 2px solid #a3a3a3;
  box-sizing: border-box;
}
.span {
  color: var(--color-orangered);
}
.get-started {
  font-size: var(--desktop-headings-h3-size);
  letter-spacing: -0.04em;
  line-height: 45px;
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  font-weight: bold;
}
.log-rectangle-parent {
  position: relative;
  margin-right: 5px;
  background: #ffffff20;
  color: var(--body-copy);
  padding: 50px 60px 18px;
  border-radius: 8px;
  color: #fff;
}
.log-rectangle-parent .form-inputs {
  align-items: center;
  padding-bottom: 32px;
}
.log-rectangle-parent .form-inputs div input {
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-family: Inter;
  padding: 15px 24px;
}
.log-rectangle-parent .submit-btn {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 108px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  border: none;
  background-color: #d73838;
  color: #ffffff;
  font-size: 16px;
  font-family: Inter;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.1px;
}
.ft-rectangle-parent {
  position: relative;
  margin-right: 5px;
  background: #fff;
  color: var(--body-copy);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 1px rgb(159, 159, 159);
}
.ft-rectangle-parent .form-inputs {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  padding-bottom: 20px;
}
.ft-rectangle-parent .form-inputs div input {
  width: 226px;
  height: 56px;
}
.ft-rectangle-parent .submit-btn {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 19px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  border: none;
  background-color: #d73838;
  color: #ffffff;
  font-size: 16px;
  font-family: Inter;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-top: 25px;
}
.form-inputs div label {
  display: block;
  font-size: 16px;
  font-family: Inter;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
}
.address-input {
  width: 100%;
}
.form-inputs .address-input .group-item.address {
  width: 100% !important;
}
.trusted-by-global-customers-parent {
  max-width: 100%;
  position: relative;
  top: 0;
  padding-top: 100px;
  padding-bottom: 150px;
}
.image-9-parent {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  mix-blend-mode: luminosity;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 24px;
}
.image-9-parent > img,
.image-9-parent > a > img {
  height: 27px;
  width: auto;
}
.log-faq .left {
  max-width: 45%;
  display: flex;
  flex-direction: column;
}
.log-faq .right {
  width: 50%;
}
.log-faq {
  display: flex;
  justify-content: space-between;
  color: #1a1a18;
  font-weight: bold;
  background: #fff;
}
.log-faq .left h2,
.footer-child h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 57px;
  letter-spacing: -0.4px;
  margin-top: 0px;
}
.log-faq .left span {
  color: #d73838;
  padding-bottom: 16px;
}
.log-faq .accordion-title {
  border: 2px solid #ebebeb;
  margin-bottom: 8px;
  padding: 20px 35px 20px 20px;
  border-radius: 8px;
}
.free-trial-faq .left {
  max-width: 45%;
  display: flex;
  flex-direction: column;
}

.free-trial-faq .right {
  width: 50%;
}
.free-trial-faq {
  display: flex;
  justify-content: space-between;
  color: #1a1a18;
  font-weight: bold;
  background: #fff;
}
.free-trial-faq .left h2,
.footer-child h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 57px;
  letter-spacing: -0.4px;
  margin-top: 0px;
}
.free-trial-faq .left span {
  color: #d73838;
  padding-bottom: 16px;
}
.free-trial-faq .accordion-title {
  border: 2px solid #ebebeb;
  margin-bottom: 15px;
  padding: 20px 15px 20px 20px;
  border-radius: 8px;
}
.do-you-still {
  font-size: var(--desktop-headings-h5-semi-bold-size);
  letter-spacing: -0.01em;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 8px;
}
.buttonmediumprimary12 {
  border-radius: var(--br-9xs);
  background-color: var(--primary);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-mini) var(--padding-5xl);
  box-sizing: border-box;
  cursor: pointer;
  text-align: right;
  color: var(--body-copy-white);
  width: 30%;
  margin: 0 auto;
}
.footer-section {
  background-image: url(/static/blacklock/images/free_trial_log4j/Rectangle-1541.svg);
  bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-child .left {
  display: flex;
  flex-direction: column;
}
.find-answers-to {
  font-size: var(--desktop-body-copy-caption-size);
  letter-spacing: -0.01em;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 8px;
}
.footer-section .free-trial-page {
  overflow: hidden;
  font-size: var(--desktop-body-copy-b1-semi-bold-size);
  color: #ffffff;
  font-family: var(--desktop-body-copy-b1-semi-bold);
}
.footer-section .check-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
  padding-bottom: 23px;
}
.footer-form {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.footer-section .form-inputs div input {
  width: 261px;
  height: 56px;
  background: transparent;
  color: white;
  font-size: 18px;
  padding: 10px;
}
.footer-section .form-inputs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}
.footer-section .right .submit-btn {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 15px 19px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  border: none;
  background-color: #d73838;
  color: #ffffff;
  font-size: 16px;
  font-family: Inter;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-top: 25px;
}
.free-trial-page.footer {
  margin-top: 100px;
  padding-bottom: 160px;
}
.footer {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 56px;
  border-top: 1px solid #2f2f2f;
}
.footer ul {
  padding: 0px;
}
.footer li {
  list-style: none;
  padding-bottom: 6px;
  line-height: 35px;
}
li.social-media {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  line-height: 35px;
}
.social-media-wrapper {
  padding-top: 10px;
}
.copy-right-section {
  background-color: #2f2f2f;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.copy-right {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .btn {
    font-size: 13px;
  }
  .btn-119 {
    width: 100px;
    min-width: 100px;
    height: 40px;
  }
  .btn-148 {
    width: 110px;
    min-width: 110px;
    height: 40px;
  }
  .main_menu ul > li > a {
    padding: 20px 15px !important;
  }
  .nav-button-devider-block {
    width: 50px;
  }
}

/* tablet responsive css*/
@media only screen and (max-width: 1024px) {
  .header {
    height: auto;
    padding-bottom: 0;
  }
  .navbar__container {
    display: flex;
    gap: 20px;
    height: auto;
    flex-direction: column;
    border-bottom: 1px solid #2f2f2f;
    padding: 0 0 15px 0;
  }
  .container {
    max-width: initial !important;
    margin: 0 !important;
  }
  .headerlight-child {
    display: none;
  }
  .free-trial-page {
    width: 100%;
  }
  .free-trial-faq .right {
    width: 100%;
  }
  .free-trial-page {
    width: 100%;
  }
  .ft-hero-module {
    margin: 0;
  }
  .log-hero-module {
    margin: 0;
  }
  .react2shell-hero-module {
    margin: 0;
  }
  .form-module {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }
  .check-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-base);
  }
  .log-form-section {
    padding: 80px 20px;
  }
  .log-rectangle-parent {
    max-width: 552px;
    margin: 0 auto;
  }
  .frame-parent {
    text-align: center;
    margin: 0 auto;
  }
  .what-is-included {
    margin: 30px auto;
  }
  .trusted-by-global-customers-parent {
    max-width: 100%;
    top: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: red;
    padding-bottom: 100px;
  }
  .log-faq {
    display: flex;
    justify-content: space-between;
    color: #1a1a18;
    font-weight: bold;
    padding-bottom: 50px;
    flex-direction: column;
    row-gap: 40px;
  }
  .log-faq .left {
    max-width: 100%;
    text-align: center;
  }
  .log-faq .right {
    width: 100%;
  }
  .ft-rectangle-parent {
    max-width: 552px;
    margin: 0 auto;
  }
  .free-trial-faq {
    display: flex;
    justify-content: space-between;
    color: #1a1a18;
    font-weight: bold;
    padding-bottom: 100px;
    padding-top: 50px;
    flex-direction: column;
    row-gap: 40px;
  }
  .free-trial-faq .left {
    max-width: 100%;
    text-align: center;
  }
  .free-trial-faq .right {
    max-width: 100%;
  }
  .footer-section {
    padding: 50px 20px 0px 20px;
  }
  .footer-section .free-trial-page {
    width: 100%;
    text-align: left;
  }
  .footer-form {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 50px;
  }
  form.form-wrapper {
    max-width: 552px;
    margin: 0 auto;
  }
  .footer-section .right .submit-btn {
    margin: auto;
  }
  .footer-child .left {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .free-trial-page.footer {
    margin-top: 0px;
    padding-bottom: 80px;
  }
  .image-9-parent {
    justify-content: center;
  }
  .content-child {
    display: none;
  }
  .vulnerability-scan-on {
    flex-shrink: initial;
    max-width: initial;
  }
  .buttonmediumprimary12 {
    width: 50%;
  }
  .copy-right {
    padding: 28px 20px;
  }
  .megamenu-item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .megamenu-item-block {
    width: 100%;
  }
  .btn-group {
    justify-content: center;
  }
}

/* mobile responsive css*/
@media only screen and (max-width: 640px) {
  .container {
    max-width: initial !important;
    margin: auto !important;
  }
  .navbar__container {
    display: flex;
    gap: 20px;
    height: auto;
    flex-direction: column;
    border-bottom: 1px solid #2f2f2f;
    padding: 0 0 15px 0;
  }
  .heading {
    font-size: 45px !important;
    line-height: 51px;
  }
  .ft-hero-section,
  .log-hero-section {
    padding-top: 70px;
  }
  .free-trial-faq .left h2,
  .footer-child h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: -0.4px;
    margin-top: 0px;
  }
  .log-rectangle-parent {
    padding: 20px 30px;
    border-radius: 8px;
    color: #fff;
  }
  .log-form-section {
    padding: 50px 20px;
  }
  .submit-btn {
    padding: 12px 48px;
  }
  .form-inputs {
    display: flex;
    flex-direction: column;
  }
  .form-inputs div input {
    width: 100% !important;
    height: 40px;
  }
  .form-div {
    width: 100%;
  }
  .log-faq {
    padding-bottom: 0;
  }
  .image-9-parent {
    padding-bottom: 170px;
    justify-content: center;
  }
  .form-inputs div input {
    width: 100%;
    height: 40px;
  }
  .free-trial-page.footer {
    margin-top: 0px;
    flex-direction: column;
    padding-bottom: 160px;
  }
  .social-media-wrapper {
    padding-top: 23px;
  }
  .footer-form {
    padding-top: 30px;
  }
  .footer-child .left {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
  }
  .copy-right {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .image-9-parent {
    width: 100%;
    padding-bottom: 30px;
  }
  .btn-group {
    flex-direction: column;
    row-gap: 18px;
  }
}
.text_white {
  color: white;
}
.footer-Company ul li {
  color: white;
}
.footer-Otherlinks ul li {
  color: white;
}
.social-media-wrapper a li {
  color: white;
}
.Privacy a span {
  color: white;
}
.errors {
  margin-top: 10px;
  display: table-caption;
  caption-side: bottom;
}
.free-trial-form .form-div {
  display: table;
}
.form-div input {
  padding: 10px;
  font-size: 18px;
}
.form-inputs .address-input input {
  padding: 10px;
  font-size: 18px;
}
.free-trial-form .address-input {
  display: table;
}
.alert-success {
  color: #126943;
  background-color: #d3f4e6;
  border-color: #c1f0db;
}
.alert-danger {
  color: #85293a;
  background-color: #ffdce2;
  border-color: #ffced7;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
a:hover {
  text-decoration: none;
}
.footer-Services ul a {
  color: white;
}
.explore_action {
  color: red;
}
.font-weigth-wraper {
  font-weight: 700;
}

.copyright-text {
  color: var(--color--white-color);
  font-size: 13px;
}
.size_wraper {
  font-size: 13px;
}
.size_wraper:hover {
  color: red;
}
.signin-netoworks {
  margin: 0;
}
.signin-or {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.signin-or::before {
  position: absolute;
  content: "";
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.signin-or > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (min-width: 566px) {
  .form-set-wraper {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.form-set-wraper p {
  color: #8f8f8f;
}
.signin-icons {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.signin-icons li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  border: 1px solid rgb(26, 26, 24, 0.2);
  padding: 15.5px;
  justify-content: center;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.signin-icons li:hover {
  border: 1px solid rgb(66, 133, 244, 0.4);
  cursor: pointer;
}

.signin-icons li > [type="logo"] {
  margin-right: 8px;
}
/* styling for the social sign-in button */
.social-signin-btn li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(26, 26, 24, 0.2);
  padding: 20px;
  justify-content: center;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.social-signin-btn li:hover {
  border: 1px solid rgba(66, 133, 244, 0.4);
  cursor: pointer;
}

.social-signin-btn li img {
  width: 30px;
  height: auto;
  margin-right: 4px;
}
.button-text {
  color: black;
}
.button-text:hover {
  color: black;
  text-decoration: none;
}
.table-color-custom {
  background-color: #1f3864;
  color: white;
}
.text-danger {
  font-size: 14px;
  color: red;
  max-width: 226px; /* Constrains the width to match the input field */
  padding: 5px 10px 0 10px; /* Adds a little space above, left and right the error message */
}
.address-input .text-danger {
  max-width: 460px;
}
.modal-header-custom-color {
  background-color: #2d2d2d;
  color: white;
  text-align: center;
  justify-content: center; /* Center the content */
  position: relative; /* Allow absolute positioning for the close button */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
}
.modal-header-custom-color .modal-title {
  font-size: 24px; /* Same font size as the label */
  font-family: Inter, sans-serif; /* Ensure the Inter font is applied */
  font-weight: bold; /* Bold font weight */
  line-height: 110%; /* Line height for better spacing */
  letter-spacing: -0.1px; /* Adjust letter spacing for consistency */
  text-align: center; /* Center text */
}

/* Logo Slider */

.logo-slider img {
  height: 35px;
  display: block;
  max-width: 100%;
}
.logo-slider .slick-track {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}
.logo-slider .w-dyn-item {
  width: auto !important;
}
a.w-inline-block {
  display: inline-block;
  max-width: 100%;
}

.slick-slide {
  padding: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: #666;
  opacity: 0.8;
}

.slick-prev {
  left: -35px;
  z-index: 999;
}
.slick-next {
  right: -35px;
  z-index: 999;
}
@media only screen and (max-width: 600px) {
  .logo-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
}
