@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.cta-button button {
  background-color: #2D58FF;
  font-family: "Montserrat", serif !important;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  font-size: 20px;
  border-radius: 8px;
  padding: 14px 26px;
}
.header{
  padding: 0;
}
.cta-button button:hover {
  color: #fff;
}

.box-text p {
  font-weight: 500;
  font-size: 20px !important;
}

.has-border {
  border-bottom: solid 2px #ACACAC;
}

.audio-wrapper .play-button {
  background-color: #47c1d6;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 500;
  transition: background-color 0.8s ease;
}
.audio-wrapper .play-button:hover {
  background-color: rgba(79, 216, 240, 0.8);
}
.audio-wrapper .audio-main {
  position: relative;
}
.audio-wrapper .audio-main .action-cta-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
}
.audio-wrapper .audio-main .action-cta-btn img {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.audio-wrapper .audio-main .action-cta-btn a {
  transition: transform 1s ease;
  display: inline-block;
}
.audio-wrapper .audio-main .action-cta-btn a:hover {
  transform: scale(1.1);
}
.audio-wrapper .audio-main .audio__image {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 49.4%;
  left: 50%;
  width: 100%;
}
@keyframes growLine {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.5);
  }
}
.audio-wrapper line {
  transform-origin: center;
  animation: none;
  stroke: #47c1d6;
  stroke-width: 2;
}

.footer-cta-section a:hover {
  text-decoration: none !important;
}

/* Hero Section */
.hero {
  position: relative;
  background-image: url("/wp-content/themes/twentynineteen/lp-assests/zaha-ortho/images/zaha-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.hero h1,
.hero span,
.hero p,
.hero a {
  font-family: "Montserrat", serif !important;
  color: #fff;
}
.hero .cta-header {
  background-color: #2D58FF;
  display: inline-block;
  padding: 8px 15px;
}
.hero .cta-header p {
  color: #fff;
  font-size: 18px;
}
.hero h1 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 14px;
}
.hero p {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.hero .cta-text p {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 12px;
}

.section-main p,
.section-main li,
.section-main th,
.section-main td,
.section-main h2,
.section-main h3,
.section-main h4,
.section-main h5,
.section-main h6 {
  font-family: "Montserrat", serif !important;
}
.section-main .image-wrapper p {
  color: #53565B;
  font-size: 14px;
}
.section-main .demo-form p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #53565B;
}
.section-main .demo-form p b {
  color: #004988;
}
.section-main .demo-form h3 {
  color: #004988 !important;
  text-align: center;
  font-size: 34px;
  font-weight: 700 !important;
}
.section-main .demo-form .resource-item .col-sm-12 {
  border-right: solid 1px #D9D9D9;
}
.section-main .demo-form .resource-item .col-sm-12:last-child {
  border-right: 0;
}
.section-main .demo-form .form-wrapper {
  background: #FFFFFF;
  border: 1.07162px solid #E4E4E4;
  box-shadow: 0px 24.6472px 30.0053px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 24px 30px;
}
.section-main .demo-form .form-wrapper .btn-country {
  border: solid 1px #ced4da;
  border-right: 0;
  padding: 0 10px;
}
.section-main .demo-form .form-wrapper h4 {
  color: #53565B;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 12px;
}
.section-main .demo-form .form-wrapper .form-group, .section-main .demo-form .form-wrapper .input-group {
  margin-bottom: 0px;
}
.section-main p,
.section-main li {
  color: #050505;
  font-size: 18px;
}
.section-main li {
  padding-bottom: 10px;
}
.section-main li:last-child {
  padding-bottom: 0;
}
.section-main .box-wrapper {
  border: solid 1px #ADADAD;
  border-radius: 20px;
}
.section-main .box-wrapper .certificate-img {
  position: absolute;
  right: 20%;
  top: -42%;
}
.section-main .box-wrapper h5 {
  color: #545453;
  font-weight: 600;
  font-size: 40px;
}
.section-main .box-wrapper h6 {
  color: #10B5C6;
  font-size: 22px;
  font-weight: 600;
}
.section-main .general-heading {
  color: #10B5C6;
  font-size: 36px;
  font-weight: 600;
}
.section-main .general-subheading {
  color: #545453;
  font-size: 30px;
  font-weight: 600;
}
.section-main .problem h2 {
  font-size: 38px;
}
.section-main .problem h3 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
.section-main .problem ul {
  list-style-type: none;
}
.section-main .problem ul li {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.section-main .problem .problem__text {
  background: #F5F5F5;
  border: 1.5px solid #B8B8B8;
  padding: 20px 28px;
  margin-top: 30px;
  border-radius: 20px;
  margin: 16px;
}
.section-main .problem .problem__text p {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.section-main .feature-card {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border: 1.5px solid #B8B8B8;
  border-radius: 16px;
  gap: 10px;
  padding: 16px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.section-main .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-main .feature-card__title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.section-main .case-study {
  background: #F6F6F6;
}
.section-main .case-study .case-study__subtitle {
  color: #545453;
  font-size: 20px;
  font-weight: 500;
}
.section-main .case-study .case-study__section {
  border: solid 1px #10B5C6;
  padding: 34px 28px 28px 28px;
  position: relative;
  margin-bottom: 3.5rem;
}
.section-main .case-study .case-study__section p {
  margin-bottom: 0;
}
.section-main .case-study .case-study__section .case-study__header {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  width: 100%;
  left: 54%;
}
.section-main .case-study .case-study__section .case-study__section-title {
  color: #10B5C6;
  display: inline-block;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 600;
}
.section-main .case-study .case-study__section p,
.section-main .case-study .case-study__section li {
  color: #050505;
  font-size: 16px;
}
.section-main .solution p {
  font-size: 20px;
}
.section-main .why-love {
  background: #F5FFFF;
  border: 1.5px solid #C9E8EB;
  border-radius: 65px 65px 412px 65px;
  padding: 40px 40px 40px 60px;
}
.section-main .why-love h2 {
  font-size: 40px;
  color: #545453;
  font-weight: 500;
}
.section-main .why-love h2 span {
  font-weight: 700;
}
.section-main .why-love .why-love__feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
  border-bottom: solid 1px #BFBFBF;
}
.section-main .why-love .why-love__feature:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.section-main .why-love .why-love__feature-title {
  font-size: 22px;
  font-weight: 600;
}
.section-main .final-results {
  border: solid 1px #ACACAC;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.section-main .final-results .result-header {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  width: 100%;
  left: 54%;
}
.section-main .final-results .result-header .final-results__title {
  display: inline-block;
  color: #545453;
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
  padding: 6px 10px;
}
.section-main .final-results ul {
  -moz-column-count: 2;
       column-count: 2;
  list-style-type: none;
}
.section-main .final-results ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #10B5C6;
  margin-right: 6px;
}
.section-main .final-results ul li {
  text-align: left;
}

.hero__logo {
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.hero__logo-img {
  width: 80%;
  height: auto;
}

.btn-demo {
  background-color: var(--primary-color);
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.testimonial {
  background-color: #f9f9f9;
  border-left: 4px solid var(--secondary-color);
  padding: 15px;
  margin: 20px 0;
  font-style: italic;
}

/* Results Section */
.results {
  text-align: center;
}

.results__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.why-love__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.why-love__content {
  flex-grow: 1;
}

.why-love__image {
  max-width: 100%;
  height: auto;
}

/* Footer */
.footer {
  background-color: var(--dark-bg);
  color: var(--light-text);
  padding: 40px 0 20px;
}

.footer__logo {
  max-height: 40px;
  margin-bottom: 20px;
}

.footer__contact {
  margin-bottom: 20px;
}

.footer__heading {
  font-weight: 600;
  margin-bottom: 15px;
}

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

.footer__list-item {
  margin-bottom: 10px;
}

.footer__link {
  color: var(--light-text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__link:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.footer__social {
  margin-top: 15px;
}

.footer__social-icon {
  color: var(--light-text);
  font-size: 1.2rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.footer__social-icon:hover {
  color: var(--secondary-color);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 20px;
  font-size: 0.8rem;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Button Animations */
.btn {
  transition: all 0.3s ease;
}

.feature-comparison table {
  table-layout: fixed;
}

.feature-comparison table td, .feature-comparison table th {
  border: 0 !important;
  word-break: normal !important;
}

.feature-comparison table thead th {
  padding: 16px;
  vertical-align: middle;
  font-size: 22px;
  color: #162B60;
  font-weight: 600;
  background-color: #49C0D4;
}

.feature-comparison table thead th:last-child {
  background-color: #35ACC1;
}

.feature-comparison table tbody td {
  background-color: #EFEBEB;
  padding: 26px;
  font-size: 18px;
  color: #373737;
  font-weight: 500;
}

.feature-comparison table tbody td:last-child {
  background-color: #DFDADA;
}

@media only screen and (min-width: 600px) {
  .logo-container {
    position: absolute;
    top: 20px;
  }
  .mobile-br {
    display: none;
  }
  .mt-large-1 {
    margin-top: -24px;
  }
  .show-br {
    display: none;
  }
  .key-fetaures {
    background-repeat: no-repeat;
    background-size: 30%;
    background-image: url("/wp-content/themes/twentynineteen/lp-assests/zaha-ortho/images/key-features-bg.png");
    background-position: right;
  }
  .box-wrapper .col-md-3 {
    border-right: solid 1px #D7D7D7;
  }
  .box-wrapper .col-md-3:last-child {
    border-right: 0;
  }
}
.case-study__results {
  list-style-type: square;
}
.case-study__results lI::marker {
  color: #FBBD05;
}
.section-main .two-way-text .grid-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.section-main .two-way-text .box-item {
  padding: 30px;
  background: #F5F5F5;
  border: 1px solid #B8B8B8;
  border-radius: 21px;
  min-height: 100%;
}
.section-main .two-way-text .box-item h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 6px;
}
.section-main .two-way-text .box-item ul {
  margin-bottom: 0;
}
.section-main .two-way-text .box-item ul li {
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  br {
    display: none;
  }
  .sub-header {
    font-size: 22px !important;
  }
  .cta-button button {
    font-size: 16px;
    padding: 14px 16px;
  }
  .row-gap-1 {
    row-gap: 30px;
  }
  .row-gap-2 {
    row-gap: 20px;
  }
  .mb-mobile-1 {
    margin-bottom: 30px;
  }
  .box-text {
    gap: 12px !important;
  }
  .box-text p {
    font-size: 18px !important;
  }
  .pb-mobile-2 {
    padding-bottom: 16px;
  }
  .mobile-br {
    display: block;
  }
  .pb-mobile-1 {
    padding-bottom: 30px;
  }
  .pt-mobile-1 {
    padding-top: 34px !important;
  }
  .pt-mobile-2 {
    padding-top: 10px !important;
  }
  .image-wrapper h2 {
    padding-bottom: 20px !important;
  }
  .hero {
    height: 100%;
    padding: 30px 0;
    background-image: url("/wp-content/themes/twentynineteen/lp-assests/zaha-ortho/images/hero-banner-mobile.png");
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero p {
    font-size: 18px !important;
  }
  .hero .cta-main, .hero .cta-header p {
    text-align: center !important;
  }
  .hero .cta-button {
    text-align: center;
    padding-bottom:2rem;
  }
  .section-main {
    padding: 34px 0;
  }
  .section-main li, .section-main p {
    font-size: 16px !important;
  }
  .section-main .general-heading {
    font-size: 26px;
  }
  .section-main .general-subheading {
    font-size: 20px;
  }
  .section-main .demo-form .resource-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-main .demo-form .resource-item .col-sm-12 {
    border: 0;
  }
  .section-main .demo-form .form-wrapper {
    padding: 20px;
  }
  .section-main .demo-form .form-wrapper h4 {
    font-size: 18px;
  }
  .section-main .problem h2 {
    font-size: 24px;
    padding-bottom: 6px;
  }
  .section-main .problem .row {
    flex-direction: column-reverse;
  }
  .section-main .problem .row h3 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .section-main .problem .row ul {
    padding-left: 0 !important;
  }
  .section-main .problem .row ul li {
    font-size: 18px;
  }
  .section-main .problem .box-wrapper {
    margin-bottom: 24px;
    padding: 30px 0;
  }
  .section-main .problem .box-wrapper .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    margin: 0;
  }
  .section-main .problem .box-wrapper .row br {
    display: block !important;
  }
  .section-main .problem .box-wrapper .row h5 {
    font-size: 24px;
  }
  .section-main .problem .box-wrapper .row h6 {
    font-size: 15px;
  }
  .section-main .problem .box-wrapper .row .certificate-img {
    display: none;
  }
  .section-main .problem .problem__text {
    margin: 18px 0;
    padding: 16px;
  }
  .section-main .problem .problem__text p {
    font-size: 18px;
  }
  .section-main .solution p {
    font-size: 18px;
  }
  .section-main .case-study {
    margin-bottom: 2rem;
  }
  .section-main .case-study .case-title {
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .section-main .case-study .case-study__section {
    margin-bottom: 3rem;
  }
  .section-main .case-study .case-study__section .case-study__results {
    padding-left: 12px !important;
  }
  .section-main .why-love {
    margin-top: 3rem;
    padding: 20px;
    border-radius: 20px;
  }
  .section-main .why-love h2 {
    font-size: 30px;
  }
  .section-main .why-love .why-love__feature {
    flex-direction: column;
  }
  .section-main .final-results {
    padding: 30px 20px;
    margin-bottom: 2rem;
  }
  .section-main .final-results ul {
    -moz-column-count: 1;
         column-count: 1;
    padding-left: 0;
  }
  table thead th {
    font-size: 18px !important;
  }
  table thead th img {
    display: none;
  }
  table tbody td {
    padding: 14px !important;
    font-size: 16px !important;
  }
   .section-main .two-way-text {
    margin-bottom: 30px;
  }
  .section-main .two-way-text .grid-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-main .two-way-text .box-item {
    padding: 20px;
  }
  .section-main .two-way-text .box-item ul {
    padding-left: 14px;
  }
  .section-main .two-way-text .box-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .hero {
    height: 700px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .appoint-text br {
    display: none !important;
  }
}
.faq-wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1.07162px solid #E4E4E4;
  box-shadow: 0px 24.6472px 30.0053px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 0 20px 20px;
  font-family: "Montserrat", serif !important;
  /* Animation for accordion */
  /* Responsive design */
}
.faq-wrapper p {
  font-size: 16px;
}
.faq-wrapper .faq-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}
.faq-wrapper .search-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #10B5C6;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.faq-wrapper .search-icon:hover {
  color: #2980b9;
}
.faq-wrapper .search-container {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
  align-items: center;
  background: white;
  border: 2px solid #10B5C6;
  border-radius: 25px;
  padding: 8px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.faq-wrapper .search-container.show {
  display: flex;
}
.faq-wrapper .search-input {
  border: none;
  outline: none;
  background: transparent;
  width: 200px;
  font-size: 14px;
  color: #2c3e50;
}
.faq-wrapper .search-input::-moz-placeholder {
  color: #95a5a6;
}
.faq-wrapper .search-input::placeholder {
  color: #95a5a6;
}
.faq-wrapper .search-close {
  color: #95a5a6;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  transition: color 0.3s ease;
}
.faq-wrapper .search-close:hover {
  color: #e74c3c;
}
.faq-wrapper .faq-item.highlight {
  /* Removed blue background and border highlighting */
}
.faq-wrapper .no-results {
  padding: 20px;
  color: #6c757d;
  font-style: italic;
}
.faq-wrapper .faq-accordion {
  padding: 0;
}
.faq-wrapper .faq-item {
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.faq-wrapper .faq-item:last-child {
  border-bottom: none;
}
.faq-wrapper .faq-item:hover {
  background-color: #f8f9fa;
}
.faq-wrapper button:not(.collapsed) {
  font-weight: 600 !important;
  color: #000;
}
.faq-wrapper .faq-header-btn {
  width: 100%;
  text-align: left;
  padding: 20px 30px 6px;
  background: none;
  border: none;
  text-align: left;
  color: #53565B;
  font-size: 20px;
  font-weight: 500 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.faq-wrapper .faq-header-btn:hover {
  color: #10B5C6;
  text-decoration: none;
}
.faq-wrapper .faq-header-btn:focus {
  outline: none;
  box-shadow: none;
}
.faq-wrapper .faq-header-btn.collapsed {
  font-weight: 400;
}
.faq-wrapper .faq-header-btn.collapsed .toggle-icon {
  transform: rotate(0deg);
}
.faq-wrapper .toggle-icon {
  color: #10B5C6;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.faq-wrapper .faq-body {
  padding: 0 30px 20px 30px;
  color: #6c757d;
  line-height: 1.6;
  font-size: 15px;
}
.faq-wrapper .faq-body p {
  margin-bottom: 0;
}
.faq-wrapper .collapse {
  transition: all 0.3s ease;
}
.faq-wrapper .collapsing {
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq-wrapper {
    padding: 0 10px 16px;
    margin-bottom: 16px;
  }
  .faq-wrapper .faq-container {
    margin: 20px;
    border-radius: 8px;
  }
  .faq-wrapper .faq-header {
    padding: 20px 20px 15px 20px;
  }
  .faq-wrapper .faq-header-btn {
    padding: 10px 8px;
    font-size: 15px;
  }
  .faq-wrapper .faq-body {
    padding: 0 20px 15px 20px;
  }
  .faq-wrapper .search-icon {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 320px) and (max-width: 399px) {
  .show-br {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */

section {
    padding: 0!important;
    overflow: auto!important;
    width: 100%;
    float: none!important;
}
.ftr-top{
  display: none;
}
 .social-icon {

  width: 21px;

  display: block;

  margin: auto;

}
 
.ftr-bg a{font-size: 14px}
.ftr-split ul li {
    
    margin:  0!important;
}
.wpcf7 input,
.wpcf7 select {
    border: #ddd 1px solid;
    margin: 10px 0;
    border-radius: 2px;
    font-size: 15px;
    width: 100%;
    color:#495057;
    background: transparent;
}
.wpcf7 .cta-button button,
.wpcf7 input.wpcf7-submit {
    background-color: #2D58FF;
    font-family: "Montserrat", serif !important;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    font-size: 16px;
    border-radius: 8px;
    padding: 14px 0px;
    border: none;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    font-size: 16px;
}
.wpcf7-spinner{
  display: none!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffff;
    font-size: 18px;
    font-weight: 900;
    color:#004988 !important;
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 0; /* Hide original text */
}

.wpcf7 form .wpcf7-response-output::before {
    content: "Thank you for showing interest.\AWe will get back to you.";
    white-space: pre; /* Enable line break */
    font-size: 18px;
    font-weight: 900; /* Restore visible text size */
}