/*landing page*/
.media-text-landing {
  background: linear-gradient(180deg, #FAF7F5 0%, #F5F5F5 100%);
  padding: 7rem 0 0;
}
.media-text-landing .hero-btn {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.media-text-landing .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*Navbar*/
#navbar-landing-page {
  padding: 1rem 0;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .page-template-template-landing-page #content-wrapper {
    padding-top: 68px;
  }
}
/*Button*/
.common-btn .button.primary {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-flex;
  padding: 1rem 1rem 1rem 1.5rem;
  color: #fff;
  background: #131313;
  border: 1px solid #131313;
}
.common-btn .button.primary span {
  color: #fff;
}
.common-btn .button.primary span.arrow svg {
  fill: #fff;
}
.common-btn .button.primary:hover {
  color: #131313;
  background: #fff;
  border-color: #131313;
}
.common-btn .button.primary:hover span {
  color: #131313;
}
.common-btn .button.primary:hover span.arrow svg {
  fill: #131313;
}
.common-btn .button.primary:focus {
  color: #131313;
  background: #fff;
  border-color: #131313;
}
.common-btn .button.primary:focus span {
  color: #131313;
}
.common-btn .button.primary:focus span.arrow svg {
  fill: #131313;
}

/*what will you learn section*/
.cta-landing #agentforce-form {
  scroll-margin-top: 120px;
}
.cta-landing h2 {
  font-size: 5.8rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cta-landing h2 {
    font-size: 5rem;
  }
}
.cta-landing h6 {
  font-size: 2.2rem;
}
.cta-landing p {
  color: #454545;
}
.cta-landing .about-box {
  border: 1px solid #E6E6E6;
  position: relative;
  padding: 1.2rem 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  min-height: 114px;
  margin-top: 3rem;
}
.cta-landing .about-box::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #a6a6a6;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.cta-landing .about-box h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.cta-landing .about-box p {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0px;
}
.cta-landing .form-block {
  background: #F9F9F9;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 3rem;
}
@media (max-width: 768px) {
  .cta-landing .form-block {
    padding: 1rem;
  }
}
.cta-landing .form-block .super-hero {
  padding-top: 0;
  padding-bottom: 0px;
}
.cta-landing .form-block .super-hero .form-wrapper form {
  margin-top: 0;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoFormRow {
  width: 100%;
}
.cta-landing .form-block .super-hero .form-wrapper form label#LblConsent_Checkbox__c a {
  color: #000 !important;
}
.cta-landing .form-block .super-hero .form-wrapper form #LblConsent_Checkbox__c {
  margin-left: 35px;
  width: calc(100% - 35px) !important;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoCheckboxList {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 30px !important;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoCheckboxList .mktoField {
  height: 35px !important;
}
.cta-landing .form-block .super-hero .form-wrapper form input,
.cta-landing .form-block .super-hero .form-wrapper form select,
.cta-landing .form-block .super-hero .form-wrapper form textarea {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px !important;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoButton {
  color: #fff !important;
  background: #131313 !important;
  border: 1px solid #131313 !important;
  width: 100%;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoButton:hover {
  color: #131313 !important;
  background: #fff !important;
  border-color: #131313 !important;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoButton:focus {
  color: #131313 !important;
  background: #fff !important;
  border-color: #131313 !important;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoError {
  position: static;
}
.cta-landing .form-block .super-hero .form-wrapper form .mktoError .mktoErrorArrowWrap {
  top: 7px;
  position: relative;
}

/*why these Insights*/
.insights {
  padding: 10rem 0;
}
.insights h2 {
  font-size: 5.8rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .insights h2 {
    font-size: 5rem;
  }
}
.insights h6 {
  font-size: 2.2rem;
}
.insights p {
  color: #848484;
}
.insights .insight-box {
  background: #F9F9F9;
  box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 5rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .insights .insight-box {
    padding: 3rem;
  }
}
.insights .insight-box h6 {
  color: #000;
}
.insights .insight-box ul li {
  position: relative;
  color: #454545;
  padding-left: 35px;
  list-style: none;
  line-height: 32px;
  margin-bottom: 10px;
}
.insights .insight-box ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://bluprintx.com/wp-content/uploads/2026/01/left-arrow.svg");
  background-size: contain;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  top: 5px;
}
.insights .insight-box .insight-border {
  border: 1px solid #D5D5D5;
  margin: 20px 0px;
}
.insights .insight-box p {
  color: #454545;
}

/*what-makes-different-4*/
.what-makes-different {
  text-align: center;
}
.what-makes-different h2 {
  font-size: 5.8rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .what-makes-different h2 {
    font-size: 5rem;
  }
}
.what-makes-different h6 {
  font-size: 2.2rem;
}
.what-makes-different p {
  color: #454545;
  margin-bottom: 5rem;
}
.what-makes-different .button-space {
  margin: 5rem 0px 0px;
}
.what-makes-different .guide-info {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.what-makes-different .guide-diff {
  border-radius: 8px;
  padding: 3rem;
  display: flex;
  align-items: center;
  flex: 1 0;
  position: relative;
  gap: 3rem;
  flex-direction: column;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0588235294);
}
.what-makes-different .guide-diff p {
  color: #000;
  font-weight: 500;
  margin: 0;
  font-size: 2.3rem;
}
.what-makes-different .guide-diff.guide-diff-1 {
  background: #EEF9F4;
}
.what-makes-different .guide-diff.guide-diff-2 {
  background: #E8F2F6;
}
.what-makes-different .guide-diff.guide-diff-3 {
  background: #F4E6F1;
}
.what-makes-different .guide-diff.guide-diff-4 {
  background: #FAEEF4;
}
.what-makes-different .guide-diff.guide-diff-5 {
  background: #EAF2D9;
}
@media (max-width: 768px) {
  .what-makes-different .guide-diff {
    flex: auto;
  }
}
.what-makes-different figure.effect-apollo {
  background: #3498db;
  overflow: hidden;
  position: relative;
}
.what-makes-different figure.effect-apollo img {
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.what-makes-different figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  z-index: -1;
  background: linear-gradient(90deg, #D4EFE3 0%, #C3D6DE 28.37%, #E9C8E3 61.41%, #F6E1E6 100%);
}
.what-makes-different figure.effect-apollo:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 9;
  border-radius: 100%;
  box-shadow: 5px 6px 1px #c5c5c5;
}
.what-makes-different figure.effect-apollo:hover p {
  z-index: 9;
}
.what-makes-different figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.1, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.4, 1, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  z-index: 1;
}

/*Trusted by Global Teams*/
.global-teams {
  background: linear-gradient(90deg, #D4EFE3 0%, #C3D6DE 28.37%, #E9C8E3 61.41%, #F6E1E6 100%);
}
.global-teams h2 {
  font-size: 5.8rem;
  line-height: 1.2;
  color: #131313;
  text-align: center;
}
@media (max-width: 768px) {
  .global-teams h2 {
    font-size: 5rem;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2400px);
  }
}
.global-teams .slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 6rem 0 0;
}
.global-teams .slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: 4800px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.global-teams .slider .slide {
  height: auto;
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Get the Agentforce Ebook*/
.simple-cta-section h2 {
  font-size: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .simple-cta-section h2 {
    font-size: 4rem;
  }
}
.simple-cta-section p {
  text-align: center;
  font-size: 2rem;
  margin-top: 3rem;
  color: #848484;
}
.simple-cta-section.crux-dark .button.primary {
  border-color: #FFF !important;
}
.simple-cta-section .button-space {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0px 0;
}
.simple-cta-section.bg-bottom {
  background-position: bottom;
}
.simple-cta-section.bg-bottom .button-space {
  margin-bottom: 11rem;
}
.simple-cta-section.bg-top {
  background-position: top;
}
.simple-cta-section.bg-center {
  background-position: center;
}

/*Footer Css*/
.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  gap: 30px;
  margin: 0 auto;
  padding: 2.5rem;
  flex-wrap: wrap;
}
.landing-footer .logo-link {
  line-height: 14px;
}
.landing-footer .logo-link .logo {
  height: 3rem;
}
.landing-footer p {
  color: #454545;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0px;
}

/*Animations*/
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-fill-mode: both;
  transition: transform 0.2s ease-out;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body:not(.home) .cta-landing .form-block .form-wrapper .mktoFormRow .mktoFieldWrap input, body:not(.home) .cta-landing .form-block .form-wrapper .mktoFormRow .mktoFieldWrap select {
  height: 48px;
  padding: 1rem !important;
  font-size: 16px !important;
  font-size: 1.8rem !important;
}
@media (max-width: 768px) {
  body:not(.home) .cta-landing .form-block .form-wrapper .mktoFormRow .mktoFieldWrap input, body:not(.home) .cta-landing .form-block .form-wrapper .mktoFormRow .mktoFieldWrap select {
    font-size: 13px !important;
  }
}

/*# sourceMappingURL=landing.css.map */
