.tf_indefault_rht h1 span {
  color: #30CFF2;
}

.tf_indefault_rht p span {
  color: #30CFF2;
  font-weight: 600;
}

.client-logo-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.client-logos {
  flex: 0 0 auto;
  max-width: 14.2%;
  width: 100%;
}

.client-logos img {
  width: 120px;
}

.licensing-decisions-section {
  background: #F1F1F1;
}

.licensing-decisions-right-content h2 {
  width: 100%;
  max-width: 500px;
  padding-bottom: 20px;
}

.licensing-decisions-right-content p {
  color: #353535;
}

.licensing-decisions-left-content ul {
  box-shadow: 0px 4px 10px 0px #0000000D;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  padding-left: 60px;
}

.licensing-decisions-left-content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  padding-bottom: 20px;
}

.licensing-decisions-left-content ul li:last-child {
  padding-bottom: 0px;
}

.licensing-decisions-left-content ul li::marker {
  color: #30CFF2;
}

.licensing-services-heading {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.licensing-services-card {
  background: #F9F9F9;
  padding: 30px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  height: 314px;
  margin-bottom: 24px;
}

.licensing-services-card img {
  padding-bottom: 25px;
}

.licensing-services-card p {
  color: #353535;
}

.monday-cta-inner-box {
  background: #012840;
  box-shadow: 0px 4px 42px 0px #00000024;
  border-radius: 10px;
}

.monday-cta-right-content {
  padding: 63px 0px 57px 60px;
}

.monday-cta-right-content p {
  color: #F5F5F5;
}

.monday-cta-right-content a {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  background: #30CFF2;
  color: #012840;
  padding: 12px 35px;
  border-radius: 40px;
  margin-top: 20px;
  display: inline-block;
}

.monday-cta-img img {
  width: 512px;
  height: 100%;
}

.how-it-work-heading p {
  color: #353535;
}

.how-it-work-card {
  background: #30CFF2;
  border: 1px solid #2888C3;
  padding: 25px;
  height: 100%;
  border-radius: 10px;
}

.how-it-work-card span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-bottom: 10px;
  display: block;
}

.how-it-work-heading {
  padding-bottom: 110px;
}

.how-it-work-content-box {
  position: relative;
}

.how-it-work-content-box:after {
  position: absolute;
  content: '';
  background-image: url('https://transfunnel-staging.design.transfunnel.biz/images/how-it-work-shap.png');
  height: 72px;
  width: 320px;
  background-repeat: no-repeat;
  top: -74px;
  left: 10%;
}

.how-it-work-content-box:before {
  position: absolute;
  content: '';
  background-image: url('https://transfunnel-staging.design.transfunnel.biz/images/how-it-work-shap.png');
  height: 72px;
  width: 320px;
  background-repeat: no-repeat;
  top: -74px;
  left: 60%;
}

.how-it-work-shap:after {
  position: absolute;
  content: '';
  background-image: url('https://transfunnel-staging.design.transfunnel.biz/images/how-it-work-shap.png');
  height: 72px;
  width: 320px;
  background-repeat: no-repeat;
  left: 37%;
  transform: scaleY(-1);
}

.monday-product-right-img img {
  width: 100%;
  height: 100%;
}

.monday-product-right-content h2 {
  width: 100%;
  max-width: 470px;
  padding-bottom: 30px;
}

.monday-product-right-content ul {
  list-style: none;
  padding-left: 0px;
}

.monday-product-right-content ul li {
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}

.monday-product-right-content ul li:last-child {
  padding-bottom: 0px;
}

.monday-product-right-content ul li p {
  margin: 0px;
}

.monday-product-right-content p {
  color: #000;
}

.monday-product-right-content ul li img {
  width: auto;
  height: 30px;
}

.monday-ai-section {
  background: #F1F1F1;
}

.monday-ai-heading {
  width: 100%;
  max-width: 750px;
  padding-bottom: 40px;
}

.monday-ai-heading p {
  color: #666666;
  margin: 0;
}

.monday-ai-card {
  box-shadow: 0px 4px 40px 0px #0000001A;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  background: #fff;
}

.monday-ai-card h3 {
  color: #000;
}

.monday-ai-card p {
  color: #353535;
}


/* Custom Quote Form Section Start */
 
section.contact_redirect_new {
  padding-top: 0px !important;
}

.quote-form h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #000000;
  padding-bottom: 20px;
}

.quote-form {
  padding: 60px 0px;
}

.quote-form fieldset {
  max-width: 100%;
}

.quote-form .hs-form-field {
    padding-top: 10px;
}

/* 2 column layout spacing */
.quote-form .form-columns-2 {
  display: flex;
  gap: 40px;
}

.quote-form .form-columns-2 .hs-form-field {
  width: 100% !important;
}

/* Labels */
.quote-form label {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: inline-block;
}

/* Required star */
.quote-form .hs-form-required {
  color: #000;
}

/* Inputs underline style */
.quote-form .hs-input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* Focus effect */
.quote-form .hs-input:focus {
  border-bottom: 1px solid #00bcd4;
}

/* Remove default textarea resize if added later */
.quote-form textarea.hs-input {
  resize: none;
}

/* Checkbox section */
.quote-form .hs-form-booleancheckbox-display {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.quote-form .hs-form-booleancheckbox-display input {
  width: auto !important;
}

.hs-fieldtype-booleancheckbox ul.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0px;
}

.quote-form .hs-form-booleancheckbox-display input {
  margin-top: 4px;
}

/* Privacy link */
.quote-form .hs-form-booleancheckbox-display a {
  color: #00bcd4;
  text-decoration: none;
}

.quote-form .hs-form-booleancheckbox-display a:hover {
  text-decoration: underline;
}

/* Error message */
.quote-form .hs-error-msg {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.quote-form .hs_error_rollup {
  display: none;
}

/* Submit Button */
.quote-form .hs-button.primary {
  background: #30CFF2;
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #012840;
  cursor: pointer;
  transition: 0.3s;
}

/* Button wrapper spacing */
.quote-form .hs-submit {
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {

  .quote-form .form-columns-2 {
    flex-direction: column;
    gap: 20px;
  }
}

/* Custom Quote Form Section End */

@media (min-width: 1025px) and (max-width: 1366px) {
  .tf_indefault {
    padding-top: 0px;
  }
  .tf_indefault_rht h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1366px) {
.monday-cta-img {
    display: flex;
    height: 100%;
    align-items: end;
  }
  .monday-cta-img img {
    width: 100%;
    height: auto;
  }
  .quote-form-right-img {
    display: flex;
    align-items: end;
    height: 100%;
  }
  .quote-form-right-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .licensing-services-card {
    height: 390px;
  }
  .tf_indefault {
    padding-top: 0px;
  }
  .monday-banner-page .tf_indefault_rht h1 {
      font-size: 32px;
      line-height: 42px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .monday-banner-page::before {
    display: none;
  }
  .tf_indefault .tf_indefault_rht {
    padding: 0 0 0px 10px;
  }
  .client-logos {
    max-width: 20%;
  }
  .licensing-services-card {
    height: 360px;
  }
  .how-it-work-content-box:before, .how-it-work-content-box:after, .how-it-work-shap:after {
    display: none;
  }
  .how-it-work-heading {
    padding-bottom: 20px;
  }
  .how-it-work-content-box .row, .monday-ai-section .row {
    row-gap: 20px;
  }
  .how-it-work-sec {
    padding-bottom: 0px;
  }
  .monday-cta-right-content {
    padding: 50px 0px 50px 50px;
  }
  .tf_indefault {
    padding-top: 0px;
  }
  .quote-form-right-img {
    display: none;
}
.quote-form {
    padding: 0px 0px 40px !important;
}
.app_faq_md .app_faq_tabconent {
    width: 90% !important;
}
}

@media screen and (min-device-width: 300px) and (max-device-width: 767px) { 
  .app_faq_md .app_faq_tabconent {
    width: 90% !important;
}
  .quote-form-right-img {
    display: none;
}
    .client-logos {
      max-width: 30%;
    }
    .licensing-decisions-left-content ul {
      padding: 20px;
      padding-left: 40px;
    }
    .monday-cta-right-content {
      padding: 20px 0px 20px 20px;
    }
    .monday-cta-img img {
      width: 100%;
      height: 100%;
    }
    .how-it-work-content-box:before, .how-it-work-content-box:after, .how-it-work-shap:after {
      display: none;
    }
    .how-it-work-heading {
      padding-bottom: 10px;
    }
    .how-it-work-content-box .row, .monday-ai-section .row {
      row-gap: 20px;
    }
    .monday-product-sec {
      padding-top: 0px;
    }
    .monday-product-sec {
      padding-top: 0px;
    }
    .quote-form {
    padding: 0px 0px 40px !important;
}
    .quote-form-right-img img {
      width: 100%;
      height: 100%;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 520px) {
    .client-logos {
        max-width: 44.2%;
    }
}
