html {
  scroll-behavior: smooth;
}

section {
  height: fit-content;
}

h1,
h2,
h3,
p {
  color: #133f5d;
}

h3 {
  font-size: 1.8rem;
}
.navSection.primary .rootLink {
  color: var(--DarkBlue50) !important;
}

.paper-logo::before {
  background-image: url(../img/paperlogofinal.svg);
  width: 160px;
  top: 6px;
}

.rootLink .menu-arrow {
  content: url("../img/down-arrow-dark.svg") !important;
}

.globalNav .navSection.mobile .rootLink {
  color: #47525d !important;
}

.custom-select-multilanguage .option, .custom-select-multilanguage .selected-lang {
  color: #133f5d;
}

h1 {
  text-align: center;
  padding-bottom: 1rem;
}

.paper-heading-content {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.paper-heading-content h2 {
  text-align: center;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: var(--darkblue-50, #133f5d);
}

.paper-heading-content p {
  color: var(--darkblue-50, #133f5d);
  text-align: center;
  font-family: Lato;
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.paper-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 4em 2em; */
  height: fit-content;
}

.buyer-portal-hero {
  border-radius: 0px 0px 18% 18%;
  background: linear-gradient(
    110deg,
    rgba(65, 149, 213, 0.4) 7.39%,
    rgba(65, 149, 213, 0.16) 32.12%,
    rgba(65, 149, 213, 0.1) 80.72%
  );
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  height: fit-content;
  z-index: -1;
}

.buyer-portal-hero img {
  margin-top: 0;
  width: 100%;
  object-fit: contain;
  object-position: top;
}

.buyer-portal-hero .paper-container {
  padding: 12em 2em 6em;
}

/* powerful */
.powerful-tools .paper-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.powerful-card {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.powerful-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
}

.powerful-card img {
  width: 40%;
  object-fit: contain;

  object-position: top;
}
.powerful-explanation {
  display: flex;
  flex-direction: column;
}

.powerful-explanation h3 {
  color: var(--darkblue-50, #133f5d);

  text-align: center;
}

.powerful-explanation p {
  color: var(--darkblue-50, #133f5d);
  text-align: center;
}

/* Essential Tools*/
.essential-tools .paper-container {
  display: flex;
  flex-direction: column;
  gap: 20px;

  border-radius: 6%;
  padding-top: 0;
}

.essential-wrapper {
  background: linear-gradient(
    110deg,
    rgba(65, 149, 213, 0.4) 7.39%,
    rgba(65, 149, 213, 0.16) 32.12%,
    rgba(65, 149, 213, 0.1) 80.72%
  );
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}

.essential-tools-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #f7fbfd; /* White */
  border-radius: 20px 20px 20px 20px;
  padding: 2em 4em;
}

.essential-card {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.essential-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
}

.essential-card img {
  width: 50%;
  object-fit: contain;

  object-position: top;
}

.essential-explanation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.essential-explanation h3 {
  color: var(--darkblue-50, #133f5d);
  width: 100%;
  text-align: center;
}

.essential-explanation p {
  color: var(--darkblue-50, #133f5d);
  text-align: center;
}

.paperinaja {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}

.paperinaja .paper-heading-content p {
  color: white;
}
.paperinaja .paper-container {
  display: flex;
  flex-direction: column;
}
.card {
  color: white;
  border-radius: 15px;
  border: 2px solid var(--stroke-glass, rgba(255, 255, 255, 0.6));
  background: var(
    --testi-glass,
    linear-gradient(
      331deg,
      rgba(239, 239, 239, 0.6) -61.72%,
      rgba(255, 255, 255, 0.08) 82.41%
    )
  );
}

.form-header {
  padding: 1.25rem;
}

#admForm {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.green-button {
  width: 100%;
}

.custom-footer-new-index .footer-row.new-footer {
  background: transparent;
}

.custom-footer-new-index {
  background: var(
    --footer-gradient,
    linear-gradient(
      119deg,
      #257ab4 -3.43%,
      #206a9c 8.08%,
      #0f3449 36.22%,
      #0b2835 51.36%
    )
  );
}

.custom-footer-new-index .paperinaja {
  padding-bottom: 0;
}

.custom-footer-new-index .paper-container {
  gap: 1rem;
}

.custom-footer-new-index .paper-container .paper-heading-content h2,
.custom-footer-new-index .paper-container .paper-heading-content p {
  color: #fff;
}

.paperinaja .paper-heading-content h2 {
  color: #fff;
  font-size: 2.9em;
  text-align: left;
  padding-top: 0.5em;
  line-height: 1.5;
}

.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}

.iti input[type="tel"] {
  padding-right: 36px !important;
}

.iti {
  width: 100%;
}
.ERP-img {
  width: 60%;
  object-fit: contain;
  object-position: top;
  max-width: 550px;
}

.Woman-img {
  width: 60%;
  object-fit: contain;
  object-position: top;
  display: none;
}
.paperinaja .paper-container {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 2rem 0;
}
.paperinaja-warapper.illustration-footer {
  width: 100%;
  max-width: 280px;
  margin-right: 5em;
}
.paperinaja-warapper img {
  width: 100%;

  position: relative;
}

.paperin-footer {
  padding-top: 4.5em;
}

.footer-row.new-footer #homepage-footer {
  border-bottom: 1px solid #ffffff8f;
  border-top: 1px solid #ffffff8f;
  padding: 3rem 0;
}
.footer-row.new-footer {
  padding: 6em 20px 30px;
}

.footer-row.new-footer #homepage-footer {
  border-top: 1px solid #ffffff8f !important;
}
.essential-wrapper .paper-heading-content {
  padding: 4em 2em 2em;
}

.custom-footer-new-index h1 {
  color: white;
}

.iti__country-name {
  color: #000;
}

.form-header h2,
.form-header p {
  color: white;
  text-align: start;
}

.success-msg {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #e3e3e3;
  width: 90%;
  color: #133f5d;
  border-radius: 6px;
}

.success-header {
  display: flex;
  justify-content: space-between;
}

.success-header p {
  font-size: 18px;
}

.success-msg h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.success-close {
  color: #133f5d;
  float: right;
  font-size: 18px;
}

.success-close:hover,
.success-close:focus {
  color: #133f5d6c;
  text-decoration: none;
  cursor: pointer;
}

input::placeholder {
  color: #999 !important;
}

@media (min-width: 500px) {
  .essential-card img {
    width: 30%;
  }
  .powerful-card img {
    width: 30%;
  }
}

@media (min-width: 600px) {
  .essential-card img {
    width: 25%;
  }

  .powerful-card img {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .essential-tools-content {
    gap: 80px;
  }
  .powerful-explanation {
    width: 50%;
  }

  .mt4 {
    margin-top: 1em;
  }
  .mtn4 {
    margin-top: -1em;
  }

  .mrn1 {
    margin-right: -1em;
  }
  .powerful-content {
    gap: 80px;
  }
  .Woman-img {
    width: 50%;
    display: block;
  }
  .left {
    flex-direction: row-reverse !important;
  }
  /* .paper-container {
    padding: 4em 3em;
  } */
  .paperinaja .paper-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }

  .essential-explanation {
    width: 50%;
    text-align: start;
    align-items: start;
  }

  .essential-card img {
    width: 20%;
  }

  .powerful-card {
    flex-direction: row;
    gap: 100px;
    align-items: start;
  }

  .essential-card {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }

  .powerful-explanation h3 {
    text-align: justify;
  }

  .powerful-explanation p {
    text-align: justify;
  }

  .essential-explanation h3 {
    text-align: start;
  }

  .essential-explanation p {
    text-align: start;
  }

  .paperinaja {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .essential-card img {
    width: 15%;
  }
  /* .paper-container {
    padding: 6em 4em;
  } */
  .form-image {
    display: block;
  }
  .essential-wrapper .paper-heading-content {
    padding: 6em 3em 3em;
  }
}

@media (min-width: 500px) {
  .essential-card img {
    width: 30%;
  }
}

@media (min-width: 600px) {
  .essential-card img {
    width: 20%;
  }
}
