@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.py-large-6 {
  padding: 2rem 0;
}

.my-large-6 {
  margin: 2rem 0;
}

.text-parimary-300 {
  color: green;
}

.font-size-16 {
  font-size: 16px !important;
}

.cta-button button {
  background-color: #2D58FF;
  border-radius: 18px;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.cta-button button:hover {
  color: #fff;
  background-color: #2D58FF;
}

@media only screen and (max-width: 768px) {
  .my-mobile-1 {
    margin: 26px 0;
  }
  .mt-mobile-1 {
    margin-top: 30px;
  }
  .mx-mobile-1 {
    margin: 0 26px;
  }
  .mb-mobile-2 {
    margin-bottom: 8px !important;
  }
  .pb-mobile-1 {
    padding-bottom: 40px;
  }
  .pb-mobile-2 {
    padding-bottom: 14px;
  }
  .pt-mobile-1 {
    padding-top: 20px;
  }
  .pt-mobile-2 {
    padding-top: 30px;
  }
  .py-mobile-1 {
    padding: 26px 0;
  }
  .mobile-br {
    display: block !important;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
  .row-gap {
    row-gap: 30px;
  }
  .row-gap-2 {
    row-gap: 20px;
  }
  .mb-mobile-1 {
    margin-bottom: 20px;
  }
  .mobile-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .d-mobile-block {
    display: block;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-br {
    display: none !important;
  }
}
@font-face {
  font-family: roundkeyBold;
  src: url("../fonts/Roundkey_Bold.otf");
}
@font-face {
  font-family: roundkeyRegular;
  src: url("../fonts/Roundkey Regular.otf");
}
:root {
  --primary-blue: #004988;
  --text-gray: #545453;
  --light-blue: #e8f4fd;
  --accent-green: #00c851;
  --hero-blue: #1e5aa8;
  --athena-green: #00BC72;
  --trust-green: #00D4AA;
  --testimonial-blue: #1e5aa8;
  --quote-green: #00D4AA;
}

.page-nexthealth {
  font-family: "Inter Tight", sans-serif;
  line-height: 1.5;
  /* Hero Section */
  /* We Solve Section */
  /* Feature Cards */
  /* Feature Grid Layout */
  /* Trust Indicators */
  /* Testimonial Section */
  /* Responsive */
}
.page-nexthealth .section-heading {
  color: #004988;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
}
.page-nexthealth .header-wrapper {
  background-color: #fff;
  background-image: url("/images/header-bg.png");
  background-repeat: no-repeat;
  padding: 40px 0;
  background-position: bottom left;
}
.page-nexthealth .header-wrapper h2,
.page-nexthealth .header-wrapper h3,
.page-nexthealth .header-wrapper h4,
.page-nexthealth .header-wrapper .form-control,
.page-nexthealth .header-wrapper p,
.page-nexthealth .header-wrapper button {
  font-family: "Montserrat", serif !important;
}
.page-nexthealth .header-wrapper h2 {
  color: #208ad4;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 0.8;
}
.page-nexthealth .header-wrapper h2 span {
  color: #f23900;
}
.page-nexthealth .header-wrapper h3 {
  color: rgb(84, 84, 83);
  font-size: 56px;
  font-weight: 700;
}
.page-nexthealth .header-wrapper .software-badge {
  background: #fc0;
  padding: 4px 10px;
  text-align: center;
}
.page-nexthealth .header-wrapper .software-badge p {
  font-weight: 600;
  font-size: 26px;
}
.page-nexthealth .header-wrapper .footer-content p {
  color: rgb(40, 40, 40);
  font-weight: 500;
  font-size: 18px;
}
.page-nexthealth .header-wrapper .form-box {
  border: solid 1px rgb(174, 174, 174);
  padding: 20px 30px;
  border-radius: 12px;
  background-color: rgb(248, 248, 248);
}
.page-nexthealth .header-wrapper .form-box h4 {
  color: #208ad4;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
}
.page-nexthealth .header-wrapper .form-box .form-group {
  margin-bottom: 24px;
}
.page-nexthealth .header-wrapper .form-box .form-control {
  border: solid 1px #aeaeae;
  height: 44px;
}
.page-nexthealth .header-wrapper .form-box .schedule-btn button {
  background: #305dde;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 10px;
}
.page-nexthealth .hero-section {
  padding: 1.5rem 0;
  text-align: center;
}
.page-nexthealth .hero-title {
  color: #004988;
  font-weight: 600;
  font-size: 44px;
}
.page-nexthealth .hero-subtitle {
  color: #545453;
  font-size: 24px;
}
.page-nexthealth .hero-content {
  text-align: left;
}
.page-nexthealth .hero-content h2 {
  color: #004988;
  font-weight: 700;
  font-size: 26px;
}
.page-nexthealth .hero-content p {
  color: #000;
  font-size: 18px;
  margin-bottom: 1rem;
}
.page-nexthealth section p {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
}
.page-nexthealth .we-solve-section {
  padding: 2rem 0;
}
.page-nexthealth .feature-card {
  background-color: #EFFBF7;
  border: none;
  border-radius: 0.5rem;
  height: 100%;
  padding: 1.5rem;
}
.page-nexthealth .feature-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.page-nexthealth .feature-card h5 {
  color: #374151;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.page-nexthealth .feature-card p {
  color: #6B7280;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-nexthealth .features-grid-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.page-nexthealth .features-grid-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-nexthealth .features-grid-bottom .feature-card:nth-child(1) {
  grid-column: 1;
}
.page-nexthealth .features-grid-bottom .feature-card:nth-child(2) {
  grid-column: 2;
}
.page-nexthealth .comparison-table {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  background: white;
}
.page-nexthealth .comparison-grey {
  background: #F9F9F9;
}
.page-nexthealth .comparison-green {
  background: #EFFBF7;
}
.page-nexthealth .comparison-header {
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.page-nexthealth .comparison-header.feature {
  background-color: #D9D9D9;
  color: #004988;
}
.page-nexthealth .comparison-header.mconsent {
  background-color: #004988;
  color: white;
}
.page-nexthealth .comparison-header.nexhealth {
  background-color: #D9D9D9;
  color: #004988;
}
.page-nexthealth .comparison-row {
  padding: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #E5E7EB;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-nexthealth .comparison-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.page-nexthealth .trust-section {
  padding: 1rem 0;
  opacity: 0.6;
}
.page-nexthealth .trust-container {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
}
.page-nexthealth .trust-item {
  text-align: center;
  padding: 1rem;
  line-height: 1.4;
  border-right: 1px solid #D9D9D9;
}
.page-nexthealth .trust-item:last-child {
  border-right: none;
}
.page-nexthealth .trust-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
}
.page-nexthealth .trust-item .text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.page-nexthealth .testimonial-section {
  text-align: center;
  position: relative;
}
.page-nexthealth .quote-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
}
.page-nexthealth .testimonial-container {
  max-width: 64rem;
  margin: 0 auto;
  position: relative;
  padding: 0 4rem;
}
.page-nexthealth .testimonial-quote {
  font-size: 18px;
  color: #545453;
  line-height: 1.5;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-nexthealth .avatar-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
.page-nexthealth .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
  background-color: #A7F3D0;
}
.page-nexthealth .avatar.active {
  width: 64px;
  height: 64px;
  opacity: 1;
  background-color: #34D399;
}
.page-nexthealth .avatar:hover {
  opacity: 0.75;
}
.page-nexthealth .table-footer span {
  color: #004988;
  font-weight: 500;
}
.page-nexthealth .testimonial-author .name {
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0.25rem;
}
.page-nexthealth .testimonial-author .practice {
  font-size: 16px;
  color: #969696;
}
.page-nexthealth .carousel-arrow {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #D1D5DB;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
}
.page-nexthealth .carousel-arrow:hover {
  color: #6B7280;
}
.page-nexthealth .carousel-arrow.prev {
  left: 0;
}
.page-nexthealth .carousel-arrow.next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .page-nexthealth .hero-title {
    font-size: 28px;
  }
  .page-nexthealth .header-wrapper {
    margin-bottom: 30px;
  }
  .page-nexthealth .header-wrapper .row {
    row-gap: 16px;
  }
  .page-nexthealth .header-wrapper h2 {
    font-size: 36px;
  }
  .page-nexthealth .header-wrapper h3 {
    font-size: 34px;
  }
  .page-nexthealth .header-wrapper .form-box {
    padding: 20px;
  }
  .page-nexthealth .header-wrapper .form-box h4 {
    font-size: 28px;
  }
  .page-nexthealth .header-wrapper .form-box .schedule-btn button {
    font-size: 16px;
  }
  .page-nexthealth .header-wrapper .software-badge {
    padding: 4px;
    margin-bottom: 12px;
  }
  .page-nexthealth .header-wrapper .software-badge p {
    font-size: 16px;
  }
  .page-nexthealth .header-wrapper .footer-content p {
    font-size: 16px;
  }
  .page-nexthealth .mobile-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .page-nexthealth .mobile-row .col-md-4 {
    flex: 0 0 auto;
  }
  .page-nexthealth .mobile-row .col-md-4 .comparison-row {
    height: 56px;
    padding: 12px;
  }
  .page-nexthealth .section-heading {
    font-size: 25px;
  }
  .page-nexthealth .hero-subtitle {
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
  .page-nexthealth br {
    display: none;
  }
  .page-nexthealth .hero-content h2 {
    font-size: 22px;
  }
  .page-nexthealth .hero-content p {
    font-size: 16px;
  }
  .page-nexthealth .features-grid-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-nexthealth .trust-container {
    grid-template-columns: repeat(2, 1fr);
    align-items: baseline;
    row-gap: 22px;
  }
  .page-nexthealth .trust-container .trust-item {
    padding: 0;
    border: 0;
  }
  .page-nexthealth .trust-container .trust-item br {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-nexthealth {
    /* Comparison Section */
  }
  .page-nexthealth .comparison-section {
    padding: 1rem 0;
  }
  .page-nexthealth .comparison-table:hover {
    cursor: pointer;
    transform: scale(1.02);
    transition: transform 0.3s ease;
  }
  .page-nexthealth .testimonial-section {
    padding: 2rem 0;
  }
  .page-nexthealth .comparison-row {
    min-height: 70px;
    padding: 0 14px;
  }
}

/*Athena Health Page Style*/
.page-athenahealth {
  font-family: "Inter Tight", sans-serif;
  line-height: 1.4;
  /* Testimonial Section Styles */
  /* Discover Section - CORRECTED LAYOUT */
  /* Automated Appointment Reminders Section - NEW DESIGN */
  /* 2-Way Texting Section - UPDATED DESIGN TO MATCH REFERENCE */
  /* mPayr Digital Payments Section */
}
.page-athenahealth .hero {
  background: rgba(77, 190, 211, 0.1);
}
.page-athenahealth .hero__content {
  z-index: 2;
  position: relative;
  padding-right: 50px;
}
.page-athenahealth .hero__title {
  color: var(--hero-blue);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}
.page-athenahealth .hero__title--highlight {
  color: var(--athena-green);
}
.page-athenahealth .hero__subtitle {
  color: var(--text-gray);
  font-size: 30px;
  font-weight: 500;
}
.page-athenahealth .section {
  padding: 40px 0;
}
.page-athenahealth section p {
  color: var(--text-gray);
  font-size: 18px;
  font-weight: 500;
}
.page-athenahealth .section-one h3 {
  color: var(--text-gray);
  font-size: 30px;
  font-weight: bold;
}
.page-athenahealth .section-one h4 {
  color: var(--primary-blue);
  font-size: 26px;
  font-weight: 600;
}
.page-athenahealth .section--gray {
  background-color: #f8f9fa;
}
.page-athenahealth .section__title {
  color: var(--primary-blue);
  font-size: 42px;
  font-weight: 600;
}
.page-athenahealth .section__subtitle {
  color: var(--text-gray);
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-athenahealth .trust-item__title {
  font-weight: 500;
  color: #58595B;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
}
.page-athenahealth .trust-indicators {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.page-athenahealth .trust-item {
  text-align: center;
  border-right: solid 1px #D9D9D9;
}
.page-athenahealth .trust-item:last-child {
  border-right: 0;
}
.page-athenahealth .testimonial {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.page-athenahealth .testimonial__content {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-gray);
}
.page-athenahealth .testimonial__author {
  font-weight: bold;
  color: var(--primary-blue);
}
.page-athenahealth .testimonial-section {
  text-align: center;
}
.page-athenahealth .testimonial-section__title {
  color: var(--testimonial-blue);
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.2;
}
.page-athenahealth .testimonial-section__quote-icon {
  font-size: 4rem;
  color: var(--quote-green);
  margin-bottom: 30px;
}
.page-athenahealth .testimonial-section__content {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text-gray);
}
.page-athenahealth .testimonial-section__stars {
  margin-bottom: 20px;
}
.page-athenahealth .testimonial-section__star {
  color: #ffc107;
  font-size: 1.2rem;
  margin: 0 2px;
}
.page-athenahealth .testimonial-section__author {
  font-weight: bold;
  color: var(--text-gray);
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.page-athenahealth .testimonial-section__role {
  color: #999;
  font-size: 0.95rem;
  margin-bottom: 40px;
}
.page-athenahealth .testimonial-section__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-athenahealth .testimonial-section__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.page-athenahealth .testimonial-section__nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #999;
}
.page-athenahealth .testimonial-section__nav-arrow:hover {
  background: #e9ecef;
  color: var(--primary-blue);
}
.page-athenahealth .testimonial-section__cta {
  background: #4285f4;
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-athenahealth .testimonial-section__cta:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .smart-clinics-container .smart-clinics-item {
  border: solid 1px #8B878D;
  padding: 30px;
}
.page-athenahealth .smart-clinics-container .smart-clinics-item p {
  margin-bottom: 0;
}
.page-athenahealth .smart-clinics-section__cta {
  text-align: center;
}
.page-athenahealth .smart-clinics-section__cta-button {
  background: #4285f4;
  color: white;
  padding: 18px 40px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-athenahealth .smart-clinics-section__cta-button:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .how-works-section__subtitle {
  text-align: center;
  color: #000;
  font-size: 20px;
}
.page-athenahealth .how-works-content {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-athenahealth .how-works-video {
  flex: 1;
  max-width: 450px;
}
.page-athenahealth .how-works-video__placeholder {
  background: #d3d3d3;
  border-radius: 20px;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-athenahealth .how-works-video__placeholder:hover {
  background: #c8c8c8;
}
.page-athenahealth .how-works-video__play-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
}
.page-athenahealth .how-works-features {
  flex: 1;
  max-width: 450px;
}
.page-athenahealth .how-works-features__title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 14px;
}
.page-athenahealth .how-works-features__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.page-athenahealth .how-works-features__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.page-athenahealth .how-works-features__check {
  color: #00c851;
  font-size: 1.1rem;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.page-athenahealth .how-works-features__cta {
  background: #4285f4;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-athenahealth .how-works-features__cta:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .how-works-features__cta-icon {
  font-size: 0.9rem;
}
.page-athenahealth .feature {
  background: #FFFFFF;
  border: 1px solid rgba(77, 190, 211, 0.35);
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
}
.page-athenahealth .feature:hover {
  transform: translateY(-5px);
}
.page-athenahealth .feature__icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35px;
  left: 35px;
}
.page-athenahealth .feature__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-athenahealth .feature__content {
  padding-top: 70px;
}
.page-athenahealth .feature__title {
  color: var(--primary-blue);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}
.page-athenahealth .feature__description {
  color: var(--text-gray);
  font-size: 16px !important;
  margin-bottom: 20px;
}
.page-athenahealth .feature__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-athenahealth .feature__benefits li {
  color: var(--text-gray);
  font-size: 0.9rem;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
}
.page-athenahealth .feature__benefits li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../images/athena-health/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
}
.page-athenahealth .video-section {
  background: #f8f9fa;
  padding: 80px 0;
}
.page-athenahealth .video-placeholder {
  background: #ddd;
  height: 300px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #999;
  margin-bottom: 20px;
}
.page-athenahealth .cta-section {
  background: var(--primary-blue);
  color: white;
  padding: 80px 0;
  text-align: center;
}
.page-athenahealth .cta-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-athenahealth .cta-section__subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}
.page-athenahealth .form-group label {
  color: var(--primary-blue);
  font-weight: 600;
}
.page-athenahealth .form-control {
  border: 2px solid #e9ecef;
  padding: 12px 15px;
  border-radius: 5px;
}
.page-athenahealth .form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 73, 136, 0.25);
}
.page-athenahealth .scale-section__subtitle {
  color: #383838;
  font-size: 20px;
}
.page-athenahealth .scale-section__description {
  color: #383838;
  font-size: 20px;
}
.page-athenahealth .discover-title {
  font-size: 32px;
}
.page-athenahealth .scale-section__cta {
  background: #4285f4;
  color: white;
  padding: 18px 35px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 60px;
}
.page-athenahealth .scale-section__cta:hover {
  background: #3367d6;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.page-athenahealth .scale-workflow {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.page-athenahealth .scale-workflow__image {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.page-athenahealth .discover-section {
  background: white;
  padding: 80px 0;
}
.page-athenahealth .discover-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-athenahealth .discover-dashboard {
  flex: 1;
  max-width: 500px;
}
.page-athenahealth .discover-dashboard__image {
  width: 100%;
  height: auto;
}
.page-athenahealth .discover-info {
  flex: 1;
  max-width: 600px;
  padding-top: 0;
}
.page-athenahealth .video-wrapper {
  display: flex;
  align-items: baseline;
  background: rgba(0, 188, 114, 0.2);
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}
.page-athenahealth .how-it-woks h5 {
  color: #545453;
  font-size: 22px;
  font-weight: 600;
}
.page-athenahealth .how-it-woks p {
  color: #545453;
}
.page-athenahealth .how-it-woks .how-subheaing {
  display: inline-block;
  border-bottom: solid 1px #77787B;
}
.page-athenahealth .discover-info__title {
  color: #1e5aa8;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}
.page-athenahealth .discover-info__solutions {
  background: rgba(0, 188, 114, 0.2);
  border-radius: 0px 50px 50px 0px;
  padding: 25px 30px;
  margin-bottom: 25px;
  display: inline-block;
}
.page-athenahealth .discover-info__solutions h5 {
  color: #554F58;
  font-size: 22px;
  font-weight: 600;
}
.page-athenahealth .discover-info__solutions p {
  color: #554F58;
}
.page-athenahealth .discover-info__heading {
  color: #666;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.page-athenahealth .discover-info__solution-title {
  color: #004988;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}
.page-athenahealth .discover-info__subtitle {
  color: #666;
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 0;
}
.page-athenahealth .discover-info__description {
  color: #545453;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.page-athenahealth .automated-reminders-section {
  background: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-athenahealth .automated-reminders-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-athenahealth .smart-clinics-item__title {
  font-size: 22px;
  font-weight: 600;
  color: var(--hero-blue);
}
.page-athenahealth .automated-reminders-info {
  position: relative;
}
.page-athenahealth .automated-reminders-info__title {
  color: var(--primary-blue);
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-athenahealth .automated-reminders-info__description {
  color: var(--text-gray);
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page-athenahealth .automated-reminders-info__benefits-header {
  background: white;
  color: var(--primary-blue);
  font-size: 18px;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 20px;
  display: inline-block;
  border: solid 1px var(--text-gray);
  transform: rotate(-18deg);
  margin-bottom: 36px;
}
.page-athenahealth .automated-reminders-info__benefits {
  list-style: none;
}
.page-athenahealth .automated-reminders-info__benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.page-athenahealth .automated-reminders-info__benefit-check {
  color: #00c851;
  font-size: 1.1rem;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.page-athenahealth .automated-reminders-info__benefit-text {
  color: #000;
}
.page-athenahealth .automated-reminders-image {
  flex: 0 0 400px;
  z-index: 2;
  position: relative;
}
.page-athenahealth .automated-reminders-image__img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.page-athenahealth .texting-section {
  background: white;
  padding: 80px 0;
}
.page-athenahealth .texting-content {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-athenahealth .texting-info {
  flex: 1;
  max-width: 500px;
}
.page-athenahealth .texting-image {
  flex: 1;
  max-width: 600px;
}
.page-athenahealth .texting-image__img {
  width: 100%;
  height: auto;
}
.page-athenahealth .texting-info__title {
  color: #1e5aa8;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-athenahealth .texting-info__description {
  color: var(--text-gray);
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page-athenahealth .texting-info__benefits-header {
  background: rgba(73, 192, 212, 0.3);
  border: 0.743214px solid #BABABA;
}
.page-athenahealth .texting-info__benefits {
  list-style: none;
}
.page-athenahealth .texting-info__benefit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}
.page-athenahealth .texting-info__benefit-check {
  color: #00c851;
  font-size: 1rem;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}
.page-athenahealth .testimnial-text h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.page-athenahealth .testimnial-text p {
  color: #777777;
  font-size: 18px;
}
.page-athenahealth .carousel-indicators {
  bottom: -70px;
}
.page-athenahealth .carousel-indicators li {
  background: #E5E5E5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.page-athenahealth .carousel-indicators li.active {
  transform: scale(1.2);
}
.page-athenahealth .texting-info__benefit-text {
  color: #000;
}
.page-athenahealth .mpayr-section {
  padding: 40px 0;
}
.page-athenahealth .mpayr-content {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-athenahealth .mpayr-info {
  flex: 1;
  max-width: 500px;
}
.page-athenahealth .mpayr-image {
  flex: 1;
  max-width: 600px;
}
.page-athenahealth .mpayr-image__img {
  width: 100%;
  height: auto;
}
.page-athenahealth .mpayr-info__title {
  color: #1e5aa8;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-athenahealth .mpayr-info__subtitle {
  background: rgba(0, 188, 114, 0.2);
  color: #1e5aa8;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 25px;
}
.page-athenahealth .mpayr-info__description {
  color: var(--text-gray);
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .page-athenahealth .hero__title--highlight {
    display: block;
  }
  .page-athenahealth .trust-section {
    max-width: 80%;
    margin: auto;
  }
  .page-athenahealth .smart-clinics-item:first-child {
    border-top-left-radius: 16px;
    border-right: 0;
    border-bottom: 0;
  }
  .page-athenahealth .smart-clinics-item:nth-child(2) {
    border-top-right-radius: 16px;
  }
  .page-athenahealth .smart-clinics-item:nth-child(3) {
    border-bottom-left-radius: 16px;
  }
  .page-athenahealth .smart-clinics-item:last-child {
    border-bottom-right-radius: 16px;
    border-top: 0;
    border-left: 0;
  }
  .page-athenahealth .automated-reminders-info {
    flex: 1;
    background: #E2FBFF;
    border-radius: 0px 202.162px 0px 0px;
    padding: 60px 50px;
    margin-right: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-athenahealth br {
    display: none;
  }
  .page-athenahealth .video-header {
    padding-top: 120% !important;
  }
  .page-athenahealth .scale-section__description {
    font-size: 18px;
  }
  .page-athenahealth .hero__content {
    padding: 30px 0;
  }
  .page-athenahealth .hero__content .hero__title {
    font-size: 26px;
  }
  .page-athenahealth .hero__content .hero__subtitle {
    font-size: 22px;
  }
  .page-athenahealth .section__title {
    font-size: 28px;
  }
  .page-athenahealth section p {
    font-size: 16px;
  }
  .page-athenahealth section ul {
    padding: 0;
  }
  .page-athenahealth .section {
    padding: 16px 0;
  }
  .page-athenahealth .section-one h3 {
    font-size: 22px;
  }
  .page-athenahealth .section-one h4 {
    font-size: 22px;
  }
  .page-athenahealth .trust-item {
    border: 0;
  }
  .page-athenahealth .trust-indicators {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
  .page-athenahealth .smart-clinics-container {
    margin: 0;
  }
  .page-athenahealth .smart-clinics-container .smart-clinics-item {
    padding: 20px;
  }
  .page-athenahealth .smart-clinics-container .smart-clinics-item:first-child,
  .page-athenahealth .smart-clinics-container .smart-clinics-item:nth-child(2),
  .page-athenahealth .smart-clinics-container .smart-clinics-item:nth-child(3) {
    border-bottom: 0;
  }
  .page-athenahealth .smart-clinics-container .smart-clinics-item__title {
    font-size: 20px;
  }
  .page-athenahealth .automated-bg {
    padding: 26px 0;
    background: #E2FBFF;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .page-athenahealth .discover-info__solutions {
    padding: 16px 20px;
  }
  .page-athenahealth .discover-info__solutions h5 {
    margin-bottom: 0;
  }
  .page-athenahealth .mpayr-section {
    padding: 20px 0 0;
  }
  .page-athenahealth .mpayr-section .discover-info__solutions {
    margin-bottom: 16px;
  }
}

/*Why mConsent age styles*/
.page-why-mconsent {
  font-family: "Inter Tight", sans-serif !important;
}
.page-why-mconsent .hero-section {
  background: url("../images/why-mconsent/header-bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 578px;
}
.page-why-mconsent .hero-section h1 {
  font-size: 110px;
  font-weight: 100;
  color: #124987;
  line-height: 0.8;
  font-family: roundkeyBold !important;
  position: relative;
}
.page-why-mconsent .hero-section h1 span {
  position: absolute;
  top: -42px;
  left: 28%;
}
.page-why-mconsent .hero-section .refer-badge {
  background: #545453;
  display: inline-block;
  padding: 0 10px;
}
.page-why-mconsent .hero-section .refer-badge h2 {
  font-family: roundkeyRegular !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 52px;
}
.page-why-mconsent .hero-section .refer-badge h2 span {
  color: #FFE500;
}
.page-why-mconsent .hero-section h3 {
  font-family: "Montserrat", serif !important;
  font-weight: 600;
  color: #000;
  font-size: 26px;
}
.page-why-mconsent .hero-section h3 b {
  text-transform: uppercase;
  font-weight: 700;
}
.page-why-mconsent .hero-section h3 span {
  padding: 0 4px;
  background-color: #fff;
  color: #71CDEF;
}
.page-why-mconsent .hero-section .contact-form {
  background: #FBFCFC;
  box-shadow: 0px 0px 8.67632px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  padding: 14px 20px;
}
.page-why-mconsent .hero-section .contact-form h4 {
  color: #004988;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
}
.page-why-mconsent .hero-section .contact-form label {
  color: #545453;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", serif !important;
}
.page-why-mconsent .hero-section .contact-form .form-group {
  margin-bottom: 12px;
}
.page-why-mconsent .hero-section .contact-form .cta-refer button {
  background-color: #2D58FF;
  color: #fff;
  border-radius: 12px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
}
.page-why-mconsent .general-heading {
  color: #49C0D4;
  font-size: var(--headingSize);
  font-weight: 600;
}
.page-why-mconsent .hero-wrapper {
  background-image: url("../images/why-mconsent/hero-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  text-align: center;
}
.page-why-mconsent .hero-wrapper h1 {
  border-bottom: solid 2px #49C0D4;
}
.page-why-mconsent .hero-wrapper p {
  color: #545453;
  font-size: 18px;
  font-weight: 500;
}
.page-why-mconsent .hero-wrapper .cta-section button {
  background: #2D58FF;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 12px;
  padding: 6px 18px;
}
.page-why-mconsent .slider-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-why-mconsent .centerSlider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-why-mconsent .slider-box {
  background: #D9D9D9;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  cursor: pointer;
  width: 240px;
  height: 270px;
  display: flex;
  flex-direction: column;
  transition: all 0.8s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-why-mconsent .slider-box.active {
  border: 2px solid #2D58FF;
}
.page-why-mconsent .pb-2 {
  padding-bottom: 8px;
}
.page-why-mconsent .slider-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
}
.page-why-mconsent .slider-box p {
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  color: #333;
  margin-bottom: 0;
  pointer-events: none;
}
.page-why-mconsent .section-container {
  padding-top: 30px;
}
.page-why-mconsent .section-container .learm-more-cta a {
  background: #2D58FF;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 18px;
  text-decoration: none;
}
.page-why-mconsent .section-container .onboard-details .right-container {
  background-color: #004988;
  border-radius: 14px;
  padding: 12px;
}
.page-why-mconsent .section-container .onboard-details .right-container .nav-pills .nav-link.active {
  background-color: unset;
  color: #fff;
}
.page-why-mconsent .section-container .onboard-details .right-container .nav-pills a {
  color: #49C0D4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.page-why-mconsent .section-container .onboard-details .right-container .nav-pills a:hover {
  color: #fff;
}
.page-why-mconsent .section-container .onboard-details .right-container .detail-box {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
.page-why-mconsent .section-container .onboard-details .right-container .detail-box h3 {
  color: #49C0D4;
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding-bottom: 8px;
}
.page-why-mconsent .section-container .onboard-details .right-container .detail-box p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.page-why-mconsent .section-container .onboard-details .right-container .detail-box.show {
  padding: 12px;
  max-height: 500px;
}
.page-why-mconsent .section-container .onboard-details .tab-box {
  padding: 20px;
  background: rgba(219, 242, 246, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 22px;
}
.page-why-mconsent .section-container .onboard-details .tab-box .details-container {
  row-gap: 18px;
}
.page-why-mconsent .section-container .onboard-details .tab-box .detail-wrapper {
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  display: flex;
  padding: 12px;
  gap: 12px;
}
.page-why-mconsent .section-container .onboard-details .tab-box .detail-wrapper h4 {
  color: #004988;
  font-weight: 600;
  font-size: 20px;
}
.page-why-mconsent .section-container .onboard-details .tab-box .detail-wrapper p {
  color: #545453;
  font-size: 15px;
  font-weight: 500;
}
.page-why-mconsent .section-container .onboard-details .tab-box .detail-wrapper .img-container img {
  max-width: 100px;
}
.page-why-mconsent .section-container .onboard-details .customer-support h4 {
  color: #49C0D4;
  font-size: 26px;
  font-weight: 600;
}
.page-why-mconsent .section-container .onboard-details .customer-support .contact-card {
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 14px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-why-mconsent .section-container .onboard-details .customer-support .contact-card .contact-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #49C0D4 0%, #55d1e7 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: white;
  font-size: 18px;
}
.page-why-mconsent .section-container .onboard-details .customer-support .contact-card a {
  color: #374151;
  font-size: 18px;
}
.page-why-mconsent .section-container .onboard-details .customer-support .contact-card h5 {
  font-size: 22px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  margin-bottom: 0px;
}
.page-why-mconsent .section-container .onboard-details .customer-support .contact-card .hours-row span {
  font-weight: 500;
  color: #374151;
  font-size: 15px;
}
.page-why-mconsent .section-container .onboard-details .customer-support .contact-card .time {
  color: #64748b !important;
}
.page-why-mconsent .section-container .mousewheel-slider {
  /* Slider section - MINIMAL BOTTOM SPACING */
  /* Progressive spacing - ONLY TOP INCREASES, BOTTOM STAYS MINIMAL */
  /* Single mode - only first card visible */
  /* Stack mode - cards positioned as overlays */
  /* Visible cards in stack mode with staggered animation */
  /* Staggered animation delays for smooth reveal */
  /* Enhanced stacked positioning with smooth animations */
  /* Smooth exit animation for cards being hidden */
  /* Responsive adjustments */
}
.page-why-mconsent .section-container .mousewheel-slider h4 {
  color: #49C0D4;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: solid 2px #545453;
}
.page-why-mconsent .section-container .mousewheel-slider ul {
  list-style-image: url("../images/why-mconsent/check-icon.png");
}
.page-why-mconsent .section-container .mousewheel-slider ul li {
  color: #545453 !important;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.page-why-mconsent .section-container .mousewheel-slider ul li:last-child {
  padding-bottom: 0;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 20px 20px;
  /* Much smaller bottom padding */
  position: relative;
  overflow: visible;
  transition: padding 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 0;
  min-height: auto;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-1 {
  padding: 24px 20px 10px 20px;
  /* Tiny bottom */
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-2 {
  padding: 30px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-3 {
  padding: 60px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-4 {
  padding: 70px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-5 {
  padding: 90px 20px 30px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-6 {
  padding: 100px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-7 {
  padding: 130px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-8 {
  padding: 140px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-9 {
  padding: 150px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-10 {
  padding: 170px 20px 20px 20px;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-11 {
  padding: 180px 20px 30px 20px;
  /* Only 10px bottom! */
}
.page-why-mconsent .section-container .mousewheel-slider .slider-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  perspective: 1200px;
  overflow: visible;
  margin-bottom: 0;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-container.single-mode {
  height: auto;
  min-height: 350px;
  /* Reduced from 400px */
}
.page-why-mconsent .section-container .mousewheel-slider .slider-container.stack-mode {
  height: auto;
  min-height: 350px;
  /* Reduced from 500px */
}
.page-why-mconsent .section-container .mousewheel-slider .card-stack {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 350px;
  /* Reduced from 400px */
  margin-bottom: 0;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card {
  background: rgba(247, 243, 243, 0.7);
  border: 1px solid rgba(125, 126, 129, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 420px;
  height: auto;
  border-radius: 20px;
  padding: 30px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  transform-origin: center center;
  cursor: pointer;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
  margin-bottom: 0;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-container.single-mode .feature-card:first-child {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 1;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-container.stack-mode .feature-card {
  position: absolute;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible {
  opacity: 1;
  visibility: visible;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(1) {
  transition-delay: 0ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(2) {
  transition-delay: 50ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(3) {
  transition-delay: 100ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(4) {
  transition-delay: 150ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(5) {
  transition-delay: 200ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(6) {
  transition-delay: 250ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(7) {
  transition-delay: 300ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(8) {
  transition-delay: 350ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(9) {
  transition-delay: 400ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(10) {
  transition-delay: 450ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible:nth-child(11) {
  transition-delay: 500ms;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-0 {
  z-index: 111;
  transform: translateY(0px) translateX(0px) scale(1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-1 {
  z-index: 110;
  transform: translateY(-18px) translateX(3px) scale(0.99);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-2 {
  z-index: 109;
  transform: translateY(-36px) translateX(6px) scale(0.98);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-3 {
  z-index: 108;
  transform: translateY(-54px) translateX(9px) scale(0.97);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-4 {
  z-index: 107;
  transform: translateY(-72px) translateX(12px) scale(0.96);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-5 {
  z-index: 106;
  transform: translateY(-90px) translateX(15px) scale(0.95);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-6 {
  z-index: 105;
  transform: translateY(-108px) translateX(18px) scale(0.94);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-7 {
  z-index: 104;
  transform: translateY(-126px) translateX(21px) scale(0.93);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-8 {
  z-index: 103;
  transform: translateY(-144px) translateX(24px) scale(0.92);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-9 {
  z-index: 102;
  transform: translateY(-162px) translateX(27px) scale(0.91);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-10 {
  z-index: 101;
  transform: translateY(-180px) translateX(30px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.exiting {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px) scale(0.95);
  transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.page-why-mconsent .section-container .mousewheel-slider .card-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-why-mconsent .section-container .mousewheel-slider .card-text {
  flex: 1;
  padding-right: 40px;
}
.page-why-mconsent .section-container .mousewheel-slider .card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible .card-title {
  transform: translateY(0);
  opacity: 1;
}
.page-why-mconsent .section-container .mousewheel-slider .card-title::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #49C0D4, #2196F3);
  margin-top: 16px;
  border-radius: 2px;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible .card-title::after {
  width: 60px;
}
.page-why-mconsent .section-container .mousewheel-slider .card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-why-mconsent .section-container .mousewheel-slider .card-features li {
  padding: 8px 0;
  color: #5a6c7d;
  font-size: 1rem;
}
.page-why-mconsent .section-container .mousewheel-slider .card-features li::before {
  content: "✓";
  color: #49C0D4;
  font-weight: bold;
  margin-right: 10px;
}
.page-why-mconsent .section-container .mousewheel-slider .card-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-why-mconsent .section-container .mousewheel-slider .card-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: scale(0.8) rotate(5deg);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}
.page-why-mconsent .section-container .mousewheel-slider .feature-card.visible .card-image {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.page-why-mconsent .section-container .mousewheel-slider .scroll-hint {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #49C0D4;
  color: white;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  animation: bounce 2s infinite;
  z-index: 1000;
}
.page-why-mconsent .section-container .mousewheel-slider .slider-container.stack-mode .scroll-hint {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .page-why-mconsent .section-container .mousewheel-slider {
    /* Mobile responsive - MINIMAL BOTTOM SPACING */
  }
  .page-why-mconsent .section-container .mousewheel-slider .top-content,
  .page-why-mconsent .section-container .mousewheel-slider .bottom-content {
    padding: 40px 15px 30px 15px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .top-content h2,
  .page-why-mconsent .section-container .mousewheel-slider .bottom-content h2 {
    font-size: 2rem;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-1 {
    padding: 30px 0px;
    /* Tiny bottom on mobile */
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-2 {
    padding: 40px 0px 60px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-3 {
    padding: 54px 0px 150px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-4 {
    padding: 60px 0px 20px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-5 {
    padding: 70px 0px 30px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-6 {
    padding: 90px 0px 24px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-7 {
    padding: 110px 0px 60px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-8 {
    padding: 120px 0px 40px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-9 {
    padding: 140px 0px 30px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-10 {
    padding: 150px 0px 30px 0px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .slider-section.cards-11 {
    padding: 160px 0px 26px 0px;
    /* Only 5px bottom! */
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card {
    min-height: 260px;
    padding: 20px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .card-title {
    font-size: 1.6rem;
  }
  .page-why-mconsent .section-container .mousewheel-slider .card-text {
    padding-right: 15px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-1 {
    transform: translateY(-15px) translateX(2px) scale(0.99);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-2 {
    transform: translateY(-30px) translateX(4px) scale(0.98);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-3 {
    transform: translateY(-45px) translateX(6px) scale(0.97);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-4 {
    transform: translateY(-60px) translateX(8px) scale(0.96);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-5 {
    transform: translateY(-75px) translateX(10px) scale(0.95);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-6 {
    transform: translateY(-90px) translateX(12px) scale(0.94);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-7 {
    transform: translateY(-105px) translateX(14px) scale(0.93);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-8 {
    transform: translateY(-120px) translateX(16px) scale(0.92);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-9 {
    transform: translateY(-135px) translateX(18px) scale(0.91);
  }
  .page-why-mconsent .section-container .mousewheel-slider .feature-card.stack-position-10 {
    transform: translateY(-150px) translateX(20px) scale(0.9);
  }
}
.page-why-mconsent .section-container .rolodex-slider {
  background: rgba(247, 243, 243, 0.7);
  border: 1px solid rgba(125, 126, 129, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .page-why-mconsent .hero-section .contact-form {
    margin: 16px 50px 20px 30px;
  }
  .page-why-mconsent .single-item {
    display: none !important;
  }
  .page-why-mconsent .centerMode {
    display: none !important;
  }
  .page-why-mconsent .text-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-why-mconsent .feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-why-mconsent br {
    display: none;
  }
  .page-why-mconsent .slider-wrapper {
    display: none;
  }
  .page-why-mconsent .centerMode .slder-item {
    background: #D9D9D9;
    border-radius: 8px;
    padding: 20px;
  }
  .page-why-mconsent .centerMode .slick-prev::before, .page-why-mconsent .centerMode .slick-next::before {
    color: #49C0D4;
    font-size: 30px;
  }
  .page-why-mconsent .centerMode .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: #49C0D4;
  }
  .page-why-mconsent .centerMode .slick-dots li button::before {
    font-size: 12px;
    color: #49C0D4;
    background-color: #fff;
  }
  .page-why-mconsent .centerMode .slick-dots li {
    margin: 0 2px;
  }
  .page-why-mconsent .centerMode .slick-prev {
    left: -14px;
    z-index: 1000;
  }
  .page-why-mconsent .centerMode .slick-next {
    right: -2px;
  }
  .page-why-mconsent .centerMode .slick-dots {
    padding: 0;
  }
  .page-why-mconsent .centerMode .slick-track {
    display: flex !important;
  }
  .page-why-mconsent .centerMode .slick-slide {
    height: inherit !important;
  }
  .page-why-mconsent .centerMode p {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    color: #333;
  }
  .page-why-mconsent .hero-section {
    background: none;
    background-color: #FD9090;
    border-radius: 12px;
    padding: 30px 0;
    height: 100%;
  }
  .page-why-mconsent .hero-section h1 {
    font-size: 60px;
  }
  .page-why-mconsent .hero-section h1 span {
    top: -32px;
    left: 32%;
  }
  .page-why-mconsent .hero-section h1 span img {
    width: 26px;
  }
  .page-why-mconsent .hero-section .refer-badge h2 {
    font-size: 26px;
  }
  .page-why-mconsent .hero-section h3 {
    font-size: 14px;
  }
  .page-why-mconsent .hero-section .contact-form {
    padding: 16px;
  }
  .page-why-mconsent .hero-wrapper {
    height: 100%;
  }
  .page-why-mconsent .hero-wrapper .general-heading {
    font-size: 30px !important;
  }
  .page-why-mconsent .section-container {
    padding-top: 30px;
  }
  .page-why-mconsent .section-container .single-item {
    position: relative;
  }
  .page-why-mconsent .section-container .single-item h4 {
    color: #49C0D4;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: solid 2px #545453;
  }
  .page-why-mconsent .section-container .single-item ul {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style-image: url("../images/why-mconsent/check-icon.png");
  }
  .page-why-mconsent .section-container .single-item ul li {
    color: #545453 !important;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .page-why-mconsent .section-container .single-item ul li:last-child {
    padding-bottom: 0;
  }
  .page-why-mconsent .section-container .single-item .feature-item {
    margin-top: 70px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: rgba(247, 243, 243, 0.7);
    border: 1px solid rgba(125, 126, 129, 0.2);
    padding: 20px;
  }
  .page-why-mconsent .section-container .single-item .slick-prev::before, .page-why-mconsent .section-container .single-item .slick-next::before {
    color: #49C0D4;
    font-size: 30px;
  }
  .page-why-mconsent .section-container .single-item .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: #49C0D4;
  }
  .page-why-mconsent .section-container .single-item .slick-dots li button::before {
    font-size: 12px;
    color: #49C0D4;
  }
  .page-why-mconsent .section-container .single-item .slick-dots li {
    margin: 0 2px;
  }
  .page-why-mconsent .section-container .single-item .slick-prev {
    top: 40px;
    left: 70%;
    z-index: 1000;
  }
  .page-why-mconsent .section-container .single-item .slick-next {
    top: 40px;
    right: 30px;
  }
  .page-why-mconsent .section-container .single-item .slick-dots {
    padding: 0;
  }
  .page-why-mconsent .section-container .single-item .slick-track {
    display: flex !important;
  }
  .page-why-mconsent .section-container .single-item .slick-slide {
    height: inherit !important;
  }
  .page-why-mconsent .section-container .mousewheel-slider {
    display: none !important;
  }
  .page-why-mconsent .section-container .mousewheel-slider ul {
    padding-left: 24px !important;
  }
  .page-why-mconsent .section-container .mousewheel-slider ul li {
    font-size: 16px;
  }
  .page-why-mconsent .section-container .mousewheel-slider h4 {
    font-size: 26px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .card-stack {
    min-height: 614px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .card-stack .feature-card .row {
    row-gap: 30px;
  }
  .page-why-mconsent .section-container .mousewheel-slider .card-stack .feature-card .online-scedule {
    padding-bottom: 76px;
  }
}

.page-pbs-endo {
  font-family: "Montserrat", serif !important;
}
.page-pbs-endo p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.page-pbs-endo .header-wrapper h1 {
  color: #004988;
  font-family: roundkeyRegular !important;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0.8;
  text-transform: uppercase;
}
.page-pbs-endo .header-wrapper .header-text {
  font-family: roundkeyBold !important;
  font-size: 72px;
}
.page-pbs-endo .header-wrapper h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
}
.page-pbs-endo .header-wrapper h2 b {
  color: #10B5C6;
}
.page-pbs-endo .header-wrapper .rating-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.page-pbs-endo .header-wrapper .demo-form {
  background: #10B5C6;
  border-radius: 18px;
}
.page-pbs-endo .header-wrapper .demo-form h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.page-pbs-endo .header-wrapper .demo-form button {
  background: #FF5256;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
}
.page-pbs-endo .section-container .general-heading {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.page-pbs-endo .section-container .section__one .img-container {
  max-width: 70%;
  border-bottom: solid 2px #D4D4D4;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
}
.page-pbs-endo .section-container .section__one .img-container .has-plus::after {
  content: "+";
  color: #9E9E9E;
  font-size: 60px;
  font-weight: 600;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.page-pbs-endo .section-container .section__one .img-container .has-right {
  border-right: solid 2px #9E9E9E;
}
.page-pbs-endo .section-container .section__three {
  background-image: url("../images/challenge-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 60px;
}
.page-pbs-endo .section-container .section__three .has-border {
  border-bottom: solid 1px #77787B;
  padding-bottom: 12px;
}
.page-pbs-endo .section-container .section__three .sub-header {
  font-size: 24px;
  font-weight: 600;
  color: #383838;
}
.page-pbs-endo .section-container .section__three h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}
.page-pbs-endo .section-container .section__three h3 {
  color: #004988;
  font-size: 38px;
  font-weight: 600;
}
.page-pbs-endo .section-container .section__three .chip-item {
  display: inline-block;
  border: solid 1px #A9A9A8;
  padding: 8px 12px;
  border-radius: 8px;
}
.page-pbs-endo .section-container .section__three .chip-item p {
  color: #383838;
  font-size: 16px;
}
.page-pbs-endo .section-container .section__three {
  background-image: url("../images/pbs-endo/challenge-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 60px;
}
.page-pbs-endo .section-container .section__three .has-border {
  border-bottom: solid 1px #77787B;
  padding-bottom: 12px;
}
.page-pbs-endo .section-container .section__three .sub-header {
  font-size: 24px;
  font-weight: 600;
  color: #383838;
}
.page-pbs-endo .section-container .section__three h2 {
  color: #545453;
  font-size: 40px;
  font-weight: 600;
}
.page-pbs-endo .section-container .section__three h3 {
  color: #004988;
  font-size: 36px;
  font-weight: 600;
}
.page-pbs-endo .section-container .section__three h6 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.page-pbs-endo .section-container .section__three .chip-item {
  display: inline-block;
  border: solid 1px #A9A9A8;
  padding: 8px 12px;
  border-radius: 8px;
}
.page-pbs-endo .section-container .section__three .chip-item p {
  color: #383838;
  font-size: 16px;
}
.page-pbs-endo .section-container .problem-cards-section .problem-card {
  background-color: #F9F9F9;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.page-pbs-endo .section-container .problem-cards-section .problem-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-pbs-endo .section-container .problem-cards-section .problem-card .problem-card-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pbs-endo .section-container .problem-cards-section .problem-card .problem-card-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-pbs-endo .section-container .problem-cards-section .problem-card .problem-card-text {
  flex: 1;
}
.page-pbs-endo .section-container .problem-cards-section .problem-card .problem-card-text p {
  line-height: 1.4;
  margin: 0;
}
.page-pbs-endo .section-container .blue-bg {
  background-image: url("../images/pbs-endo/blu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pbs-endo .section-container .blue-bg .cta-bbok-demo {
  background: #2D58FF;
  border: 0;
  color: #fff;
  padding: 8px 22px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card {
  background: #ECF1FA;
  padding: 0;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 20px;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card .feature-benefit-content {
  padding: 24px 20px;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card .feature-benefit-content h4 {
  color: #10B5C6;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card .feature-benefit-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card .feature-benefit-content ul li {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card .feature-benefit-content ul li:last-child {
  margin-bottom: 0;
}
.page-pbs-endo .section-container .features-benefits-section .feature-benefit-card .feature-benefit-content ul li::before {
  content: "•";
  color: #10B5C6;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.page-pbs-endo .section-container .testimonials-section .testimonial-card {
  background-color: #F9F9F9;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.page-pbs-endo .section-container .testimonials-section .testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-pbs-endo .section-container .testimonials-section .testimonial-card .testimonial-content .testimonial-quote {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  font-style: italic;
}
.page-pbs-endo .section-container .testimonials-section .testimonial-card .testimonial-content .testimonial-attribution {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.page-pbs-endo .section-container .costel-text h5 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.page-pbs-endo .section-container .costel-text h6 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.page-pbs-endo .section-container .costel-text ul {
  list-style-type: disc !important;
}
.page-pbs-endo .section-container .costel-text ul li::before {
  content: none;
}
.page-pbs-endo .section-container .costel-text p, .page-pbs-endo .section-container .costel-text li {
  color: #000 !important;
  font-size: 18px !important;
}
.page-pbs-endo .section-container .costel-text p:not(p), .page-pbs-endo .section-container .costel-text li:not(p) {
  font-weight: 600;
}
.page-pbs-endo .section-container .before-after-section {
  position: relative;
}
.page-pbs-endo .section-container .before-after-section .before-after-container {
  border: solid 1px #10B5C6;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .before-half {
  background-color: #F9F9F9;
  padding: 32px 24px;
  border-right: 1px solid #D4D4D4;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .before-half h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .before-half ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .before-half ul li {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .before-half ul li:last-child {
  margin-bottom: 0;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .before-half ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .after-half {
  background-color: #10B5C6;
  flex: 1;
  padding: 32px 24px;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .after-half h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .after-half ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .after-half ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .after-half ul li:last-child {
  margin-bottom: 0;
}
.page-pbs-endo .section-container .before-after-section .before-after-container .after-half ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.page-pbs-endo .section-container .faq-section .faq-item {
  background-color: #F9F9F9;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-pbs-endo .section-container .faq-section .faq-item.active {
  border: 1px solid #10B5C6;
}
.page-pbs-endo .section-container .faq-section .faq-item.active .faq-question .faq-icon {
  color: #10B5C6;
}
.page-pbs-endo .section-container .faq-section .faq-item:not(.active) {
  border: 1px solid transparent;
}
.page-pbs-endo .section-container .faq-section .faq-item:not(.active) .faq-question .faq-icon {
  color: #10B5C6;
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-question:hover {
  background-color: rgba(16, 181, 198, 0.05);
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-question .faq-icon {
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-question h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-answer.show {
  max-height: 200px;
}
.page-pbs-endo .section-container .faq-section .faq-item .faq-answer p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px 20px 52px;
}
@media only screen and (min-width: 768px) {
  .page-pbs-endo .general-heading {
    padding-top: 20px;
  }
  .page-pbs-endo .feature-benefit-content {
    max-width: 80%;
    margin: 0 auto;
  }
  .page-pbs-endo .header-wrapper {
    background-image: url("../images/pbs-endo/hero-bg.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top right;
  }
  .page-pbs-endo .before-half::after {
    position: absolute;
    content: url("../images/pbs-endo/before.png");
    right: -26px;
    z-index: 99;
    top: 40%;
  }
  .page-pbs-endo .section__three {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-pbs-endo p {
    font-size: 16px;
  }
  .page-pbs-endo br {
    display: none;
  }
  .page-pbs-endo .header-wrapper {
    padding: 30px 0;
  }
  .page-pbs-endo .header-wrapper .header-logo {
    display: none;
  }
  .page-pbs-endo .header-wrapper h1 {
    font-size: 32px;
  }
  .page-pbs-endo .header-wrapper .header-text {
    font-size: 36px;
  }
  .page-pbs-endo .header-wrapper .demo-form {
    padding: 20px;
  }
  .page-pbs-endo .header-wrapper .rating-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-pbs-endo .section-container .blue-bg {
    background-position: center;
  }
  .page-pbs-endo .section-container .costel-text h5 {
    font-size: 20px;
  }
  .page-pbs-endo .section-container .costel-text p {
    font-size: 16px !important;
  }
  .page-pbs-endo .section-container .section__one .img-container {
    max-width: 100%;
  }
  .page-pbs-endo .section-container .video-container {
    row-gap: 20px;
  }
  .page-pbs-endo .section-container .video-wrapper {
    padding-top: 120% !important;
  }
  .page-pbs-endo .section-container .result-wrapper .row {
    row-gap: 20px;
  }
  .page-pbs-endo .section-container .result-wrapper .row .d-flex {
    align-items: center;
  }
  .page-pbs-endo .section-container .result-wrapper .row .d-flex:first-child div:first-child img {
    max-width: 50px;
  }
  .page-pbs-endo .section-container .result-wrapper .row .d-flex p {
    font-size: 17px !important;
  }
  .page-pbs-endo .section-container .section__three {
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 28px;
  }
  .page-pbs-endo .section-container .section__three h3 {
    font-size: 24px;
  }
  .page-pbs-endo .section-container .section__three .sub-header {
    font-size: 20px;
  }
  .page-pbs-endo .section-container .section__three .chip-wrapper .chip-item {
    display: block;
    padding: 8px;
  }
  .page-pbs-endo .section-container .section__three .chip-wrapper .chip-item p {
    font-size: 15px !important;
  }
  .page-pbs-endo .section-container .general-heading {
    font-size: 25px;
  }
  .page-pbs-endo .section-container .feature-benefit-content li {
    font-size: 16px !important;
  }
  .page-pbs-endo .section-container .before-half, .page-pbs-endo .section-container .after-half {
    padding: 20px 24px !important;
  }
  .page-pbs-endo .section-container .before-half ul li, .page-pbs-endo .section-container .after-half ul li {
    font-size: 16px !important;
  }
}
.page-selfkiosk {
  font-family: "Inter Tight", sans-serif;
}
.page-selfkiosk .quote-img {
  transform: rotate(180deg);
  display: inline-block;
}
.page-selfkiosk .emr-connected {
  color: #545453;
  font-size: 24px;
  font-weight: 600;
}
.page-selfkiosk .circle-img {
  background: #004988;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
}
.page-selfkiosk .self-kiosk-list {
  list-style-type: square;
  padding-left: 16px;
  text-align: left;
}
.page-selfkiosk .self-kiosk-list li::marker {
  color: #124987;
}
.page-selfkiosk .self-kiosk-list li {
  font-size: 18px;
  color: #545453;
  padding-bottom: 8px;
  font-weight: 500;
}
.page-selfkiosk .general-heading {
  color: #004988;
  font-size: 40px;
  font-weight: 700;
}
.page-selfkiosk .header-bg {
  position: relative;
}
.page-selfkiosk p {
  color: #545453;
  font-size: 18px;
  font-weight: 500;
}
.page-selfkiosk .cta-button button {
  background: #2D58FF;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-selfkiosk .section-container {
  padding: 70px 0;
}
.page-selfkiosk .section-container .section__one .integrated-text {
  color: #545453;
  font-size: 20px;
  font-weight: 500;
}
.page-selfkiosk .section-container .section__one .item-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 20px;
}
.page-selfkiosk .section-container .section__two .sub-heading {
  color: #545453;
  font-size: 26px;
  font-weight: 600;
}
.page-selfkiosk .section-container .section-main p {
  color: #004988;
  padding-top: 20px;
  line-height: 1.4;
}
.page-selfkiosk .section-container .section__three {
  background-image: url("../images/pbs-endo/challenge-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 60px;
}
.page-selfkiosk .section-container .section__three .costel-text h5 {
  color: #545453;
  font-size: 24px;
  font-weight: 600;
}
.page-selfkiosk .section-container .section__three .costel-text h6 {
  color: #545453;
  font-size: 22px;
  font-weight: 600;
}
.page-selfkiosk .section-container .section__three .costel-text ul {
  list-style-type: disc !important;
}
.page-selfkiosk .section-container .section__three .costel-text ul li::before {
  content: none;
}
.page-selfkiosk .section-container .section__three .costel-text p, .page-selfkiosk .section-container .section__three .costel-text li {
  color: #545453 !important;
  font-size: 18px !important;
}
.page-selfkiosk .section-container .section__three .costel-text p:not(p), .page-selfkiosk .section-container .section__three .costel-text li:not(p) {
  font-weight: 500;
}
.page-selfkiosk .section-container .section__three .has-border {
  border-bottom: solid 1px #77787B;
  padding-bottom: 12px;
}
.page-selfkiosk .section-container .section__three .sub-header {
  font-size: 24px;
  font-weight: 600;
  color: #383838;
}
.page-selfkiosk .section-container .section__three h2 {
  color: #545453;
  font-size: 40px;
  font-weight: 600;
}
.page-selfkiosk .section-container .section__three h3 {
  color: #004988;
  font-size: 38px;
  font-weight: 600;
}
.page-selfkiosk .section-container .section__three .chip-item {
  display: inline-block;
  border: solid 1px #A9A9A8;
  padding: 8px 12px;
  border-radius: 8px;
}
.page-selfkiosk .section-container .section__three .chip-item p {
  color: #383838;
  font-size: 16px;
}
.page-selfkiosk .checkin-steps-section .steps-container .steps-title {
  color: #004988;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item.active {
  background-color: #E6F7F8;
  border-color: #004988;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item .step-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item .step-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item .step-content {
  flex: 1;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item .step-content h4 {
  color: #004988;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}
.page-selfkiosk .checkin-steps-section .steps-container .step-item .step-content p {
  color: #545453;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.page-selfkiosk .checkin-steps-section .kiosk-illustration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.page-selfkiosk .checkin-steps-section .kiosk-illustration .step-gif-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6F7F8;
  border: 1px solid #004988;
  border-radius: 20px;
  padding: 20px;
}
.page-selfkiosk .checkin-steps-section .kiosk-illustration .step-gif-container .step-gif {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 15px;
}
.page-selfkiosk .checkin-steps-section .kiosk-illustration .step-gif-container .step-gif.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .page-selfkiosk .checkin-steps-section .kiosk-illustration {
    display: none;
  }
  .page-selfkiosk .checkin-steps-section .step-item .mobile-step-gif {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background-color: #E6F7F8;
    border: 1px solid #004988;
    border-radius: 12px;
  }
  .page-selfkiosk .checkin-steps-section .step-item .mobile-step-gif .step-gif {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .page-selfkiosk .checkin-steps-section .step-item .mobile-step-gif .step-gif.active {
    opacity: 1;
  }
  .page-selfkiosk .checkin-steps-section .step-item.active .mobile-step-gif {
    display: block;
  }
  .page-selfkiosk .checkin-steps-section .step-item.active .mobile-step-gif .step-gif.active {
    opacity: 1;
  }
  .page-selfkiosk .checkin-steps-section .step-item:not(.active) .mobile-step-gif {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-selfkiosk .checkin-steps-section .step-item .mobile-step-gif {
    display: none !important;
  }
}
.page-selfkiosk .security-compliance-section {
  padding: 50px 0;
  background-color: #F5F5F5;
}
.page-selfkiosk .security-compliance-section .security-badge {
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease;
  height: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.page-selfkiosk .security-compliance-section .security-badge:hover {
  transform: translateY(-3px);
}
.page-selfkiosk .security-compliance-section .security-badge .security-icon {
  margin-bottom: 20px;
}
.page-selfkiosk .security-compliance-section .security-badge .security-icon img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-selfkiosk .security-compliance-section .security-badge h4 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-selfkiosk .cta-section .cta-text {
  color: #004988;
  font-size: 30px;
  font-weight: 600;
}
.page-selfkiosk .cta-section .cta-button {
  text-align: center;
}
.page-selfkiosk .cta-section .cta-button button {
  background: #2D58FF;
  color: white;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-selfkiosk .cta-section .cta-button button:hover {
  background: #1e3fb8;
  transform: translateY(-2px);
}
.page-selfkiosk .faq-section .faq-container {
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #D3D3D3;
}
.page-selfkiosk .faq-section .faq-item {
  border-bottom: 1px solid #E5E5E5;
}
.page-selfkiosk .faq-section .faq-item:last-child {
  border-bottom: none;
}
.page-selfkiosk .faq-section .faq-item .faq-question {
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.page-selfkiosk .faq-section .faq-item .faq-question:hover {
  color: #004988;
}
.page-selfkiosk .faq-section .faq-item .faq-question .faq-icon {
  color: #004988;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  min-width: 24px;
}
.page-selfkiosk .faq-section .faq-item .faq-question h4 {
  color: #004988;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
.page-selfkiosk .faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.page-selfkiosk .faq-section .faq-item .faq-answer.show {
  max-height: 100px;
  padding-bottom: 20px;
}
.page-selfkiosk .faq-section .faq-item .faq-answer p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding-left: 39px;
}
.page-selfkiosk .promo-banner-section .promo-headline {
  color: #545453;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-selfkiosk .promo-banner-section .promo-offer {
  color: #004988;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
.page-selfkiosk .promo-banner-section .promo-subtext {
  color: #545453;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.page-selfkiosk .promo-banner-section .money-back-badge {
  margin: 30px 0;
}
.page-selfkiosk .promo-banner-section .money-back-badge img {
  max-width: 300px;
  height: auto;
}
.page-selfkiosk .promo-banner-section .special-offer-box {
  border: 1px solid #A1A1A1;
  border-radius: 8px;
  padding: 10px 14px;
  display: inline-block;
}
.page-selfkiosk .promo-banner-section .promo-cta-button {
  margin: 30px 0;
}
.page-selfkiosk .promo-banner-section .promo-cta-button button {
  background: #004988;
  color: white;
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-selfkiosk .promo-banner-section .promo-cta-button button:hover {
  background: #003366;
  transform: translateY(-2px);
}
.page-selfkiosk .promo-banner-section .legal-text p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  font-style: italic;
  line-height: 1.4;
}
.page-selfkiosk .dso-kiosk-section .dso-kiosk-title {
  color: #10B5C6;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.page-selfkiosk .dso-kiosk-section .kiosk-feature-card {
  text-align: center;
}
.page-selfkiosk .dso-kiosk-section .kiosk-feature-card:hover {
  transform: translateY(-3px);
}
.page-selfkiosk .dso-kiosk-section .kiosk-feature-card .kiosk-icon {
  margin-bottom: 15px;
}
.page-selfkiosk .dso-kiosk-section .kiosk-feature-card .kiosk-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.page-selfkiosk .dso-kiosk-section .kiosk-feature-card h4 {
  color: #004988;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  padding-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  display: inline-block;
  border-top: solid 2px #49C0D4;
}
.page-selfkiosk .dso-kiosk-section .kiosk-feature-card p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .page-selfkiosk .bottom-line::after {
    content: url("../images/self-checkinkiosk/bottom-line.png");
  }
  .page-selfkiosk .border-right-0 {
    border-right: 0 !important;
  }
  .page-selfkiosk .section-main {
    max-width: 80%;
    margin: 0 auto;
  }
  .page-selfkiosk .section-main p {
    border-right: solid 1px #000;
    margin-bottom: 0;
  }
  .page-selfkiosk .header-bg {
    background-image: url("../images/self-checkinkiosk/header-1.gif"), url("../images/self-checkinkiosk/rectangle.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 32%;
    background-position: 100% 14%, top right;
    height: 470px;
    display: flex;
    align-items: center;
  }
  .page-selfkiosk .header-bg .secouns-image {
    position: absolute;
    bottom: -54px;
    left: 66%;
  }
}
@media only screen and (max-width: 768px) {
  .page-selfkiosk br {
    display: none;
  }
  .page-selfkiosk .step-item.active {
    flex-direction: column;
  }
  .page-selfkiosk .general-heading {
    font-size: 24px;
    margin-top: 20px;
  }
  .page-selfkiosk p, .page-selfkiosk .self-kiosk-list li {
    font-size: 16px;
  }
  .page-selfkiosk .secouns-image {
    display: none;
  }
  .page-selfkiosk .grid-column-1 {
    grid-column: span 3;
    text-align: center;
  }
  .page-selfkiosk .grid-column-1::after {
    content: "& more...";
    font-size: 18px;
    padding-left: 10px;
    color: #545453;
  }
  .page-selfkiosk .grid-column-1 img {
    max-width: 96px;
  }
  .page-selfkiosk .section-container {
    padding: 30px 0;
  }
  .page-selfkiosk .section-container .section__one .item-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-selfkiosk .section-container .costel-text h5 {
    font-size: 20px;
  }
  .page-selfkiosk .section-container .costel-text p {
    font-size: 16px !important;
  }
  .page-selfkiosk .section-container .video-wrapper {
    padding-top: 120% !important;
  }
  .page-selfkiosk .section-container .result-wrapper .row {
    row-gap: 20px;
  }
  .page-selfkiosk .section-container .result-wrapper .row .d-flex {
    align-items: center;
  }
  .page-selfkiosk .section-container .result-wrapper .row .d-flex:first-child div:first-child img {
    max-width: 50px;
  }
  .page-selfkiosk .section-container .result-wrapper .row .d-flex p {
    font-size: 16px !important;
  }
  .page-selfkiosk .section-container .section__three {
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 28px;
  }
  .page-selfkiosk .section-container .section__three h3 {
    font-size: 24px;
  }
  .page-selfkiosk .section-container .section__three h2 {
    font-size: 28px;
  }
  .page-selfkiosk .section-container .section__three .sub-header {
    font-size: 20px;
  }
  .page-selfkiosk .section-container .section__three .costel-text p, .page-selfkiosk .section-container .section__three .costel-text li {
    font-size: 16px !important;
  }
  .page-selfkiosk .section-container .section__three .chip-wrapper .chip-item {
    display: block;
    padding: 8px;
  }
  .page-selfkiosk .section-container .section__three .chip-wrapper .chip-item p {
    font-size: 15px !important;
  }
  .page-selfkiosk .section-container .section__two .sub-heading {
    font-size: 20px;
  }
  .page-selfkiosk .section-container .security-compliance-section {
    padding: 30px 0;
  }
  .page-selfkiosk .section-container .security-compliance-section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .page-selfkiosk .section-container .cta-section .cta-text {
    font-size: 24px;
  }
  .page-selfkiosk .section-container .faq-section .faq-container {
    padding: 8px 16px;
  }
  .page-selfkiosk .section-container .faq-section .faq-container .faq-question {
    padding-bottom: 6px !important;
  }
  .page-selfkiosk .promo-offer {
    font-size: 32px !important;
  }
  .d-mobile-none {
        display: none;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .page-selfkiosk .header-bg {
    height: 580px;
  }
}
.page-selfkiosk section{
  padding: 0;
}

.page-learn-campaign {
  font-family: "Inter Tight", sans-serif;
}
.page-learn-campaign .cta-button button, .page-learn-campaign .cta-button a {
  background: #305CDE;
  color: white;
  padding: 10px 30px;
  border-radius: 16px;
  font-weight: 600;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-learn-campaign .why-list {
  list-style-type: none;
  list-style-image: url("../images/learn-campaign/cross-icon.png");
}
.page-learn-campaign .why-list li {
  padding-bottom: 12px;
}
.page-learn-campaign .why-list-2 {
  list-style-type: none;
  list-style-image: url("../images/learn-campaign/real-icon.png");
}
.page-learn-campaign .why-list-2 li {
  padding-bottom: 12px;
}
.page-learn-campaign .registration-form {
  background-color: #F7F7F7;
  border: solid 1px #BFBEBE;
  padding: 40px 30px;
  border-radius: 30px;
}
.page-learn-campaign .registration-form p {
  color: #545453 !important;
}
.page-learn-campaign .registration-form .form-group {
  position: relative;
  margin-bottom: 22px;
}
.page-learn-campaign .registration-form .form-group .input-icon {
  position: absolute;
  left: 15px;
  top: 33%;
  transform: translateY(-33%);
  z-index: 2;
}
.page-learn-campaign .registration-form .form-group .input-icon .icon {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.page-learn-campaign .registration-form .form-group .form-control {
  padding: 12px 15px 12px 45px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  height: 48px;
  line-height: 1.5;
}
.page-learn-campaign .registration-form .form-group .form-control::-moz-placeholder {
  color: #999;
}
.page-learn-campaign .registration-form .form-group .form-control::placeholder, .page-learn-campaign .registration-form .form-group .form-control option {
  color: #999;
}
.page-learn-campaign .registration-form .form-group .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #004988;
}
.page-learn-campaign .registration-form .form-group .form-group:has(.dropdown-arrow) .dropdown-arrow,
.page-learn-campaign .registration-form .form-group .form-group .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  z-index: 3;
}
.page-learn-campaign .registration-form .form-group .form-group:has(.dropdown-arrow) .dropdown-arrow svg,
.page-learn-campaign .registration-form .form-group .form-group .dropdown-arrow svg {
  width: 12px;
  height: 12px;
}
.page-learn-campaign .registration-form .form-submit {
  text-align: center;
  margin-top: 20px;
}
.page-learn-campaign .registration-form .form-submit .btn {
  background-color: #004988;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease;
}
.page-learn-campaign .registration-form .form-submit .btn:hover {
  background-color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 73, 136, 0.3);
}
.page-learn-campaign .registration-form .form-submit .form-disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 0;
}
.page-learn-campaign .workshop-header h1 {
  color: #004988;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.page-learn-campaign .workshop-header p {
  color: #004988;
  font-size: 22px;
  font-weight: 500;
}
.page-learn-campaign .section-container p, .page-learn-campaign .section-container li {
  color: #5A5A5A;
  font-size: 18px;
  font-weight: 500;
}
.page-learn-campaign .section-container .register p {
  font-size: 20px;
  margin-bottom: 0;
}
.page-learn-campaign .section-container .register h2 {
  color: #004988;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
}
.page-learn-campaign .section-container .secure {
  position: relative;
  background-image: url("../images/learn-campaign/secure-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
.page-learn-campaign .section-container .secure .secure-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.page-learn-campaign .section-container .secure h4 {
  color: #535353;
  font-size: 26px;
  font-weight: 600;
}
.page-learn-campaign .section-container .general-heading {
  color: #004988;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
.page-learn-campaign .section-container .learn-card {
  background-color: #fff;
  border: 1px solid #929292;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-learn-campaign .section-container .learn-card .learn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  flex-shrink: 0;
  border-right: solid 1px #535353;
}
.page-learn-campaign .section-container .learn-card .learn-icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-learn-campaign .section-container .learn-card .learn-content {
  flex: 1;
}
.page-learn-campaign .section-container .learn-card .learn-title {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0px;
  line-height: 1.4;
  font-family: "Inter Tight", sans-serif;
}
.page-learn-campaign .section-container .learn-card .learn-description {
  font-size: 16px;
  font-weight: 400;
  color: #6C757D;
  margin: 0;
  line-height: 1.5;
  font-family: "Inter Tight", sans-serif;
}
.page-learn-campaign .section-container .why-features-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  max-width: 80%;
  margin: 0 auto;
}
.page-learn-campaign .section-container .why-features-container .why-feature-card {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}
.page-learn-campaign .section-container .why-features-container .why-feature-card .why-feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-learn-campaign .section-container .why-features-container .why-feature-card .why-feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-learn-campaign .section-container .why-features-container .why-feature-card .why-feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #5A5A5A;
  margin: 0;
  line-height: 1.3;
  font-family: "Inter Tight", sans-serif;
}
.page-learn-campaign .section-container .why-features-container .why-divider {
  width: 1px;
  height: 60px;
  background-color: #E9ECEF;
  margin: 0 10px;
}
.page-learn-campaign .section-container .attendee-cards-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.page-learn-campaign .section-container .attendee-cards-container.attendee-cards-wide {
  margin-bottom: 0;
}
.page-learn-campaign .section-container .attendee-card {
  background-color: #fff;
  border: 1px solid #545453;
  border-radius: 25px;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  width: auto;
}
.page-learn-campaign .section-container .attendee-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-learn-campaign .section-container .attendee-card.attendee-card-wide {
  width: auto;
  min-width: 300px;
}
.page-learn-campaign .section-container .attendee-card .attendee-text {
  font-size: 16px;
  font-weight: 500;
  color: #5A5A5A;
  margin: 0;
  line-height: 1.3;
  font-family: "Inter Tight", sans-serif;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .page-learn-campaign .secure {
    margin-top: 90px;
  }
  .page-learn-campaign section{
  padding: 0;
  overflow: visible;
}
}
@media only screen and (max-width: 768px) {
  .page-learn-campaign br {
    display: none;
  }
  .page-learn-campaign .workshop-header .row {
    row-gap: 30px;
  }
  .page-learn-campaign .workshop-header h1 {
    font-size: 22px;
    margin-top: 20px;
  }
  .page-learn-campaign .workshop-header p {
    font-size: 16px;
  }
  .page-learn-campaign .workshop-header .dr-frank {
    max-width: 100px;
  }
  .page-learn-campaign .registration-form {
    padding: 20px;
  }
  .page-learn-campaign .section-container .why-list, .page-learn-campaign .section-container .why-list-2 {
    padding-left: 30px;
    margin-bottom: 0px;
  }
  .page-learn-campaign .section-container .learn-icon {
    padding: 12px !important;
  }
  .page-learn-campaign .section-container .learn-content {
    padding: 8px 0;
  }
  .page-learn-campaign .section-container .general-heading {
    font-size: 30px;
  }
  .page-learn-campaign .section-container p, .page-learn-campaign .section-container li {
    font-size: 16px;
  }
  .page-learn-campaign .section-container .register p {
    font-size: 18px;
  }
  .page-learn-campaign .section-container .register h2 {
    font-size: 26px;
    padding-bottom: 2px;
  }
  .page-learn-campaign .section-container .why-features-container {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    row-gap: 20px;
    align-items: start;
  }
  .page-learn-campaign .section-container .why-features-container .why-divider {
    display: none;
  }
  .page-learn-campaign .section-container .secure {
    margin-top: 30px;
    height: 100%;
    padding-bottom: 22px;
  }
  .page-learn-campaign .section-container .secure h4 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 14px;
  }
}
.page-learn-campaign .wpcf7-not-valid-tip{
    position: absolute;
  }
/*# sourceMappingURL=main.css.map */




/* zaha white paper zaha ai */
 .zaha_ai-hero-section {
            background-image: url("https://mncell.us/design/pratheesh/2025/whitepaper2025/zahaai-whitepaper-landingpage/images/hero-bg.png");
            background-repeat: no-repeat;
            background-size: auto;
            height: 890px;
            position: relative;
            overflow: hidden;
        }
        .zaha_ai-hero-section {
  padding: 0px 0!important;
}

        .zaha_ai-hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(26, 77, 122, 0.4) 0%, transparent 50%),
                        radial-gradient(circle at 70% 50%, rgba(13, 58, 95, 0.3) 0%, transparent 50%);
            pointer-events: none;
        }

        .zaha_ai-navbar-brand {
            padding: 0;
        }

        .zaha_ai-logo-container {
            display: flex;
            align-items: center;
        }

        .zaha_ai-logo-box {
            background: white;
            padding: 8px 12px;
            border-radius: 4px;
            margin-right: 12px;
            font-weight: 800;
            font-size: 28px;
            color: #0a2540;
            letter-spacing: -1px;
        }

        .zaha_ai-logo-text {
            color: white;
            font-weight: 700;
            font-size: 28px;
            letter-spacing: -0.5px;
        }

        .zaha_ai-logo-tagline {
            color: rgba(255, 255, 255, 0.8);
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 0.5px;
            margin-top: -4px;
        }

        .zaha_ai-whitepaper-badge {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            padding: 8px 20px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .zaha_ai-hero-content {
            position: relative;
            z-index: 2;
            padding-top: 80px;
        }

        .zaha_ai-hero-title {
            color: white;
            font-size: 56px;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 30px;
        }
       

        .zaha_ai-hero-title-bold {
    font-weight: 700;
    display: block;
    font-size: 53px;
}
        

        .zaha_ai-highlight-text {
            color: #4dd4e8;
        }

        .zaha_ai-hero-image-container {
            position: relative;
            margin-top: 40px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
        }

        .zaha_ai-hero-image {
            width: 100%;
            height: auto;
            display: block;
        }
        .zaha_ai-logo img {
    width: 75%;
    margin-top: 40px;
}
img.zaha_ai-text-brand {
    margin-top: 55px;
    width: 80%;
    float: right;
}
p.zaha_ai-hero-title-small {
    font-size: 48px;
    color: #fff;
        margin-bottom: 0px;
}

/* css-Second */       /* css-Second */       /* css-Second */       /* css-Second */ 
.zaha_ai_two-content-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .zaha_ai_two-form-card {
           background: #e9e9e9;
   
    padding: 20px 20px 50px 20px;
   
    height: 70%;
        }

        .zaha_ai_two-form-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, #0a2540 0%, #1a4d7a 100%);
           
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .zaha_ai_two-form-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

       .zaha_ai_two-form-title {
    font-size: 28px;
    color: #1E1E1E;
    margin-bottom: 30px;
    line-height: 1.3;
    margin-top: 15px;
}

        .zaha_ai_two-form-group label {
            font-size: 14px;
            font-weight: 600;
            color: #646464;
            margin-bottom: 8px;
        }

        .form-control {
            border: 1px solid #d1d5db;
            border-radius: 4px;
            padding: 25px 16px;
            font-size: 15px;
            transition: border-color 0.3s;
        }

        .form-control:focus {
            border-color: #0a2540;
            box-shadow: 0 0 0 3px rgba(10, 37, 64, 0.1);
        }

        .zaha_ai_two-custom-checkbox {
            margin-top: 20px;
            margin-bottom: 25px;
        }

        .zaha_ai_two-custom-checkbox .form-check-input {
            margin-top: 4px;
        }

        .zaha_ai_two-custom-checkbox .form-check-label {
            font-size: 14px;
            color: #666;
            font-weight: 400;
            line-height: 1.5;
        }

        .btn-download {
            background: #012141;
            color: white;
            border: none;
            padding: 16px 32px;
                font-size: 14px;
           
            border-radius: 4px;
            width: 100%;
            transition: background 0.3s;
            cursor: pointer;
        }

        .btn-download:hover {
            background: #0d3a5f;
        }

        .zaha_ai_two-content-column {
            padding-left: 40px;
        }

        .zaha_ai_two-content-text {
            font-size: 16px;
            line-height: 1.7;
            color: #333;
            margin-bottom: 30px;
        }

        .zaha_ai_two-content-heading {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            margin-top: 35px;
        }

        .zaha_ai_two-bullet-list {
            list-style: none;
            padding: 0;
            margin-bottom: 35px;
        }

        .zaha_ai_two-bullet-list li {
            font-size: 16px;
            line-height: 1.7;
            color: #333;
            margin-bottom: 12px;
            padding-left: 24px;
            position: relative;
        }

        .zaha_ai_two-bullet-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #0a2540;
            font-weight: 700;
            font-size: 20px;
        }

        .zaha_ai_two-final-heading {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 16px;
            margin-top: 40px;
        }

        .zaha_ai_two-final-text {
            font-size: 16px;
            line-height: 1.7;
            color: #333;
        }




        /* Tablet styles */
        @media (min-width: 1200px) 
        {
            .zaha_ai-hero-section {
   
    height: 890px;
  
}

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }

}

        @media (max-width: 991px) {
            .zaha_ai_two-content-text {

    margin-top: 40px;
}

            .zaha_ai_two-content-section {
                padding: 60px 0;
            }

            .zaha_ai_two-content-column {
                padding-left: 15px;
                margin-top: 40px;
            }

            .zaha_ai_two-form-card {
                padding: 35px;
            }

            .zaha_ai_two-form-title {
                font-size: 24px;
            }
            .btn-download {
                font-size: 22px;
            }





                .zaha_ai-hero-image-container {
        margin-top: 0px;
    }
            .zaha_ai-hero-section {
    
    height: 615px;
   
}
            img.zaha_ai-text-brand {
  
    width: 70%;
   
}
            .zaha_ai-logo img {
    width: 60%;

}
            p.zaha_ai-hero-title-small {
    font-size: 30px;
}
span.zaha_ai-hero-title-bold {
    font-size: 40px;
}
            .zaha_ai-hero-title {
                font-size: 42px;
            }
            .zaha_ai-hero-title-small {
                font-size: 42px;
            }


            .zaha_ai-hero-content {
                padding-top: 60px;
            }

            
        }

        /* Mobile styles */
        @media (max-width: 767px) {

            .zaha_ai_two-content-section {
                padding: 40px 0;
            }

            .zaha_ai_two-form-card {
                padding: 30px 20px;
            }

            .zaha_ai_two-form-title {
                font-size: 22px;
                margin-bottom: 25px;
            }

            .zaha_ai_two-form-image {
                height: 180px;
                margin-bottom: 25px;
            }

            .zaha_ai_two-content-column {
                padding-left: 15px;
                margin-top: 30px;
            }

            .zaha_ai_two-content-text {
                font-size: 15px;
                margin-bottom: 25px;
            }

            .zaha_ai_two-content-heading {
                font-size: 17px;
                margin-top: 30px;
                margin-bottom: 18px;
            }

            .zaha_ai_two-bullet-list li {
                font-size: 15px;
                margin-bottom: 10px;
            }

            .zaha_ai_two-final-heading {
                font-size: 18px;
                margin-top: 30px;
            }

            .zaha_ai_two-final-text {
                font-size: 15px;
            }

            .btn-download {
                padding: 14px 28px;
                font-size: 15px;
            }
     







            .zaha_ai-hero-section {
        height: 485px;
    }
            span.zaha_ai-hero-title-bold {
    font-size: 30px;
}
            p.zaha_ai-hero-title-small {
    font-size: 25px;
}
            .zaha_ai-hero-section {
                min-height: auto;
                padding-bottom: 40px;
            }

            .zaha_ai-logo-box {
                font-size: 22px;
                padding: 6px 10px;
                margin-right: 8px;
            }

            .zaha_ai-logo-text {
                font-size: 22px;
            }

            .zaha_ai-logo-tagline {
                font-size: 9px;
            }

            .zaha_ai-whitepaper-badge {
                padding: 6px 12px;
                font-size: 11px;
            }

            .zaha_ai-hero-content {
                padding-top: 40px;
            }

            .zaha_ai-hero-title {
                font-size: 28px;
                margin-bottom: 25px;
            }
            .zaha_ai-hero-title-small {
                font-size: 28px;
                margin-bottom: 25px;
            }

            .zaha_ai-hero-image-container {
                margin-top: 0px;
            }
        }

        @media (max-width: 575px) {

             .zaha_ai_two-form-card {
                padding: 25px 15px;
            }

            .zaha_ai_two-form-title {
                font-size: 20px;
            }

            .zaha_ai_two-content-text,
            .zaha_ai_two-bullet-list li,
            .zaha_ai_two-final-text {
                font-size: 14px;
            }




            
                .zaha_ai-hero-section {
        height: 425px;
    }
            .zaha_ai-hero-title {
                font-size: 24px;
            }
             .zaha_ai-hero-title-small {
                font-size: 24px;
            }

            .zaha_ai-navbar-brand {
                flex: 1;
            }
            .zaha_ai-logo img {
        width: 30%;
    }
           img.zaha_ai-text-brand {
        width: 40%;
    }
    
        p.zaha_ai-hero-title-small {
        font-size: 20px;
    }
        span.zaha_ai-hero-title-bold {
        font-size: 22px;
    }
        }
         @media (max-width: 480px) {
            .btn-download {
        padding: 14px 15px;
      
    }
          .zaha_ai-logo img {
        width: 35%;
    }

         }
          @media (max-width: 365px) {
                .btn-download {
        padding: 14px 10px;
        font-size: 12px;
    }

                p.zaha_ai-hero-title-small {
        font-size: 17px;
    }
        span.zaha_ai-hero-title-bold {
        font-size: 18px;
    }
        .zaha_ai-hero-section {
        height: 380px;
    }
        .zaha_ai-logo img {
        width: 50%;
    }
        img.zaha_ai-text-brand {
        width: 40%;
        margin-top: 50px;
    }

          }
            @media (max-width: 330px) {

    .zaha_ai-logo img {
        width: 65%;
    }
        img.zaha_ai-text-brand {
        width: 50%;
        margin-top: 50px;
    }

            }

        /* Desktop large */
        @media (min-width: 1440px) {
            .zaha_ai-hero-title {
                font-size: 64px;
            }
           

            .zaha_ai-hero-content {
                padding-top: 100px;
            }
        }
/* zaha white paper zaha ai */

/* Ortho Payment Plan mpayr */


        /* Header Section */
        .mpayr-ortho-sect-one-logo {       
            padding: 25px 40px 40px 100px;
            height: 140px;
            
        }

        /* Main Hero Section */
        .mpayr-ortho-sect-one-hero {
           background-image: url('https://mconsent.net/wp-content/themes/twentynineteen/lp-assests/24-mconsent-lp/images/ortho-mpayr/hero-banner.png');
            position: relative;
            overflow: hidden;
            min-height: 720px;
            margin-top:-2px;
            align-items: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

       

        .mpayr-ortho-sect-one-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 60px 80px;
            position: relative;
            z-index: 2;
        }

        .mpayr-ortho-sect-one-content-wrapper {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        /* Left Content */
        .mpayr-ortho-sect-one-left-content {
            flex: 1;
            max-width: 600px;
        }

        .mpayr-ortho-sect-one-title {
            font-size: 56px;
            font-weight: 800;
            line-height: 1.2;
             margin-bottom: 20px;
            margin-bottom: 50px;
        }

        .mpayr-ortho-sect-one-title-orange {
           color: #F78F29;
    font-family: satoshi;
    font-size: 50px;
        }

        .mpayr-ortho-sect-one-title-white {
            color: #ffffff;
    display: block;
    font-family: satoshi;
    font-weight: 500;
    line-height: 1;
    font-size: 36px;
        }

        .mpayr-ortho-sect-one-description {
            color: #e0e7ff;
            font-size: 18px;
            line-height: 1.3;
            margin-bottom: 20px;
            max-width: 550px;
        }

        .mpayr-ortho-sect-one-cta-button {
            background: #2D58FF!important;
    color: #ffffff!important;
    padding: 10px 30px;
    font-size: 28px;
    font-weight: 700;
    border: none;
    border-radius: 22px;
    cursor: pointer;
    
   
    display: inline-block;
    text-decoration: none;
        }

        .mpayr-ortho-sect-one-cta-button:hover {
            background: #3558e6;
            
            color: #ffffff;
            text-decoration: none;
        }

        /* Right Content - Image Section */
        .mpayr-ortho-sect-one-right-content {
            flex: 1;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mpayr-ortho-sect-one-image-wrapper {
            position: relative;
            width: 100%;
            max-width: 650px;
        }

        .mpayr-ortho-sect-one-main-image {
            position: relative;
            border-radius: 50% 50% 0 0;
            overflow: hidden;
            width: 100%;
            aspect-ratio: 1 / 1;
        }

        .mpayr-ortho-sect-one-main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Scan to Pay Badge */
        .mpayr-ortho-sect-one-scan-badge {
            position: relative;
            top: -200px;
            right: -310px;
            padding: 15px 25px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 3;
            animation: mpayr-ortho-sect-one-float 3s ease-in-out infinite;
}
.mpayr-ortho-sect-one-scan-mod {
            position: relative;
            top: -100px;
            right: -310px;
            padding: 15px 25px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 3;
            animation: mpayr-ortho-sect-one-float 3s ease-in-out infinite;
}
        /* total amount */
        .mpayr-ortho-sect-one-total-amount {
            position: relative;
            top: 120px;
            right: 85px;
            padding: 15px 25px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 3;
            animation: mpayr-ortho-sect-one-float 3s cubic-bezier(0.63, 0.27, 0.35, 0.99) infinite;
}

.mpayr-ortho-sect-two-anim {
    position: absolute;
    /* top: 310px; */
    right: 660px;
    animation: mpayr-ortho-sect-one-float 1.5s 
ease-in-out infinite;
}
.mpayr-ortho-sect-three-anim-2 {
            position: relative;
            top: -380px;
            right: 50px;
            padding: 15px 25px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 3;
            animation: mpayr-ortho-sect-one-float 1.5s ease-in-out infinite;
}
.mpayr-ortho-sect-three-anim-3 {
            position: relative;
            top: -280px;
            right: -360px;
            padding: 15px 25px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 12px;
            z-index: 3;
            animation: mpayr-ortho-sect-one-float 3s ease-in-out infinite;
}
.mpayr-ortho-sect-three-anim-4 {
    position: relative;
    top: 300px;
    right: 30px;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex
;
    align-items: center;
    gap: 12px;
    z-index: 3;
    animation: mpayr-ortho-sect-one-float 3s 
ease-in-out infinite;
}
.mpayr-ortho-sect-three-anim-5 {
    position: relative;
    top: 140px;
    right: 39px;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex
;
    align-items: center;
    gap: 12px;
    z-index: 3;
    animation: mpayr-ortho-sect-one-float 3s 
ease-in-out infinite;
}


        @keyframes mpayr-ortho-sect-one-float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .mpayr-ortho-sect-one-qr-icon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mpayr-ortho-sect-one-qr-icon svg {
            width: 100%;
            height: 100%;
        }

        .mpayr-ortho-sect-one-scan-text {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1a1a1a;
            width:45%;
        }

        /* Stats Card */
        .mpayr-ortho-sect-one-stats-card {
            position: absolute;
            bottom: 40px;
            left: -50px;
            background: rgba(255, 255, 255, 0.98);
            padding: 25px 30px;
            border-radius: 20px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
            z-index: 3;
            backdrop-filter: blur(10px);
            min-width: 280px;
        }

        .mpayr-ortho-sect-one-stats-icon {
            width: 60px;
            height: 60px;
            background: #f0f7ff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .mpayr-ortho-sect-one-chart-icon {
            width: 35px;
            height: 35px;
        }

        .mpayr-ortho-sect-one-stats-label {
            color: #4169ff;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .mpayr-ortho-sect-one-stats-amount {
            color: #1a1a1a;
            font-size: 2.25rem;
            font-weight: 800;
            margin-bottom: 15px;
            line-height: 1;
        }

        .mpayr-ortho-sect-one-stats-overdue-label {
            color: #4169ff;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .mpayr-ortho-sect-one-stats-overdue-amount {
            color: #1a1a1a;
            font-size: 1.75rem;
            font-weight: 700;
        }
        .mpayr-sect-two {
           
           padding: 0px 0px 0px 0px;
            position: relative;
            overflow: hidden;
        }

        .mpayr-sect-two-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 25px;
        }

        .mpayr-sect-two-content {
            display: flex;
           
            justify-content: space-between;
            gap: 60px;
        }

        .mpayr-sect-two-left {
            flex: 1;
            max-width: 600px;
        }

        .mpayr-sect-two-title {
        margin-top: 80px;    
        font-size: 54px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 24px;
        color: #000000;
        font-family: satoshi;

        }

        .mpayr-sect-two-description {
            font-size: 18px;
            line-height: 1.3;
            color: #333333;
            margin-bottom: 20px;
        }

        .mpayr-sect-two-subtitle {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #000000;
        }

        .mpayr-sect-two-features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mpayr-sect-two-feature-item {
            display: flex;
            align-items: center;
            gap: 20px;
            font-size: 18px;
            color: #000000;
            border-bottom: 1px solid #d6d6d6;
            padding: 15px;
        }

        .mpayr-sect-two-feature-item:last-child {
            margin-bottom: 0;
        }

        .mpayr-sect-two-icon {
            width: 48px;
            height: 48px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .mpayr-sect-two-icon svg {
            width: 100%;
            height: 100%;
        }



        .mpayr-sect-two-device {
            position: absolute;
            bottom: 40px;
            left: -80px;
            width: 200px;
            height: 300px;
            background: #000000;
            border-radius: 12px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            z-index: 2;
        }

        .mpayr-sect-two-badge {
       position: relative;
    top: 30px;
    right: 400px;
    color: #FFFFFF;
    transform: rotate(-2deg);
    z-index: 3;
}
        span.mpayr-text {
            text-align: left !important;
            font-size: 20px;
        }
        .mpayr-sect-two-mockup img {
            padding-top: 100px;
            width: 100%;
        }


         .mpayr-sect-three {
           
            padding: 0px 0px 0px 0px;
            position: relative;
        }

        .mpayr-sect-three-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .mpayr-sect-three-pills {
            display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 5px;
        }

        .mpayr-sect-three-pill {
            background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 17px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    transition: all 0.3s ease;
        }

        .mpayr-sect-three-pill:hover {
            background: #000000;
            color: #FFFFFF;
        }

        .mpayr-sect-three-content {
            display: flex;
            
            gap: 80px;
                padding: 20px 80px 0px 80px;
        }

       

       

        .mpayr-sect-three-device-top {
            position: absolute;
            top: -30px;
            left: -80px;
            width: 180px;
            height: 160px;
            background: #000000;
            border-radius: 8px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
            z-index: 2;
        }

        .mpayr-sect-three-device-bottom {
            position: absolute;
            bottom: -40px;
            right: -60px;
            width: 240px;
            height: 180px;
            background: #000000;
            border-radius: 8px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
            z-index: 2;
        }

        .mpayr-sect-three-right {
            flex: 1;
            max-width: 550px;
        }

        .mpayr-sect-three-title {
            font-size: 56px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #000000;
        }

        .mpayr-sect-three-description {
            font-size: 18px;
            line-height: 1.3;
            color: #333333;
            margin-bottom: 32px;
        }

        .mpayr-sect-three-subtitle {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 20px;
            color: #000000;
        }

        .mpayr-sect-three-benefits {
            list-style: none;
            padding: 0;
            margin: 0 0 32px 0;
        }

        .mpayr-sect-three-benefit-item {
            display: flex;
            align-items: center;
            gap: 2px;
            margin-bottom: 16px;
            font-size: 18px;
            color: #000000;
        }

        .mpayr-sect-three-benefit-item:last-child {
            margin-bottom: 0;
        }

        .mpayr-sect-three-checkmark {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            color: #FF9800;
        }

        .mpayr-sect-three-checkmark svg {
            width: 100%;
            height: 100%;
        }

        .mpayr-sect-three-footer {
            font-size: 18px;
            line-height: 1.3;
            color: #333333;
        }

        .mpayr-sect-three-highlight {
            font-weight: 700;
            color: #000000;
        }

         .mpayr-sect-four {
            background: #FFFFFF;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .mpayr-sect-four-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 80px;
        }

        .mpayr-sect-four-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 80px;
        }

        .mpayr-sect-four-left {
            flex: 1;
            max-width: 650px;
        }

       .mpayr-sect-four-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #000000;
    font-family: satoshi;
}

       .mpayr-sect-four-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
    color: #000000;
}

        .mpayr-sect-four-features {
            list-style: none;
            padding: 0;
            margin: 0 0 32px 0;
        }

        .mpayr-sect-four-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
            font-size: 18px;
            color: #000000;
            line-height: 1.5;
        }

        .mpayr-sect-four-feature-item:last-child {
            margin-bottom: 0;
        }

        .mpayr-sect-four-checkmark {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            color: #FF9800;
            margin-top: 2px;
        }

        .mpayr-sect-four-checkmark svg {
            width: 100%;
            height: 100%;
        }

        .mpayr-sect-four-tagline {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 32px;
            color: #000000;
        }

        .mpayr-sect-four-cta {
            display: inline-block;
            background: #2563EB;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 600;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
        }

        .mpayr-sect-four-cta:hover {
            background: #1D4ED8;
            color: #FFFFFF;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
        }

        .mpayr-sect-four-right {
            flex: 1;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 480px;
        }

        .mpayr-sect-four-mockup-main {
            background: #999999;
            width: 100%;
            max-width: 368px;
            height: 430px;
            position: relative;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            z-index: 1;
        }

        .mpayr-sect-four-device-left {
            position: absolute;
            top: 50px;
            left: -100px;
            width: 200px;
            height: 90px;
            background: #000000;
            border-radius: 8px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
            z-index: 2;
        }

        .mpayr-sect-four-device-right {
            position: absolute;
            bottom: 0;
            right: -100px;
            width: 254px;
            height: 200px;
            background: #000000;
            border-radius: 8px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
            z-index: 0;
        }
        .mpayr-ab-section {
            
            display: flex;
            align-items: center;
            padding: 60px 0px 0px 0px;
            background-color: #ffffff;
        }

        .mpayr-ab-image-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            
        }

        .mpayr-ab-ipad-mockup {
            width: 100%;
            max-width: 450px;
            aspect-ratio: 3/4;
            background: linear-gradient(135deg, #8b8b8b 0%, #a5a5a5 100%);
            border-radius: 20px;
            position: relative;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .mpayr-ab-ipad-screen {
            position: absolute;
            top: 30px;
            left: 30px;
            right: 30px;
            bottom: 30px;
            background-color: #000000;
            border-radius: 8px;
        }

        .mpayr-ab-ipad-overlay {
            position: absolute;
            bottom: -40px;
            right: -40px;
            width: 280px;
            height: 180px;
            background-color: #000000;
            border-radius: 12px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

        .mpayr-ab-content {
               padding: 0px 0px 0px 0px;
        }

        .mpayr-ab-title {
           font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #000000;
   
    font-family: satoshi;
        }

        .mpayr-ab-description {
                font-size: 18px;
    line-height: 1.3;
            color: #000000;
            margin-bottom: 30px;
        }

        .mpayr-ab-subheading {
            font-size: 18px;
            line-height: 1.7;
            color: #000000;
            margin-bottom: 20px;
            margin-top: 30px;
        }

        .mpayr-ab-benefits-list {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
            text-align:left;
        }

        .mpayr-ab-benefit-item {
            
            align-items: center;
            margin-bottom: 15px;
            font-size: 18px;
            color: #000000;
            display: flex;
    align-items: baseline;
    gap: 5px; /* space between image and text */
        }

        .mpayr-ab-checkmark {
            width: 24px;
            height: 24px;
            background-color: #ff9500;
            border-radius: 4px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            flex-shrink: 0;
            position: relative;
        }

        .mpayr-ab-checkmark::after {
            content: '✓';
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
        }

        .mpayr-ab-footer-text {
               font-size: 18px;
    line-height: 1.3;
            color: #000000;
            margin-top: 30px;
        }

        .mpayr-ab-highlight {
            font-weight: 700;
            color: #000000;
        }
         /* Header Section */
        .mpayr-last-header-section {
              margin-top: 100px;
            position: relative;
        }
        
        /* Main Content Section */
        .mpayr-last-content-section {
            background-color: #ffffff;
            padding: 60px 0 0px;
            position: relative;
        }
        
        .mpayr-last-content-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }
        
        .mpayr-last-woman-image {
            flex: 0 0 auto;
            max-width: 380px;
        }
        
        .mpayr-last-woman-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .mpayr-last-benefits-content {
            flex: 1;
        }
        
        .mpayr-last-benefits-content h2 {
            font-size: 48px;
            font-weight: 800;
            color: #000000;
            margin-bottom: 30px;
            line-height: 1.2;
        }
        
        .mpayr-last-heart-icon {
            display: inline-block;
            color: #4CAF50;
            position: relative;
            margin-left: 8px;
        }
        
        .mpayr-last-heart-circle {
            width: 60px;
            height: 60px;
            border: 3px solid #4CAF50;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            vertical-align: middle;
            margin-left: 10px;
        }
        
        .mpayr-last-benefits-list {
            list-style: none;
            padding: 0;
        }
        
        .mpayr-last-benefits-list li {
            font-size: 18px;
            color: #333333;
            margin-bottom: 16px;
            padding-left: 35px;
            position: relative;
            font-weight: 400;
        }
        
        .mpayr-last-benefits-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #FF9800;
            font-weight: 700;
            font-size: 22px;
        }
        
        /* CTA Section */
        .mpayr-last-cta-section {
    background-image: url('https://mconsent.net/wp-content/themes/twentynineteen/lp-assests/24-mconsent-lp/images/ortho-mpayr/automating-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px 0px;
    position: relative;
    overflow: hidden;
    height: 400px;
}
        
        
        
        .mpayr-last-cta-content {
            text-align: center;
            position: relative;
            z-index: 2;
        }
        
        .mpayr-last-cta-content h2 {
            font-size: 48px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 20px;
            line-height: 1.1;
            font-family: satoshi;
        }
        
        .mpayr-last-cta-content p {
            font-size: 18px;
            color: #ffffff;
            margin-bottom: 0;
            line-height: 1.3;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Button Section */
        .mpayr-last-button-section {
            background-color: #ffffff;
            padding: 60px 0 80px;
            text-align: center;
        }
        
        .mpayr-last-demo-button {
            background-color: #4169E1;
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            padding: 16px 48px;
            border-radius: 8px;
            border: none;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(65, 105, 225, 0.3);
        }
        
        .mpayr-last-demo-button:hover {
            background-color: #3557c7;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(65, 105, 225, 0.4);
            color: #ffffff;
            text-decoration: none;
        }
        
        .mpayr-last-button-subtext {
            margin-top: 20px;
            font-size: 16px;
            color: #333333;
        }
        
        /* Decorative Elements */
        .mpayr-last-decorative-circle {
            position: absolute;
    left: 0;
    top: 200px;
    transform: translateY(-50%);
        }
        .mpayr-last-decorative-circle img {
            width: 85%;
            height: 100%;
        }
         /* Main Container Styles */
        .mpayr-swipe-section {
           
            min-height: 100vh;
            padding: 60px 15px 80px;
            position: relative;
            overflow: hidden;
        }

        /* Title Styles */
        .mpayr-swipe-title {
            font-size: 64px;
            font-weight: 700;
            color: #1A1A1A;
            text-align: center;
           
            line-height: 1.1;
    font-family: satoshi;
        }

        .mpayr-swipe-subtitle {
            font-weight: 400;
    color: #000000;
    text-align: center;
    max-width: 980px;
    margin: 0 auto 0px;
    line-height: 1.3;
        }

        /* Monitor Container */
        .mpayr-swipe-monitor-wrapper {
            max-width: 950px;
            margin: 0 auto;
            position: relative;
        }

       

        /* Before After Container */
        .mpayr-swipe-container {
            position: relative;
            width: 100%;
            max-width: 100%;
           height: 586px;
            background: #2B3448;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            cursor: col-resize;
        }

        /* Before Section */
        .mpayr-swipe-before {
            position: absolute;
            top: 0;
            left: 0;
            
            background: #2B3448;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .mpayr-swipe-before-label {
            position: absolute;
            top: 50%;
            left: 25%;
            transform: translate(-50%, -50%);
            font-size: 56px;
            font-weight: 700;
            color: #FFFFFF;
            z-index: 10;
        }

        /* After Section */
        .mpayr-swipe-after {
            position: absolute;
            top: 0;
            right: 0;
           
            background: #1E2433;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mpayr-swipe-after-label {
            position: absolute;
            top: 50%;
            right: 25%;
            transform: translate(50%, -50%);
            font-size: 56px;
            font-weight: 700;
            color: #FFFFFF;
            z-index: 10;
        }

        /* Slider Line and Handle */
        .mpayr-swipe-slider {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            z-index: 20;
            cursor: col-resize;
        }

        .mpayr-swipe-handle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: #000000d6;
            border: 3px solid #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: col-resize;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            z-index: 25;
        }

        .mpayr-swipe-handle-arrows {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .mpayr-swipe-handle-arrow {
            font-size: 16px;
            color:#ffffff;
        }

        /* Form Elements Preview */
        .mpayr-swipe-form-preview {
            position: absolute;
            left: 50px;
            top: 50%;
            transform: translateY(-50%);
            width: 350px;
        }

        .mpayr-swipe-form-field {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            height: 45px;
            margin-bottom: 15px;
            position: relative;
        }

        .mpayr-swipe-form-label {
            position: absolute;
            top: -10px;
            left: 15px;
            background: #2B3448;
            padding: 0 8px;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
        }

        /* Monitor Base */
        .mpayr-swipe-monitor-base {
            background: #3FD080;
            height: 80px;
            margin-top: -20px;
            position: relative;
            z-index: -1;
            border-radius: 0 0 40px 40px;
        }
        .slide-pic-top{
            text-align: center;
        }
        .slide-pic-top img{
            width: 100%;
            height: auto;
        }
        .green_footer img {
    /* margin-top: -350px; */
   
    height: auto;
    width: 100%;
    position: unset;

}
.green_footer {
    text-align: center;
}
.slide-line-art img {
    position: relative;
   left: 195px;
    top: 60px;
}
.two_sect-bg{
    background-image: url('https://mconsent.net/wp-content/themes/twentynineteen/lp-assests/24-mconsent-lp/images/ortho-mpayr/two_sect_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

       /* Responsive Styles */
         @media (max-width: 1600px) {
            .slide-pic-top img {
    width: 60%;
    height: auto;
}
}
        
        

        /* Responsive Design */
         @media (min-width: 1200px) {

            .green_footer img {
    /* margin-top: -400px; */
   
}
             .mpayr-swipe-title {
                font-size: 54px;
            }
            
            .mpayr-swipe-subtitle {
                font-size: 18px;
            }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
    
    
}
        @media (max-width: 1024px) {
            .mpayr-swipe-title {
                font-size: 42px;
            }
            
            .mpayr-swipe-subtitle {
                font-size: 16px;
            }
            
            .mpayr-swipe-container {
                height: 400px;
            }
            
            .mpayr-swipe-before-label,
            .mpayr-swipe-after-label {
                font-size: 42px;
            }
            
            .mpayr-swipe-form-preview {
                width: 280px;
                left: 30px;
            }
             .mpayr-last-content-section {
                padding: 40px 0 0px;
            }
            
            .mpayr-last-content-wrapper {
                flex-direction: column;
                text-align: center;
            }
            
            .mpayr-last-woman-image {
                max-width: 320px;
                margin: 0 auto;
            }
            
            .mpayr-last-benefits-content h2 {
                font-size: 38px;
                margin-bottom: 25px;
            }
            
            .mpayr-last-heart-circle {
                width: 50px;
                height: 50px;
                font-size: 26px;
            }
            
            .mpayr-last-benefits-list {
                display: inline-block;
                text-align: left;
            }
            
            .mpayr-last-benefits-list li {
                font-size: 16px;
                margin-bottom: 14px;
            }
            
            .mpayr-last-cta-section {
        padding: 70px 0px 0px 0px;
        height: 300px;
    }
            
            .mpayr-last-cta-content h2 {
                font-size: 38px;
            }
            
            .mpayr-last-cta-content p {
                font-size: 16px;
            }
            
            .mpayr-last-decorative-circle {
                width: 150px;
                height: 300px;
                left: -80px;
            }
            .mpayr-sect-two-badge{
        display: mone;
    }
             .mpayr-ab-title {
                font-size: 40px;
            }

            .mpayr-ab-ipad-mockup {
                max-width: 380px;
            }

            .mpayr-ab-ipad-overlay {
                width: 240px;
                height: 150px;
                right: -30px;
                bottom: -30px;
            }

            .mpayr-ab-content {
               padding: 0px;
            }

            .mpayr-ab-image-container {
                padding: 30px;
            }
            .mpayr-ortho-sect-one-content-wrapper {
                gap: 40px;
            }

            .mpayr-ortho-sect-one-title {
                font-size: 50px;
            }

            .mpayr-ortho-sect-one-stats-card {
                left: 20px;
                bottom: 30px;
            }
             .mpayr-sect-two {
                padding: 60px 0;
            }

            .mpayr-sect-two-content {
                gap: 40px;
            }

            .mpayr-sect-two-title {
                font-size: 44px;
            }

            .mpayr-sect-two-description {
                font-size: 16px;
            }

            .mpayr-sect-two-subtitle {
                font-size: 20px;
                margin-bottom: 24px;
            }

            .mpayr-sect-two-feature-item {
                font-size: 16px;
                margin-bottom: 24px;
            }

            .mpayr-sect-two-icon {
                width: 40px;
                height: 40px;
            }

            .mpayr-sect-two-mockup {
                height: 500px;
            }

            .mpayr-sect-two-device {
                width: 160px;
                height: 240px;
                left: -60px;
                bottom: 30px;
            }

            .mpayr-sect-two-badge {
                font-size: 14px;
                padding: 12px 24px;
                bottom: -20px;
                right: -30px;
            }
            .mpayr-sect-three {
                padding: 0px 0 0px 60px;
            }

            .mpayr-sect-three-pills {
                margin-bottom: 6px;
            }

            .mpayr-sect-three-pill {
                font-size: 14px;
                padding: 12px 24px;
            }

            .mpayr-sect-three-content {
                gap: 50px;
            }

            .mpayr-sect-three-title {
                font-size: 44px;
            }

            .mpayr-sect-three-description,
            .mpayr-sect-three-subtitle,
            .mpayr-sect-three-benefit-item,
            .mpayr-sect-three-footer {
                font-size: 16px;
            }

            .mpayr-sect-three-left {
                min-height: 450px;
            }

            .mpayr-sect-three-mockup-main {
                height: 450px;
            }

            .mpayr-sect-three-device-top {
                width: 140px;
                height: 130px;
                left: -60px;
                top: -20px;
            }

            .mpayr-sect-three-device-bottom {
                width: 200px;
                height: 150px;
                right: -50px;
                bottom: -30px;
            }
             .mpayr-sect-four {
                padding: 60px 0;
            }

            .mpayr-sect-four-content {
                gap: 50px;
            }

            .mpayr-sect-four-title {
                font-size: 44px;
                margin-bottom: 24px;
            }

            .mpayr-sect-four-subtitle {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .mpayr-sect-four-feature-item {
                font-size: 16px;
                margin-bottom: 14px;
            }

            .mpayr-sect-four-tagline {
                font-size: 16px;
                margin-bottom: 28px;
            }

            .mpayr-sect-four-cta {
                font-size: 18px;
                padding: 14px 36px;
            }

            .mpayr-sect-four-right {
                min-height: 400px;
            }

            .mpayr-sect-four-mockup-main {
                max-width: 320px;
                height: 380px;
                display: none;
            }

            .mpayr-sect-four-device-left {
                width: 160px;
                height: 75px;
                left: -80px;
                top: 40px;
            }

            .mpayr-sect-four-device-right {
                width: 200px;
                height: 160px;
                right: -80px;
            }

            .mpayr-sect-four-checkmark {
                width: 20px;
                height: 20px;
            }
        }
             @media (max-width: 991px) {

                .slide-line-art img {
    
    display: none;
}
    .mpayr-swipe-subtitle {
      
        margin-bottom: 30px;
    }
.mpayr-ortho-sect-one-cta-button{
    font-size: 23px;
}
.mpayr-ortho-sect-one-scan-badge {
    
    top: -100px;
    right: 0px;
}
.mpayr-ortho-sect-one-total-amount {
   
    top: 116px;
    right: 30px;
}
.mpayr-ortho-sect-two-anim {
  
    top: 400px;
    right: 490px;
}
    .mpayr-sect-two-badge {
       
        display: none;
    }

             }

        @media (max-width: 768px) {
                     .green_footer img {
    /* margin-top: -220px; */
   
}
            .mpayr-swipe-section {
                      padding: 40px 15px 0px 15px;
                      min-height:50vh;
            }
            
            .mpayr-swipe-title {
                font-size: 32px;
            }
            
            .mpayr-swipe-subtitle {
                font-size: 14px;
            }
            
            .mpayr-swipe-container {
                height: 300px;
            }
            
            .mpayr-swipe-before-label,
            .mpayr-swipe-after-label {
                font-size: 32px;
            }
            
            .mpayr-swipe-handle {
                width: 50px;
                height: 50px;
            }
            
            .mpayr-swipe-form-preview {
                display: none;
            }
            .mpayr-ortho-sect-two-anim {
        top: 940px;
        right: 345px;
    }
             .mpayr-last-header-section {
               margin-top: 0px;
            }
            
            .mpayr-last-content-section {
                padding: 30px 0 0px;
            }
            
            .mpayr-last-woman-image {
                max-width: 280px;
            }
            
            .mpayr-last-benefits-content h2 {
                font-size: 28px;
                margin-bottom: 20px;
            }
            
            .mpayr-last-heart-circle {
                width: 40px;
                height: 40px;
                font-size: 20px;
                border-width: 2px;
                margin-left: 5px;
            }
            
            .mpayr-last-benefits-list li {
                font-size: 15px;
                margin-bottom: 12px;
                padding-left: 30px;
            }
            
            .mpayr-last-benefits-list li::before {
                font-size: 18px;
            }
            
            .mpayr-last-cta-section {
                        padding: 85px 0px 0px 0px;
            }
            
            .mpayr-last-cta-content h2 {
                font-size: 28px;
                margin-bottom: 15px;
                padding: 0 15px;
            }
            
            .mpayr-last-cta-content p {
                font-size: 15px;
                padding: 0 20px;
            }
            
            .mpayr-last-button-section {
                padding: 40px 0 50px;
            }
            
            .mpayr-last-demo-button {
                font-size: 18px;
                padding: 14px 40px;
            }
            
            .mpayr-last-button-subtext {
                font-size: 14px;
                padding: 0 20px;
            }
            
            .mpayr-last-decorative-circle {
                width: 100px;
                height: 200px;
                left: -60px;
            }
            .mpayr-ab-section {
               padding: 0px 0;
            }

            .mpayr-ab-image-container {
                padding: 0px;
                margin-bottom: 0px;
                       
            }

            .mpayr-ab-ipad-mockup {
                max-width: 300px;
            }

            .mpayr-ab-ipad-screen {
                top: 20px;
                left: 20px;
                right: 20px;
                bottom: 20px;
            }

            .mpayr-ab-ipad-overlay {
                width: 180px;
                height: 110px;
                right: -20px;
                bottom: -20px;
            }

            .mpayr-ab-content {
                padding: 0px;
            }

            .mpayr-ab-title {
                font-size: 34px;
                margin-bottom: 20px;
            }

            .mpayr-ab-description,
            .mpayr-ab-subheading,
            .mpayr-ab-benefit-item,
            .mpayr-ab-footer-text {
                font-size: 18px;
            }

            .mpayr-ab-checkmark {
                width: 20px;
                height: 20px;
                margin-right: 10px;
            }

            .mpayr-ab-checkmark::after {
                font-size: 14px;
            }
            .mpayr-ortho-sect-one-hero {
                min-height: auto;
            }

            .mpayr-ortho-sect-one-container {
                padding: 40px 20px;
            }

            .mpayr-ortho-sect-one-content-wrapper {
                flex-direction: column;
                gap: 50px;
            }

            .mpayr-ortho-sect-one-left-content {
                max-width: 100%;
                text-align: center;
            }

            .mpayr-ortho-sect-one-title {
                font-size: 2.5rem;
            }

            .mpayr-ortho-sect-one-description {
                font-size: 1rem;
                margin-left: auto;
                margin-right: auto;
            }

            .mpayr-ortho-sect-one-right-content {
                width: 100%;
                max-width: 500px;
                margin: 0 auto;
            }

                .mpayr-ortho-sect-one-scan-badge {
        top: -30px;
        right: -100px;
        padding: 12px 20px;
    }
        .mpayr-ortho-sect-one-total-amount {
        top: -50px;
        right: -50px;
    }

            .mpayr-ortho-sect-one-scan-text {
                font-size: 1rem;
                width:100%;
            }

            .mpayr-ortho-sect-one-stats-card {
                left: 50%;
                transform: translateX(-50%);
                bottom: -30px;
            }
             .mpayr-sect-two {
                padding: 40px 0;
            }

            .mpayr-sect-two-content {
                flex-direction: column;
                gap: 40px;
            }

            .mpayr-sect-two-left {
                max-width: 100%;
            }

            .mpayr-sect-two-title {
                font-size: 36px;
                margin-bottom: 20px;
            }

            .mpayr-sect-two-description {
                font-size: 16px;
                margin-bottom: 32px;
            }

            .mpayr-sect-two-subtitle {
                font-size: 20px;
                margin-bottom: 24px;
            }

            .mpayr-sect-two-feature-item {
                font-size: 16px;
                margin-bottom: 24px;
                gap: 16px;
            }

            .mpayr-sect-two-icon {
                width: 40px;
                height: 40px;
            }

            .mpayr-sect-two-right {
                min-height: 400px;
                width: 100%;
            }

            .mpayr-sect-two-mockup {
                max-width: 100%;
                height: 400px;
            }

            .mpayr-sect-two-device {
                width: 120px;
                height: 180px;
                left: -40px;
                bottom: 20px;
            }

            .mpayr-sect-two-badge {
                font-size: 12px;
                padding: 10px 20px;
                bottom: -15px;
                right: -20px;
            }
                .mpayr-sect-three {
        padding: 0px 0px 0px 0px;
        margin-top: -50px;
    }

            .mpayr-sect-three-pills {
                margin-bottom: 11px;
                gap: 12px;
            }

            .mpayr-sect-three-pill {
                font-size: 13px;
                padding: 10px 20px;
            }

            .mpayr-sect-three-content {
                flex-direction: column;
                gap: 40px;
            }

            .mpayr-sect-three-left {
                min-height: 400px;
                order: 2;
                width: 100%;
            }

            .mpayr-sect-three-mockup-main {
                height: 400px;
                max-width: 100%;
            }

            .mpayr-sect-three-device-top {
                width: 120px;
                height: 110px;
                left: -40px;
                top: -20px;
            }

            .mpayr-sect-three-device-bottom {
                width: 160px;
                height: 120px;
                right: -30px;
                bottom: -20px;
            }

            .mpayr-sect-three-right {
                max-width: 100%;
                order: 1;
            }

            .mpayr-sect-three-title {
                font-size: 36px;
                margin-bottom: 20px;
            }

            .mpayr-sect-three-description {
                font-size: 16px;
                margin-bottom: 24px;
            }

            .mpayr-sect-three-subtitle {
                font-size: 16px;
                margin-bottom: 16px;
            }

            .mpayr-sect-three-benefit-item {
                font-size: 16px;
                margin-bottom: 12px;
            }

            .mpayr-sect-three-benefits {
                margin-bottom: 24px;
            }

            .mpayr-sect-three-footer {
                font-size: 16px;
            }

            .mpayr-sect-three-checkmark {
                width: 20px;
                height: 20px;
            }
            .mpayr-sect-four {
                padding: 40px 0;
            }

            .mpayr-sect-four-content {
                flex-direction: column;
                gap: 40px;
            }

            .mpayr-sect-four-left {
                max-width: 100%;
            }

            .mpayr-sect-four-title {
                font-size: 36px;
                margin-bottom: 20px;
            }

            .mpayr-sect-four-subtitle {
                font-size: 16px;
                margin-bottom: 16px;
            }

            .mpayr-sect-four-feature-item {
                font-size: 16px;
                margin-bottom: 12px;
            }
       

            .mpayr-sect-four-features {
                margin-bottom: 24px;
            }

            .mpayr-sect-four-tagline {
                font-size: 16px;
                margin-bottom: 24px;
            }

            .mpayr-sect-four-cta {
                font-size: 18px;
                padding: 14px 32px;
                width: 100%;
                text-align: center;
            }

            .mpayr-sect-four-right {
                min-height: 380px;
                width: 100%;
            }

            .mpayr-sect-four-mockup-main {
                max-width: 280px;
                height: 340px;
            }

            .mpayr-sect-four-device-left {
                width: 140px;
                height: 65px;
                left: -50px;
                top: 30px;
            }

            .mpayr-sect-four-device-right {
                width: 180px;
                height: 140px;
                right: -50px;
            }

            .mpayr-sect-four-checkmark {
                width: 20px;
                height: 20px;
            }
            .mpayr-ortho-sect-one-cta-button{
                font-size: 20px;
            }
        }
   @media (max-width: 412px) {
    .mpayr-ortho-sect-one-scan-badge {
      
        right: -10px;
     
    }
    .mpayr-ortho-sect-one-total-amount {
       
        right: -14px;
    }
    .mpayr-sect-two-title {
    margin-top: 30px;
}
.mpayr-sect-two-mockup img {
    padding-top: 20px;
    
}
   
.mpayr-ortho-sect-two-anim {
       
        right: 140px;
    }
        .mpayr-sect-two {
        padding: 0px 0;
    }
     
        .mpayr-ab-content {
        padding: 40px 0px;
    }
    .mpayr-ortho-sect-three-anim-4 {
    position: relative;
    top: 0px;
    right: 0px;
}
.mpayr-ortho-sect-three-anim-5 {
   
    top: 90px;
   
}
    .mpayr-sect-three {
       
               margin-top: -30px!important;
    }


}

   
        @media (max-width: 375px) {
            .mpayr-swipe-title {
                font-size: 28px;
            }
            
            .mpayr-swipe-subtitle {
                font-size: 13px;
            }
            
            .mpayr-swipe-container {
                height: 250px;
            }
            
            .mpayr-swipe-before-label,
            .mpayr-swipe-after-label {
                font-size: 24px;
            }
            
            .mpayr-swipe-monitor-frame {
                padding: 0px 0px 0;
            }
            .mpayr-ortho-sect-three-anim-4{
                display: none;
            }
                .mpayr-ortho-sect-one-scan-badge {
        top: 20px;
        right: -40px;
        padding: 12px 20px;
    }
        .mpayr-ortho-sect-one-total-amount {
        top: 26px;
        right: 5px;
    }
            .mpayr-ortho-sect-two-anim {
       display: none;
    }
                .mpayr-last-cta-section {
        padding: 60px 0px 0px 0px;
    }
             .mpayr-ab-title {
                font-size: 34px;
            }

            .mpayr-ab-ipad-mockup {
                max-width: 260px;
            }

            .mpayr-ab-ipad-overlay {
                width: 160px;
                height: 100px;
            }
            .mpayr-ortho-sect-one-logo {
                max-width: 220px;
            }

            .mpayr-ortho-sect-one-title {
                font-size: 2rem;
            }

            .mpayr-ortho-sect-one-description {
                font-size: 0.95rem;
            }

            .mpayr-ortho-sect-one-cta-button {
                padding: 15px 35px;
                font-size: 1.125rem;
            }

            .mpayr-ortho-sect-one-scan-badge {
                padding: 10px 15px;
                gap: 8px;
            }
            .mpayr-sect-three {
        margin-top: -90px!important;
    }

            .mpayr-ortho-sect-one-qr-icon {
                width: 28px;
                height: 28px;
            }

            .mpayr-ortho-sect-one-scan-text {
                font-size: 0.9rem;
                width:100%;
            }

            .mpayr-ortho-sect-one-stats-card {
                padding: 20px 25px;
                min-width: 260px;
            }

            .mpayr-ortho-sect-one-stats-amount {
                font-size: 2rem;
            }

            .mpayr-ortho-sect-one-stats-overdue-amount {
                font-size: 1.5rem;
            }
            .mpayr-sect-two-title {
                font-size: 32px;
            }

            .mpayr-sect-two-mockup {
                height: 350px;
            }

            .mpayr-sect-two-device {
                width: 100px;
                height: 150px;
                left: -30px;
            }

            .mpayr-sect-two-badge {
                font-size: 11px;
                padding: 8px 16px;
            }
            .mpayr-sect-three-title {
                font-size: 32px;
            }

            .mpayr-sect-three-pill {
                font-size: 12px;
                padding: 8px 16px;
            }

            .mpayr-sect-three-mockup-main {
                height: 350px;
            }

            .mpayr-sect-three-left {
                min-height: 350px;
            }

            .mpayr-sect-three-device-top {
                width: 100px;
                height: 90px;
                left: -30px;
            }

            .mpayr-sect-three-device-bottom {
                width: 140px;
                height: 100px;
                right: -20px;
            }
            .mpayr-sect-four-title {
                font-size: 32px;
            }

            .mpayr-sect-four-mockup-main {
                max-width: 240px;
                height: 300px;
            }

            .mpayr-sect-four-right {
                min-height: 340px;
            }

            .mpayr-sect-four-device-left {
                width: 120px;
                height: 55px;
                left: -40px;
                top: 25px;
            }

            .mpayr-sect-four-device-right {
                width: 150px;
                height: 120px;
                right: -40px;
            }

            .mpayr-sect-four-cta {
                font-size: 16px;
                padding: 12px 28px;
            }
        }

        /* Additional responsive adjustments */
        @media (min-width: 1441px) {
            .mpayr-ortho-sect-one-container {
                padding-left: 80px;
                padding-right: 80px;
            }
        }
        .ortho-sect-meddle {
            padding: 80px 0;
            background-color: #ffffff;
        }
        

        /* Top Section Styles */
        .ortho-sect-meddle-top {
            margin-bottom: 80px;
        }

        .ortho-sect-meddle-image-wrapper {
            position: relative;
            margin-bottom: 40px;
        }

        .ortho-sect-meddle-bg-shape {
            position: absolute;
            top: 20px;
            right: -20px;
            width: 280px;
            height: 280px;
            background: linear-gradient(135deg, #4eb7d4 0%, #3a9dbf 100%);
            border-radius: 50% 30% 50% 30%;
            z-index: -1;
        }

        .ortho-sect-meddle-woman-img {
            width: 100%;
            max-width: 600px;
            height: auto;
            position: relative;
            z-index: 1;
        }

        .ortho-sect-meddle-arrow {
            position: absolute;
            right: -60px;
            top: 50%;
            transform: translateY(-50%);
            width: 80px;
            height: 80px;
            background-color: #e0e5eb;
            border-radius: 50% 10% 50% 10%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ortho-sect-meddle-arrow::after {
            content: '>';
            color: #4eb7d4;
            font-size: 48px;
            font-weight: bold;
        }

        .ortho-sect-meddle-heading {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #1a1a1a;
            margin-bottom: 30px;
        }

        .ortho-sect-meddle-subheading {
            font-size: 24px;
            font-weight: 400;
            line-height: 1.4;
            color: #333333;
            margin-bottom: 30px;
        }

        .ortho-sect-meddle-list {
            list-style: none;
            padding: 0;
        }

        .ortho-sect-meddle-list-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 5px;
           font-size: 20px;
    color: #000000;
        }

        .ortho-sect-meddle-check {
            color: #ff8c42;
            margin-right: 12px;
            margin-top: 4px;
            font-size: 18px;
        }

        /* Bottom Section Styles */
        .ortho-sect-meddle-bottom {
            background-color: #ffffff;
        }

        .ortho-sect-meddle-intro {
            text-align: center;
            font-size: 32px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 60px;
            line-height: 1.3;
            font-family: 'inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
        }

        .ortho-sect-meddle-card {
               border: 1px solid #000000;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: visible;
        }

        .ortho-sect-meddle-features {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .ortho-sect-meddle-feature {
            margin-bottom: 30px;
        }

        .ortho-sect-meddle-feature-title {
              font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
        }

        .ortho-sect-meddle-feature-bullet {
           width: 8px;
    height: 8px;
    background-color: #FED06E;
    
    margin-right: 15px;
    flex-shrink: 0;
        }

        .ortho-sect-meddle-feature-desc {
               font-size: 18px;
    color: #000000;
    line-height: 1.3;
    margin-left: 23px;
        }

        .ortho-sect-meddle-phone-wrapper {
            position: relative;
            text-align: center;
        }

        .ortho-sect-meddle-phone-img {
           width: 480px;
    height: auto;
    position: relative;
    z-index: 2;
    top: 50px;
    left:50px;
        }

        .ortho-sect-meddle-coins {
            position: absolute;
        }

        .ortho-sect-meddle-coin-1 {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
            border-radius: 50%;
            position: absolute;
            top: -20px;
            right: -30px;
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        }

        .ortho-sect-meddle-coin-2 {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #ffb347 0%, #ffcc66 100%);
            border-radius: 50%;
            position: absolute;
            top: 20px;
            right: -60px;
            box-shadow: 0 4px 12px rgba(255, 179, 71, 0.3);
        }

        .ortho-sect-meddle-coin-3 {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #ffa500 0%, #ffb833 100%);
            border-radius: 50%;
            position: absolute;
            bottom: 40px;
            right: -40px;
            box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
        }

        .ortho-sect-meddle-conclusion {
            font-size: 23px;
            color: #000000;
            line-height: 1.3;
            margin-top: 20px;
        }

        /* Tablet Styles - 768px */
        @media (max-width: 991px) and (min-width: 768px) {
            .ortho-sect-meddle {
                padding: 60px 0;
            }

            .ortho-sect-meddle-top {
                margin-bottom: 60px;
            }

            .ortho-sect-meddle-heading {
                font-size: 36px;
                margin-bottom: 25px;
            }

            .ortho-sect-meddle-subheading {
                font-size: 20px;
                margin-bottom: 25px;
            }

            .ortho-sect-meddle-list-item {
                font-size: 15px;
            }

            .ortho-sect-meddle-bg-shape {
                width: 240px;
                height: 240px;
                top: 15px;
                right: -15px;
            }

            .ortho-sect-meddle-woman-img {
                max-width: 280px;
            }

            .ortho-sect-meddle-arrow {
                right: -40px;
                width: 70px;
                height: 70px;
            }

            .ortho-sect-meddle-arrow::after {
                font-size: 40px;
            }

            .ortho-sect-meddle-intro {
                font-size: 28px;
                margin-bottom: 50px;
            }

            .ortho-sect-meddle-card {
                padding: 35px;
            }

            .ortho-sect-meddle-feature-title {
                font-size: 18px;
            }

            .ortho-sect-meddle-feature-desc {
                font-size: 14px;
            }

            .ortho-sect-meddle-phone-img {
                width: 200px;
            }

            .ortho-sect-meddle-coin-1 {
                width: 50px;
                height: 50px;
                right: -20px;
            }

            .ortho-sect-meddle-coin-2 {
                width: 40px;
                height: 40px;
                right: -45px;
            }

            .ortho-sect-meddle-coin-3 {
                width: 45px;
                height: 45px;
                right: -30px;
            }

            .ortho-sect-meddle-conclusion {
                font-size: 16px;
            }
        }

        /* Mobile Styles - 375px */
        @media (max-width: 767px) {
            
            .ortho-sect-meddle {
                padding: 40px 0;
            }

            .ortho-sect-meddle-top {
                margin-bottom: 50px;
            }

            .ortho-sect-meddle-image-wrapper {
                text-align: center;
                margin-bottom: 30px;
            }

            .ortho-sect-meddle-heading {
                       font-size: 38px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.1;
            }

            .ortho-sect-meddle-subheading {
                font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.1;
            }

            .ortho-sect-meddle-list-item {
                font-size: 16px;
                margin-bottom: 12px;
            }

            .ortho-sect-meddle-check {
                font-size: 16px;
            }

            .ortho-sect-meddle-bg-shape {
                width: 200px;
                height: 200px;
                top: 10px;
                right: 50%;
                transform: translateX(50%);
            }

            .ortho-sect-meddle-woman-img {
                max-width: 600px;
            }

            .ortho-sect-meddle-arrow {
                display: none;
            }

            .ortho-sect-meddle-intro {
                font-size: 30px;
        margin-bottom: 40px;
        padding: 0 15px;
        line-height: 1.3;
            }

            .ortho-sect-meddle-card {
                padding: 25px;
                margin: 0 15px;
            }

            .ortho-sect-meddle-feature {
                margin-bottom: 25px;
            }

            .ortho-sect-meddle-feature-title {
                font-size: 17px;
            }

            .ortho-sect-meddle-feature-desc {
                font-size: 13px;
            }

            .ortho-sect-meddle-phone-wrapper {
                margin-top: 30px;
            }

            .ortho-sect-meddle-phone-img {
                        width: 300px;
        margin-bottom: 30px;
            }

            .ortho-sect-meddle-coin-1 {
                width: 40px;
                height: 40px;
                top: -10px;
                right: 20px;
            }

            .ortho-sect-meddle-coin-2 {
                width: 35px;
                height: 35px;
                top: 15px;
                right: -10px;
            }

            .ortho-sect-meddle-coin-3 {
                width: 38px;
                height: 38px;
                bottom: 30px;
                right: 0;
            }

            .ortho-sect-meddle-conclusion {
                font-size: 15px;
                margin-top: 15px;
                padding: 0 15px;
            }
        }
          @media (max-width: 370px) {
                .ortho-sect-meddle-phone-img {
        width: 150px;
        margin-bottom: 30px;
    }

          }

        /* Ultra-wide desktop adjustment */
        @media (min-width: 1440px) {
            .ortho-sect-meddle-heading {
               font-size: 54px;
        font-weight: 700;
        line-height: 1.1;
                margin-bottom: 15px;
            }

            .ortho-sect-meddle-subheading {
                        font-size: 40px;
        line-height: 1.1;
        color: black;
        font-weight: 400;
            }

            .ortho-sect-meddle-intro {
               font-size: 40px;
        line-height: 1.1;
        color: black;
        font-weight: 400;
        margin-bottom: 25px;
            }
        }
/* Ortho Payment Plan mpayr */

/* community connection */
/* Header Section */
.commun_ty-header {
    padding: 40px 0px 0px 0px;
}

.commun_ty-header-placeholder {
    width: 100%;
    height: 180px;
    background-color: #000000;
    margin: 0 auto 20px;
}

.commun_ty-date-time img {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.commun_ty-date-box,
.commun_ty-time-box {
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
}

.commun_ty-event-theme {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}

.commun_ty-register-btn {
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.commun_ty-register-btn:hover {
    background-color: #0052a3;
    color: #ffffff;
}

.commun_ty-subtext {
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 12px;
}

/* About Section */
.commun_ty-about {
   padding: 20px 0px 50px 0px;
    background-color: #ffffff;
}

.commun_ty-about-image {
    width: 100%;
    height: 250px;
    background-color: #000000;
    margin-bottom: 30px;
}

.commun_ty-section-title {
    color: #0066cc;
    margin-bottom: 0;
    font-weight: 700;
    font-family: satoshi;
    margin-top: 50px;
        font-size: 40px !important;
}

.commun_ty-about-text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}

/* Speaker Section */
.commun_ty-speaker {
    padding: 50px 0;
   
}

.commun_ty-speaker-placeholder {
    width: 100%;
    height: 300px;
    background-color: #000000;
}

/* Journey Section */
.commun_ty-journey {
    padding: 50px 0;
    background-color: #ffffff;
}

.commun_ty-segment-tag {
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    line-height: 1;
}

.commun_ty-journey-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.commun_ty-journey-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.commun_ty-journey-image {
    width: 150px;
    height: 150px;
    background-color: #000000;
}

/* Demo Section */
.commun_ty-demo {
  
   
}

.commun_ty-demo-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700;
}

.commun_ty-demo-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.commun_ty-demo-btn {
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
}

.commun_ty-demo-btn:hover {
    background-color: #f0f0f0;
}

.commun_ty-demo-video {
    width: 100%;
    height: 250px;
    background-color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

/* Thanks Section */
.commun_ty-thanks {
    padding: 50px 0;
    background-color: #ffffff;
}

.commun_ty-thanks-image {
    width: 100%;
    max-width: 500px;
    height: 150px;
    background-color: #000000;
    margin: 0 auto 30px;
}

.commun_ty-thanks-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700;
}

.commun_ty-thanks-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.commun_ty-thanks-btn {
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    color: #666666;
    background-color: #ffffff;
}

.commun_ty-thanks-btn:hover {
    background-color: #f0f0f0;
}

/* Hosts Section */
.commun_ty-hosts {
   padding: 20px 0px 20px 0px;

}

.commun_ty-hosts-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 700;
}

.commun_ty-host-card {
    width: 100%;
    height: 200px;
    background-color: #000000;
    margin-bottom: 20px;
}

/* Why Attend Section */
.commun_ty-why-attend {
    padding: 50px 0;
    background-color: #ffffff;
}

.commun_ty-why-card {
    background-color: #000000;
    padding: 30px;
    text-align: left;
}

.commun_ty-why-title {
    color: #000000;
    font-size: 30px !important;
    font-family: satoshi;
    font-weight: 700;
    margin-top: 30px;
}

.commun_ty-why-list {
    list-style: none;
    padding-left: 0;
}

.commun_ty-why-list li {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.commun_ty-why-list li:before {
    content: url(https://mncell.us/design/pratheesh/2025/landing_pages/community-connections_lp/images/tick.png);
    position: absolute;
    left: 0;
    color: #000000;
}

/* Footer Section */
.commun_ty-footer {
    padding: 60px 0;
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    position: relative;
    overflow: hidden;
}

.commun_ty-footer::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    top: -50%;
    left: -25%;
    border-radius: 50%;
}

.commun_ty-footer-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.commun_ty-footer-subtitle {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.commun_ty-footer-register {
    background-color: #ffffff;
    color: #0066cc;
    border: none;
    border-radius: 5px;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.commun_ty-footer-register:hover {
    background-color: #f0f0f0;
    color: #0066cc;
}

.commun_ty-footer-text {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
 /* CTA Button */
        .chech-in-kiosk-btn-demo {
            background:#2D58FF!important;
            color: white!important;
            font-size: 31px;
            font-weight: 600;
            padding: 8px 35px;
            border: none;
            border-radius: 18px;
            cursor: pointer;
          
           
        }
        /* img{
            width: 100%;
        } */
        .hero_pic img {
    width: 65%;
}

span.pract_ice {
    font-size: 30px;
    font-family: satoshi;
    font-weight: 700;
}
span.top_ic {
    font-weight: 500;
}
img.live_qa {
    width: 60%;
    margin-bottom: 50px;
}
.padd-zero{
    padding: 0px;
}
.ques_io img {
    width: 50%;
    float: right;
}
        .mpayr-last-cta-section {
    background-image: url(https://mncell.us/design/pratheesh/2025/landing_pages/community-connections_lp/images/foot_r.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0px 0px;
    position: relative;
    overflow: hidden;
}
 .mpayr-last-cta-content {
            text-align: center;
            position: relative;
            z-index: 2;
        }
        
        .mpayr-last-cta-content h2 {
            font-size: 48px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 20px;
            line-height: 1.1;
            font-family: satoshi;
        }
        
        .mpayr-last-cta-content p {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.chech-in-kiosk-btn-demo {
   
    font-size: 25px;
   
    padding: 6px 25px;
  
    border-radius: 10px;
   
}
p.seat_s {
    font-family: satoshi;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 500;
}

/* mobile below 600px */
@media screen and (max-width: 600px) {
    .commun_ty-segment-tag { 
    font-size: 16px;
}
    .commun_ty-why-attend {
    padding: 10px 0px 50px 0px;
  
}
.commun_ty-hosts {
    padding: 0px 0px 20px 0px;
}
img.live_qa {
    width: 100%;
    margin-bottom: 30px;
}
.commun_ty-thanks {
    padding: 30px 0px 50px 0px;
}
.commun_ty-demo-buttons {
    gap: 3px;
}
.commun_ty-journey {
    padding: 0px 0px 30px 0px;
}
.commun_ty-speaker {
    padding: 0px 0px 50px 0px;
}
.commun_ty-about {
    padding: 20px 0px 20px 0px;
}
.hero_pic img {
    width: 100%;
}
.commun_ty-date-time img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.commun_ty-thanks-buttons {
    gap: 3px;
}
    .mpayr-last-cta-content h2 {
    font-size: 34px;
   
}
p.seat_s {
  
    font-size: 20px;
  
}
.mpayr-last-cta-content p {
    font-size: 17px;
  
}
.ques_io {
    text-align: center;
}
.ques_io img {
    width: 50%;
    float: none;
}
                .mpayr-last-cta-section {
        padding: 60px 0px 0px 0px;
        height: 390px;
    }
    .commun_ty-header {
        padding: 30px 15px;
    }
    
    .commun_ty-header-placeholder {
        height: 120px;
    }
    
    .commun_ty-section-title {
        font-size: 24px;
    }
    
    .commun_ty-about-text {
        font-size: 14px;
        line-height: 22px;
    }
    
    .commun_ty-journey-image {
        width: 120px;
        height: 120px;
    }
    
    .commun_ty-demo-video {
        height: 180px;
    }
    
    .commun_ty-host-card {
        height: 150px;
    }
    
    .commun_ty-footer-title {
        font-size: 24px;
    }
    
    .commun_ty-footer-subtitle {
        font-size: 14px;
    }
}

/* above 768 to infinity */


@media screen and  (min-width: 768px) {
    .hero_pic img {
    width: 100%;
}
.commun_ty-date-time img {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 20px;
}
    .commun_ty-demo-buttons {
    gap: 3px;
}
    .commun_ty-thanks-buttons {
    gap: 3px;
}
    .ques_io {
    text-align: center;
}
    .ques_io img {
        width: 60%!important;
        float: right!important;
        padding-top: 20px!important;
    }
        .commun_ty-journey {
        padding: 0px 0px 50px 0px;
    }
        .commun_ty-speaker {
        padding: 0px 0px 30px 0px!important;
    }
    .commun_ty-about {
    padding: 20px 0px 30px 0px;
   
}
        img.live_qa {
               width: 100%;
        margin-bottom: 30px;
    }
    .commun_ty-thanks {
    padding: 30px 0px 50px 0px;
  
}
.commun_ty-hosts {
    padding: 0px 0px 20px 0px;
}


    .commun_ty-why-attend {
    padding: 10px 0px 50px 0px;
  
}
    

    .commun_ty-header {
        padding: 35px 20px;
    }
    
    .commun_ty-header-placeholder {
        height: 150px;
    }
    
    .commun_ty-section-title {
        font-size: 28px;
    }
    
    .commun_ty-about-image {
        height: 200px;
        margin-bottom: 20px;
    }
    
    .commun_ty-journey-image {
        width: 140px;
        height: 140px;
    }
    
    .commun_ty-demo-video {
        height: 220px;
    }
    
    .commun_ty-host-card {
        height: 180px;
    }
    
    .commun_ty-footer-title {
        font-size: 28px;
    }
}

/* Desktop styles (1440px) */
@media screen and (max-width: 1200px) {
img.abstract_pic {
   display: none;
}
}

@media screen and (min-width: 1200px) {
        .commun_ty-about {
        padding: 0px 0px 80px 0px;
    }
    img.abstract_pic {
           width: 9%;
        height: auto;
        position: absolute;
        right: 202px;
        top: 634px;
}
        .hero_pic img {
        width: 70%;
    }
        .commun_ty-date-time img {
        width: 70%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .commun_ty-journey {
    padding: 20px 0px 50px 0px;
   
}
.commun_ty-speaker {
    padding: 0px 0px 50px 0px;
}
     img.live_qa {
    width: 70%;
    margin-bottom: 50px;
    
}
    .commun_ty-demo-buttons { 
    gap: 8px;
}
    .mpayr-last-cta-content h2 {
    font-size: 40px;
   
}
.commun_ty-thanks-buttons {
    gap: 3px;
}
.commun_ty-segment-tag {
    font-size: 18px;

}
p.seat_s {
    font-size: 30px;
}
.mpayr-last-cta-content p {
    font-size: 30px;
        border-radius: 12px;
}

    .ques_io img {
        width: 40% !important;
        float: right !important;
        padding-top: 20px !important;
        text-align: center!important;
    }
.ques_io {
    text-align: center;
}

}


@media screen and (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    
    .commun_ty-speaker-placeholder,
    .commun_ty-demo-video {
        max-width: 1000px;
        margin: 0 auto;
    }

}
/* community connection */

/* Rapid Intake Webinar */
 /* section-1 */

        .sam-landing-sec-01 {
            position: relative;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
        }

      


        .sam-landing-sec-01-container {
            position: relative;
            z-index: 1;
        }

        .sam-landing-sec-01-logo {
            padding-top: 40px;
            padding-bottom: 60px;
        }

        .sam-landing-sec-01-logo img {
            height: 50px;
            width: auto;
        }

        .sam-landing-sec-01-content {
            text-align: center;
        }

        .sam-landing-sec-01-heading {
            font-size: 48px;
            font-weight: 400;
            line-height: 1;
            color: #1a1a1a;
            margin-bottom: 10px !important;
            font-family: satoshi;
            margin-top: 10px;
        }

       .sam-landing-sec-01-heading-highlight {
            color: #004988;
            font-weight: 900;
        }
        
        span.bold_blue{
            color: #004988;
            font-weight: 900;
        }
        
        span.with_the{
            font-weight: 600;
        }

        span.trans_form{
            font-weight: 500;
        }

        .sam-landing-sec-01-video-wrapper {
            position: relative;
            max-width: 800px;
            margin: 0 auto 30px;
            border-radius: 20px;
            overflow: hidden;
        }

        .sam-landing-sec-01-video-container {
            position: relative;
            padding-bottom: 56.25%;
            width: 100%;
            background: linear-gradient(135deg, #c8c8c8 0%, #dadada 100%);
        }

        .sam-landing-sec-01-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            background: rgba(150, 150, 150, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .sam-landing-sec-01-play-button:hover {
            background: rgba(130, 130, 130, 0.95);
            transform: translate(-50%, -50%) scale(1.05);
        }

        .sam-landing-sec-01-play-icon {
            width: 0;
            height: 0;
            border-left: 30px solid rgba(255, 255, 255, 0.9);
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            margin-left: 8px;
        }

        .sam-landing-sec-01-description {
            font-size: 25px !important;
            line-height: 1.3;
            color: #000000;
            margin-bottom: 20px !important;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .sam-landing-sec-01-cta-button {
            display: inline-block;
            background: #2563eb;
            color: #ffffff;
            font-size: 28px;
            font-weight: 600;
            padding: 18px 50px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
            margin-bottom: 25px;
        }

        .sam-landing-sec-01-cta-button:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .sam-landing-sec-01-subtitle {
            font-size: 18px !important;
            color: #000000;
            line-height: 1.5;
            max-width: 900px;
            margin: 0 auto;
            padding-bottom: 60px;
            letter-spacing: -0.4px;
            padding-top: 15px !important;
        }

        section.logo_samad-bg {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            padding: 30px 15px;
        }
        
        

        /* section-2 */

        .sam-landing-sec-02 {
            background: #ffffff;
            width: 100%;
            overflow: hidden;
        }

        .sam-landing-sec-02-row-top {
        }

        .sam-landing-sec-02-image-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sam-landing-sec-02-image-container {
            position: relative;
            max-width: 100%;
        }

        .sam-landing-sec-02-image {
            width: 100%;
            height: auto;
            display: block;
        }

        .sam-landing-sec-02-stress-lines {
            position: absolute;
            top: -5%;
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            height: 80px;
        }

        .sam-landing-sec-02-stress-line {
            position: absolute;
            background: #333333;
            border-radius: 2px;
        }

        .sam-landing-sec-02-stress-line-1 {
            width: 60px;
            height: 3px;
            top: 10px;
            left: 20px;
            transform: rotate(-35deg);
        }

        .sam-landing-sec-02-stress-line-2 {
            width: 45px;
            height: 3px;
            top: 5px;
            left: 70px;
            transform: rotate(-20deg);
        }

        .sam-landing-sec-02-stress-line-3 {
            width: 50px;
            height: 3px;
            top: 15px;
            left: 105px;
            transform: rotate(-10deg);
        }

        .sam-landing-sec-02-stress-line-4 {
            width: 40px;
            height: 3px;
            top: 0px;
            left: 145px;
            transform: rotate(15deg);
        }

        .sam-landing-sec-02-stress-line-5 {
            width: 30px;
            height: 2px;
            top: 30px;
            left: 10px;
            transform: rotate(-45deg);
        }

        .sam-landing-sec-02-stress-line-6 {
            width: 35px;
            height: 2px;
            top: 40px;
            left: 35px;
            transform: rotate(-25deg);
        }

        .sam-landing-sec-02-stress-line-7 {
            width: 28px;
            height: 2px;
            top: 35px;
            left: 140px;
            transform: rotate(20deg);
        }

        .sam-landing-sec-02-content-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .sam-landing-sec-02-heading {
            font-size: 40px !important;
            font-weight: 700;
            color: #000000;
            margin-bottom:10px!important;
            line-height: 1.2;
            font-family: satoshi;
            letter-spacing: -2px;
        }

        .sam-landing-sec-02-subheading {
            font-size: 20px !important;
            font-weight: 500;
            color: #000000;
            margin-bottom:15px !important;
            line-height: 1.3;
        }

        .sam-landing-sec-02-list {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .sam-landing-sec-02-list-item {
            font-size: 18px;
            color: #000000;
            margin-bottom: 12px;
            line-height: .8;
            padding-left: 0;
            font-family: satoshi;
        }

        .sam-landing-sec-02-description {
            font-size: 20px;
            font-weight: 400;
            color: #333333;
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .sam-landing-sec-02-benefits-list {
            list-style: none;
            padding: 0;
            margin: 0;
            font-family: satoshi;
        }

        .sam-landing-sec-02-benefits-item {
            font-size: 18px;
            color: #333333;
            margin-bottom: 10px !important;
            line-height: 1.3;
            padding-left: 30px !important;
            position: relative;
        }

        .sam-landing-sec-02-benefits-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 21px;
            height: 21px;
            background-image: url('https://mconsent.net/wp-content/themes/twentynineteen/lp-assests/24-mconsent-lp/images/samad-rapid-intake-webinar/tick-green.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

        .sam-landing-sec-02-benefits-item strong {
            font-weight: 600;
        }

        .sam-landing-sec-02-row-bottom {
            margin-top: 30px;
        }

        .sam-landing-sec-02-bottom-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .sam-landing-sec-02-bottom-heading {
            font-size: 48px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .sam-landing-sec-02-learning-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sam-landing-sec-02-learning-item {
            font-size: 18px;
            color: #333333;
            margin-bottom: 18px;
            line-height: 1.6;
            padding-left: 35px;
            position: relative;
        }

        .sam-landing-sec-02-bottom-image-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sam-landing-sec-02-bottom-image {
            width: 100%;
            height: auto;
            display: block;
        }

        /* section-3 */

        .sam-landing-sec-03 {
            width: 100%;
            overflow: hidden;
        }

        .sam-landing-sec-03-who-section {
            background-image: url('https://mconsent.net/wp-content/themes/twentynineteen/lp-assests/24-mconsent-lp/images/samad-rapid-intake-webinar/webinar-bg.png');
    background-size: cover !important;
    height: 305px;
        }

        .sam-landing-sec-03-who-content {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .sam-landing-sec-03-who-heading {
               font-size: 38px !important;
    font-weight: 700;
    color:#000000;
    margin-bottom: 0px !important;
    line-height: 1.2;
    padding-top: 30px!important;
    font-family: satoshi;
        }

        .sam-landing-sec-03-who-subheading {
            font-size: 22px !important;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px !important;
        }

        .sam-landing-sec-03-who-tags {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }

        .sam-landing-sec-03-who-tag {
            display: inline-block;
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 12px 30px !important;
    font-size: 16px !important;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease;
        }

        .sam-landing-sec-03-who-tag:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
        }

        .sam-landing-sec-03-who-tag-highlight {
            font-weight: 600;
        }

        /* Case Study Section */
        .sam-landing-sec-03-case-study {
            text-align: center;
            margin-bottom: 80px;
        }

       .sam-landing-sec-03-case-heading {
    font-size: 32px !important;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: satoshi;
}

        .sam-landing-sec-03-case-subheading {
            font-size: 20px;
            font-weight: 400;
            color: #333333;
            margin-bottom: 50px;
        }

        .sam-landing-sec-03-stats-row {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 60px;
            flex-wrap: wrap;
        }

        .sam-landing-sec-03-stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 200px;
        }

        .sam-landing-sec-03-stat-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sam-landing-sec-03-stat-icon svg {
            width: 100%;
            height: 100%;
        }

        .sam-landing-sec-03-stat-text {
            font-size: 16px;
            color: #333333;
            line-height: 1.5;
            text-align: center;
        }

        /* Meet the Presenter Section */
        .sam-landing-sec-03-presenter {
            margin-bottom: 80px;
        }

        .sam-landing-sec-03-presenter-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
        }

        .sam-landing-sec-03-presenter-image-wrapper {
            position: relative;
            flex: 0 0 auto;
        }

        .sam-landing-sec-03-presenter-decoration {
            position: absolute;
            z-index: 0;
        }

        .sam-landing-sec-03-presenter-decoration-1 {
            width: 150px;
            height: 150px;
            background: #4DBFE6;
            border-radius: 50%;
            bottom: -20px;
            left: -30px;
            opacity: 0.6;
        }

        .sam-landing-sec-03-presenter-decoration-2 {
            width: 180px;
            height: 180px;
            background: #2563eb;
            border-radius: 50% 50% 0 50%;
            bottom: -40px;
            right: -40px;
            opacity: 0.8;
        }

        .sam-landing-sec-03-presenter-decoration-3 {
            width: 100px;
            height: 100px;
            border: 3px solid #4DBFE6;
            border-radius: 50%;
            top: -20px;
            left: -20px;
            opacity: 0.4;
        }

        .sam-landing-sec-03-presenter-image-container {
            position: relative;
            z-index: 1;
            width: 350px;
            height: 350px;
            overflow: hidden;
            border-radius: 50%;
            background: #f5f5f5;
        }

        .sam-landing-sec-03-presenter-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sam-landing-sec-03-presenter-label {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background: #1a5490;
            color: #ffffff;
            padding: 10px 30px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            z-index: 2;
            white-space: nowrap;
        }

        .sam-landing-sec-03-presenter-title {
            font-size: 14px;
            font-weight: 400;
            margin-top: 5px;
            display: block;
        }

        .sam-landing-sec-03-presenter-content {
            flex: 1;
            background: #ffffff;
            border: 2px solid #333333;
            border-radius: 30px;
            padding: 40px 50px;
        }

        .sam-landing-sec-03-presenter-heading {
            font-size: 42px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .sam-landing-sec-03-presenter-description {
            font-size: 18px;
            color: #333333;
            line-height: 1.7;
        }

        /* CTA Section */
        .sam-landing-sec-03-cta {
            text-align: center;
            padding: 80px 0;
        }

        .sam-landing-sec-03-cta-heading {
            font-size: 48px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 35px;
            line-height: 1.2;
        }

        .sam-landing-sec-03-cta-button {
            display: inline-block;
            background: #2563eb;
            color: #ffffff;
            font-size: 28px;
            font-weight: 600;
            padding: 18px 50px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
        }

        .sam-landing-sec-03-cta-button:hover {
            background: #1d4ed8;
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
        }
        
        .margin-auto{
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding: 0 15px;
        }
        img.meet-presen {
    width: 100%;
    margin: 0 auto;
}
.footer_butt{
    text-align: center;
    padding: 100px 0px;
}
.forty8-hour{
text-align: center;
padding: 20px 0px;
}

img.im_g-width{
    width:100%
}

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

            .sam-landing-sec-03 {
                padding: 60px 0 60px 0;
            }

            .sam-landing-sec-03-who-heading {
                font-size: 38px;
                margin-bottom: 12px;
            }

            .sam-landing-sec-03-who-subheading {
                font-size: 18px;
                margin-bottom: 25px;
            }

            .sam-landing-sec-03-who-tag {
                padding: 10px 25px;
                font-size: 15px;
            }

            .sam-landing-sec-03-case-study {
                margin-bottom: 60px;
            }

            .sam-landing-sec-03-case-heading {
                font-size: 38px;
                margin-bottom: 8px;
            }

            .sam-landing-sec-03-case-subheading {
                font-size: 18px;
                margin-bottom: 40px;
            }

            .sam-landing-sec-03-stats-row {
                gap: 40px;
            }

            .sam-landing-sec-03-stat-icon {
                width: 70px;
                height: 70px;
                margin-bottom: 15px;
            }

            .sam-landing-sec-03-stat-text {
                font-size: 15px;
            }

            .sam-landing-sec-03-presenter {
                margin-bottom: 60px;
            }

            .sam-landing-sec-03-presenter-wrapper {
                flex-direction: column;
                gap: 40px;
            }

            .sam-landing-sec-03-presenter-image-container {
                width: 300px;
                height: 300px;
            }

            .sam-landing-sec-03-presenter-decoration-1 {
                width: 120px;
                height: 120px;
                bottom: -15px;
                left: -25px;
            }

            .sam-landing-sec-03-presenter-decoration-2 {
                width: 150px;
                height: 150px;
                bottom: -30px;
                right: -30px;
            }

            .sam-landing-sec-03-presenter-decoration-3 {
                width: 80px;
                height: 80px;
                top: -15px;
                left: -15px;
            }

            .sam-landing-sec-03-presenter-label {
                bottom: 30px;
                padding: 8px 25px;
                font-size: 15px;
            }

            .sam-landing-sec-03-presenter-content {
                padding: 35px 40px;
                border-radius: 25px;
            }

            .sam-landing-sec-03-presenter-heading {
                font-size: 36px;
                margin-bottom: 20px;
            }

            .sam-landing-sec-03-presenter-description {
                font-size: 16px;
            }

            .sam-landing-sec-03-cta {
                padding: 60px 0;
            }

            .sam-landing-sec-03-cta-heading {
                font-size: 38px;
                margin-bottom: 30px;
            }

            .sam-landing-sec-03-cta-button {
                font-size: 24px;
                padding: 15px 40px;
            }

            .sam-landing-sec-02-image-wrapper {
                margin-bottom: 40px;
            }

            .sam-landing-sec-02-heading {
                font-size: 38px;
                margin-bottom: 18px;
            }

            .sam-landing-sec-02-subheading {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .sam-landing-sec-02-list-item {
                font-size: 16px;
                margin-bottom: 10px;
            }

            .sam-landing-sec-02-description {
                font-size: 18px;
                margin-bottom: 18px;
            }

            .sam-landing-sec-02-benefits-item {
                font-size: 16px;
                margin-bottom: 12px;
                padding-left: 32px;
            }

            .sam-landing-sec-02-benefits-item::before {
                font-size: 22px;
            }

            .sam-landing-sec-02-bottom-content {
                order: 2;
                margin-top: 40px;
                margin-bottom: 40px;
            }

            .sam-landing-sec-02-bottom-image-wrapper {
                order: 1;
            }

            .sam-landing-sec-02-bottom-heading {
                font-size: 38px;
                margin-bottom: 25px;
            }

            .sam-landing-sec-02-learning-item {
                font-size: 16px;
                margin-bottom: 15px;
                padding-left: 32px;
            }

            .sam-landing-sec-02-learning-item::before {
                font-size: 22px;
            }

            .sam-landing-sec-01-logo {
                padding-top: 30px;
                padding-bottom: 40px;
            }

            .sam-landing-sec-01-logo img {
                height: 40px;
            }

            .sam-landing-sec-01-heading {
                font-size: 36px;
                margin-bottom: 30px;
            }

            .sam-landing-sec-01-video-wrapper {
                max-width: 90%;
                margin-bottom: 25px;
                border-radius: 15px;
            }

            .sam-landing-sec-01-play-button {
                width: 80px;
                height: 80px;
            }

            .sam-landing-sec-01-play-icon {
                border-left: 24px solid rgba(255, 255, 255, 0.9);
                border-top: 14px solid transparent;
                border-bottom: 14px solid transparent;
                margin-left: 6px;
            }

            .sam-landing-sec-01-description {
                font-size: 18px;
                margin-bottom: 25px;
                padding: 0 20px;
            }

            .sam-landing-sec-01-cta-button {
                font-size: 24px;
                padding: 15px 40px;
                margin-bottom: 20px;
            }

            .sam-landing-sec-01-subtitle {
                font-size: 16px;
                padding: 0 20px 40px;
            }
        }

        /* Mobile - max-width: 600px */
        @media (max-width: 600px) {

            img.logo-samad {
    width: 35%;
}
.chech-in-kiosk-btn-demo {
    font-size: 20px; 
    padding: 8px 25px;
}
.sam-landing-sec-03-who-heading {
    font-size: 28px !important;
   
}
.sam-landing-sec-03-who-subheading {
    font-size: 20px !important;
    
}
.sam-landing-sec-03-who-tag {
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 5px 30px !important;
    font-size: 16px !important;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s 
ease;
    line-height: 1.3;
}
.sam-landing-sec-02-heading {
    font-size: 32px !important;
   
}
            
            .sam-landing-sec-03 {
                padding: 40px 0 30px 0;
            }

            .sam-landing-sec-03-who-section {
                padding: 35px 20px;
                margin-bottom: 40px;
                border-radius: 25px;
               height: 400px;
            }

            .sam-landing-sec-03-who-heading {
                font-size: 32px;
                margin-bottom: 10px;
            }

            .sam-landing-sec-03-who-subheading {
                font-size: 16px;
                margin-bottom: 20px;
            }

            .sam-landing-sec-03-who-tags {
                gap: 10px;
            }

            .sam-landing-sec-03-who-tag {
                padding: 8px 20px;
                font-size: 14px;
            }

            .sam-landing-sec-03-case-study {
                margin-bottom: 40px;
            }

            .sam-landing-sec-03-case-heading {
                font-size: 28px;
                margin-bottom: 8px;
                padding: 0 15px;
            }

            .sam-landing-sec-03-case-subheading {
                font-size: 16px;
                margin-bottom: 35px;
                padding: 0 15px;
            }

            .sam-landing-sec-03-stats-row {
                gap: 30px;
            }

            .sam-landing-sec-03-stat-item {
                max-width: 150px;
            }

            .sam-landing-sec-03-stat-icon {
                width: 60px;
                height: 60px;
                margin-bottom: 12px;
            }

            .sam-landing-sec-03-stat-text {
                font-size: 14px;
            }

            .sam-landing-sec-03-presenter {
                margin-bottom: 40px;
            }

            .sam-landing-sec-03-presenter-wrapper {
                flex-direction: column;
                gap: 30px;
            }

            .sam-landing-sec-03-presenter-image-container {
                width: 250px;
                height: 250px;
            }

            .sam-landing-sec-03-presenter-decoration-1 {
                width: 100px;
                height: 100px;
                bottom: -12px;
                left: -20px;
            }

            .sam-landing-sec-03-presenter-decoration-2 {
                width: 130px;
                height: 130px;
                bottom: -25px;
                right: -25px;
            }

            .sam-landing-sec-03-presenter-decoration-3 {
                width: 70px;
                height: 70px;
                top: -12px;
                left: -12px;
            }

            .sam-landing-sec-03-presenter-label {
                bottom: 25px;
                padding: 8px 20px;
                font-size: 13px;
            }

            .sam-landing-sec-03-presenter-title {
                font-size: 12px;
            }

            .sam-landing-sec-03-presenter-content {
                padding: 30px 25px;
                border-radius: 20px;
            }

            .sam-landing-sec-03-presenter-heading {
                font-size: 28px;
                margin-bottom: 18px;
            }

            .sam-landing-sec-03-presenter-description {
                font-size: 15px;
                line-height: 1.6;
            }

            .sam-landing-sec-03-cta {
                padding: 40px 0;
            }

            .sam-landing-sec-03-cta-heading {
                font-size: 28px;
                margin-bottom: 25px;
                padding: 0 15px;
            }

            .sam-landing-sec-03-cta-button {
                font-size: 20px;
                padding: 14px 35px;
            }

            .sam-landing-sec-02-row-top {
                margin-bottom: 40px;
            }

            .sam-landing-sec-02-image-wrapper {
                margin-bottom: 30px;
            }

            .sam-landing-sec-02-stress-lines {
                width: 150px;
                height: 60px;
            }

            .sam-landing-sec-02-stress-line-1 {
                width: 45px;
                height: 2px;
                top: 8px;
                left: 15px;
            }

            .sam-landing-sec-02-stress-line-2 {
                width: 35px;
                height: 2px;
                top: 4px;
                left: 52px;
            }

            .sam-landing-sec-02-stress-line-3 {
                width: 38px;
                height: 2px;
                top: 12px;
                left: 78px;
            }

            .sam-landing-sec-02-stress-line-4 {
                width: 30px;
                height: 2px;
                top: 0px;
                left: 108px;
            }

            .sam-landing-sec-02-stress-line-5 {
                width: 22px;
                height: 2px;
                top: 22px;
                left: 8px;
            }

            .sam-landing-sec-02-stress-line-6 {
                width: 26px;
                height: 2px;
                top: 30px;
                left: 26px;
            }

            .sam-landing-sec-02-stress-line-7 {
                width: 20px;
                height: 2px;
                top: 26px;
                left: 105px;
            }

            .sam-landing-sec-02-heading {
                font-size: 32px;
                margin-bottom: 15px;
            }

            .sam-landing-sec-02-subheading {
                font-size: 16px;
                margin-bottom: 18px;
            }

            .sam-landing-sec-02-list-item {
                font-size: 15px;
                margin-bottom: 8px;
            }

            .sam-landing-sec-02-description {
                font-size: 16px;
                margin-bottom: 15px;
            }

            .sam-landing-sec-02-benefits-item {
                font-size: 15px;
                margin-bottom: 10px;
                padding-left: 28px;
            }

            .sam-landing-sec-02-benefits-item::before {
                font-size: 20px;
            }

            .sam-landing-sec-02-row-bottom {
                margin-top: 40px;
            }

            .sam-landing-sec-02-bottom-heading {
                font-size: 32px;
                margin-bottom: 20px;
            }

            .sam-landing-sec-02-learning-item {
                font-size: 15px;
                margin-bottom: 12px;
                padding-left: 28px;
            }

            .sam-landing-sec-02-learning-item::before {
                font-size: 20px;
            }

            .sam-landing-sec-01-logo {
                padding-top: 25px;
                padding-bottom: 30px;
            }

            .sam-landing-sec-01-logo img {
                height: 35px;
            }

            .sam-landing-sec-01-heading {
                font-size: 28px;
                margin-bottom: 25px;
                padding: 0 15px;
            }

            .sam-landing-sec-01-video-wrapper {
                max-width: 95%;
                margin-bottom: 20px;
                border-radius: 12px;
            }

            .sam-landing-sec-01-play-button {
                width: 70px;
                height: 70px;
            }

            .sam-landing-sec-01-play-icon {
                border-left: 20px solid rgba(255, 255, 255, 0.9);
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                margin-left: 5px;
            }

            .sam-landing-sec-01-description {
                font-size: 16px;
                margin-bottom: 20px;
                padding: 0 15px;
            }

            .sam-landing-sec-01-cta-button {
                font-size: 20px;
                padding: 14px 35px;
                margin-bottom: 18px;
            }

            .sam-landing-sec-01-subtitle {
                font-size: 14px;
                padding: 0 15px 35px;
            }
            
            .margin-auto {
                width: 100%;
            }
        }

        /* Desktop - min-width: 1200px */
        @media (min-width: 1200px) {
            .sam-landing-sec-03 {
                padding: 60px 0 60px 0;
            }
             img.logo-samad {
    width: 15%;
}

            .sam-landing-sec-03-who-heading {
                font-size: 52px;
                margin-bottom: 18px;
            }

            .sam-landing-sec-03-who-subheading {
                font-size: 22px;
                margin-bottom: 35px;
            }

            .sam-landing-sec-03-who-tag {
                padding: 14px 35px;
                font-size: 17px;
            }

            .sam-landing-sec-03-case-study {
                margin-bottom: 100px;
            }

            .sam-landing-sec-03-case-heading {
                font-size: 52px;
                margin-bottom: 12px;
            }

            .sam-landing-sec-03-case-subheading {
                font-size: 22px;
                margin-bottom: 60px;
            }

            .sam-landing-sec-03-stats-row {
                gap: 80px;
            }

            .sam-landing-sec-03-stat-icon {
                width: 90px;
                height: 90px;
                margin-bottom: 22px;
            }

            .sam-landing-sec-03-stat-text {
                font-size: 17px;
            }

            .sam-landing-sec-03-presenter {
                margin-bottom: 100px;
            }

            .sam-landing-sec-03-presenter-wrapper {
                gap: 80px;
            }

            .sam-landing-sec-03-presenter-image-container {
                width: 400px;
                height: 400px;
            }

            .sam-landing-sec-03-presenter-decoration-1 {
                width: 170px;
                height: 170px;
                bottom: -25px;
                left: -35px;
            }

            .sam-landing-sec-03-presenter-decoration-2 {
                width: 200px;
                height: 200px;
                bottom: -45px;
                right: -45px;
            }

            .sam-landing-sec-03-presenter-decoration-3 {
                width: 110px;
                height: 110px;
                top: -25px;
                left: -25px;
            }

            .sam-landing-sec-03-presenter-label {
                bottom: 45px;
                padding: 12px 35px;
                font-size: 17px;
            }

            .sam-landing-sec-03-presenter-title {
                font-size: 15px;
            }

            .sam-landing-sec-03-presenter-content {
                padding: 45px 55px;
                border-radius: 32px;
            }

            .sam-landing-sec-03-presenter-heading {
                font-size: 46px;
                margin-bottom: 28px;
            }

            .sam-landing-sec-03-presenter-description {
                font-size: 19px;
            }

            .sam-landing-sec-03-cta {
                padding: 100px 0;
            }

            .sam-landing-sec-03-cta-heading {
                font-size: 52px;
                margin-bottom: 40px;
            }

            .sam-landing-sec-03-cta-button {
                font-size: 30px;
                padding: 20px 55px;
            }

            .sam-landing-sec-02-heading {
                font-size: 52px;
                margin-bottom: 22px;
            }

            .sam-landing-sec-02-subheading {
                font-size: 22px;
                margin-bottom: 28px;
            }

            .sam-landing-sec-02-list-item {
                font-size: 19px;
                margin-bottom: 14px;
            }

            .sam-landing-sec-02-description {
                font-size: 22px;
                margin-bottom: 22px;
            }

            .sam-landing-sec-02-benefits-item {
                font-size: 19px;
                margin-bottom: 16px;
                padding-left: 38px;
            }

            .sam-landing-sec-02-benefits-item::before {
                font-size: 26px;
            }

            .sam-landing-sec-02-bottom-heading {
                font-size: 52px;
                margin-bottom: 35px;
            }

            .sam-landing-sec-02-learning-item {
                font-size: 19px;
                margin-bottom: 20px;
                padding-left: 38px;
            }

            .sam-landing-sec-02-learning-item::before {
                font-size: 26px;
            }

            .sam-landing-sec-01-logo {
                padding-top: 50px;
                padding-bottom: 70px;
            }

            .sam-landing-sec-01-logo img {
                height: 55px;
            }

            .sam-landing-sec-01-heading {
                font-size: 52px;
                margin-bottom: 50px;
            }

            .sam-landing-sec-01-video-wrapper {
                max-width: 850px;
                margin-bottom: 35px;
                border-radius: 22px;
            }

            .sam-landing-sec-01-play-button {
                width: 110px;
                height: 110px;
            }

            .sam-landing-sec-01-play-icon {
                border-left: 32px solid rgba(255, 255, 255, 0.9);
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                margin-left: 8px;
            }

            .sam-landing-sec-01-description {
                font-size: 22px;
                margin-bottom: 35px;
            }

            .sam-landing-sec-01-cta-button {
                font-size: 30px;
                padding: 20px 55px;
                margin-bottom: 28px;
            }

            .sam-landing-sec-01-subtitle {
                font-size: 18px;
                padding-bottom: 10px;
            }
            
            .margin-auto {
                max-width: 1200px;
            }
        }
/* Rapid Intake Webinar */

.chech-in-kiosk-sec-eighth-chech-in-kiosk-tabnew-content-wrapper{
    font-family: "Montserrat", sans-serif !important;
}
  /* Process Section */
        

        .chech-in-kiosk-process-container {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        /* Left Side - Steps */
        .chech-in-kiosk-process-steps {
            flex: 0 0 400px;
        }

        .chech-in-kiosk-step-chech-in-kiosk-header {
           font-size: 2.25rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 30px;
    font-family: satoshi;
    line-height: 1.2;
        }
         .chech-in-kiosk-step-chech-in-kiosk-header_2 {
           font-size: 2.25rem;
    font-weight: 600;
    color: var(--text-dark);
    
    font-family: satoshi;
    line-height: 1.2;
        }

        .chech-in-kiosk-step-list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .chech-in-kiosk-step-item {
            background: transparent;
            padding: 25px 30px;
           
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .chech-in-kiosk-step-item::before {
            content: '';
            position: absolute;
            left: -1px;
            top: 0;
            bottom: 0;
            width: 5px;
            background: var(--border-blue);
            transform: scaleY(0);
            transition: transform 0.3s ease;
            background-color: #004988;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
        }

        .chech-in-kiosk-step-item.active::before {
            transform: scaleY(1);
        }

        .chech-in-kiosk-step-item.active {
           background: linear-gradient(90deg, #ffffff, #ffffff00);
    border-radius: 10px;
        }

        .chech-in-kiosk-chech-in-kiosk-tabnew-step-title {
            font-size: 1.15rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
            font-family: satoshi;
        }

        .chech-in-kiosk-chech-in-kiosk-tabnew-step-description {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.5;
            margin: 0;
            display: none;
        }

        .chech-in-kiosk-step-item.active .chech-in-kiosk-chech-in-kiosk-tabnew-step-description {
            display: block;
        }

        /* Right Side - Image */
        .chech-in-kiosk-chech-in-kiosk-process-image-wrapper {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .chech-in-kiosk-process-image {
            width: 100%;
            max-width: 600px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        }

        .chech-in-kiosk-process-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* chech-in-kiosk-header */
        .chech-in-kiosk-header {
            padding: 30px 0;
            background: #fff;
        }

        .chech-in-kiosk-logo-container {
            display: flex;
            align-items: center;
            margin-top: 30px;
        }

        .chech-in-kiosk-logo-square {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #00C9FF 0%, #0066FF 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-right: 10px;
        }

        .chech-in-kiosk-logo-square::before {
            content: 'm';
            color: white;
            font-size: 32px;
            font-weight: 700;
        }

        .chech-in-kiosk-logo-square::after {
            content: '';
            position: absolute;
            top: -5px;
            right: -5px;
            width: 15px;
            height: 15px;
            background: linear-gradient(135deg, #00C9FF 0%, #0066FF 100%);
            border-radius: 50%;
        }

        .chech-in-kiosk-chech-in-kiosk-logo-text {
            display: flex;
            flex-direction: column;
        }

        .chech-in-kiosk-chech-in-kiosk-logo-text-main {
            font-size: 28px;
            font-weight: 600;
            color: var(--text-dark);
            letter-spacing: -0.5px;
        }

        .chech-in-kiosk-chech-in-kiosk-logo-text-sub {
            font-size: 11px;
            color: #00C9FF;
            letter-spacing: 0.5px;
        }

        /* Hero Section */
        .chech-in-kiosk-hero-section {
            padding: 40px 0px 0px 0px;
            background: #fff;
        }

        .chech-in-kiosk-hero-title {
           font-size: 59px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 10px;
    text-align: center;
    font-family: satoshi black;
        }

        .chech-in-kiosk-hero-subtitle {
    font-size: 38px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 25px;
    text-align: center;
    font-family: satoshi;
}

        .chech-in-kiosk-case-study-subtitle {
   font-size: 51px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.1;
    
    text-align: left;
    font-family: satoshi;
}
       .chech-in-kiosk-case-study-subtitle_2 {
   font-size: 44px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.1;
    
    text-align: left;
    font-family: satoshi;
}
     .chech-in-kiosk-case-study-subtitle_3 {
   font-size: 44px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.1;
    
    text-align: center;
    font-family: satoshi;
        margin-bottom: 50px;
}
    .chech-in-kiosk-case-study-title {
          font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 10px;
        }





        .chech-in-kiosk-hero-description {
            font-size: 20px;
    color: black;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
    font-family: satoshi;
        }

        .chech-in-kiosk-hero-image-wrapper {
            border-radius: 20px;
            overflow: hidden;
           
          
        }

        .chech-in-kiosk-hero-image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Integration Section */
        .chech-in-kiosk-integration-section {
            padding: 0px 0px 60px 0px;
            text-align: center;
        }

        .chech-in-kiosk-integration-title {
            font-size: 17px;
            color: black;
            margin-bottom: 35px;
            font-weight: 400;
        }

        .chech-in-kiosk-chech-in-kiosk-partner-logos-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 0px 20px;
            margin-bottom: 40px;
        }

        .chech-in-kiosk-partner-logo {
            height: 40px;
           
            transition: opacity 0.3s ease;
            filter: grayscale(100%);
        }

        .chech-in-kiosk-partner-logo:hover {
            opacity: 1;
            filter: grayscale(0%);
        }

        .chech-in-kiosk-partner-logo.dentrix {
            font-size: 32px;
            font-weight: 700;
            font-style: italic;
            color: #2c3e50;
        }

        .chech-in-kiosk-partner-logo.opendental {
            font-size: 24px;
            font-weight: 600;
            color: #2c3e50;
        }

        .chech-in-kiosk-partner-logo.eaglesoft {
            font-size: 26px;
            font-weight: 700;
            font-style: italic;
            color: #2c3e50;
        }

        .chech-in-kiosk-partner-logo.dolphin {
            font-size: 28px;
            font-weight: 700;
            color: #2c3e50;
        }

        .chech-in-kiosk-partner-logo.dentrix-enterprise {
            font-size: 24px;
            font-weight: 700;
            font-style: italic;
            color: #2c3e50;
        }

        /* CTA Button */
        .chech-in-kiosk-btn-demo {
            background: #0066FF!important;
            color: white;
            font-size: 30px;
            font-weight: 600;
            padding: 8px 35px;
            border: none;
            border-radius: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
        }

        .chech-in-kiosk-btn-demo:hover {
            background: #0052CC;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4);
        }

        .chech-in-kiosk-cta-subtext {
            margin-top: 15px;
            font-size: 15px;
            color: var(--text-dark);
        }

        .chech-in-kiosk-decorative-line {
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, transparent, #e0e0e0 20%, #e0e0e0 80%, transparent);
            margin-top: 40px;
            position: relative;
        }

        .chech-in-kiosk-decorative-line::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #e0e0e0;
        }
        .chech-in-kiosk-stats-section {
   padding: 0px 0px 0px 0px;
    background: #fff;
}
.chech-in-kiosk-stats-heading {
    text-align: center;
    margin-bottom: 35px;
}
.chech-in-kiosk-stats-heading h2 {
   font-size: 43px;
    font-weight: 600;
    line-height: 1.1;
    color:black;
    margin-bottom: 15px;
    font-family: satoshi;
}
.chech-in-kiosk-stats-heading h3 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-dark);
}
.chech-in-kiosk-benefits-section {
           padding: 0px 0 80px 0px;
            background: #fff;
        }

        .chech-in-kiosk-benefits-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 50px;
        }
        h2.mar_bottom {
    margin-bottom: 40px;
   
}

  /* Top Security Section */
        .chech-in-kiosk-security-section {
            background: #000;
            padding: 60px 0;
        }

        .chech-in-kiosk-security-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 80px;
            flex-wrap: wrap;
        }

        /* HIPAA Badge */
        .chech-in-kiosk-hipaa-badge {
            position: relative;
            width: 180px;
            height: 200px;
        }

        .chech-in-kiosk-badge-shield {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px 20px;
            position: relative;
        }

        .chech-in-kiosk-badge-shield::before {
            content: '';
            position: absolute;
            inset: 3px;
            background: white;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            z-index: 1;
        }

        .chech-in-kiosk-badge-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .chech-in-kiosk-badge-text-top {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c5aa0;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1.2;
        }

        .chech-in-kiosk-badge-text-of {
            font-size: 0.9rem;
            color: #666;
            margin: 5px 0;
        }

        .chech-in-kiosk-badge-text-main {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2c5aa0;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .chech-in-kiosk-badge-ribbon {
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #00b8d4 0%, #0097a7 100%);
            color: white;
            padding: 8px 25px;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 3;
            white-space: nowrap;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }

        .chech-in-kiosk-badge-ribbon::before,
        .chech-in-kiosk-badge-ribbon::after {
            content: '';
            position: absolute;
            top: 100%;
            width: 0;
            height: 0;
            border-style: solid;
        }

        .chech-in-kiosk-badge-ribbon::before {
            left: 0;
            border-width: 0 0 15px 20px;
            border-color: transparent transparent transparent #00838f;
        }

        .chech-in-kiosk-badge-ribbon::after {
            right: 0;
            border-width: 0 20px 15px 0;
            border-color: transparent #00838f transparent transparent;
        }

        .chech-in-kiosk-badge-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 8px auto;
            position: relative;
            z-index: 2;
        }

        .chech-in-kiosk-badge-icon::before {
            content: '';
            position: absolute;
            inset: 3px;
            background: white;
            border-radius: 50%;
        }

        .chech-in-kiosk-badge-icon i {
            position: relative;
            z-index: 1;
            font-size: 1.5rem;
            color: #ffb300;
        }

        /* Security Icon */
        .chech-in-kiosk-security-icon-wrapper {
            width: 180px;
            height: 180px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -60px;
        }

        .chech-in-kiosk-chech-in-kiosk-circuit-lines {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .chech-in-kiosk-circuit-dot {
            position: absolute;
            width: 8px;
            height: 8px;
            background: var(--primary-blue);
            border-radius: 50%;
            box-shadow: 0 0 10px var(--primary-blue);
        }

        .chech-in-kiosk-circuit-line {
            position: absolute;
            background: var(--primary-blue);
            box-shadow: 0 0 5px var(--primary-blue);
        }

        /* Positioning circuit elements */
        .chech-in-kiosk-circuit-dot:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
        .chech-in-kiosk-circuit-dot:nth-child(2) { top: 30%; left: 0; }
        .chech-in-kiosk-circuit-dot:nth-child(3) { top: 30%; right: 0; }
        .chech-in-kiosk-circuit-dot:nth-child(4) { bottom: 30%; left: 0; }
        .chech-in-kiosk-circuit-dot:nth-child(5) { bottom: 30%; right: 0; }
        .chech-in-kiosk-circuit-dot:nth-child(6) { bottom: 0; left: 50%; transform: translateX(-50%); }

        .chech-in-kiosk-circuit-line.horizontal {
            width: 40px;
            height: 2px;
        }

        .chech-in-kiosk-circuit-line.vertical {
            width: 2px;
            height: 40px;
        }

        .chech-in-kiosk-security-icon-center {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
            box-shadow: 0 0 30px rgba(0, 201, 255, 0.5);
        }

        .chech-in-kiosk-security-icon-center i {
            font-size: 3rem;
            color: white;
        }

        /* Case Study Section */
        .chech-in-kiosk-case-study-section {
            padding: 80px 0px 40px 0px;
            background: #ffffff
        }

        .chech-in-kiosk-case-study-badge {
            display: inline-block;
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
            color: #1976d2;
            font-size: 1rem;
            font-weight: 600;
            padding: 8px 20px;
            border-radius: 25px;
            margin-bottom: 25px;
            font-style: italic;
        }

       

        .chech-in-kiosk-case-study-chech-in-kiosk-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }

        .chech-in-kiosk-tag {
            display: inline-block;
            background: white;
            border: 2px solid #1a1a1a;
            color: #1a1a1a!important;
            font-size: 16px;
            font-weight: 500;
            padding: 5px 25px;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .chech-in-kiosk-tag:hover {
            background:  #1a1a1a!important;
            color: white!important;
        }

        /* Life Smiles Logo */
        .chech-in-kiosk-life-smiles-logo {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        .chech-in-kiosk-logo-wrapper {
            max-width: 400px;
        }

        .chech-in-kiosk-logo-text {
            font-size: 3rem;
            font-weight: 300;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .chech-in-kiosk-logo-life {
            color: #b8d948;
            font-weight: 400;
        }

        .chech-in-kiosk-logo-smiles {
            color: #7dd3e8;
            font-weight: 300;
        }

        .chech-in-kiosk-logo-dental {
            font-size: 1.8rem;
            color: #7dd3e8;
            font-weight: 300;
            letter-spacing: 3px;
            margin-left: 10px;
        }

        .chech-in-kiosk-logo-flower {
            width: 60px;
            height: 60px;
            margin-right: 10px;
            position: relative;
        }

        .chech-in-kiosk-petal {
            position: absolute;
            width: 25px;
            height: 25px;
            border-radius: 50%;
        }

        .chech-in-kiosk-petal:nth-child(1) {
            background: #e8f5e9;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .chech-in-kiosk-petal:nth-child(2) {
            background: #b8d948;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .chech-in-kiosk-petal:nth-child(3) {
            background: #7dd3e8;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

        .chech-in-kiosk-petal:nth-child(4) {
            background: #fff9c4;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .chech-in-kiosk-petal-center {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #b8d948;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        /* Case Study Content Section */
        .case-study-content {
            padding: 0px 0;
            background: #fff;
        }

        .chech-in-kiosk-tabnew-content-wrapper {
            display: flex;
            align-items: flex-start;
            gap: 60px;
        }

        /* Left Side - Image */
        .image-section {
            flex: 0 0 45%;
            position: relative;
        }

        .image-wrapper {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
           
        }

        .image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Floating Labels */
        .floating-label {
            position: absolute;
            padding: 12px 28px;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 500;
            color: white;
            
            z-index: 10;
        }

        .label-top {
         top: 34px;
    left: -60px;
    font-style: italic;
        }

        .label-bottom {
           
            bottom: -60px;
            right: -30px;
            font-style: italic;
        }

        /* Right Side - Accordion */
        .chech-in-kiosk-accord-new-accordion-section {
            flex: 1;
        }

        .chech-in-kiosk-accord-new-custom-accordion {
            border: none;
        }

        .chech-in-kiosk-accord-new-accordion-card {
            border: none;
            border-bottom: 2px solid var(--border-gray);
            border-radius: 0;
            margin-bottom: 0;
            background: transparent;
        }

        .chech-in-kiosk-accord-new-accordion-card:last-child {
            border-bottom: none;
        }

        .chech-in-kiosk-accord-new-accordion-header {
            background: transparent;
            border: none;
            padding: 0;
            border-bottom: 1px solid #dedede;
        }

        .chech-in-kiosk-accord-new-accordion-button {
            background: transparent;
            border: none;
            width: 100%;
            text-align: left;
            padding: 15px 60px 20px 0;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .chech-in-kiosk-accord-new-accordion-button:focus {
            outline: none;
            box-shadow: none;
        }

        .chech-in-kiosk-accord-new-chech-in-kiosk-accord-new-accordion-icon-wrapper {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .chech-in-kiosk-accord-new-accordion-icon {
            font-size: 2rem;
            color: var(--orange);
        }

        .chech-in-kiosk-accord-new-accordion-icon.target {
            color: var(--orange);
        }

        .chech-in-kiosk-accord-new-accordion-icon.trophy {
            color: #FFD700;
        }

        .chech-in-kiosk-accord-new-accordion-title {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0;
            flex: 1;
                font-family: satoshi;
        }

        .chech-in-kiosk-accord-new-accordion-toggle {
            position: absolute;
            right: 0;
            width: 40px;
            height: 40px;
            border: 2px solid #5b5b5b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .chech-in-kiosk-accord-new-accordion-toggle i {
            font-size: 1.2rem;
            color: #5b5b5b;
            transition: transform 0.3s ease;
        }

        .chech-in-kiosk-accord-new-accordion-button[aria-expanded="true"] .chech-in-kiosk-accord-new-accordion-toggle i {
            transform: rotate(180deg);
        }

        .chech-in-kiosk-accord-new-accordion-body {
            padding: 10px 0 10px 70px;
        }

        .chech-in-kiosk-accord-new-accordion-text {
            font-size: 16px;
            line-height: 1.8;
           
            margin: 0;
        }

        .collapse {
            transition: height 0.3s ease;
        }

        /* Lightbulb Icon */
        .lightbulb-icon {
            position: relative;
        }

        .lightbulb-icon::before {
            content: '';
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 4px;
            background: var(--orange);
            border-radius: 2px;
        }

        .lightbulb-icon::after {
            content: '';
            position: absolute;
            top: -4px;
            left: 50%;
            transform: translateX(-50%);
            width: 24px;
            height: 4px;
            background: var(--orange);
            border-radius: 2px;
        }

        /* Target Icon with Arrow */
        .target-icon-wrapper {
            position: relative;
        }

        .target-arrow {
            position: absolute;
            top: -5px;
            right: -5px;
            font-size: 1rem;
            color: var(--orange);
            transform: rotate(-45deg);
        }
         /* Stats Section */
        .chech-in-kiosk-stats-section {
               padding: 0px 0px 90px 0px;
            
        }

        .chech-in-kiosk-stats-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }

        .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-item {
            text-align: center;
            padding: 20px;
          
        }

        .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-icon {
            font-size: 3rem;
            color: var(--text-dark);
            margin-bottom: 15px;
        }

        .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-value {
            font-size: 3rem;
            font-weight: 700;
            color: var(--text-dark);
            line-height: 1;
            margin-bottom: 10px;
        }

        .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-label {
            font-size: 1rem;
            color: var(--text-dark);
            line-height: 1.3;
            font-weight: 500;
        }

        /* Divider between stats */
        .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-item:not(:last-child) {
            border-right: 1px solid var(--border-gray);
        }

        /* Testimonial Section */
        .chech-in-kiosk-testimonial-section {
            background: white;
            padding: 40px 0;
        }

        .chech-in-kiosk-testimonial-content {
            display: flex;
            gap: 50px;
            /* align-items: flex-start; */
        }

        .chech-in-kiosk-testimonial-image {
            flex: 0 0 45%;
        }

        .chech-in-kiosk-testimonial-image img {
            width: 100%;
            height: auto;
            
        }

        .chech-in-kiosk-testimonial-text {
            flex: 1;
            /* margin-top: 50px; */
        }

        .chech-in-kiosk-testimonial-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .chech-in-kiosk-testimonial-subtitle {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--text-dark);
        }

        .chech-in-kiosk-testimonial-position {
            font-size: 16px;
            
            margin-bottom: 20px;
        }

        .chech-in-kiosk-testimonial-description {
            font-size: 16px;
            line-height: 1.3;
           
            margin-bottom: 25px;
        }

        .chech-in-kiosk-testimonial-highlight {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 15px;
        }

        .chech-in-kiosk-feature-list {
            list-style: none;
            padding: 0;
        }

        .chech-in-kiosk-feature-list li {
            font-size: 1rem;
            color: var(--text-gray);
            margin-bottom: 10px;
            padding-left: 30px;
            position: relative;
        }

        .chech-in-kiosk-feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--checkmark-orange);
            font-weight: 700;
            font-size: 1.2rem;
        }

        .chech-in-kiosk-chech-in-kiosk-tech-image-wrapper {
            margin-top: 30px;
        }

        .chech-in-kiosk-tech-image {
            width: 100%;
            max-width: 400px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        /* CTA Section */
        .chech-in-kiosk-cta-demo-section {
            padding: 40px 0;
            background: white;
            text-align: center;
        }

        .chech-in-kiosk-cta-demo-title {
                font-size: 36px;
    font-weight: 700;
    color: #004988;
    margin-bottom: 15px;
        }

        .chech-in-kiosk-btn-cta {
            background: var(--primary-blue);
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
            padding: 18px 60px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
        }

        .chech-in-kiosk-btn-cta:hover {
            background: #1e40af;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
            color: white;
            text-decoration: none;
        }

        /* FAQ Section */
        .chech-in-kiosk-faq-section {
            padding: 20px 0px 40px 0px;
           
        }

        .chech-in-kiosk-faq-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 50px;
            color: var(--text-dark);
        }

        .chech-in-kiosk-faq-accordion {
            max-width: 900px;
            margin: 0 auto;
        }

        .chech-in-kiosk-faq-item {
               background: white;
    border: 1px solid black;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s 
ease;
        }

        .chech-in-kiosk-faq-item:hover {
            border-color: var(--text-dark);
        }

        .chech-in-kiosk-faq-header {
            padding: 0;
            background: transparent;
            border: none;
        }

        .chech-in-kiosk-faq-button {
            width: 100%;
            background: transparent;
            border: none;
            padding: 20px 70px 20px 30px;
            text-align: left;
            font-size: 17px;
            font-weight: 500;
            color: #1a1a1a;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
        }

        .chech-in-kiosk-faq-button:focus {
            outline: none;
        }

        .chech-in-kiosk-faq-toggle {
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            background: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .chech-in-kiosk-faq-toggle i {
            color: white;
            font-size: 1rem;
            transition: transform 0.3s ease;
        }

        .chech-in-kiosk-faq-button[aria-expanded="true"] .chech-in-kiosk-faq-toggle i {
            transform: rotate(45deg);
        }

        .chech-in-kiosk-faq-body {
            padding: 0 30px 25px 30px;
        }

        .chech-in-kiosk-faq-answer {
           font-size: 24px;
    line-height: 1.3;
    margin: 0;
    color: #004988;
        }

        /* Custom Icons */
        .chech-in-kiosk-chech-in-kiosk-sec-seventh-icon-user-star {
            position: relative;
        }

        .chech-in-kiosk-chech-in-kiosk-sec-seventh-icon-user-star::after {
            content: '★';
            position: absolute;
            font-size: 1.2rem;
            color: #FFD700;
            top: -5px;
            right: -5px;
        }

        .chech-in-kiosk-icon-search-doc {
            position: relative;
        }
         /* Stats Banner Section */
        .chech-in-kiosk-sec-seventh-stats-banner {
            padding: 50px 0px 20px 0px;
            background: #fff;
        }

        .chech-in-kiosk-sec-seventh-stats-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1400px;
            margin: 0 auto;
        }

        .chech-in-kiosk-sec-seventh-stat-item {
            flex: 1;
            text-align: center;
            padding: 20px 30px;
            position: relative;
        }

        .chech-in-kiosk-sec-seventh-stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 80px;
                background: #dfdfdf;
        }

        .chech-in-kiosk-sec-seventh-stat-value {
            font-size: 4.5rem;
            font-weight: 700;
            line-height: 1;
            color: var(--text-dark);
            margin-bottom: 15px;
        }

        .chech-in-kiosk-sec-seventh-stat-label {
            font-size: 1.35rem;
            color: var(--text-dark);
            line-height: 1.4;
            font-weight: 400;
        }

        .chech-in-kiosk-sec-seventh-stat-icon {
            font-size: 4rem;
            color: var(--text-dark);
            margin-bottom: 15px;
            display: inline-block;
            position: relative;
        }

        /* User with Star Icon */
        .chech-in-kiosk-sec-seventh-icon-user-star {
            position: relative;
            display: inline-block;
        }

        .chech-in-kiosk-sec-seventh-icon-user-star .fa-user {
            font-size: 3.5rem;
        }

        .chech-in-kiosk-sec-seventh-icon-user-star .fa-star {
            position: absolute;
            font-size: 1.8rem;
            color: var(--text-dark);
            top: -8px;
            right: -12px;
        }

        /* Document with Magnifier Icon */
        .chech-in-kiosk-sec-seventh-icon-doc-search {
            position: relative;
            display: inline-block;
        }

        .chech-in-kiosk-sec-seventh-icon-doc-search .fa-clipboard-list {
            font-size: 3.5rem;
        }

        .chech-in-kiosk-sec-seventh-icon-doc-search .fa-magnifying-glass {
            position: absolute;
            font-size: 2rem;
            color: var(--text-dark);
            bottom: -5px;
            right: -10px;
        }
           /* CTA Section */
        .chech-in-kiosk-sec-eighth-cta-trial-section {
            position: relative;
            background-image: url(https://mncell.us/design/pratheesh/2025/landing_pages/mconsent_kiosk_landing-page/images/last_sec_bg.png);
            padding: 100px 0;
            text-align: center;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
        }

        /* Decorative Curved Lines */
        .chech-in-kiosk-sec-eighth-curved-line-left {
            position: absolute;
            left: -200px;
            bottom: -100px;
            width: 800px;
            height: 400px;
            border: 3px solid rgba(59, 127, 255, 0.3);
            border-radius: 50%;
            transform: rotate(-15deg);
        }

        .chech-in-kiosk-sec-eighth-curved-line-right {
            position: absolute;
            right: -300px;
            top: -150px;
            width: 900px;
            height: 500px;
            border: 3px solid rgba(59, 127, 255, 0.3);
            border-radius: 50%;
            transform: rotate(15deg);
        }

        .chech-in-kiosk-sec-eighth-chech-in-kiosk-tabnew-content-wrapper {
            position: relative;
            z-index: 2;
        }

        .chech-in-kiosk-sec-eighth-cta-title {
            color: white;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
        }

        .chech-in-kiosk-sec-eighth-cta-title-large {
           font-size: 80px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    color: #49C0D4;
        }

        .chech-in-kiosk-sec-eighth-cta-subtitle {
              color: white;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 50px;
        }

        /* Guarantee Badge */
        .chech-in-kiosk-sec-eighth-guarantee-wrapper {
            position: relative;
            display: inline-block;
            margin-bottom: 50px;
        }

        .chech-in-kiosk-sec-eighth-days-label {
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .chech-in-kiosk-sec-eighth-days-label::before,
        .chech-in-kiosk-sec-eighth-days-label::after {
            content: '';
            width: 80px;
            height: 3px;
            background: white;
        }

        .chech-in-kiosk-sec-eighth-guarantee-badge {
            position: relative;
            display: inline-block;
            background: linear-gradient(135deg, var(--light-blue) 0%, #4FC3D8 100%);
            padding: 40px 120px;
            clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        .chech-in-kiosk-sec-eighth-guarantee-badge::before {
            content: '';
            position: absolute;
            inset: 5px;
            background: linear-gradient(135deg, var(--light-blue) 0%, #4FC3D8 100%);
            clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
            z-index: 1;
        }

        .chech-in-kiosk-sec-eighth-guarantee-badge::after {
            content: '';
            position: absolute;
            top: -3px;
            left: 50%;
            transform: translateX(-50%);
            width: 70%;
            height: 3px;
            background: white;
        }

        .chech-in-kiosk-sec-eighth-guarantee-content {
            position: relative;
            z-index: 2;
        }

        .chech-in-kiosk-sec-eighth-guarantee-text {
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--dark-blue);
            line-height: 1.2;
            text-transform: uppercase;
            margin: 0;
        }

        .chech-in-kiosk-sec-eighth-star-divider {
            margin-top: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .chech-in-kiosk-sec-eighth-star-divider::before,
        .chech-in-kiosk-sec-eighth-star-divider::after {
            content: '';
            width: 60px;
            height: 2px;
            background: white;
        }

        .chech-in-kiosk-sec-eighth-star-divider i {
            color: white;
            font-size: 1.8rem;
        }

     

        /* Footer Text */
        .chech-in-kiosk-sec-eighth-trademark-text {
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            font-style: italic;
            margin-top: 60px;
            line-height: 1.6;
        }

         /* Steps Section */
        .chech-in-kiosk-tabnew-steps-video-section {
            padding: 40px 0px 80px 0px;
            background-image: url(https://mncell.us/design/pratheesh/2025/landing_pages/mconsent_kiosk_landing-page/images/4steps-bg.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

        .chech-in-kiosk-tabnew-content-wrapper {
            display: flex;
            align-items: flex-start;
            gap: 60px;
        }

        /* Left Side - Steps/Tabs */
        .chech-in-kiosk-tabnew-steps-sidebar {
            flex: 0 0 45%;
        }

        .chech-in-kiosk-tabnew-section-title {
            font-size: 40px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 20px;
            line-height: 1.2;
                font-family: satoshi;
        }

        .chech-in-kiosk-tabnew-steps-tabs {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .chech-in-kiosk-tabnew-step-tab {
            background: transparent;
            padding: 25px 30px 25px 30px;
            border-left: 4px solid transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .chech-in-kiosk-tabnew-step-tab::before {
                content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #004988;
    transform: scaleY(0);
    transition: transform 0.3s 
ease;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
        }

        .chech-in-kiosk-tabnew-step-tab.active::before {
            transform: scaleY(1);
        }

        .chech-in-kiosk-tabnew-step-tab.active {
    background: linear-gradient(90deg, #ffffff, #ffffff00);
    border-radius: 12px;
}

        .chech-in-kiosk-tabnew-step-tab:hover:not(.active) {
            background: rgb(0 73 136 / 3%);
            border-radius: 12px;
        }

        .chech-in-kiosk-tabnew-step-title {
            font-size: 22px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .chech-in-kiosk-tabnew-step-description {
            font-size: 16px;
            line-height: 1.1;
            color: var(--text-gray);
            margin: 0;
            display: none;
        }

        .chech-in-kiosk-tabnew-step-tab.active .chech-in-kiosk-tabnew-step-description {
            display: block;
        }

        /* Right Side - Video */
        .chech-in-kiosk-tabnew-video-wrapper {
            flex: 1;
            margin-top: 150px;
        }

        .chech-in-kiosk-tabnew-video-container {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
            border: 8px solid white;
        }

        .chech-in-kiosk-tabnew-embed-responsive {
            position: relative;
            display: block;
            width: 100%;
            padding: 0;
            overflow: hidden;
            border-radius: 12px;
        }

        .chech-in-kiosk-tabnew-embed-responsive::before {
            display: block;
            content: "";
        }

        .chech-in-kiosk-tabnew-embed-responsive-16by9::before {
            padding-top: 56.25%;
        }

        .chech-in-kiosk-tabnew-embed-responsive .chech-in-kiosk-tabnew-embed-responsive-item,
        .chech-in-kiosk-tabnew-embed-responsive iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        /* Video Placeholder (if video not loading) */
        .chech-in-kiosk-tabnew-video-placeholder {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 400px;
        }

        .chech-in-kiosk-tabnew-video-placeholder i {
            font-size: 5rem;
            color: white;
            opacity: 0.8;
        }

        /* Fade Animation */
        .fade-in {
            animation: fadeIn 0.5s ease-in;
        }
        .over_flow{
                overflow: overlay;
    scroll-behavior: auto;
    height: 235px;
        }


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

            .chech-in-kiosk-tabnew-content-wrapper {
                gap: 40px;
            }

            .chech-in-kiosk-tabnew-section-title {
                font-size: 2rem;
            }

            .chech-in-kiosk-tabnew-step-title {
                font-size: 1.25rem;
            }

            .chech-in-kiosk-tabnew-step-description {
                font-size: 0.95rem;
            }

            .chech-in-kiosk-sec-eighth-cta-title {
                font-size: 2.5rem;
            }

            .chech-in-kiosk-sec-eighth-cta-title-large {
                font-size: 4rem;
            }

            .chech-in-kiosk-sec-eighth-cta-subtitle {
                font-size: 1.75rem;
            }

            .chech-in-kiosk-sec-eighth-days-label {
                font-size: 2rem;
            }

            .chech-in-kiosk-sec-eighth-guarantee-badge {
                padding: 35px 100px;
            }

            .chech-in-kiosk-sec-eighth-guarantee-text {
                font-size: 2rem;
            }

            .btn-book-demo {
                font-size: 1.75rem;
                padding: 18px 60px;
            }

             .chech-in-kiosk-sec-seventh-stat-value {
                font-size: 3.5rem;
            }

            .chech-in-kiosk-sec-seventh-stat-label {
                font-size: 1.2rem;
            }

            .chech-in-kiosk-sec-seventh-stat-icon {
                font-size: 3.5rem;
            }

            .chech-in-kiosk-sec-seventh-icon-user-star .fa-user {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-icon-user-star .fa-star {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-sec-seventh-icon-doc-search .fa-clipboard-list {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-icon-doc-search .fa-magnifying-glass {
                font-size: 1.7rem;
            }

             .chech-in-kiosk-stats-grid {
                gap: 20px;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-value {
                font-size: 2.5rem;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-label {
                font-size: 0.95rem;
            }

            .chech-in-kiosk-testimonial-title {
                font-size: 2rem;
            }

            .chech-in-kiosk-tabnew-content-wrapper {
                gap: 40px;
            }

            .chech-in-kiosk-accord-new-accordion-title {
                font-size: 1.75rem;
            }

            .label-top,
            .label-bottom {
                font-size: 1rem;
                padding: 10px 24px;
            }

            .chech-in-kiosk-case-study-title {
                font-size: 3rem;
            }

            .chech-in-kiosk-logo-text {
                font-size: 2.5rem;
            }

            .chech-in-kiosk-logo-dental {
                font-size: 1.5rem;
            }

             .chech-in-kiosk-process-container {
                gap: 40px;
            }

            .chech-in-kiosk-process-steps {
                flex: 0 0 350px;
            }
            .chech-in-kiosk-stats-heading h2,
            .chech-in-kiosk-stats-heading h3,
            .chech-in-kiosk-benefits-title {
                font-size: 2rem;
            }
            .chech-in-kiosk-hero-title {
                font-size: 3rem;
            }
            .chech-in-kiosk-hero-subtitle {
                font-size: 1.75rem;
            }
        }

        @media (max-width: 991px) {

             .over_flow{
                overflow: overlay;
    scroll-behavior: auto;
    height: 570px;
    
        }

             .chech-in-kiosk-tabnew-content-wrapper {
                flex-direction: column;
                gap: 50px;
            }

            .chech-in-kiosk-tabnew-steps-sidebar {
                flex: 0 0 100%;
                max-width: 600px;
                margin: 0 auto;
                width: 100%;
            }

            .chech-in-kiosk-tabnew-video-wrapper {
                flex: 0 0 100%;
                width: 100%;
                margin-top: 0px;
            }

            .chech-in-kiosk-tabnew-section-title {
                text-align: center;
            }

            h2.mar_bottom {
    margin-bottom: 40px;
    margin-top: 0px;
}

            .chech-in-kiosk-chech-in-kiosk-logo-text img {
    width: 75%;
}

             .chech-in-kiosk-sec-eighth-cta-trial-section {
                padding: 80px 0;
            }

            .chech-in-kiosk-sec-eighth-cta-title {
                font-size: 2rem;
            }

            .chech-in-kiosk-sec-eighth-cta-title-large {
                font-size: 3.5rem;
            }

            .chech-in-kiosk-sec-eighth-cta-subtitle {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-sec-eighth-days-label {
                font-size: 1.75rem;
            }

            .chech-in-kiosk-sec-eighth-days-label::before,
            .chech-in-kiosk-sec-eighth-days-label::after {
                width: 60px;
            }

            .chech-in-kiosk-sec-eighth-guarantee-badge {
                padding: 30px 80px;
            }

            .chech-in-kiosk-sec-eighth-guarantee-text {
                font-size: 1.75rem;
            }

            .btn-book-demo {
                font-size: 1.5rem;
                padding: 16px 50px;
            }

            .chech-in-kiosk-sec-eighth-curved-line-left,
            .chech-in-kiosk-sec-eighth-curved-line-right {
                opacity: 0.5;
            }

            .chech-in-kiosk-sec-seventh-stats-container {
                flex-wrap: wrap;
            }

            .chech-in-kiosk-sec-seventh-stat-item {
                flex: 0 0 50%;
                padding: 30px 20px;
            }

            .chech-in-kiosk-sec-seventh-stat-item:nth-child(2)::after {
                display: none;
            }

            .chech-in-kiosk-sec-seventh-stat-item:nth-child(4)::after {
                display: none;
            }

            .chech-in-kiosk-sec-seventh-stat-item:nth-child(3)::after,
            .chech-in-kiosk-sec-seventh-stat-item:nth-child(5)::after {
                display: block;
            }

            .chech-in-kiosk-sec-seventh-stat-value {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-stat-label {
                font-size: 1.1rem;
            }

            .chech-in-kiosk-stats-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-item:nth-child(3) {
                border-right: none;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-item:nth-child(4),
            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-item:nth-child(5) {
                grid-column: span 1;
            }

            .chech-in-kiosk-testimonial-content {
                flex-direction: column;
                gap: 40px;
            }

            .chech-in-kiosk-testimonial-image {
                flex: 0 0 100%;
            }

            .chech-in-kiosk-cta-demo-title {
                font-size: 2rem;
            }

            .chech-in-kiosk-faq-title {
                font-size: 2rem;
            }

            .chech-in-kiosk-tabnew-content-wrapper {
                flex-direction: column;
                gap: 50px;
            }

            .image-section {
                flex: 0 0 100%;
                max-width: 600px;
                margin: 0 auto;
            }

            .chech-in-kiosk-accord-new-accordion-title {
                font-size: 1.6rem;
            }

            .chech-in-kiosk-security-badges {
                gap: 60px;
            }

            .chech-in-kiosk-case-study-title {
                font-size: 64px;
            }

            .chech-in-kiosk-life-smiles-logo {
                justify-content: center;
                margin-top: 40px;
            }

            .chech-in-kiosk-logo-text {
                font-size: 2.2rem;
            }

             .chech-in-kiosk-stats-heading h2,
            .chech-in-kiosk-stats-heading h3 {
               font-size: 2.1rem;
            }
            .chech-in-kiosk-hero-title {
                font-size: 2.5rem;
            }
            .chech-in-kiosk-hero-subtitle {
                font-size: 1.5rem;
            }
            .chech-in-kiosk-chech-in-kiosk-partner-logos-grid {
                gap: 30px 40px;
            }
            .chech-in-kiosk-process-container {
                flex-direction: column;
                gap: 40px;
            }

            .chech-in-kiosk-process-steps {
                flex: 0 0 auto;
                width: 100%;
                max-width: 500px;
            }

            .chech-in-kiosk-chech-in-kiosk-process-image-wrapper {
                width: 100%;
            }

            .chech-in-kiosk-process-image {
                max-width: 100%;
            }
        }

        @media (max-width: 767px) {

            .chech-in-kiosk-case-study-subtitle_3 {
    font-size: 2.3rem;
    
}

             .chech-in-kiosk-tabnew-steps-video-section {
                padding: 50px 0;
            }

            .chech-in-kiosk-tabnew-section-title {
                font-size: 1.75rem;
                margin-bottom: 30px;
            }

            .chech-in-kiosk-tabnew-step-tab {
                padding: 25px 25px 25px 25px;
            }

            .chech-in-kiosk-tabnew-step-title {
                font-size: 1.15rem;
            }

            .chech-in-kiosk-tabnew-step-description {
                font-size: 0.9rem;
            }

            .chech-in-kiosk-tabnew-video-container {
                border-radius: 15px;
                border: 6px solid white;
            }

            .chech-in-kiosk-tabnew-video-placeholder {
                min-height: 300px;
            }

            .chech-in-kiosk-tabnew-video-placeholder i {
                font-size: 4rem;
            }

               .chech-in-kiosk-chech-in-kiosk-logo-text img {
    width: 60%;
}

             .chech-in-kiosk-sec-eighth-cta-trial-section {
                padding: 60px 0;
            }

            .chech-in-kiosk-sec-eighth-cta-title {
                font-size: 1.75rem;
                margin-bottom: 10px;
            }

            .chech-in-kiosk-sec-eighth-cta-title-large {
                font-size: 2.5rem;
                margin-bottom: 15px;
            }

            .chech-in-kiosk-sec-eighth-cta-subtitle {
                font-size: 1.25rem;
                margin-bottom: 40px;
            }

            .chech-in-kiosk-sec-eighth-days-label {
                font-size: 1.5rem;
                margin-bottom: 15px;
                gap: 15px;
            }

            .chech-in-kiosk-sec-eighth-days-label::before,
            .chech-in-kiosk-sec-eighth-days-label::after {
                width: 40px;
                height: 2px;
            }

            .chech-in-kiosk-sec-eighth-guarantee-badge {
                padding: 25px 50px;
            }

            .chech-in-kiosk-sec-eighth-guarantee-text {
                font-size: 1.4rem;
            }

            .chech-in-kiosk-sec-eighth-star-divider {
                margin-top: 20px;
                gap: 10px;
            }

            .chech-in-kiosk-sec-eighth-star-divider::before,
            .chech-in-kiosk-sec-eighth-star-divider::after {
                width: 40px;
            }

            .chech-in-kiosk-sec-eighth-star-divider i {
                font-size: 1.4rem;
            }

            .btn-book-demo {
                font-size: 1.3rem;
                padding: 15px 40px;
            }

            .chech-in-kiosk-sec-eighth-trademark-text {
                font-size: 0.9rem;
                margin-top: 40px;
                padding: 0 20px;
            }

            .chech-in-kiosk-sec-eighth-curved-line-left {
                left: -300px;
                bottom: -150px;
            }

            .chech-in-kiosk-sec-eighth-curved-line-right {
                right: -400px;
                top: -200px;
            }

            .chech-in-kiosk-sec-seventh-stats-banner {
                padding: 30px 0;
            }

            .chech-in-kiosk-sec-seventh-stats-container {
                flex-direction: column;
            }

            .chech-in-kiosk-sec-seventh-stat-item {
                flex: 0 0 100%;
                width: 100%;
                padding: 25px 20px;
                border-bottom: 1px solid #dfdfdf;
            }

            .chech-in-kiosk-sec-seventh-stat-item:last-child {
                border-bottom: none;
            }

            .chech-in-kiosk-sec-seventh-stat-item::after {
                display: none !important;
            }

            .chech-in-kiosk-sec-seventh-stat-value {
                font-size: 3.5rem;
                margin-bottom: 12px;
            }

            .chech-in-kiosk-sec-seventh-stat-label {
                font-size: 1.15rem;
            }

            .chech-in-kiosk-sec-seventh-stat-icon {
                font-size: 3.5rem;
                margin-bottom: 12px;
            }

            .chech-in-kiosk-sec-seventh-icon-user-star .fa-user {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-icon-user-star .fa-star {
                font-size: 1.5rem;
                top: -8px;
                right: -10px;
            }

            .chech-in-kiosk-sec-seventh-icon-doc-search .fa-clipboard-list {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-icon-doc-search .fa-magnifying-glass {
                font-size: 1.7rem;
                bottom: -5px;
                right: -8px;
            }

            .chech-in-kiosk-stats-section {
                padding: 50px 0 40px;
            }

            .chech-in-kiosk-stats-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 40px;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-item {
                border-right: none !important;
                padding: 25px 20px;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-icon {
                font-size: 2.5rem;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-value {
                font-size: 2.5rem;
            }

            .chech-in-kiosk-chech-in-kiosk-sec-seventh-stat-label {
                font-size: 1rem;
            }

            .chech-in-kiosk-testimonial-section {
                padding: 30px 0;
            }

            .chech-in-kiosk-testimonial-title {
                font-size: 1.75rem;
            }

            .chech-in-kiosk-testimonial-subtitle {
                font-size: 1.2rem;
            }

            .chech-in-kiosk-testimonial-highlight {
                font-size: 1rem;
            }

            .chech-in-kiosk-cta-demo-section {
                padding: 50px 0;
            }

            .chech-in-kiosk-cta-demo-title {
                font-size: 1.75rem;
            }

            .chech-in-kiosk-btn-cta {
                font-size: 1.25rem;
                padding: 15px 45px;
            }

            .chech-in-kiosk-faq-section {
                padding:0px 0px 50px 0px;
            }

            .chech-in-kiosk-faq-title {
                font-size: 1.75rem;
                margin-bottom: 35px;
            }

            .chech-in-kiosk-faq-button {
                font-size: 1rem;
                padding: 18px 60px 18px 25px;
            }

            .chech-in-kiosk-faq-toggle {
                width: 32px;
                height: 32px;
                right: 20px;
            }

            .chech-in-kiosk-faq-body {
                padding: 0 25px 20px 25px;
            }

            .chech-in-kiosk-faq-answer {
                font-size: 18px;
            }

            .case-study-content {
                padding: 50px 0;
            }

            .image-wrapper {
                border-radius: 15px;
            }

            .label-top {
                top: -15px;
                left: -15px;
                font-size: 0.9rem;
                padding: 8px 20px;
            }

            .label-bottom {
                bottom: -15px;
                right: -15px;
                font-size: 0.9rem;
                padding: 8px 20px;
            }

            .chech-in-kiosk-accord-new-accordion-button {
                padding: 25px 50px 25px 0;
                gap: 15px;
            }

            .chech-in-kiosk-accord-new-chech-in-kiosk-accord-new-accordion-icon-wrapper {
                width: 40px;
                height: 40px;
            }

            .chech-in-kiosk-accord-new-accordion-icon {
                font-size: 1.6rem;
            }

            .chech-in-kiosk-accord-new-accordion-title {
                font-size: 1.4rem;
            }

            .chech-in-kiosk-accord-new-accordion-toggle {
                width: 35px;
                height: 35px;
            }

            .chech-in-kiosk-accord-new-accordion-toggle i {
                font-size: 1rem;
            }

            .chech-in-kiosk-accord-new-accordion-body {
                       padding: 15px 0 25px 55px;
            }

            .chech-in-kiosk-accord-new-accordion-text {
                font-size: 18px;
            }

            .chech-in-kiosk-security-section {
                padding: 40px 0;
            }

            .chech-in-kiosk-security-badges {
                gap: 40px;
            }

            .chech-in-kiosk-hipaa-badge {
                width: 140px;
                height: 160px;
            }

            .chech-in-kiosk-badge-text-top {
                font-size: 0.9rem;
            }

            .chech-in-kiosk-badge-text-main {
                font-size: 1rem;
            }

            .chech-in-kiosk-badge-ribbon {
                font-size: 0.7rem;
                padding: 6px 18px;
            }

            .chech-in-kiosk-security-icon-wrapper {
                width: 140px;
                height: 140px;
            }

            .chech-in-kiosk-security-icon-center {
                width: 80px;
                height: 80px;
            }

            .chech-in-kiosk-security-icon-center i {
                font-size: 2.5rem;
            }

            .chech-in-kiosk-case-study-section {
                padding: 50px 0;
            }

            .chech-in-kiosk-case-study-badge {
                font-size: 0.9rem;
                padding: 6px 16px;
            }

            .chech-in-kiosk-case-study-title {
                font-size: 64px;
                margin-bottom: 25px;
                line-height: .9;
            }

            .chech-in-kiosk-tag {
                font-size: 0.9rem;
                padding: 10px 20px;
            }

            .chech-in-kiosk-logo-text {
                font-size: 1.8rem;
            }

            .chech-in-kiosk-logo-dental {
                font-size: 1.2rem;
            }

            .chech-in-kiosk-logo-flower {
                width: 50px;
                height: 50px;
            }

            .chech-in-kiosk-petal {
                width: 20px;
                height: 20px;
            }
            .chech-in-kiosk-process-section {
                padding: 50px 0;
            }

            .chech-in-kiosk-process-steps {
                max-width: 100%;
            }

            .chech-in-kiosk-step-chech-in-kiosk-header {
                font-size: 1.15rem;
                margin-bottom: 20px;
            }

            .chech-in-kiosk-step-item {
                padding: 20px 25px;
            }

            .chech-in-kiosk-chech-in-kiosk-tabnew-step-title {
                font-size: 1.05rem;
            }

            .chech-in-kiosk-chech-in-kiosk-tabnew-step-description {
                font-size: 0.85rem;
            }

            .chech-in-kiosk-process-image {
                border-radius: 12px;
            }
             .chech-in-kiosk-stats-section {
                padding: 0px 0px 40px 0px;
            }

            .chech-in-kiosk-stats-heading {
                margin-bottom: 35px;
            }

            .chech-in-kiosk-stats-heading h2,
            .chech-in-kiosk-stats-heading h3 {
                font-size: 1.5rem;
            }
            .chech-in-kiosk-header {
                padding: 20px 0;
            }
            
            .chech-in-kiosk-logo-square {
                width: 40px;
                height: 40px;
            }

            .chech-in-kiosk-logo-square::before {
                font-size: 26px;
            }

            .chech-in-kiosk-logo-square::after {
                width: 12px;
                height: 12px;
            }

            .chech-in-kiosk-chech-in-kiosk-logo-text-main {
                font-size: 22px;
            }

            .chech-in-kiosk-chech-in-kiosk-logo-text-sub {
                font-size: 9px;
            }

            .chech-in-kiosk-hero-section {
                padding: 40px 0 30px;
            }

            .chech-in-kiosk-hero-title {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .chech-in-kiosk-hero-subtitle {
                font-size: 1.25rem;
                margin-bottom: 20px;
            }

            .chech-in-kiosk-hero-description {
                font-size: 0.95rem;
                margin-bottom: 35px;
            }

            .chech-in-kiosk-hero-image-wrapper {
                border-radius: 15px;
                margin-bottom: 0px;
            }

            .chech-in-kiosk-integration-section {
               padding: 0px 0px 40px 0px;
            }

            .chech-in-kiosk-integration-title {
                font-size: 1rem;
                margin-bottom: 25px;
            }

            .chech-in-kiosk-chech-in-kiosk-partner-logos-grid {
                gap: 25px 30px;
            }

            .chech-in-kiosk-partner-logo {
                height: 30px;
            }

            .chech-in-kiosk-partner-logo.dentrix {
                font-size: 24px;
            }

            .chech-in-kiosk-partner-logo.opendental {
                font-size: 18px;
            }

            .chech-in-kiosk-partner-logo.eaglesoft {
                font-size: 20px;
            }

            .chech-in-kiosk-partner-logo.dolphin {
                font-size: 22px;
            }

            .chech-in-kiosk-partner-logo.dentrix-enterprise {
                font-size: 18px;
            }

            .chech-in-kiosk-btn-demo {
                       font-size: 30px;
        padding: 10px 35px;
            }

            .chech-in-kiosk-cta-subtext {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 375px) {
            .chech-in-kiosk-case-study-subtitle {
    font-size: 2.5rem;
   
}

            .chech-in-kiosk-tabnew-section-title {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-tabnew-step-tab {
                padding: 20px 20px 20px 20px;
            }

            .chech-in-kiosk-tabnew-step-title {
                font-size: 1.05rem;
            }

            .chech-in-kiosk-tabnew-video-placeholder {
                min-height: 250px;
            }

            .chech-in-kiosk-tabnew-video-placeholder i {
                font-size: 3.5rem;
            }

            .chech-in-kiosk-sec-eighth-cta-title {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-sec-eighth-cta-title-large {
                font-size: 2.2rem;
            }

            .chech-in-kiosk-sec-eighth-cta-subtitle {
                font-size: 1.1rem;
            }

            .chech-in-kiosk-sec-eighth-days-label {
                font-size: 1.3rem;
            }

            .chech-in-kiosk-sec-eighth-guarantee-badge {
                padding: 20px 40px;
            }

            .chech-in-kiosk-sec-eighth-guarantee-text {
                font-size: 1.2rem;
            }

            .btn-book-demo {
                font-size: 1.2rem;
                padding: 14px 35px;
            }

            .chech-in-kiosk-sec-eighth-trademark-text {
                font-size: 0.85rem;
            }

             .chech-in-kiosk-sec-seventh-stat-value {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-stat-label {
                font-size: 1.05rem;
            }

            .chech-in-kiosk-sec-seventh-stat-icon {
                font-size: 3rem;
            }

            .chech-in-kiosk-sec-seventh-icon-user-star .fa-user {
                font-size: 2.7rem;
            }

            .chech-in-kiosk-sec-seventh-icon-user-star .fa-star {
                font-size: 1.3rem;
            }

            .chech-in-kiosk-sec-seventh-icon-doc-search .fa-clipboard-list {
                font-size: 2.7rem;
            }

            .chech-in-kiosk-sec-seventh-icon-doc-search .fa-magnifying-glass {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-testimonial-title {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-cta-demo-title {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-btn-cta {
                font-size: 1.1rem;
                padding: 14px 35px;
            }

            .chech-in-kiosk-faq-title {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-faq-button {
                font-size: 0.95rem;
            }
            .chech-in-kiosk-accord-new-accordion-title {
                font-size: 1.25rem;
            }

            .chech-in-kiosk-accord-new-accordion-button {
                padding: 20px 45px 20px 0;
            }

            .chech-in-kiosk-accord-new-accordion-body {
                padding: 0 0 20px 50px;
            }

            .label-top,
            .label-bottom {
                font-size: 0.85rem;
                padding: 7px 16px;
            }
 .chech-in-kiosk-case-study-title {
                font-size: 3rem;
            }

            .chech-in-kiosk-tag {
                font-size: 0.85rem;
                padding: 8px 16px;
            }

            .chech-in-kiosk-logo-text {
                font-size: 1.5rem;
            }

            .chech-in-kiosk-logo-dental {
                font-size: 1rem;
                letter-spacing: 2px;
            }

             .chech-in-kiosk-step-chech-in-kiosk-header {
                font-size: 1.1rem;
            }

            .chech-in-kiosk-step-item {
                padding: 18px 20px;
            }

            .chech-in-kiosk-chech-in-kiosk-tabnew-step-title {
                font-size: 1rem;
            }
            .chech-in-kiosk-stats-heading h2,
            .chech-in-kiosk-stats-heading h3 {
                font-size: 1.35rem;
            }
            .chech-in-kiosk-hero-title {
                font-size: 1.75rem;
            }

            .chech-in-kiosk-hero-subtitle {
                font-size: 1.1rem;
            }

                .chech-in-kiosk-btn-demo {
        padding: 8px 30px;
        font-size: 1.5rem;
    }

            .chech-in-kiosk-chech-in-kiosk-partner-logos-grid {
                gap: 20px 25px;
            }
        }
         /* Animation */
        .fade-in {
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateX(20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Container adjustments */
        @media (min-width: 1440px) {
            .container {
                max-width: 1200px;
            }
        }

/* mpayr v2 */
/* Base Styles */
        .mpar-sec1 {
            padding: 80px 0px 0px 0px;
            background-color: #ffffff;
            font-family: 'Inter', sans-serif;
        }

        .mpar-sec1-title {
            font-size: 44px;
            font-weight: 700;
            color: #000000;
            text-align: center;
            margin-bottom: 60px;
            line-height: 1.2;
                font-family: satoshi;
        }

        .mpar-sec1-card {
            text-align: center;
            padding: 20px 15px;
        }

        .mpar-sec1-icon-wrapper {
            width: 120px;
            height: 120px;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
           
            border-radius: 16px;
        }

        .mpar-sec1-icon-wrapper svg {
            width: 60px;
            height: 60px;
        }

        .mpar-sec1-card-title {
            font-size: 20px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .mpar-sec1-card-description {
            font-size: 16px;
            font-weight: 400;
            color: #333333;
            line-height: 1.5;
            margin: 0;
        }
        img.sec_0-banner {
    width: 100%;
}
/* Section 2 Styles */
        .mpr-nw-sec2 {
             padding: 60px 0px 80px 0px;
            background-image: url('../images/mpayr-v2/sec-2-bg.png');
            background-repeat: no-repeat;
            background-size: cover;
        }
        .mpayr_new-sec-3{
            padding: 60px 0px 80px 0px;
            background-image: url('../images/mpayr-v2/sec-3-bg.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .mpr-nw-sec2-heading {
                font-family: satoshi;
            font-size: 48px;
            font-weight: 800;
            color: #000000;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .mpr-nw-sec2-subheading {
            font-size: 24px;
            font-weight: 400;
            color: #000000;
            text-align: center;
            margin-bottom: 35px;
        }

        .mpr-nw-sec2-cards-wrapper {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 10px;
        }

        .mpr-nw-sec2-card {
            flex: 0 0 auto;
            text-align: center;
        }

        .mpr-nw-sec2-card-icon {
          
        }

        .mpr-nw-sec2-card-title {
            font-size: 20px;
            font-weight: 600;
            color: #000000;
        }

        .mpr-nw-sec2-bottom-text {
            font-size: 26px;
            font-weight: 400;
            color: #000000;
            text-align: center;
            letter-spacing: -1px;
        }

        .mpr-nw-sec2-bottom-text strong {
            font-weight: 600;
        }
        img.how_pic2 {
    width: 100%;
}
 /* Section Styles */
       

        .mpayr_new-sec-3__title {
            font-size: 48px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            color: #000;
        }

        .mpayr_new-sec-3__title::before,
        .mpayr_new-sec-3__title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 200px;
            height: 1px;
            background: #a3a3a3;
            z-index: 99999;
        }

        .mpayr_new-sec-3__title::before {
            left: 50%;
            margin-left: -450px;
        }
        

        .mpayr_new-sec-3__title::after {
            right: 50%;
            margin-right: -450px;
        }

        /* How It Works Section */
        .mpayr_new-sec-3__works-wrapper {
            margin-bottom: 80px;
        }

        .mpayr_new-sec-3__works-item {
            text-align: center;
            margin-bottom: 30px;
        }

        .mpayr_new-sec-3__works-image-wrapper {
           
            margin-bottom: 20px;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mpayr_new-sec-3__works-image {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
        }

        .mpayr_new-sec-3__works-text {
            font-size: 18px;
            line-height: 1.5;
            color: #000;
            font-weight: 400;
        }

        /* Patient Select Section */
        .mpayr_new-sec-3__select-title {
            font-size: 42px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 50px;
            color: #000;
        }

        .mpayr_new-sec-3__payment-card {
            background: linear-gradient(135deg, rgba(229, 220, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%);
            border-radius: 20px;
            padding: 40px 30px;
            margin-bottom: 30px;
            min-height: 280px;
            border: 1px solid rgba(229, 220, 255, 0.5);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .mpayr_new-sec-3__payment-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .mpayr_new-sec-3__payment-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 25px;
        }

        .mpayr_new-sec-3__payment-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #000;
            padding-bottom: 15px;
            border-bottom: 2px solid #000;
            display: inline-block;
        }

        .mpayr_new-sec-3__payment-description {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-top: 20px;
        }
        /* Base Styles */
        .mpayr-new-calc-section {
            padding: 60px 0;
            background-color: #ffffff;
            font-family: 'Poppins', sans-serif;
            overflow: hidden;
        }
        
        /* Calculator Card */
        .mpayr-new-calc-card {
            background: #ffffff;
            border: 2px solid #e8e8e8;
            border-radius: 30px;
            padding: 40px;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        
        .mpayr-new-calc-badge {
                position: absolute;
    top: -15px;
    left: 50%;
    background-color: #00BC72;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
     transform: translateX(-50%);
    /* transform: rotate(-10deg); */
        }
        
        .mpayr-new-calc-title {
            font-size: 42px;
            font-weight: 700;
            color: #000000;
            line-height: 1.2;
            margin-top: 20px;
            margin-bottom: 40px;
            font-family: satoshi;
        }
        
        /* Form Group */
        .mpayr-new-calc-form-group {
            margin-bottom: 20px;
        }
        
        .mpayr-new-calc-label {
            font-size: 16px;
            font-weight: 500;
            color: #333333;
            display: block;
            margin-bottom: 0;
        }
        
        .mpayr-new-calc-input-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }
        
        .mpayr-new-calc-input {
            flex: 0 0 180px;
            background: #f5f5f5;
            border: none;
            border-radius: 8px;
            padding: 12px 20px;
            font-size: 18px;
            font-weight: 600;
            color: #333333;
            text-align: right;
            outline: none;
            transition: all 0.3s ease;
            width: 0px;
        }
        
        .mpayr-new-calc-input:focus {
            background: #ebebeb;
            box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.1);
        }
        
        /* Result Display */
        .mpayr-new-calc-result-group {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 2px solid #f0f0f0;
        }
        
        .mpayr-new-calc-result {
            flex: 0 0 180px;
            background: #f5f5f5;
            border-radius: 8px;
            padding: 12px 20px;
            font-size: 20px;
            font-weight: 700;
            color: #00b894;
            text-align: right;
        }
        
        /* Right Side - Payment Methods */
        .mpayr-new-calc-payment-section {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }
        
        .mpayr-new-calc-payment-wrapper {
            position: relative;
            max-width: 500px;
            width: 100%;
        }
        
        /* Circle Background */
        .mpayr-new-calc-circle-bg {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
        }
        
        .mpayr-new-calc-circle {
            position: absolute;
            border-radius: 50%;
        }
        
        .mpayr-new-calc-circle-1 {
            width: 280px;
            height: 280px;
            background: #2c3e50;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
        }
        
        .mpayr-new-calc-circle-2 {
            width: 380px;
            height: 380px;
            background: #3498db;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
        }
        
        .mpayr-new-calc-circle-3 {
            width: 200px;
            height: 200px;
            background: #5dade2;
            bottom: 0;
            right: 0;
            z-index: 2;
        }
        
        .mpayr-new-calc-circle-4 {
            width: 250px;
            height: 250px;
            background: #1abc9c;
            bottom: 60px;
            left: -30px;
            z-index: 1;
        }
        
        .mpayr-new-calc-circle-5 {
            width: 200px;
            height: 200px;
            background: #27ae60;
            top: 0;
            right: -20px;
            z-index: 1;
        }
        
        /* Center Device Image */
        .mpayr-new-calc-device-wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 4;
            width: 280px;
        }
        
        .mpayr-new-calc-device-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Payment Method Icons */
        .mpayr-new-calc-payment-icon {
            position: absolute;
            z-index: 5;
            background: #ffffff;
            border-radius: 12px;
            padding: 12px 16px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }
        
        .mpayr-new-calc-icon-img {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f9fa;
            border-radius: 8px;
            padding: 6px;
        }
        
        .mpayr-new-calc-icon-text {
            font-size: 11px;
            font-weight: 600;
            color: #333333;
            white-space: nowrap;
            line-height: 1.2;
            text-align: center;
        }
        
        .mpayr-new-calc-icon-subtext {
            font-size: 9px;
            font-weight: 400;
            color: #666666;
        }
        
        /* Icon Positions */
        .mpayr-new-calc-icon-ach {
            top: 10%;
            left: 5%;
        }
        
        .mpayr-new-calc-icon-text2pay {
            top: 15%;
            right: 5%;
        }
        
        .mpayr-new-calc-icon-terminal {
            top: 45%;
            right: -5%;
        }
        
        .mpayr-new-calc-icon-paylink {
            bottom: 20%;
            right: 10%;
        }
        
        .mpayr-new-calc-icon-cardfile {
            bottom: 15%;
            left: 5%;
        }
        
        /* Pay Bill Link Button */
        .mpayr-new-calc-pay-button {
            position: absolute;
            bottom: 25%;
            right: 5%;
            background: linear-gradient(135deg, #ff9a56 0%, #ff6b35 100%);
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
            z-index: 5;
            white-space: nowrap;
        }
        
        /* Dotted Lines */
        .mpayr-new-calc-dotted-line {
            position: absolute;
            border: 2px dashed #cccccc;
            z-index: 4;
        }
        
        .mpayr-new-calc-line-1 {
            width: 120px;
            top: 15%;
            left: 20%;
            transform: rotate(-10deg);
        }
        
        .mpayr-new-calc-line-2 {
            width: 100px;
            bottom: 30%;
            left: 15%;
            transform: rotate(5deg);
        }




        .im-wd_imp{
            width: 100%;
        }
        img.sec-2-pic{
            width: 175px;
        }
        .im-wd_imp2{
            max-width: 225px;
        }
        .im-wd_imp3{
            width: 300px;
        }
        
         /* mPayr Footer Section Styles */
        .mpayr-n-footer {
            background-color: #ffffff;
            padding: 60px 0;
        }

        .mpayr-n-footer__title {
            font-family: 'Arial', sans-serif;
            font-size: 42px;
            font-weight: 700;
            color: #1a4d8f;
            text-align: center;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .mpayr-n-footer__title::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #fdb913;
        }

        .mpayr-n-footer__title-wrapper {
            text-align: center;
            margin-bottom: 40px;
        }

        .mpayr-n-footer__grid {
            display: grid;
            gap: 20px;
            margin-bottom: 60px;
        }

        .mpayr-n-footer__image-box {
           
            width: 100%;
            overflow: hidden;
        }

        .mpayr-n-footer__image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .mpayr-n-footer__image-box--small {
            aspect-ratio: 1.5 / 1;
        }

        .mpayr-n-footer__image-box--large {
            aspect-ratio: 3.5 / 1;
        }

        .mpayr-n-footer__pci-section {
            text-align: center;
            margin-bottom: 50px;
        }

        .mpayr-n-footer__pci-title {
            font-family: satoshi;
            font-size: 36px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 10px;
        }

        .mpayr-n-footer__pci-subtitle {
               font-size: 27px !important;
    font-weight: 600;
    color: #000000;
    margin-bottom: 40px;
    font-family: satoshi;
        }

        .mpayr-n-footer__features {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 60px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .mpayr-n-footer__feature-item {
            text-align: center;
            max-width: 140px;
        }

        .mpayr-n-footer__feature-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mpayr-n-footer__feature-icon svg {
            width: 100%;
            height: 100%;
        }

        .mpayr-n-footer__feature-text {
            font-family: satoshi;
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            line-height: 1.4;
        }

        .mpayr-n-footer__cta-wrapper {
            text-align: center;
        }

        .mpayr-n-footer__cta-button {
            display: inline-block;
          background-color: #2D58FF;
            color: #ffffff!important;
            font-family: satoshi;
            font-size: 24px;
            font-weight: 600;
               padding: 8px 30px;
            border-radius: 10px;
            text-decoration: none;
           
        }

        .mpayr-n-footer__cta-button:hover {
          
            text-decoration: none;
            color: #ffffff;
          
        }
        .banner-hide{
            display: none!important;
        }
        .price-hide{
            display: none!important;
        }
        .third-box2{
            display: none!important;
        }
        .cara-2{
            display: none!important;
        }
        .wi-100 {
    width: 80%;
    margin: 0 auto;
}
       
       
         @media (min-width: 1200px) {
            .mpayr-n-footer {
                padding: 80px 0;
            }

            .mpayr-n-footer__grid {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: auto auto auto;
            }

            .mpayr-n-footer__grid-item:nth-child(3) {
                grid-column: 1 / -1;
            }

            .mpayr-n-footer__title {
                font-size: 48px;
            }

            .mpayr-n-footer__pci-title {
                font-size: 42px;
            }

            .mpayr-n-footer__pci-subtitle {
                font-size: 22px;
            }

            .mpayr-n-footer__features {
                gap: 80px;
            }
        }

       
        /* Mobile Styles */
        @media (max-width: 600px) {
            .third-box2{
            display: block!important;
        }
            .third-box1{
            display: none!important;
        }
        .cara-2{
            display: block!important;
        }
        .cara-1{
            display: none!important;
        }
            .price-show{
                display: none!important;
            }
            .price-hide{
                display: block!important;
            }
            
            .banner-show{
                display: none!important;
            }
            .banner-hide{
            display: block!important;
        }
             .mpayr-n-footer {
                padding: 40px 0;
            }

            .mpayr-n-footer__grid {
                grid-template-columns: 1fr;
                gap: 15px;
                margin-bottom: 40px;
            }

            .mpayr-n-footer__title {
                font-size: 32px;
            }

            .mpayr-n-footer__title-wrapper {
                margin-bottom: 30px;
            }

            .mpayr-n-footer__pci-title {
                font-size: 28px;
            }

            .mpayr-n-footer__pci-subtitle {
                font-size: 16px;
                margin-bottom: 30px;
            }

            .mpayr-n-footer__features {
                gap: 30px;
                margin-bottom: 30px;
            }

            .mpayr-n-footer__feature-item {
                max-width: 120px;
            }

            .mpayr-n-footer__feature-icon {
                width: 50px;
                height: 50px;
                margin-bottom: 10px;
            }

            .mpayr-n-footer__feature-text {
                font-size: 12px;
            }

            .mpayr-n-footer__cta-button {
                        font-size: 20px;
        padding: 8px 25px;
            }
             .mpayr-new-calc-section {
                padding: 40px 0;
            }
            
            .mpayr-new-calc-card {
                padding: 30px 20px;
                border-radius: 20px;
            }
            
            .mpayr-new-calc-badge {
                left: 50%;
                font-size: 14px;
                padding: 6px 16px;
                 transform: translateX(-50%);
            }
            
            .mpayr-new-calc-title {
                font-size: 28px;
                margin-top: 15px;
                margin-bottom: 30px;
            }
            
            .mpayr-new-calc-label {
                font-size: 14px;
            }
            
            .mpayr-new-calc-input-wrapper {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .mpayr-new-calc-input {
                flex: 1;
                width: 100%;
                font-size: 16px;
            }
            
            .mpayr-new-calc-result {
                flex: 1;
                width: 100%;
                font-size: 18px;
            }
            
            .mpayr-new-calc-payment-section {
                padding: 40px 10px;
                margin-top: 30px;
            }
            
            .mpayr-new-calc-circle-1 {
                width: 200px;
                height: 200px;
            }
            
            .mpayr-new-calc-circle-2 {
                width: 280px;
                height: 280px;
            }
            
            .mpayr-new-calc-circle-3 {
                width: 140px;
                height: 140px;
            }
            
            .mpayr-new-calc-circle-4 {
                width: 180px;
                height: 180px;
            }
            
            .mpayr-new-calc-circle-5 {
                width: 150px;
                height: 150px;
            }
            
            .mpayr-new-calc-device-wrapper {
                width: 200px;
            }
            
            .mpayr-new-calc-payment-icon {
                padding: 8px 12px;
            }
            
            .mpayr-new-calc-icon-img {
                width: 24px;
                height: 24px;
            }
            
            .mpayr-new-calc-icon-text {
                font-size: 9px;
            }
            
            .mpayr-new-calc-icon-subtext {
                font-size: 8px;
            }
            
            .mpayr-new-calc-pay-button {
                font-size: 11px;
                padding: 8px 16px;
            }
             .mpayr_new-sec-3 {
                padding: 40px 0;
            }

            .mpayr_new-sec-3__title {
                font-size: 28px;
                margin-bottom: 40px;
            }

            .mpayr_new-sec-3__title::before,
            .mpayr_new-sec-3__title::after {
                width: 60px;
            }

            .mpayr_new-sec-3__title::before {
                margin-left: -150px;
            }

            .mpayr_new-sec-3__title::after {
                margin-right: -150px;
            }

            .mpayr_new-sec-3__works-wrapper {
                margin-bottom: 50px;
            }

            .mpayr_new-sec-3__works-image-wrapper {
                padding: 20px;
                min-height: 180px;
            }

            .mpayr_new-sec-3__works-text {
                font-size: 16px;
            }

            .mpayr_new-sec-3__select-title {
                font-size: 26px;
                margin-bottom: 30px;
            }

            .mpayr_new-sec-3__payment-card {
                padding: 30px 20px;
                min-height: auto;
            }

            .mpayr_new-sec-3__payment-icon {
                width: 40px;
                height: 40px;
                margin-bottom: 20px;
            }

            .mpayr_new-sec-3__payment-title {
                font-size: 22px;
                margin-bottom: 12px;
            }

            .mpayr_new-sec-3__payment-description {
                font-size: 14px;
            }
            .mpar-sec1-card-title {
   
    margin-top: 50px;
}
            .mpar-sec1 {
                padding: 60px 0px 0px 0px;
            }

            .mpar-sec1-title {
                font-size: 32px;
                margin-bottom: 50px;
                padding: 0 15px;
            }

            .mpar-sec1-card {
                padding: 30px 15px;
                margin-bottom: 20px;
            }

            .mpar-sec1-icon-wrapper {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }

            .mpar-sec1-icon-wrapper svg {
                width: 50px;
                height: 50px;
            }

            .mpar-sec1-card-title {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .mpar-sec1-card-description {
                font-size: 15px;
                line-height: 1.6;
            }
            .mpr-nw-sec2 {
                padding: 40px 0;
            }

            .mpr-nw-sec2-heading {
                font-size: 28px;
                padding: 0 15px;
                margin-bottom: 15px;
            }

            .mpr-nw-sec2-subheading {
                font-size: 18px;
                padding: 0 15px;
                margin-bottom: 40px;
            }

            .mpr-nw-sec2-cards-wrapper {
                flex-direction: column;
                gap: 30px;
                margin-bottom: 40px;
            }

            .mpr-nw-sec2-card {
                width: 100%;
            }

            .mpr-nw-sec2-card-icon {
                width: 140px;
                height: 140px;
            }

            .mpr-nw-sec2-card-title {
                font-size: 18px;
            }

            .mpr-nw-sec2-bottom-text {
                font-size: 22px;
                padding: 0 15px;
            }
        }
/* mpayr v2 */


/* cds event */

.cds-event.hero-section {
  min-height: 100vh;
  background-image: url("../images/cds-event/home.png"); 
  background-color: #cccccc;
  height: 500px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}
.bn-sat
{
  font-family: "Plus Jakarta Sans", sans-serif;
}
.cds-event .text-green, .cds-cta-section .text-green
{
  color: #00BC72;
}
.fw8
{
  font-weight: 800!important;
}
.cds-event .hero-text
{
   font-family: "Plus Jakarta Sans", sans-serif;
   font-size:56px;
}
.cds-event .hero-para
{
   font-family: "Plus Jakarta Sans", sans-serif;
   line-height: 32px;
}
.section-2 .web-para, .section-last .web-para
{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.section-last .cus-h4{
  font-size:24px;
}
.section-2 .web-head
{
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .cds-event .hero-section h1 {
    font-size: 1.8rem;
  }

  .cds-event .hero-section p {
    font-size: 1rem;
  }
}

.info-bar {
  flex-wrap: wrap;
}

.info-pill {
  border-radius: 50px;
  color: #fff;
  border: 1.5px solid #fff;
  padding: 14px 24px;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* each row */
.info-item {
  display: flex;
  align-items: center;
}

/* icons */
.icon,
.icon1 {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
  font-weight: 800;
}

.icon {
  background-image: url("../images/cds-event/Vector.svg");
}

.icon1 {
  background-image: url("../images/cds-event/Vector1.svg");
}

/* ðŸ“± MOBILE DESIGN (stacked like your image) */
@media (max-width: 991px) {
  .info-pill {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
    padding: 16px;
    gap: 12px;
  }

  .cds-event .info-text {
    font-size: 14px;
    line-height: 1.4;
  }
}

.pt20
{
    padding-top: 20px;
}
.pt30
{
    padding-top: 30px;
}
.pt40
{
    padding-top: 40px;
}
.pt50
{
    padding-top: 50px;
}
.pb0
{
  padding-bottom: 0px;
}

.pb20
{
    padding-bottom: 20px;
}
.pb30
{
    padding-bottom: 30px;
}
.pb40
{
    padding-bottom: 40px;
}
.pb50
{
    padding-bottom: 50px;
}


.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tick-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #333;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.tick-list li::before {
  content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url("../images/cds-event/tick.svg") no-repeat center;
    background-size: contain;
}

.btn-cds
{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 15px;
    background-color: #2D58FF;
    color: #fff!important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-cds:hover{
    background-color: #2D58FF;
    color: #fff;
    text-decoration: none;
}
    
.cds-cta-section {
  background-image: url("../images/cds-event/full_section.png"); 
  border-radius: 22px;
  position: relative;
  overflow: hidden;
   background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}

.cds-cta-section::before {
  top: -120px;
  left: -120px;
}

.cds-cta-section::after {
  bottom: -120px;
  right: -120px;
}

.cds-cta-section h2 {
  font-size: 2rem;
}

.cds-cta-section p {
  font-size: 1.1rem;
}

.text-success {
  color: #2ecc71 !important;
}
.reserve-head
{
  font-size: 50px!important;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.reserve-para
{
  font-size: 20px!important;
  font-weight: 300;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
}

.section-2 .btn-primary {
  background-color: #3b5bfd;
  border: none;
  border-radius: 14px;
  font-weight: 600;
}

.section-2 .btn-primary:hover {
  background-color: #2f49d8;
}


@media (max-width: 576px) {
  .cds-cta-section h2 {
    font-size: 1.6rem;
  }

  .cds-cta-section p {
    font-size: 1rem;
  }
}

.marquee-wrapper {
  background-color: #00493B;
  overflow: hidden;       /* REQUIRED */
  width: 100%;
  position: relative;
  padding:10px;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

.marquee-track span {
  white-space: nowrap;
  margin-right: 60px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Mobile adjustments */
@media (max-width: 576px) {
  .marquee-track span {
    font-size: 16px;
    margin-right: 40px;
  }
  br{
    display:none;
  }
}

.booking-card {
  width: 100%;
  max-width: 380px;
  border-radius: 18px;
  overflow: hidden;
  border: none;
}

.card-img-top {
  height: 180px;
  object-fit: cover;
}

.new_card
{
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  border-radius: 0 0 18px 18px;
}
.booking-card h4 {
  line-height: 1.3;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size:24px;
}

.form-control {
  height: 52px;
  border-radius: 14px;
  padding-left: 46px;
  font-size: 15px;
}
.new-form
{
  height: 52px!important;
}
.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #9aa0a6;
  font-size: 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #3b5bfd;
}

.btn-primary {
  background-color: #3b5bfd;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  color:#fff!important;
}

.btn-primary:hover {
  background-color: #2f49d8;
}

.section-last {
  background-image: url("../images/cds-event/vec_bg.png"); 
  background-color: #ffffff;
  height: 700px; 
  background-position: center 30%; 
  background-repeat: no-repeat; 
  background-size: cover; 
}
.cds-offer
{
 font-family: "Plus Jakarta Sans", sans-serif;
 font-weight: 700;    
 font-size:28px;                                        
}

@media (max-width: 991px) {
  .bn-sat 
   {
    font-size: 14px!important;
  }
}
@media (max-width: 1199px) {
  .bn-sat1 
   {
    font-size: 12px!important;
  }
}
@media (min-width: 1900px) {
  .cds-cus-padd {
  padding:5rem!important;
  }
}
/* cds event */

.wpcf7 input, .wpcf7 select {
    border: #ddd 1px solid;
    margin: 0px 0;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
  background-color: #FF5256!important; /* red color */
  color: #fff;              /* white text */
  border: none;
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0px auto; /* centers the button */
  text-align: center;
  width: auto;
  font-weight:600;
}
.wpcf7-acceptance{
  font-size:16px;
  font-weight:400;
}
.wpcf7-spinner, .ftr-top, .wpcf7-response-output, #webWidget{
  display:none;
}
.wpcf7-not-valid-tip{
  font-size:14px;
}
.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;   /* vertical alignment */
  gap: 8px;              /* space between checkbox and text */
  white-space: normal;   /* allow text to wrap if very long */
}

.wpcf7-acceptance input[type="checkbox"] {
  margin: 0;   /* remove extra margins */
  position: relative;
  top: 0;      /* reset if you moved it earlier */
  width:auto;
}
.wpcf7-list-item{
  margin:0;
}

.social-icon {

  width: 21px;

  display: block;

  margin: auto;

}
 
.ftr-bg a{font-size: 14px}
 