@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;
}
.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;
}

/* Hero Section */
.hero__banner {
  background-image: url("../img/zaha-ai-new/zaha-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.hero__banner h1,
.hero__banner p,
.hero__banner a {
  font-family: "Montserrat", serif !important;
  color: #fff;
}
.hero__banner h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 14px;
}
.hero__banner p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.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 p,
.section-main li {
  color: #050505;
  font-size: 18px;
}
.section-main li {
  padding-bottom: 14px;
}
.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: 10%;
  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__section {
  border: solid 1px #10B5C6;
  padding: 34px 28px 28px 28px;
  position: relative;
  margin-bottom: 3rem;
}
.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;
}

.btn-demo:hover {
  background-color: #0077b3;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.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;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.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) {
  .mobile-br {
    display: none;
  }
  .key-fetaures {
    background-repeat: no-repeat;
    background-size: 30%;
    background-image: url("../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 .case-study .case-study__subtitle {
  color: #545453;
  font-size: 36px;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  br {
    display: none;
  }
  .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;
  }
	.mt-mobile-1 {
    margin-top: 30px;
  }
  .hero__banner {
    height: 100%;
    padding: 40px 0;
    background-image: url('../img/zaha-ai-new/hero-banner-mobile.png');
  }
  .hero__banner h1 {
    font-size: 30px;
  }
  .hero__banner p {
    font-size: 18px;
  }
  .hero__banner .cta-button {
    text-align: center;
  }
  .section-main {
    padding: 34px 0;
  }
  .section-main li, .section-main p {
    font-size: 16px;
  }
  .section-main .general-heading {
    font-size: 26px;
  }
  .section-main .general-subheading {
    font-size: 20px;
  }
  .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: 12px;
  }
  .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: 1rem;
  }
  .section-main .case-study .case-title {
    flex-direction: column;
    padding-top: 35px;
    margin-bottom: 20px;
  }
  .section-main .case-study .case-study__section {
    margin-bottom: 2rem;
  }
  .section-main .case-study .case-study__section .case-study__results {
    padding-left: 12px !important;
  }
  .section-main .why-love {
    margin-top: 1rem;
    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: 1.5rem;
  }
  .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 .case-study .case-study__subtitle {
  color: #545453;
  font-size: 20px;
  font-weight: 500;
}
}
@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;
  }
}/*# sourceMappingURL=style.css.map */

.zaha-ai-main {
  /*For large device */
  /*For small device */
}
.zaha-ai-main h1, .zaha-ai-main h2, .zaha-ai-main h3, .zaha-ai-main h4, .zaha-ai-main h5, .zaha-ai-main p, .zaha-ai-main a, .zaha-ai-main li, .zaha-ai-main button, .zaha-ai-main th, .zaha-ai-main td, .zaha-ai-main span {
  font-family: "Montserrat", sans-serif;
}
.zaha-ai-main .hero__banner {
  background-image: url('https://mconsent.net/wp-content/themes/twentynineteen/img/zaha-ai/zaha-banner.jpg');
  display: flex;
  align-items: center;
  height: 640px;
  padding: 30px 0;
}
.zaha-ai-main .hero__banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom:4px;
}
.zaha-ai-main .hero__banner h2 {
  color: #fff;
  line-height: 1.3;
  font-size: 31px;
  font-weight: 500;
}
.zaha-ai-main .hero__banner .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;
}
.zaha-ai-main .hero__banner .audio-wrapper .play-button:hover {
  background-color: rgba(79, 216, 240, 0.8);
}
.zaha-ai-main .hero__banner .audio-wrapper .audio-main {
  position: relative;
}
.zaha-ai-main .hero__banner .audio-wrapper .audio-main .action-cta-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
}
.zaha-ai-main .hero__banner .audio-wrapper .audio-main .action-cta-btn img {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.zaha-ai-main .hero__banner .audio-wrapper .audio-main .action-cta-btn a {
  transition: transform 1s ease;
  display: inline-block;
}
.zaha-ai-main .hero__banner .audio-wrapper .audio-main .action-cta-btn a:hover {
  transform: scale(1.1);
}
.zaha-ai-main .hero__banner .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);
  }
}
.zaha-ai-main .hero__banner .audio-wrapper line {
  transform-origin: center;
  animation: none;
  stroke: #47c1d6;
  stroke-width: 2;
}
.zaha-ai-main .excessive-overflow h3 {
  font-size: 26px;
}
.zaha-ai-main .zaha-help .row {
  row-gap: 60px;
}
.zaha-ai-main .zaha-help .help__text {
  text-align: center;
}
.zaha-ai-main .zaha-help .help__text h5 {
  padding-top: 12px;
}
.zaha-ai-main .why-zaha-ai {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 10px 6px rgba(212, 211, 211, 0.25);
  border-radius: 68px;
  padding: 40px;
}
.zaha-ai-main .why-zaha-ai h5 {
  font-size: 24px;
}
.zaha-ai-main .why-zaha-ai ul {
  list-style-type: square;
}
.zaha-ai-main .why-zaha-ai ul li {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 16px;
  color: #373737;
}
.zaha-ai-main .feature-comparison table {
  table-layout: fixed;
}
.zaha-ai-main .feature-comparison table td, .zaha-ai-main .feature-comparison table th {
  border: 0 !important;
  word-break: normal !important;
}
.zaha-ai-main .feature-comparison table thead th {
  padding: 16px;
  vertical-align: middle;
  font-size: 22px;
  color: #162B60;
  font-weight: 600;
  background-color: #49C0D4;
}
.zaha-ai-main .feature-comparison table thead th:last-child {
  background-color: #35ACC1;
}
.zaha-ai-main .feature-comparison table tbody td {
  background-color: #EFEBEB;
  padding: 26px;
  font-size: 18px;
  color: #373737;
  font-weight: 500;
}
.zaha-ai-main .feature-comparison table tbody td:last-child {
  background-color: #DFDADA;
}
.zaha-ai-main .voice-of-client .client__testimonial {
  padding: 40px 0;
}
.zaha-ai-main .voice-of-client .client__testimonial .client__image {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  gap: 30px;
}
.zaha-ai-main .voice-of-client .client__testimonial .client__image img {
  filter: grayscale(100%);
}
.zaha-ai-main .voice-of-client .testimonial {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.zaha-ai-main .voice-of-client .testimonial .slick-prev::before, .zaha-ai-main .voice-of-client .testimonial .slick-next::before {
  color: #10B5C6;
  font-size: 26px;
}
.zaha-ai-main .voice-of-client .testimonial .slick-prev {
  left: -40px;
}
.zaha-ai-main .voice-of-client .testimonial .slick-dots {
  bottom: -50px;
}
.zaha-ai-main .voice-of-client .testimonial .slick-dots li button::before {
  font-size: 18px;
  color: #10B5C6;
}
.zaha-ai-main .voice-of-client .testimonial .testimonial__card {
  margin-right: 12px;
  text-align: center;
  background-color: #E3E3E3;
  padding: 24px 20px;
  position: relative;
}
.zaha-ai-main .voice-of-client .testimonial .testimonial__card p {
  color: #333;
  margin-bottom: 0;
  font-size: 17px;
}
.zaha-ai-main .voice-of-client .testimonial .testimonial__card .client__pic img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .zaha-ai-main .d-large-none {
    display: none;
  }
  .zaha-ai-main .audio-wrapper {
    text-align: center;
  }
  .zaha-ai-main .audio-wrapper .audio-main {
    display: inline-block;
  }
  .zaha-ai-main .audio-wrapper .cta-main {
    position: relative;
    top: -20px;
  }
  .zaha-ai-main .w-300 {
    width: 370px;
    white-space: nowrap;
  }
  .zaha-ai-main .key-fetaures {
    background-repeat: no-repeat;
    background-size: 30%;
    background-image: url("../img/zaha-ai/key-features-bg.png");
    background-position: right;
  }
  .zaha-ai-main .mconsent-logo {
    position: relative;
    top: -44px;
  }
}
@media only screen and (max-width: 768px) {
  .zaha-ai-main .text-mobile-center {
    text-align: center;
  }
  .zaha-ai-main .hero__banner {
    height: 100%;
  }
  .zaha-ai-main .hero__banner .mconsent-logo {
    padding-bottom: 34px;
  }
  .zaha-ai-main .hero__banner .audio-wrapper {
    padding-bottom: 16px;
    padding-top: 10px;
  }
  .zaha-ai-main .hero__banner .audio-wrapper .audio-main svg {
    width: 75%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .zaha-ai-main .hero__banner .audio-wrapper .audio-main .audio__image {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 75%;
  }
  .zaha-ai-main .hero__banner .audio-wrapper .audio-main .audio__image img {
    width: 50%;
  }
  .zaha-ai-main .hero__banner br {
    display: none;
  }
  .zaha-ai-main .hero__banner h1 {
    font-size: 30px;
    font-weight: 600;
  }
  .zaha-ai-main .hero__banner h2 {
    font-size: 22px;
  }
  .zaha-ai-main .excessive-overflow h3 br {
    display: none;
  }
  .zaha-ai-main .zaha-help .mobile-help {
    row-gap: 30px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end !important;
  }
  .zaha-ai-main .zaha-help .mobile-help h5 {
    font-size: 18px !important;
  }
  .zaha-ai-main .zaha-help .mobile-help .col-sm-12 {
    padding: 0 6px;
  }
  .zaha-ai-main .zaha-help .mobile-help .col-sm-12:last-child {
    grid-column: span 2;
  }
  .zaha-ai-main .why-zaha-ai {
    border-radius: 20px;
    padding: 0 20px;
  }
  .zaha-ai-main .key-fetaures {
    padding-top: 30px;
  }
  .zaha-ai-main .feature-comparison table {
    table-layout: unset;
  }
  .zaha-ai-main .feature-comparison table thead th {
    font-size: 18px;
  }
  .zaha-ai-main .feature-comparison table tbody td {
    padding: 14px;
    font-size: 16px;
  }
  .zaha-ai-main .start__trail br {
    display: none;
  }
  .zaha-ai-main .start__trail h5 {
    font-size: 18px;
  }
  .zaha-ai-main .voice-of-client .testimonial .testimonial__card {
    margin-right: 0;
  }
	    section {
        padding: 10px 0;
    }
    p.fs-30{
    font-size:24px!important;
  }
}/*# sourceMappingURL=main.css.map */
	.ftr-top, #webWidget{
		display:none;
	}
  #watchingCount {
  width: auto;
  text-align: end;
}
.ftr-split ul li {
    font-size: 14px;
}
.watching-div{
		border: solid 1px rgb(229, 231, 235);
    padding: 3px 15px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
		display: flex;
    gap: 10px;
    align-items: center;
	width: max-content;
	}
  .watching-div p{
    font-size:19px;
    font-family: "Inter Tight", sans-serif !important;
  }
  p.fs-30{
    font-size:40px;
  }
  .copy-right{
    font-size:14px;
  }
  .soc-cvr {
    padding: 0px 8px!important;
}
	p.zaha-email-client-text{
		font-size:12px;
		margin-top:10px;
    margin-bottom: 10px;
	}