{"id":6,"date":"2026-04-22T10:52:20","date_gmt":"2026-04-22T10:52:20","guid":{"rendered":"https:\/\/mindstage.iconsjo.space\/?page_id=6"},"modified":"2026-04-22T11:53:26","modified_gmt":"2026-04-22T11:53:26","slug":"home","status":"publish","type":"page","link":"https:\/\/mindstage.iconsjo.space\/?page_id=6","title":{"rendered":"Home"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Mind Clinic &#8211; Premium Experience<\/title>\n  \n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n  \n  <style>\n    :root {\n      \/* Brand Palette *\/\n      --bg-light: #f4f8fa;\n      --bg-lighter: #edf3f6;\n      --accent-teal: #29919f;\n      --accent-teal-dark: #1f707b;\n      --accent-teal-glow: rgba(41, 145, 159, 0.25);\n      --brand-dark: #2a3036; \/* Deepened slightly for better contrast *\/\n      --brand-slate: #434a52;\n      \n      \/* Hero Overlays *\/\n      --overlay-top: rgba(30, 35, 40, 0.55);\n      --overlay-bottom: rgba(30, 35, 40, 0.85);\n      \n      \/* WhatsApp Button *\/\n      --btn-wa: #25d366;\n      --btn-wa-hover: #20bd5a;\n      --btn-glow: rgba(37, 211, 102, 0.4);\n      \n      \/* Typography Colors *\/\n      --text-main: #434a52;\n      --text-muted: #64748b;\n      --text-light: #f8fafc;\n      \n      \/* Layout Tokens *\/\n      --section-pad: 100px 24px;\n      --max-w: 1200px;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;\n      line-height: 1.6;\n      color: var(--text-main);\n      background-color: var(--bg-light);\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      overflow-x: hidden;\n    }\n\n    .mind-hero {\n      position: relative;\n      min-height: 100vh;\n      width: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 60px 24px;\n      overflow: hidden;\n      background-color: var(--brand-dark);\n    }\n\n    \/* Cinematic Ambient Glow Behind Text *\/\n    .mind-hero::after {\n      content: '';\n      position: absolute;\n      width: 800px;\n      height: 800px;\n      background: radial-gradient(circle, rgba(41, 145, 159, 0.25) 0%, transparent 60%);\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      z-index: 1;\n      pointer-events: none;\n    }\n\n    .mind-hero__bg {\n      position: absolute;\n      inset: -5%; \/* Prevent edge clipping during rotation\/scale *\/\n      background-image: url(\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/biryuzoviy-tsvet-v-interere.png\");\n      background-position: center;\n      background-size: cover;\n      background-repeat: no-repeat;\n      z-index: 0;\n      will-change: transform;\n      animation: smoothZoom 20s ease-in-out infinite alternate;\n    }\n\n    .mind-hero__overlay {\n      position: absolute;\n      inset: 0;\n      \/* Combined linear gradient with a vignette effect *\/\n      background: linear-gradient(to bottom, var(--overlay-top), var(--overlay-bottom)),\n                  radial-gradient(circle at center, transparent 30%, rgba(15, 23, 42, 0.7) 100%);\n      z-index: 1;\n    }\n\n    .mind-hero__content {\n      position: relative;\n      z-index: 2;\n      max-width: 800px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .mind-hero__logo {\n      width: min(200px, 40vw);\n      height: auto;\n      margin-bottom: 24px;\n      filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));\n      opacity: 0;\n      transform: translateY(20px);\n      animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    }\n\n    .mind-hero__title {\n      font-size: clamp(2.5rem, 5vw, 4.8rem);\n      font-weight: 800;\n      line-height: 1.1;\n      letter-spacing: -0.02em;\n      margin-bottom: 24px;\n      color: #ffffff !important;\n      \/* Deep, multi-layered premium shadow *\/\n      text-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 4px 10px rgba(0, 0, 0, 0.2);\n      opacity: 0;\n      transform: translateY(30px);\n      animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;\n    }\n\n    .mind-hero__text {\n      font-size: clamp(1.1rem, 2.5vw, 1.35rem);\n      font-weight: 500;\n      margin-bottom: 40px;\n      max-width: 650px;\n      color: #f8fafc !important;\n      text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);\n      opacity: 0;\n      transform: translateY(30px);\n      animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;\n    }\n\n    .mind-hero__btn-wrapper {\n      opacity: 0;\n      transform: translateY(30px);\n      animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;\n    }\n\n    .mind-hero__btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      background: var(--btn-wa);\n      color: #fff;\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 1.1rem;\n      padding: 16px 36px;\n      border-radius: 99px;\n      box-shadow: 0 8px 24px var(--btn-glow);\n      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n      border: 2px solid transparent;\n    }\n\n    .mind-hero__btn svg {\n      width: 24px;\n      height: 24px;\n      fill: currentColor;\n      transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n\n    .mind-hero__btn:hover {\n      background: var(--btn-wa-hover);\n      transform: translateY(-4px);\n      box-shadow: 0 14px 32px var(--btn-glow), 0 0 0 4px rgba(37, 211, 102, 0.2);\n    }\n    \n    .mind-hero__btn:hover svg {\n      transform: scale(1.15) rotate(-5deg);\n    }\n\n    \/* Sleek Scroll Indicator *\/\n    .mind-hero__scroll {\n      position: absolute;\n      bottom: 40px;\n      left: 50%;\n      transform: translateX(-50%);\n      color: rgba(255, 255, 255, 0.6);\n      z-index: 3;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 8px;\n      font-size: 0.8rem;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      opacity: 0;\n      animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;\n    }\n\n    .mind-hero__scroll-arrow {\n      width: 20px;\n      height: 20px;\n      animation: bounce 2s infinite cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    @keyframes bounce {\n      0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n      40% { transform: translateY(-8px); }\n      60% { transform: translateY(-4px); }\n    }\n\n    .mc-wwd {\n      padding: var(--section-pad);\n      background: var(--bg-light);\n      position: relative;\n    }\n\n    .mc-wwd__container {\n      width: 100%;\n      max-width: var(--max-w);\n      margin: auto;\n    }\n\n    .mc-wwd__grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 32px;\n    }\n\n    .mc-wwd__card {\n      \/* Refined Light Glassmorphism *\/\n      background: #ffffff;\n      border: 1px solid rgba(0, 0, 0, 0.04);\n      border-radius: 24px;\n      padding: 48px;\n      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n      \/* Smooth, multi-layered shadow for premium depth *\/\n      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 20px 25px -5px rgba(0, 0, 0, 0.02);\n    }\n\n    .mc-wwd__card:hover {\n      transform: translateY(-8px);\n      border-color: rgba(41, 145, 159, 0.2);\n      box-shadow: 0 10px 15px -3px rgba(41, 145, 159, 0.05), 0 25px 35px -5px rgba(41, 145, 159, 0.04), 0 0 0 1px rgba(41, 145, 159, 0.05);\n    }\n\n    .mc-wwd__badge {\n      display: inline-flex;\n      padding: 6px 14px;\n      border-radius: 999px;\n      background: rgba(41, 145, 159, 0.08);\n      font-size: 0.75rem;\n      font-weight: 800;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      margin-bottom: 24px;\n      color: var(--accent-teal);\n    }\n\n    .mc-wwd__title {\n      margin: 0 0 16px;\n      font-size: clamp(1.5rem, 2.5vw, 2.2rem);\n      font-weight: 800;\n      line-height: 1.2;\n      color: var(--brand-dark);\n      letter-spacing: -0.01em;\n    }\n\n    .mc-wwd__text {\n      margin: 0 0 16px;\n      font-size: 1.1rem;\n      line-height: 1.7;\n      color: var(--text-muted);\n    }\n\n    .mc-wwd__list {\n      margin: 24px 0 0;\n      padding: 0;\n      list-style: none;\n      display: grid;\n      gap: 16px;\n    }\n\n    .mc-wwd__list li {\n      position: relative;\n      padding-left: 36px;\n      font-size: 1.05rem;\n      line-height: 1.6;\n      color: var(--text-muted);\n    }\n\n    .mc-wwd__list li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 6px;\n      width: 20px;\n      height: 20px;\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%2329919f' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n      background-size: contain;\n      background-repeat: no-repeat;\n    }\n\n    .premium-logos-section {\n      background-color: var(--bg-lighter);\n      padding: 80px 24px 100px;\n    }\n\n    .premium-logos-section__head {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .premium-logos-section__subtitle {\n      display: block;\n      color: var(--accent-teal);\n      font-weight: 800;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      font-size: 0.85rem;\n      margin-bottom: 12px;\n    }\n\n    .premium-logos-section__title {\n      margin: 0;\n      font-size: clamp(1.8rem, 3vw, 2.5rem);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--brand-dark);\n      letter-spacing: -0.02em;\n    }\n\n    .client-logos-wrap {\n      overflow: hidden;\n      padding: 1.5rem 0;\n      background-color: #ffffff;\n      position: relative;\n      width: min(1200px, 100%);\n      margin: 0 auto;\n      border-radius: 20px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n      border: 1px solid rgba(0,0,0,0.02);\n      \/* Seamless vignette fade matching the white container *\/\n      -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);\n      mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);\n    }\n\n    .client-logos-track {\n      width: 100%;\n      display: flex;\n    }\n\n    .client-logos-inner {\n      display: flex;\n      gap: 4rem;\n      width: max-content;\n      will-change: transform;\n      animation: client-logos-scroll 45s linear infinite;\n      padding-left: 4rem;\n    }\n\n    .client-logos-inner:hover {\n      animation-play-state: paused;\n    }\n\n    .client-logo-item {\n      flex: 0 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-width: 160px;\n      max-width: 220px;\n      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n      cursor: pointer;\n    }\n\n    .client-logo-img {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n    }\n\n    .client-logo-img img {\n      max-width: 100%;\n      max-height: 85px;\n      width: auto;\n      height: auto;\n      object-fit: contain;\n      filter: grayscale(100%) opacity(40%);\n      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n      pointer-events: none;\n    }\n\n    .client-logo-item:hover {\n      transform: scale(1.08);\n    }\n\n    .client-logo-item:hover .client-logo-img img {\n      filter: grayscale(0%) opacity(100%);\n    }\n\n    .mc-testimonials {\n      padding: var(--section-pad);\n      background: var(--bg-light);\n      position: relative;\n    }\n\n    .mc-testimonials__container {\n      width: 100%;\n      max-width: var(--max-w);\n      margin: auto;\n      background: #ffffff;\n      border-radius: 32px;\n      padding: 60px 48px;\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);\n      position: relative;\n      overflow: hidden;\n      z-index: 2;\n    }\n\n    \/* Ambient teal glow moved inside the box *\/\n    .mc-testimonials__container::before {\n      content: \"\";\n      position: absolute;\n      top: -10%;\n      right: -5%;\n      width: 50vw;\n      height: 50vw;\n      max-width: 600px;\n      max-height: 600px;\n      background: radial-gradient(circle, rgba(41, 145, 159, 0.06) 0%, transparent 70%);\n      border-radius: 50%;\n      pointer-events: none;\n      z-index: -1;\n    }\n\n    .mc-testimonials__title {\n      margin: 0 0 40px;\n      font-size: clamp(2rem, 4vw, 3rem);\n      font-weight: 800;\n      line-height: 1.1;\n      color: var(--brand-dark);\n      text-align: center;\n      letter-spacing: -0.02em;\n    }\n\n    .mc-summary {\n      display: grid;\n      grid-template-columns: 1fr auto auto;\n      align-items: center;\n      gap: 32px;\n      margin-bottom: 60px;\n      padding: 32px;\n      background: var(--bg-light);\n      border: 1px solid rgba(0, 0, 0, 0.04);\n      border-radius: 24px;\n    }\n\n    .mc-rating {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n    }\n\n    .mc-stars {\n      color: #fbbf24;\n      letter-spacing: 2px;\n      font-size: 20px;\n      white-space: nowrap;\n    }\n\n    .mc-score strong {\n      font-size: 3rem;\n      font-weight: 800;\n      background: linear-gradient(135deg, var(--accent-teal-dark) 0%, var(--accent-teal) 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      display: block;\n      line-height: 1;\n      margin-bottom: 4px;\n    }\n\n    .mc-score span {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n    }\n\n    .mc-breakdown {\n      display: grid;\n      gap: 12px;\n      padding: 16px 24px;\n      border-radius: 16px;\n      background: #ffffff;\n      border: 1px solid rgba(0, 0, 0, 0.04);\n      min-width: 280px;\n    }\n\n    .mc-breakdown__row {\n      display: flex;\n      justify-content: space-between;\n      gap: 16px;\n      align-items: center;\n      font-size: 0.95rem;\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    .mc-breakdown__stars {\n      color: #fbbf24;\n      letter-spacing: 2px;\n      font-size: 14px;\n    }\n\n    .mc-award {\n      padding: 20px 24px;\n      border-radius: 16px;\n      background: linear-gradient(135deg, rgba(41, 145, 159, 0.1), rgba(41, 145, 159, 0.02));\n      border: 1px solid rgba(41, 145, 159, 0.15);\n      text-align: center;\n      min-width: 240px;\n    }\n\n    .mc-award span {\n      font-size: 0.85rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: var(--accent-teal);\n      display: block;\n      margin-bottom: 4px;\n    }\n\n    .mc-award strong {\n      font-size: 1.1rem;\n      font-weight: 800;\n      color: var(--brand-dark);\n    }\n\n    \/* Premium Google-style Review Cards *\/\n    .mc-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 24px;\n    }\n\n    .mc-card {\n      padding: 32px;\n      border-radius: 20px;\n      background: #ffffff;\n      border: 1px solid #f1f5f9;\n      color: var(--brand-dark);\n      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n      display: flex;\n      flex-direction: column;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Watermark Quote Icon *\/\n    .mc-card::after {\n      content: \"\";\n      position: absolute;\n      top: 24px;\n      right: 24px;\n      width: 44px;\n      height: 44px;\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%23f1f5f9'%3E%3Cpath d='M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z'\/%3E%3C\/svg%3E\");\n      background-repeat: no-repeat;\n      background-size: contain;\n      z-index: -1;\n    }\n\n    .mc-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);\n    }\n\n    .mc-card p {\n      margin: 16px 0 24px;\n      line-height: 1.7;\n      font-size: 1.05rem;\n      color: var(--text-muted);\n      flex-grow: 1;\n      font-style: italic;\n    }\n\n    .mc-card__author {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-top: auto;\n      padding-top: 20px;\n      border-top: 1px solid #f1f5f9;\n    }\n    \n    .mc-card__author-icon {\n      width: 38px;\n      height: 38px;\n      background: linear-gradient(135deg, var(--bg-lighter) 0%, #e2e8f0 100%);\n      border-radius: 50%;\n      display: grid;\n      place-items: center;\n      color: var(--brand-dark);\n      font-weight: 800;\n      font-size: 15px;\n      box-shadow: inset 0 2px 4px rgba(255,255,255,0.8);\n    }\n\n    .mc-card__author-info {\n      display: flex;\n      flex-direction: column;\n    }\n\n    .mc-card__author-info span {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 0.95rem;\n      font-weight: 700;\n      color: var(--brand-dark);\n      line-height: 1.2;\n    }\n    \n    .mc-card__author-info small {\n      display: flex;\n      align-items: center;\n      gap: 5px;\n      font-size: 0.85rem;\n      color: var(--text-muted);\n      margin-top: 4px;\n      font-weight: 500;\n    }\n\n    .mc-contact {\n      background: var(--bg-lighter);\n      padding: 100px 24px;\n    }\n\n    .mc-contact__container {\n      width: 100%;\n      max-width: 1100px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: 1fr 1.3fr;\n      border-radius: 24px;\n      overflow: hidden;\n      background: #ffffff;\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.02);\n    }\n\n    .mc-contact__info,\n    .mc-contact__form-wrap {\n      padding: 50px;\n    }\n\n    .mc-contact__info {\n      background: linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-teal-dark) 100%);\n    }\n\n    .mc-contact__title {\n      font-size: clamp(2rem, 4vw, 2.8rem);\n      line-height: 1.1;\n      font-weight: 800;\n      color: #ffffff;\n      margin: 0 0 16px;\n      letter-spacing: -0.02em;\n    }\n\n    .mc-contact__lead {\n      margin: 0 0 24px;\n      font-size: 1.2rem;\n      color: #cbf4f9; \/* Bright soft cyan to pop against deep teal *\/\n      font-weight: 700;\n    }\n\n    .mc-contact__sub {\n      margin: 0 0 40px;\n      color: rgba(255, 255, 255, 0.9);\n      line-height: 1.7;\n      font-size: 1.05rem;\n    }\n\n    .mc-contact__meta {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .mc-contact__meta-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 16px;\n    }\n\n    .mc-contact__meta-icon {\n      width: 44px;\n      height: 44px;\n      flex-shrink: 0;\n      border-radius: 12px;\n      display: grid;\n      place-items: center;\n      background: rgba(255, 255, 255, 0.15);\n      color: #ffffff;\n      border: 1px solid rgba(255, 255, 255, 0.25);\n      font-size: 18px;\n    }\n\n    .mc-contact__meta-text {\n      display: flex;\n      flex-direction: column;\n    }\n\n    .mc-contact__meta-label {\n      color: rgba(255, 255, 255, 0.7);\n      font-size: 0.85rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 4px;\n    }\n\n    .mc-contact__meta-value {\n      color: #ffffff;\n      text-decoration: none;\n      font-size: 1.1rem;\n      font-weight: 600;\n      transition: color 0.2s ease;\n    }\n    \n    .mc-contact__meta-value:hover {\n      color: #cbf4f9;\n    }\n\n    \/* Premium Light Form *\/\n    .mc-contact__form {\n      display: grid;\n      gap: 20px;\n    }\n\n    .mc-contact__form-group {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .mc-contact__label {\n      font-size: 0.9rem;\n      font-weight: 600;\n      color: var(--brand-dark);\n    }\n\n    .mc-contact__field,\n    .mc-contact__select,\n    .mc-contact__textarea {\n      width: 100%;\n      border: 1px solid #e2e8f0;\n      background: #f8fafc;\n      color: var(--brand-dark);\n      border-radius: 12px;\n      padding: 14px 16px;\n      font: inherit;\n      outline: none;\n      transition: all 0.3s ease;\n    }\n\n    .mc-contact__select option {\n      background: #ffffff;\n      color: var(--brand-dark);\n    }\n\n    .mc-contact__textarea {\n      min-height: 120px;\n      resize: vertical;\n    }\n\n    .mc-contact__field:focus,\n    .mc-contact__select:focus,\n    .mc-contact__textarea:focus {\n      border-color: var(--accent-teal);\n      background: #ffffff;\n      box-shadow: 0 0 0 4px var(--accent-teal-glow);\n    }\n\n    \/* Modern Pill Toggles for AM\/PM *\/\n    .mc-contact__time-toggle {\n      display: flex;\n      gap: 12px;\n      margin-top: 4px;\n    }\n\n    .mc-contact__time-toggle input[type=\"radio\"] {\n      display: none;\n    }\n\n    .mc-contact__time-toggle label {\n      cursor: pointer;\n      padding: 10px 24px;\n      border-radius: 99px;\n      border: 1px solid #e2e8f0;\n      background: #f8fafc;\n      color: var(--text-muted);\n      font-weight: 600;\n      font-size: 0.95rem;\n      transition: all 0.2s ease;\n      flex: 1;\n      text-align: center;\n    }\n\n    .mc-contact__time-toggle input[type=\"radio\"]:checked + label {\n      background: var(--accent-teal);\n      border-color: var(--accent-teal);\n      color: #ffffff;\n      box-shadow: 0 4px 12px rgba(41, 145, 159, 0.3);\n    }\n\n    .mc-contact__submit {\n      margin-top: 12px;\n      border: none;\n      border-radius: 12px;\n      padding: 16px 24px;\n      letter-spacing: 0.05em;\n      font-weight: 800;\n      font-size: 1.05rem;\n      color: #ffffff;\n      background: linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-teal-dark) 100%);\n      cursor: pointer;\n      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n      box-shadow: 0 8px 20px rgba(41, 145, 159, 0.25);\n    }\n\n    .mc-contact__submit:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 14px 28px rgba(41, 145, 159, 0.4);\n    }\n\n    @keyframes fadeUp {\n      0% { opacity: 0; transform: translateY(30px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n    \n    @keyframes smoothZoom {\n      0% { transform: scale(1) translateZ(0); }\n      100% { transform: scale(1.15) translateZ(0); }\n    }\n\n    @keyframes client-logos-scroll {\n      0% { transform: translate3d(0, 0, 0); }\n      100% { transform: translate3d(-50%, 0, 0); }\n    }\n\n    \/* Javascript scroll reveal classes *\/\n    .reveal-on-scroll {\n      opacity: 0;\n      transform: translateY(40px);\n      transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    \n    .reveal-on-scroll.is-revealed {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* Stagger delays *\/\n    .delay-100 { transition-delay: 100ms; }\n    .delay-200 { transition-delay: 200ms; }\n    .delay-300 { transition-delay: 300ms; }\n    .delay-400 { transition-delay: 400ms; }\n\n    @media (max-width: 992px) {\n      .mc-wwd__grid { grid-template-columns: 1fr; gap: 24px; }\n      .mc-wwd__card { padding: 32px; }\n      .mc-contact__container { grid-template-columns: 1fr; }\n      .mc-contact__info { border-right: none; border-bottom: none; }\n      .mc-summary { grid-template-columns: 1fr; justify-items: center; text-align: center; }\n      .mc-rating { justify-content: center; }\n    }\n\n    @media (max-width: 767px) {\n      .mind-hero { padding: 40px 16px; }\n      .mind-hero__btn { width: 100%; padding: 16px 24px; }\n      :root { --section-pad: 60px 16px; }\n      .client-logos-wrap { width: 100%; border-radius: 0; border: none; padding: 1rem 0; }\n      .client-logos-inner { gap: 2.5rem; padding-left: 2.5rem; }\n      .client-logo-item { min-width: 120px; max-width: 140px; }\n      .client-logo-img img { max-height: 60px; }\n      .mc-contact__info, .mc-contact__form-wrap { padding: 32px 24px; }\n      \n      .mc-testimonials__container {\n        padding: 40px 24px;\n        border-radius: 24px;\n      }\n    }\n    \n    @media (hover: none) {\n      .client-logo-img img { filter: grayscale(0%) opacity(80%); }\n    }\n  <\/style>\n<\/head>\n<body>\n  \n  <section class=\"mind-hero\">\n    <div class=\"mind-hero__bg\"><\/div>\n    <div class=\"mind-hero__overlay\"><\/div>\n    <div class=\"mind-hero__content\">\n      <img decoding=\"async\" class=\"mind-hero__logo\" src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/royal.png\" alt=\"Mind Clinic logo\" style=\"filter: brightness(0) invert(1);\" \/>\n      <h1 class=\"mind-hero__title\">Your Trusted Mental Health Partner<\/h1>\n      <p class=\"mind-hero__text\">We are here to support your journey to better well-being. Professional, compassionate care is just a message away.<\/p>\n      \n      <div class=\"mind-hero__btn-wrapper\">\n        <a class=\"mind-hero__btn\" href=\"https:\/\/wa.me\/962791233336?text=Hello%20Mind%20Clinic%2C%20let%E2%80%99s%20talk.\" target=\"_blank\" rel=\"noopener noreferrer\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.82 9.82 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z\"\/>\n          <\/svg>\n          Let&#8217;s Talk on WhatsApp\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Added Scroll Indicator -->\n    <div class=\"mind-hero__scroll\">\n      <span>Scroll<\/span>\n      <svg class=\"mind-hero__scroll-arrow\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n        <polyline points=\"19 12 12 19 5 12\"><\/polyline>\n      <\/svg>\n    <\/div>\n  <\/section>\n\n  <section class=\"mc-wwd\">\n    <div class=\"mc-wwd__container\">\n      <div class=\"mc-wwd__grid\">\n        \n        <article class=\"mc-wwd__card reveal-on-scroll delay-100\">\n          <div class=\"mc-wwd__badge\">What We Do<\/div>\n          <h2 class=\"mc-wwd__title\">Evidence-based mental health care<\/h2>\n          <p class=\"mc-wwd__text\">\n            At Mind Clinic, we deliver accessible, ethical, and evidence-based mental health care that empowers\n            individuals, families, and organizations to achieve lasting psychological well-being.\n          <\/p>\n          <p class=\"mc-wwd__text\">\n            We are a multidisciplinary team of licensed psychiatrists, clinical psychologists, psychotherapists,\n            and mental health professionals, all qualified to international standards and supported by dedicated\n            quality and care coordination teams.\n          <\/p>\n        <\/article>\n\n        <article class=\"mc-wwd__card reveal-on-scroll delay-200\">\n          <div class=\"mc-wwd__badge\">What to Expect<\/div>\n          <h2 class=\"mc-wwd__title\">Support that builds independence<\/h2>\n          <p class=\"mc-wwd__text\">\n            We work with you to prepare you for a day when you do not need us. No matter where you are on your path\n            to change, our goal is help you feel grounded, empowered, self-aware and strong enough to live a life\n            you love.\n          <\/p>\n          <ul class=\"mc-wwd__list\">\n            <li>Mind Clinic is an out-patient facility. While we are not a crisis response center, we do our best to respond as soon as possible.<\/li>\n            <li>All clients can expect to be matched with a clinician at Mind Clinic based on their expertise, skill and competency.<\/li>\n          <\/ul>\n        <\/article>\n        \n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"premium-logos-section\">\n    <div class=\"premium-logos-section__head reveal-on-scroll\">\n      <span class=\"premium-logos-section__subtitle\">Our Network<\/span>\n      <h2 class=\"premium-logos-section__title\">Trusted Organizations We Work With<\/h2>\n    <\/div>\n    \n    <div class=\"client-logos-wrap reveal-on-scroll delay-100\">\n      <div class=\"client-logos-track\" aria-label=\"Client logos carousel\">\n        <div class=\"client-logos-inner\">\n            \n          <!-- ORIGINAL SET -->\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/royal.png\" alt=\"Royal\" width=\"177\" height=\"124\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/prin.png\" alt=\"Prin\" width=\"188\" height=\"94\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/maudley.png\" alt=\"Maudley\" width=\"278\" height=\"74\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/kds.jpg\" alt=\"KDS\" width=\"200\" height=\"200\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/jubilee.jpg\" alt=\"Jubilee\" width=\"411\" height=\"408\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/jor.png\" alt=\"JOR\" width=\"330\" height=\"79\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/hikma.jpg\" alt=\"Hikma\" width=\"555\" height=\"150\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/ds.png\" alt=\"DS\" width=\"559\" height=\"260\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/bromine.png\" alt=\"Bromine\" width=\"225\" height=\"225\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/astra.jpg\" alt=\"Astra\" width=\"212\" height=\"70\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/ahs.jpg\" alt=\"AHS\" width=\"149\" height=\"180\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n\n          <!-- DUPLICATED SET for seamless loop -->\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/royal.png\" alt=\"Royal\" width=\"177\" height=\"124\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/prin.png\" alt=\"Prin\" width=\"188\" height=\"94\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/maudley.png\" alt=\"Maudley\" width=\"278\" height=\"74\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/kds.jpg\" alt=\"KDS\" width=\"200\" height=\"200\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/jubilee.jpg\" alt=\"Jubilee\" width=\"411\" height=\"408\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/jor.png\" alt=\"JOR\" width=\"330\" height=\"79\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/hikma.jpg\" alt=\"Hikma\" width=\"555\" height=\"150\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/ds.png\" alt=\"DS\" width=\"559\" height=\"260\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/bromine.png\" alt=\"Bromine\" width=\"225\" height=\"225\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/astra.jpg\" alt=\"Astra\" width=\"212\" height=\"70\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n          <div class=\"client-logo-item\" aria-hidden=\"true\"><div class=\"client-logo-img\"><img src=\"https:\/\/stage.mindclinicjo.com\/wp-content\/uploads\/2026\/02\/ahs.jpg\" alt=\"AHS\" width=\"149\" height=\"180\" loading=\"lazy\" decoding=\"async\" \/><\/div><\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"mc-testimonials\">\n    <div class=\"mc-testimonials__container\">\n      <h2 class=\"mc-testimonials__title reveal-on-scroll\">Quality of Care, Through Our Clients<\/h2>\n\n      <div class=\"mc-summary reveal-on-scroll delay-100\">\n        <div class=\"mc-rating\">\n          <div class=\"mc-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <div class=\"mc-score\">\n            <strong>4.5<\/strong>\n            <span>Based on 157 verified reviews<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"mc-breakdown\" aria-label=\"Rating breakdown\">\n          <div class=\"mc-breakdown__row\">\n            <span>Overall experience<\/span>\n            <span class=\"mc-breakdown__stars\" aria-label=\"5 out of 5\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <\/div>\n          <div class=\"mc-breakdown__row\">\n            <span>Cleanliness<\/span>\n            <span class=\"mc-breakdown__stars\" aria-label=\"5 out of 5\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <\/div>\n          <div class=\"mc-breakdown__row\">\n            <span>Friendliness<\/span>\n            <span class=\"mc-breakdown__stars\" aria-label=\"5 out of 5\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <\/div>\n          <div class=\"mc-breakdown__row\">\n            <span>Wait time<\/span>\n            <span class=\"mc-breakdown__stars\" aria-label=\"5 out of 5\">\u2605\u2605\u2605\u2605\u2605<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"mc-award\">\n          <span>2026<\/span>\n          <strong>Outstanding Patient Experience<\/strong>\n        <\/div>\n      <\/div>\n\n      <div class=\"mc-grid\">\n        <div class=\"mc-card reveal-on-scroll delay-100\">\n          <div class=\"mc-stars\" style=\"color: #fbbc05;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <p>&#8220;Thank you so much for the great session, I feel better after talking to Dr. Rahma. The environment is extremely welcoming.&#8221;<\/p>\n          <div class=\"mc-card__author\">\n            <div class=\"mc-card__author-icon\">N<\/div>\n            <div class=\"mc-card__author-info\">\n              <span>\n                Nayfeh Al Omoush\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#25d366\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-label=\"Verified\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n              <\/span>\n              <small>\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\" fill=\"#4285F4\"\/><path d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\" fill=\"#34A853\"\/><path d=\"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z\" fill=\"#FBBC05\"\/><path d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\" fill=\"#EA4335\"\/><\/svg>\n                Google Review\n              <\/small>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mc-card reveal-on-scroll delay-200\">\n          <div class=\"mc-stars\" style=\"color: #fbbc05;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <p>&#8220;I cannot say enough great things about this place. They helped me get my life back on track and I will be forever grateful to them.&#8221;<\/p>\n          <div class=\"mc-card__author\">\n            <div class=\"mc-card__author-icon\">L<\/div>\n            <div class=\"mc-card__author-info\">\n              <span>\n                Leah MacLean\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#25d366\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-label=\"Verified\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n              <\/span>\n              <small>\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\" fill=\"#4285F4\"\/><path d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\" fill=\"#34A853\"\/><path d=\"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z\" fill=\"#FBBC05\"\/><path d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\" fill=\"#EA4335\"\/><\/svg>\n                Google Review\n              <\/small>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mc-card reveal-on-scroll delay-300\">\n          <div class=\"mc-stars\" style=\"color: #fbbc05;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <p>&#8220;\u0641\u0631\u064a\u0642 \u0645\u0645\u062a\u0627\u0632 \u0648\u062e\u0628\u0631\u0627\u062a \u0645\u0647\u0645\u0629. \u0627\u0647\u062a\u0645\u0627\u0645 \u0628\u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629 \u0648\u0627\u0646\u062a\u0628\u0627\u0647 \u0644\u0644\u062a\u0641\u0627\u0635\u064a\u0644. \u0627\u0646\u0635\u062d \u0628\u0647\u0645 \u0628\u0634\u062f\u0629. \u062a\u062c\u0631\u0628\u0629 \u0645\u0631\u064a\u062d\u0629 \u062c\u062f\u0627\u064b.&#8221;<\/p>\n          <div class=\"mc-card__author\">\n            <div class=\"mc-card__author-icon\">M<\/div>\n            <div class=\"mc-card__author-info\">\n              <span>\n                Maha Nofal\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#25d366\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-label=\"Verified\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n              <\/span>\n              <small>\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\" fill=\"#4285F4\"\/><path d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\" fill=\"#34A853\"\/><path d=\"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z\" fill=\"#FBBC05\"\/><path d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\" fill=\"#EA4335\"\/><\/svg>\n                Google Review\n              <\/small>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mc-card reveal-on-scroll delay-400\">\n          <div class=\"mc-stars\" style=\"color: #fbbc05;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <p>&#8220;The staff at Mind Clinic are incredibly helpful, friendly and professional throughout. Highly recommend their services!&#8221;<\/p>\n          <div class=\"mc-card__author\">\n            <div class=\"mc-card__author-icon\">L<\/div>\n            <div class=\"mc-card__author-info\">\n              <span>\n                Linda Bergauer\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#25d366\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-label=\"Verified\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n              <\/span>\n              <small>\n                <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\" fill=\"#4285F4\"\/><path d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\" fill=\"#34A853\"\/><path d=\"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z\" fill=\"#FBBC05\"\/><path d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\" fill=\"#EA4335\"\/><\/svg>\n                Google Review\n              <\/small>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"mc-contact\">\n    <div class=\"mc-contact__container reveal-on-scroll\">\n      <div class=\"mc-contact__info\">\n        <h2 class=\"mc-contact__title\">How to get our services<\/h2>\n        <p class=\"mc-contact__lead\">Your mental well-being is our top priority<\/p>\n        <p class=\"mc-contact__sub\">\n          Reach out and our team will help you find the right specialist and appointment format for your specific needs.\n        <\/p>\n\n        <div class=\"mc-contact__meta\">\n          <div class=\"mc-contact__meta-item\">\n            <div class=\"mc-contact__meta-icon\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n            <\/div>\n            <div class=\"mc-contact__meta-text\">\n              <span class=\"mc-contact__meta-label\">For Calls<\/span>\n              <a class=\"mc-contact__meta-value\" href=\"tel:+962791233336\">+962 79 123 3336<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"mc-contact__meta-item\">\n            <div class=\"mc-contact__meta-icon\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n            <\/div>\n            <div class=\"mc-contact__meta-text\">\n              <span class=\"mc-contact__meta-label\">For Consultation<\/span>\n              <a class=\"mc-contact__meta-value\" href=\"mailto:info@mind-jo.com\">info@mind-jo.com<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"mc-contact__form-wrap\">\n        <form class=\"mc-contact__form\" action=\"#\" method=\"post\">\n          \n          <div class=\"mc-contact__form-group\">\n            <label class=\"mc-contact__label\" for=\"mc-name\">Full Name<\/label>\n            <input class=\"mc-contact__field\" id=\"mc-name\" name=\"name\" type=\"text\" placeholder=\"John Doe\" required \/>\n          <\/div>\n\n          <div class=\"mc-contact__form-group\">\n            <label class=\"mc-contact__label\" for=\"mc-email\">Email Address<\/label>\n            <input class=\"mc-contact__field\" id=\"mc-email\" name=\"email\" type=\"email\" placeholder=\"john@example.com\" required \/>\n          <\/div>\n\n          <div class=\"mc-contact__form-group\">\n            <label class=\"mc-contact__label\" for=\"mc-service\">How can we help?<\/label>\n            <select class=\"mc-contact__select\" id=\"mc-service\" name=\"service\">\n              <option selected>Request a therapy appointment<\/option>\n              <option>Psychiatry appointment<\/option>\n              <option>Child and adolescent support<\/option>\n              <option>Corporate wellness consultation<\/option>\n            <\/select>\n          <\/div>\n\n          <div class=\"mc-contact__form-group\">\n            <label class=\"mc-contact__label\" for=\"mc-message\">Message<\/label>\n            <textarea class=\"mc-contact__textarea\" id=\"mc-message\" name=\"message\" placeholder=\"Please briefly describe your needs...\"><\/textarea>\n          <\/div>\n\n          <div class=\"mc-contact__form-group\">\n            <span class=\"mc-contact__label\">Preferred Contact Time<\/span>\n            <div class=\"mc-contact__time-toggle\">\n              <input type=\"radio\" id=\"time-am\" name=\"contact_time\" value=\"am\" checked \/>\n              <label for=\"time-am\">Morning (AM)<\/label>\n              \n              <input type=\"radio\" id=\"time-pm\" name=\"contact_time\" value=\"pm\" \/>\n              <label for=\"time-pm\">Afternoon (PM)<\/label>\n            <\/div>\n          <\/div>\n\n          <button class=\"mc-contact__submit\" type=\"submit\">SEND REQUEST<\/button>\n        <\/form>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', () => {\n      const observerOptions = {\n        root: null,\n        rootMargin: '0px',\n        threshold: 0.15 \n      };\n\n      const scrollObserver = new IntersectionObserver((entries, observer) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('is-revealed');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, observerOptions);\n\n      const revealElements = document.querySelectorAll('.reveal-on-scroll');\n      revealElements.forEach(el => scrollObserver.observe(el));\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mind Clinic &#8211; Premium Experience Your Trusted Mental Health Partner We are here to support your journey to better well-being. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":5,"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/mindstage.iconsjo.space\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}