.ast-container {
    display: block !important;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.hero {
    display: flex;
    background: url(https://zenzo.in/wp-content/uploads/2026/07/Medical-Room-Banner.png);
    background-size: cover;
    background-position: bottom;
    padding: 5rem 0;
    background-position: 157% 228%;
    background-repeat: no-repeat;
}

.left-sect {
    width: 50%;
    background: rgb(0 0 0 / 21%);
    margin: 2rem;
    padding: 2rem;
}

.hero-right {
    width: 40%;
    background: rgb(0 0 0 / 40%);
    margin: auto;
    padding: 2rem;
    height: fit-content;
}

.hero * {
    color: #fff;
}

.hero h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 550;
}

.numbers .glass {
    background: #fff;
}

.call-btn {
    margin: 10px auto;
    justify-content: center;
}

.call-btn:hover {
    color: #fff;
}

.call-btn img{
    width: 24px;
    height: 24px;
}

.numbers .glass p:nth-child(1) {
    background: linear-gradient(88deg, #2755A3 0%, #D72D25 60%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.heading,
.heading-sibling {
    line-height: 1.2;
    letter-spacing: 2px;
}

.heading {
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background: unset;
}

h2.heading-sibling {
    color: #fff;
    font-size: 34px !important;
    font-weight: 400;
    background: unset;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background: unset;
    text-align: center;
}

.container {
    max-width: 1180px;
    margin: 30px auto;
    padding: 0px 64px;
}

.heading {
    /* background: linear-gradient(88deg, rgb(39, 85, 163) 0%, rgb(215, 45, 37) 60%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(88deg, #1250ba 0%, #D72D25 60%); */
    font-size: 57.6px !important;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

main h2,
h2 {
    font-size: 36px !important;
    background: linear-gradient(88deg, rgb(39, 85, 163) 0%, rgb(215, 45, 37) 60%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(88deg, #1250ba 0%, #D72D25 60%);
    text-align: center;
    font-weight: 700 !important;
}

main h3 {
    font-family: var(--dsp);
    font-size: 20px;
    color: rgb(255 255 255);
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: center;
}

.d-flex {
    display: flex;
    width: 100%;
}

.img {
    width: 33%;
    padding-top: 50px;
}

.content {
    width: 67%;
}


img,
video {
    max-width: 100%;
    /* height: 100% !important; */
}

.content h2 {
    text-align: left;
}

button#wpforms-submit-12333 {
    background: #14467c;
}


/* Features */



.zmr-section {
    font-family: 'Poppins', Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.zmr-tagline {
    text-align: center;
    font-size: 19px;
    color: #1c1c1c;
    max-width: 950px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.zmr-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
}

.zmr-col-left,
.zmr-col-right {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.zmr-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.zmr-item-reverse {
    flex-direction: row-reverse;
    text-align: right;
}

.zmr-text h3 {
    color: #14467c;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
}

.zmr-text p {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Icon style: gradient ring circle with icon inside */
.zmr-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(from 220deg, #ffffff 0deg, #ffffff 40deg, #b9c8e6 140deg, #3E64A6 260deg, #ffffff 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.zmr-icon svg {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.zmr-col-middle {
    display: flex;
    justify-content: center;
}

.zmr-middle-box {
    background: #14467c;
    color: #ffffff;
    width: 260px;
    height: 200px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 30px rgba(62, 100, 166, 0.3);
}

.zmr-middle-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.zmr-middle-tagline {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.9;
}

@media (max-width: 900px) {
    .zmr-grid {
        grid-template-columns: 1fr;
    }

    .zmr-item,
    .zmr-item-reverse {
        flex-direction: row;
        text-align: left;
    }

    .zmr-col-middle {
        order: -1;
        margin-bottom: 30px;
    }

    .zmr-middle-box {
        width: 100%;
        height: 140px;
    }
}

/* zenzo how works */


.zhw-section {
    font-family: 'Poppins', Arial, sans-serif;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px;
}

.zhw-intro {
    text-align: center;
    font-size: 17px;
    color: #333;
    max-width: 950px;
    margin: 0 auto 55px;
    line-height: 1.7;
}

.zhw-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.zhw-step {
    flex: 1;
    max-width: 200px;
    text-align: center;
}

.zhw-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 1.5px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zhw-icon svg {
    width: 46px;
    height: 46px;
}

.zhw-step-title {
    color: #e63946;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 4px;
}

.zhw-step-name {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
}

.zhw-step p {
    color: #444;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

.zhw-arrow {
    align-self: center;
    margin-top: 40px;
    font-size: 22px;
    color: #1c1c1c;
    flex-shrink: 0;
}

.ast-icon.icon-arrow svg {
    display: unset !important;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    .zhw-steps {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .zhw-step {
        max-width: 320px;
    }

    .zhw-arrow {
        transform: rotate(90deg);
        margin-top: 0;
    }
}

/* other details section */



.zvs-wrap *, .zvs-wrap *::before, .zvs-wrap *::after {
  box-sizing: border-box;
}

.zvs-wrap {
  position: relative;
  font-family: 'Poppins', Arial, sans-serif;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 60px 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.zvs-viewport {
  overflow: hidden;
  padding: 15px 15px;
  margin: -15px -15px;
}

.zvs-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
}

.zvs-card {
  position: relative;
  flex: 0 0 calc((100% - 60px) / 3);
  background: #ffffff;
  border-radius: 16px;
  padding-bottom: 35px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.zvs-header {
  display: flex;
  align-items: stretch;
  margin-bottom: 22px;
}

.zvs-red {
  flex: 0 0 130px;
  min-height: 130px;
  background: #14467c;
  border-radius: 16px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zvs-red svg {
  width: 56px;
  height: 56px;
  margin: 0 20px 20px 0;
}

.zvs-header h3 {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 10px 20px 10px 18px;
}

.zvs-card p {
  color: #444;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 30px 25px;
}

.zvs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #d9d9d9;
  border-radius: 30px;
  padding: 10px 24px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.zvs-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #e2e2e2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #1c1c1c;
  font-size: 16px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.zvs-prev { left: 0; }
.zvs-next { right: 0; }

.zvs-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.zvs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}

.zvs-dot.active {
  background: #e02020;
  width: 22px;
  border-radius: 5px;
}

@media (max-width: 950px) {
  .zvs-card {
    flex: 0 0 100%;
  }
  .zvs-wrap {
    padding: 20px 45px 40px;
  }
}

@media (max-width: 600px) {
  .zvs-wrap {
    padding: 15px 38px 30px;
  }
  .zvs-nav {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .zvs-red {
    flex: 0 0 100px;
    min-height: 100px;
  }
  .zvs-red svg {
    width: 42px;
    height: 42px;
    margin: 0 14px 14px 0;
  }
  .zvs-header h3 {
    font-size: 17px;
    padding: 8px 15px 8px 14px;
  }
  .zvs-card p {
    margin: 0 20px 20px;
    font-size: 13.5px;
  }
  .zvs-btn {
    padding: 9px 20px;
    font-size: 13px;
  }
}


/* FAQ */

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 80px;
    align-items: start;
}

.faq-left {
    position: sticky;
    top: 90px;
}

.faq-left .sd {
    max-width: 100%;
    margin-bottom: 26px;
}

.faq-cta-card {
    background: var(--n);
    border-radius: 4px;
    padding: 30px;
}

.faq-cta-card h4 {
    font-family: var(--dsp);
    font-size: 24px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
}

.faq-cta-card p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 18px;
    line-height: 1.65;
}

.faq-cta-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--r);
    color: rgb(255, 255, 255);
    padding: 13px;
    border-radius: 3px;
    font-family: var(--body);
    font-weight: 700;
    font-size: 15px;
    transition: background 0.18s;
}

.faq-cta-card a:hover {
    background: var(--rd);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fi {
    background: rgb(255, 255, 255);
    border: 1px solid #000;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.22s, box-shadow 0.22s;
}

.fi.open {
    border-color: #000;
    box-shadow: rgba(215, 45, 39, 0.07) 0px 4px 18px;
}

.fq {
    width: 100%;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    padding: 20px 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.fqt {
    font-family: var(--body);
    font-size: 15px;
    font-weight: 600;
    color: var(--tx);
    line-height: 1.4;
}

.ftog {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--cr);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--r);
    font-size: 24px;
    transition: 0.22s;
}

.fi.open .ftog {
    transform: rotate(45deg);
    background: var(--r);
    color: rgb(0 0 0);
}

.fa {
    display: none;
    padding: 0px 24px 20px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.82;
}

.fa.show {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 400;
}

@media (max-width: 767px) {
    .hero {
        display: flex;
        flex-wrap: wrap;
        background: url(https://zenzo.in/wp-content/uploads/2026/06/ohc-2.webp);
        background-size: cover;
        background-position: 95%;
    }


    .left-sect {
        width: auto;
        background: rgb(0 0 0 / 21%);
        margin: 3rem 1rem;
        padding: 2rem;
    }

    h2.heading-sibling {
        font-size: 22px !important;
        font-weight: 500;
        background: unset;
        -webkit-text-fill-color: unset !important;
        -webkit-background-clip: unset !important;
        color: #fff;
    }

    .hero-right {
        width: 100%;
        background: rgb(0 0 0 / 21%);
        margin: auto 1rem;
        padding: 2rem;
        height: fit-content;
    }

    main h3 {
        font-family: var(--dsp);
        font-size: 18px;
        color: rgb(255 255 255);
        letter-spacing: 1.5px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .d-flex {
        display: block;
    }

    .img, .content {
        width: 100%;
    }

    .container {
        padding: 0 20px;
    }
    
    .ml-6{
        margin-left: 0 !important;
    }

    h2 {
        font-size: 32.6px !important;
    }

    .content h2{
        margin: 10px 0;
    }
}

button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus {
    color: #000000;
    background-color: unset;
    border-color: var(--ast-global-color-1);
}

h2.elementor-heading-title.elementor-size-default {
    background: unset;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    font-size: unset !important;
    text-align: unset;
}