
 /* color css variable for #28BC6E */

:root {
    --green-text: #28BC6E;
    font-size: 14px;
}

.request-demo-wrapper {
    background: transparent;
    display: grid;
    grid-template-areas: "header arrow form"
    "cta arrow form";
    grid-template-columns: 52% 10% 38%;
    grid-template-rows: min-content auto;
    width: 100%;
    padding-inline-start: 90px;
    padding-inline-end: 90px;
    padding-block: 40px;
}

.request-demo-wrapper .header-section-wrapper {
    grid-area: header;
}

.request-demo-wrapper .arrow-wrapper {
    grid-area: arrow;
    margin-top: 350px;
    z-index: 6;
    margin-left: 15px;
}

.request-demo-wrapper .form-section-wrapper {
    grid-area: form;
}

.request-demo-wrapper .cta-section-wrapper {
    grid-area: cta;
}

.request-demo-wrapper .cta-section-wrapper.solutions_guide {
  margin-left: 100px;
  max-width: 665px;
}

.request-demo-wrapper * {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.request-demo-wrapper.dark *:not(.form *) {
    color: white;
}

.request-demo-wrapper.dark .form p {
  color: black;
}

.request-demo-wrapper .main-header {
    font-size: 40px;
    line-height: 1.5;
    width: 100%;
}

.request-demo-wrapper .small-header {
    font-size: 25px;
    font-weight: 600;
}

.request-demo-wrapper .default-header {
    font-size: 3.6rem;
    font-weight: 700;
}

 .request-demo-wrapper .secondary-header {
     font-size: 3.6rem;
 }

.request-demo-wrapper .solutions-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  margin-left: 100px;
  font-weight: 600;
}

.request-demo-wrapper .solutions-guide .header-text  {
  font-size: 42px;
  width: calc(100% - 25px);
}

.request-demo-wrapper .solutions-guide .solutions-guide-header  {
    font-size: 28px;
    font-weight: 400;
  }

.request-demo-wrapper .solutions-guide-body  {
  max-width: 665px;
}

.header-wrapper {
    display: flex;
}

.request-demo-wrapper .cta-section-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.request-demo-wrapper .feature-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 900px;
    margin-bottom: 35px;
}
.request-demo-wrapper .feature-description b,
.request-demo-wrapper .feature-description strong {
    font-weight: 600;
    font-size: 20px;
}

.cta-section-wrapper .body-image {
  margin: 15px 0;
}

.cta-section-wrapper .cta-row {
    display: flex;
    margin-bottom: 8px;
}

.cta-section-wrapper .cta-row p {
    margin-bottom: 0;
    font-size: 20px;
}

.cta-section-wrapper .cta-section-text.solutions_guide {
    font-size: 16px;
}

.cta-section-wrapper .cta-row p b,
.cta-section-wrapper .cta-row p strong {
    font-weight: 600;
    font-size: 18px;
}

.cta-row-icon {
    margin-right: 8px;
}

.cta-row-icon i {
    margin-top: 6px;
    font-size: 16px;
}

.request-demo-wrapper.green .cta-section-wrapper .cta-row-icon i {
    color: #36D028;
}

.request-demo-wrapper.orange .cta-section-wrapper .cta-row-icon i {
    color: #FF6400;
}

.cta-section-wrapper .notification {
    margin-block-start: auto;
    font-size: 12px;
}

.request-demo-wrapper .form-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    max-width: 440px;
    position: relative;
}

.request-demo-wrapper .form-section-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1;
}

.request-demo-wrapper .form-wrapper .form {
    background-color: white;
    padding: 20px;
    padding-inline: 35px;
    border-radius: 20px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.request-demo-wrapper .header-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 5;
}

.request-demo-wrapper .form-section-wrapper .circle {
    width: 30vw;
    height: 30vw;
    overflow: hidden;
    top: 15%;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0.85;
    background: linear-gradient(180deg, #36D028 0%, #119CD8 162.12%);
    max-width: 576px;
    max-height: 576px;
}

.request-demo-wrapper.orange .form-section-wrapper .circle {
    background: linear-gradient(0deg, #FF6400 1.37%, #FFC700 100%);;
}

.request-demo-wrapper .partners-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
    max-width: 750px;
}

.request-demo-wrapper .partners-header {
    font-size: 24px;
    font-weight: 600;
}

.partner-logos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 40px 40px;
    row-gap: 20px;
    column-gap: 15px;
    margin-bottom: 25px;
}

.partner-logos .logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0.5;
}

.partner-logos .logo-wrapper .partner-icon {
    width: 100%;
    height: 100%;
}

.request-demo-wrapper .form-wrapper .hs-form input:not(.hs-button),
.request-demo-wrapper .form-wrapper .hs-form select {
    border: 0.5px solid #303D45;
    border-radius: 8px;
}

.request-demo-wrapper .form-wrapper .hs-form textarea,
.request-demo-wrapper .form-wrapper .hs-form select {
    color: #303D45 !important;
}

.request-demo-wrapper .hs-fieldtype-textarea.hs-input {
    resize: none;
    height: 4em;
    width: 50em;
    border: 0.5px solid #303D45;
    border-radius: 8px;
}

.request-demo-wrapper .form-wrapper .hs-form input:not(.hs-button)::placeholder,
.request-demo-wrapper .form-wrapper .hs-form select,
.request-demo-wrapper .form-wrapper .hs-form textarea::placeholder {
    color: #BEBEBE;
    font-size: 1rem;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
}

.request-demo-wrapper .form-wrapper .hs-error-msg {
    color: rgb(255, 0, 98);
    font-size: 0.9rem;
    margin-top: 5px;
}

.request-demo-wrapper .form-wrapper .hs-button {
    background-image: linear-gradient(to bottom, #36D028, #37b191, #1fbfe8,#70def9);
    font-weight: 600;
    min-width: 300px;
    border-radius: 40px;
    background-size: 100% 300%;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.request-demo-wrapper.orange .form-wrapper .hs-button {
    background-image: linear-gradient(to bottom, #FFC700 ,#FF6400 ,#1fbfe8 , #70def9);
}

.request-demo-wrapper .form-wrapper .hs-button:hover {
    background-position: 0 100%;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.opt-in-request {
  margin-left: 14px;
  font-size: 12px;
}

.header-section-wrapper .appdome-avatar-with-name {
    margin-top: 15px;
}

.avatar-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.avatar-text .contact-us-title {
    font-weight: 700;
    font-size: 20px;
}

.avatar-text .username {
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
}

.request-demo-wrapper .form-wrapper label span,
.request-demo-wrapper .form-wrapper .form-header {
    color: black;
    font-size: 14px;
}

.request-demo-wrapper.green .form-wrapper label span,
.request-demo-wrapper.green .form-wrapper .form-header {
    color: var(--green-text);
}


.request-demo-wrapper .form-wrapper label span {
    font-weight: 500;
}

.request-demo-wrapper .form-wrapper .form-header {
    font-size: 2.7rem;
    font-weight: 700;
    margin-inline: auto;
    margin-bottom: 15px;
}

.request-demo-wrapper .form-header.solutions-guide{
    font-size: 30px;
}


/* skeleton */

.skeleton-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
    margin: auto;
    padding: 35px;
}

.skeleton {
    width: 100%;
    height: 25px;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

.skeleton.btn {
    width: 300px;
    height: 45px;
    border-radius: 30px;
    margin: auto;
}

.skeleton.label {
    width: 130px;
    height: 25px;
}

.partners {
  display: flex;
  height: 180px;
  justify-content: center;
  background-color: white;
}

.partners .partners-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.partners .partners-header {
  font-size: 25px;
  font-weight: 700;
  font-family: 'Poppins'
}

.partners .partner-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  width: unset;
  margin-bottom: 18px;
}

@keyframes shine {
    to {
      background-position-x: -200%;
    }
  }


/* media queries */
/* 1440px */
@media only screen and (max-width: 1440px) {

    :root {
        font-size: 12px;
    }

    .partner-logos {
        grid-template-columns: repeat(6, 1fr);
    }

    .request-demo-wrapper {
        padding-inline-end: 50px;
        padding-block: 35px;
        grid-template-rows: min-content auto;
    }

    .request-demo-wrapper .feature-description {
      word-break: break-word;
      margin-block-start: 40px;
  }

    .request-demo-wrapper .cta-section-wrapper.solutions_guide {
      margin-left: 0;
    }

    .request-demo-wrapper .solutions-guide  {
      margin: 0;
      font-size: 28px;
      max-width: 520px;
    }

    /*.request-demo-wrapper .cta-section-wrapper.solutions_guide {*/
    /*  max-width: 520px;*/
    /*}*/

    .request-demo-wrapper .solutions-guide .solutions-guide-header{
        font-size: 24px;
    }

    .request-demo-wrapper .solutions-guide .header-text  {
      font-size: 30px;
      width: calc(100% - 25px);
    }
}
@media only screen and (max-width: 1260px) {
    .solutions-guide{
        text-align: center;
    }

    .request-demo-wrapper {
        padding-inline: 40px;
        padding-block: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .request-demo-wrapper .form-wrapper {
        max-width: 100%;
    }

    .request-demo-wrapper .arrow-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 780px) {

    .request-demo-wrapper .feature-description {
        word-break: break-word;
        margin-block-start: 40px;
    }

    .partner-logos {
        grid-template-columns: repeat(5, 1fr);
    }

    .request-demo-wrapper .form-header.solutions-guide{
      font-size: 18px;
    }

    .request-demo-wrapper .cta-section-text.solutions_guide {
      word-break: break-word;
      font-size: 16px;
    }

    .request-demo-wrapper .solutions-guide .solutions-guide-header{
        font-size: 18px;
    }

    .request-demo-wrapper .solutions-guide .header-text  {
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      width: calc(100% - 10px);
    }

    .request-demo-wrapper .form-wrapper .hs-button {
      min-width: 260px;
    }

    .request-demo-wrapper .solutions-guide .header-text:last-child {
      margin-bottom: 20px;
    }

    .request-demo-wrapper .feature-description {
      font-size: 18px;
      margin: 0;
      line-height: 26px;
      margin-bottom: 25px;
    }

    .partners {
      height: 100%;
      padding: 0 36px;
    }

    .partners .partners-header {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 0;
    }

    .partners .partner-logos {
      gap: 15px;
      flex-wrap: wrap;
      margin: 30px 0;
    }

    .logo-wrapper {
      width: 60px;
      height: 22px;
    }

    .partners .partner-logos .logo-wrapper img {
      width: auto;
    }

}

@media only screen and (max-width: 500px) {

    .request-demo-wrapper .main-header {
        font-size: 33px;
    }

    .request-demo-wrapper .form-wrapper .form {
        padding-inline: 30px;
    }

    .form-wrapper {
        max-width: 340px;
    }
    .partner-logos {
        grid-template-columns: repeat(4, 1fr);
    }

    .request-demo-wrapper {
        padding-inline: 30px;
    }
}

.solutions-guide-container {
    transition: all .3s;
} 

.solutions-guide-container:hover {
    transform: scale(1.03);
}

.solutions-guide-container:hover .elementor-icon-box-description {
    color: var(--e-global-color-primary) !important;
    transition: all .1s;
}

.solutions-guide-container:hover .elementor-icon {
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    transition: all .1s;
}

.solutions-guide-container .elementor-element-populated:hover p a,
.solutions-guide-container .elementor-element-populated:hover p,
.solutions-guide-container .elementor-element-populated:hover h3.elementor-icon-box-title,
.solutions-guide-container .elementor-element-populated:hover p {
    color: var(--e-global-color-primary) !important;
    transition: all .1s;
}

.solutions-guide-container .elementor-element-populated:hover i.icon::before,
.solutions-guide-container .elementor-element-populated:hover i.fal,
.solutions-guide-container .elementor-element-populated:hover i.far,
.solutions-guide-container .elementor-element-populated:hover i.fab,
.solutions-guide-container .elementor-element-populated:hover .elementor-icon {
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    transition: all .1s;
}
