@charset "UTF-8";

/*
Theme Name: CareAxis
Theme URI: https://careaxis.ai/
Author: the CareAxis team
Author URI: https://wordpress.org/
Description: CareAxis goes beyond traditional healthcare platforms with secure, seamless, and patient-first design at its core. By simplifying every step of the patient visit - from booking to follow-up - and capturing real patient feedback throughout the journey, we help clinics reduce no-shows, boost engagement, and deliver smoother, more satisfying experiences.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: careaxis
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

CareAxis WordPress Theme, (C) 2020 WordPress.org
CareAxis is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

/*CareAxis Theme Style Start From Here*/
/*@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
/* @import url("darkmode.css"); */

@import url("assets/css/tab1.css");
@import url("assets/css/tab2.css");
@import url("assets/css/tab3.css");
@import url("assets/css/partner.css");
@import url("assets/css/patient-journey.css");
@import url("assets/css/timeline-container.css");
@import url("assets/css/infographic1.css");
@import url("assets/css/infographic2.css");

:root {
    --color-primary: #03dec0;
    --color-accent: #03dec0;
    --color-light-grey: #F9F8FD;
    --color-text-grey: #6c757d;
    --color-grey-medium: #666666;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-purple: #7715b7;
    --color-pink: #fe2b64;
    --color-navy: #131352;
    --color-purpleblue: #704FE6;
    --color-lightpurple: #a29bfe;
    --color-morelightpurple: #F4F1FF;
    --color-pureorange: #FF6600;
    --color-pureorangelite: #fbf1ea;
    --color-orange: #f75743;
    --color-lightorange: #e17055;
    --color-morelightorange: #f8f5f2;
    --color-cream: #f8f5f2;
    --font-primary: "Red Hat Display", sans-serif;
    --font-primary-cursive: "Dancing Script", sans-serif;
    --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*placeholder*/
input::placeholder,
textarea::placeholder {
    color: #000000; 
    opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000000; 
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000000; 
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #000000; 
    opacity: 1;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--color-black);
    /*background-color: var(--color-white);*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dancingScript {
    font-family: var(--font-primary-cursive);
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}
a:hover {
    text-decoration: none;
}

/*form*/
input, textarea, select, option, label, button, 
input[type="button"], 
input[type="checkbox"], 
input[type="color"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="email"], 
input[type="file"], 
input[type="hidden"], 
input[type="image"], 
input[type="month"], 
input[type="number"], 
input[type="password"], 
input[type="radio"], 
input[type="range"], 
input[type="reset"], 
input[type="search"], 
input[type="submit"], 
input[type="tel"], 
input[type="text"], 
input[type="time"], 
input[type="url"], 
input[type="week"], 
input[type=""] {
    color: var(--color-black);
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-style: normal;
}
.form-control {
    padding: .7rem .7rem;
}

/*stats*/
.hero-stats {
    display: flex;
    gap: 3rem;
}
.stat {
    display: flex;
    flex-direction: column;
}
.stat-number {
    font-size: 30px;
    font-weight: 900;
    color: var(--color-purple);
}
.stat-label {
    font-size: 16px;
    color: var(--color-grey-medium);
    font-weight: 500;
}

/*listing*/
.listing-row ul {
    margin: 0px;
    padding: 0px;
}
.listing-row ul li {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    list-style-type: none;
    padding-left: 35px;
    margin-block-end: 10px;
}
.listing-row ul li .bold-text {
    font-weight: 700;
}
.listing-row ul li .small-text {
    font-size: 18px;
    font-weight: 500;
}
.listing-row ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 4px;
    width: 14px;
    height: 18px;
    background: var(--color-purpleblue);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}
.listing-row ul li:hover::before {
    background: var(--color-purple);
    animation: location-bounce 0.6s ease;
}
@keyframes location-bounce {
    0%, 100% { transform: rotate(-45deg) translateY(0); }
    50% { transform: rotate(-45deg) translateY(-3px); }
}
.listing-row ul li::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.listing-row ul li:last-child {
    margin-block-end: 0px;
}


/*floating label form*/
.floatField {
    position: relative;
    margin-bottom: 20px;
}
.floatField input[type="text"],
.floatField input[type="email"],
.floatField input[type="tel"],
.floatField textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    background: var(--color-white);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.floatField select {
    cursor: pointer;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    background: var(--color-white);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.floatField textarea {
    resize: vertical;
    min-height: 100px;
}
.floatField span{ color: #f00; }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 32px;
}
.fieldSelect::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  transform: translateY(-55%) rotate(45deg);
  pointer-events: none;
}
.floatField input:focus,
.floatField textarea:focus,
.floatField select:focus {
    border-color: var(--color-lightpurple);
    box-shadow: 0 0 10px 0 rgba(162, 155, 254, 0.5);
    color: var(--color-black);
}
.floatField > label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
    transition: 0.18s ease;
    background: var(--color-white);
    padding: 0 5px;
    line-height: normal;
}
.floatField > .label2 {
    position: absolute;
    left: 12px;
    top: 20%;
    transform: translateY(-20%);
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
    transition: 0.18s ease;
    background: var(--color-white);
    padding: 0 5px;
    line-height: normal;
}
.floatField input[type="text"]:focus + label,
.floatField input[type="text"]:not(:placeholder-shown) + label,
.floatField input[type="email"]:focus + label,
.floatField input[type="email"]:not(:placeholder-shown) + label,
.floatField input[type="tel"]:focus + label,
.floatField input[type="tel"]:not(:placeholder-shown) + label,
.floatField textarea:focus + label,
.floatField textarea:not(:placeholder-shown) + label {
    top: -10px;
    color: var(--color-text-grey);
    font-size: 14px;
    font-weight: 500;
    transform: none;
}
.floatField select:focus + label,
.floatField select:valid + label {
    top: -10px;
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    transform: none;
}
.floatField-group {
    margin-bottom: 20px;
    position: relative;
}
.floatField-group-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-black);
    position: absolute;
    top: -10px;
    background: var(--color-white);
    padding: 0 5px;
    line-height: normal;
    left: 12px;
}
.checkbox-options {
    display: flex;
    flex-direction: column;
    padding: 25px 10px 15px 10px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}
.check-wrap,
.radio-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.check-wrap input,
.radio-wrap input {
    accent-color: var(--color-purple);
    cursor: pointer;
    height: 18px;
    width: 18px;
}

/*height*/
.hight100 {
    height: 100px !important;
}
.hight200 {
    height: 200px !important;
}
.hight300 {
    height: 300px !important;
}
.hight400 {
    height: 400px !important;
}
.hight500 {
    height: 500px !important;
}
.hight600 {
    height: 600px !important;
}
.hight700 {
    height: 700px !important;
}
.hight800 {
    height: 800px !important;
}
.hight900 {
    height: 900px !important;
}

/*width*/
.width100 {
    width: 100px;
}
.width170 {
    width: 170px;
}
.width200 {
    width: 200px;
}
.width250 {
    width: 250px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-block-end: 1rem;
}

h1 { 
    font-size: clamp(32px, 5vw, 50px);
    font-weight: 900;
}

h2 { 
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
}

h3 { 
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 700;
}

h4 { 
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

ul > li {
    line-height: 30px;
}

p { 
    font-size: 20px;
    line-height: 1.6em;
    margin-block-end: 30px;
    font-weight: 600;
}

.lead {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

strong, b {
    font-weight: 700;
}

.text-accent { 
    color: var(--color-accent);
}
.text-pink { 
    color: var(--color-pink);
}
.text-grey { 
    color: var(--color-text-grey);
}
.text-black { 
    color: var(--color-black);
}
.text-lightorange { 
    color: var(--color-lightorange);
}
.text-purple { 
    color: var(--color-purple);
}
.text-purpleblue { 
    color: var(--color-purpleblue);
}
.text-navy {
    color: var(--color-navy);
}
.text-orange {
    color: var(--color-orange);
}
.text-purple-highlight {
    color: var(--color-purple);
    position: relative;
}
.text-purple-highlight::before {
    background: rgba(119, 21, 183, 0.7);
    animation-duration: 30s;
    animation-name: slidein;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: 8%;
    left: -4px;
    bottom: 6px;
    z-index: -1;
    border-radius:10px;
}
.text-orange-highlight {
    color: var(--color-orange);
    position: relative;
}
.text-orange-highlight::before {
    background: rgba(255, 113, 95, 0.7);
    animation-duration: 30s;
    animation-name: slidein;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: 8%;
    left: -4px;
    bottom: 6px;
    z-index: -1;
    border-radius:10px;
}
@keyframes slidein {
  0% {
    width: 1%;
  }
  20% {
    width: calc(100% + 12px);
  }
  100% {
    width: calc(100% + 12px);
  }
}

/* Focus Styles */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0px;
    outline-offset: 2px;
}

.dummy-img {
    background-color: var(--color-white);
    border: solid 1px #e0e0e0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
}

/*logo*/
.site-logo img {
    width: 230px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    transition: var(--transition-base);
    border: 0px;
    cursor: pointer;
    min-height: 48px;
    min-width: 44px;
}
.btn-primary {
    background: linear-gradient(90deg, #7715b7 0%, #fe2b64 100%);
    color: var(--color-white);
}
.btn-primary:hover {
    background-color: var(--color-purpleblue);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 77, 77, 0.2);
    color: var(--color-white);
    border-color: transparent;
}
.btn-accent {
    background-color: var(--color-accent);
    color: var(--color-white);
}
.btn-accent:hover {
    background-color: #048f8a;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(5, 171, 165, 0.3);
    color: var(--color-white);
}
.btn-orange {
    background-color: var(--color-lightorange);
    color: var(--color-white);
}
.btn-orange:hover {
    background-color: var(--color-orange);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(255, 113, 95, 0.3);
    color: var(--color-white);
}
.btn-purple {
    background-color: var(--color-purple);
    color: var(--color-white);
}
.btn-purple:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(255, 113, 95, 0.3);
    color: var(--color-white);
}
.btn-purplelight {
    background-color: var(--color-lightpurple);
    color: var(--color-white);
}
.btn-purplelight:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(162, 155, 254, 0.5);
    color: var(--color-white);
}
.btn-outline {
    background-color: var(--color-white);
    color: var(--color-purple);
    border: solid 2px var(--color-purple);
}
.btn-outline:hover {
    transform: translateY(-3px);
    color: var(--color-purple);
}
.btn-outline-green {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-outline-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 77, 77, 0.2);
    color: var(--color-primary);
}
.btn:focus {
    box-shadow: none;
}

/*bg color*/
.gradientColor-one {
    background: linear-gradient(90deg, rgba(174, 180, 255, 1) 0%, rgba(246, 236, 243, 1) 100%);
}
.gradientColor-two {
    background: linear-gradient(180deg, rgba(247,225,228,1) 0%, rgba(225,185,253,1) 100%);
}
.gradientColor-three {
    background: linear-gradient(45deg, rgb(222 228 255) 0%, rgb(255 241 207) 100%);
}
.gradientColor-four {
    background: linear-gradient(45deg, rgb(222 228 255) 0%, rgb(255 241 207) 100%);
}
.gradientColor-five {
    background: linear-gradient(143deg, rgb(209 241 253) 0%, rgb(255 248 204) 50%, rgb(255 229 229) 100%);
}
.gradientColor-six {
    background: linear-gradient(143deg, rgb(241 213 255) 25%, rgb(177 182 245) 50%, rgb(253 239 198) 100%);
}
.gradientColor-seven {
    background: linear-gradient(245deg, rgb(252 224 255) 30%, rgb(255 251 216) 100%);
}
.greyColor {
    background-color: var(--color-light-grey);
}
.whiteColor {
    background-color: var(--color-white);
}
.lightPurple {
    background-color: var(--color-morelightpurple);
}
.morelightorange {
    background-color: var(--color-morelightorange);
}
.navy-blue {
    background-color: var(--color-navy);
}
.bg-pureorangelite {
    background-color: var(--color-pureorangelite);
}


/*font weight*/
.fontWeight100 {
    font-weight: 100;
}
.fontWeight200 {
    font-weight: 200;
}
.fontWeight300 {
    font-weight: 300;
}
.fontWeight400 {
    font-weight: 400;
}
.fontWeight500 {
    font-weight: 500;
}
.fontWeight600 {
    font-weight: 600;
}
.fontWeight700 {
    font-weight: 700;
}
.fontWeight800 {
    font-weight: 800;
}
.fontWeight900 {
    font-weight: 900;
}

/* Top Bar */
.top-bar {
    background-color: var(--color-navy);
    padding: 5px 0;
}
.top-bar-header {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
@media (max-width: 991px) {
    .top-bar-header {
        flex-direction: column;
    }
}
.top-bar-links {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/* Top Bar Links */
.top-bar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition-base);
}
.top-bar-link:hover {
    color: var(--color-white);
}
.top-bar-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Header */
.main-header {
    background-color: var(--color-white);
    padding: 16px 0;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.logo {
    height: 48px;
    width: auto;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    gap: 8px;
}

/* Navigation */
.nav-link {
    color: var(--color-black) !important;
    font-weight: 600;
    padding: 12px 16px;
    transition: var(--transition-base);
    position: relative;
    font-size: 16px;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--color-purple) !important;
    /*background-color: rgba(5, 171, 165, 0.05);*/
}

.nav-link.active {
    color: var(--color-purple);
}

/* Dropdown Mega Menu - Centered on Page */
.dropdown-mega {
    position: static;
}

.dropdown-mega .dropdown-menu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: auto;
    max-width: 670px;
    min-width: 670px;
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    padding: 20px 0;
    background: var(--color-white);
    border: 1px solid #e9ecef;
    z-index: 1050;
}

/* Dropdown Arrow/Triangle */
.dropdown-mega .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid var(--color-white);
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}

/* Backdrop overlay for mega menu */
.dropdown-mega.show::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1040;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mega-menu-column {
    padding: 0 20px;
    position: relative;
}

/* Column Separator Line */
.mega-menu-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #e9ecef 10%,
        #e9ecef 90%,
        transparent 100%
    );
}

/* Mega Menu Heading with Line Graphic Icon */
.mega-menu-column h6 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-black);
    margin-block-end: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Menu Icon (Line Graphic) */
.menu-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Accent Line Under Heading */
.mega-menu-column h6::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--color-accent);
}

/* Mega Menu Link with Bullet Point */
.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    color: var(--color-black);
    text-decoration: none;
    border-radius: 6px;
    transition: var(--transition-base);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Bullet Point */
.mega-menu-link::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-text-grey);
    border-radius: 50%;
    flex-shrink: 0;
    transition: var(--transition-base);
}

.mega-menu-link:hover {
    background-color: rgba(5, 171, 165, 0.08);
    color: var(--color-accent);
    padding-inline-start: 10px;
}

.mega-menu-link:hover::before {
    background: var(--color-accent);
    transform: scale(1.3);
}

/* Regular Dropdown (non-mega) with Bullets */
.dropdown:not(.dropdown-mega) .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    padding: 12px 0;
    top: 80px;
    min-width: 285px;
    border: 1px solid #e9ecef;
    position: absolute;
    left: auto;
    right: 0;
}

.dropdown:not(.dropdown-mega) .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--color-white);
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}

/* Dropdown Item with Icon */
.dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black);
    transition: var(--transition-base);
    border-radius: 6px;
    margin: 0 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    position: relative;
}
/*.dropdown-item::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--color-text-grey);
    border-radius: 50%;
    flex-shrink: 0;
    transition: var(--transition-base);
}*/
.dropdown-item img {
    width: 25px;
}
.dropdown-item:hover {
    background-color: rgba(119, 21, 183, 0.08);
    color: var(--color-purple);
    padding-inline-start: 24px;
}
.dropdown-item:hover::before {
    background: var(--color-accent);
    transform: scale(1.2);
}
.dropdown-divider {
    margin: 8px 16px;
    border-top: 1px solid #e9ecef;
}
.dropdown-menu li.active .dropdown-item {
    background-color: rgba(5, 171, 165, 0.08);
    color: var(--color-accent);
    padding-inline-start: 24px;
}
.dropdown-menu li.active .dropdown-item:hover::before {
    background: var(--color-accent);
    transform: scale(1.2);
}

/* Mobile Menu Adjustments */
@media (max-width: 991px) {
    .dropdown-mega .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
        min-width: auto;
        left: auto;
        top: auto;
        margin-top: 8px;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .dropdown-mega .dropdown-menu::before {
        display: none;
    }
    
    .dropdown-mega.show::after {
        display: none;
    }
    
    .mega-menu-column {
        padding: 12px 0;
        border-bottom: 1px solid #e9ecef;
    }
    
    .mega-menu-column:last-child {
        border-bottom: none;
    }
    
    .mega-menu-column:not(:last-child)::after {
        display: none;
    }
    
    .mega-menu-column h6 {
        margin-block-end: 12px;
        font-size: 12px;
        white-space: normal;
    }
    
    .mega-menu-link {
        font-size: 13px;
        padding: 8px 10px;
        white-space: normal;
    }
    
    .dropdown:not(.dropdown-mega) .dropdown-menu {
        box-shadow: none;
        border: none;
        padding: 8px 0;
        right: auto;
        left: 0;
    }
    
    .dropdown:not(.dropdown-mega) .dropdown-menu::before {
        display: none;
    }
    
    .dropdown-item {
        white-space: normal;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .mega-menu-link,
    .dropdown-item {
        white-space: normal;
    }
}

/* Hero Section Updates */
.hero-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    margin-block-end: 16px;
    line-height: 1.2;
}
.hero-content h1 br {
    display: block;
}
.hero-content .svgpic {
    border: solid 1px var(--color-light-grey);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-block-end: 25px;
    transition: all 0.3s ease;
    position: relative;
    width: 150px;
}
.hero-content .svgpic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(119, 21, 183, 0.7);
    left: 0px;
    top: 0px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.hero-content .svgpic img {
    width: 100px;
}

/* Hero Section Inner*/
.header-inner-curve {
    position:relative;
    background: linear-gradient(60deg, rgba(255, 113, 95,0.5) 0%, rgba(127, 61, 194,0.6) 100%);
}
.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px;
    min-height:100px;
    max-height:100px;
}
/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 15s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 30s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 45s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 60s;
}
@keyframes move-forever {
    0% {
    transform: translate3d(-90px,0,0);
    }
    100% {
    transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
}

/* Simplified Hero Form */
.hero-form {
    background: var(--color-white);
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-block-start: 32px;
}

/* Hero Image Container */
.hero-image-container {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.hero-main-image img {
    width: auto;
    object-fit: cover;
    /*height: 100%;
    object-position: center;*/
}
.play-button {
    background-color: rgba(255,255,255,0.3);
    border: solid 2px var(--color-white);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}
.play-button img {
    height: auto;
    margin-left: 5px;
    width: 60%;;
}

/* Floating Badges */
.hero-floating-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.8);
    min-width: 220px;
}

.hero-floating-badge:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
    border-color: rgba(5, 171, 165, 0.5);
}

.hero-floating-badge-inner {
    color: var(--color-white);
    position: absolute;
    padding: 5px 20px;
    border-radius: 60px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.hero-floating-badge-inner:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
    border-color: rgba(5, 171, 165, 0.5);
}

.badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(5, 171, 165, 0.1);
}
.badge-icon img {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.badge-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.badge-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.2;
}
.badge-title-inner {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1.2;
}

.badge-subtitle {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-black);
}

/* Badge Positions and Animations */
.badge-1 {
    top: 8%;
    left: -5%;
    animation: floatBadge1 4s ease-in-out infinite;
}
.badge-2 {
    top: 45%;
    right: -5%;
    animation: floatBadge2 5s ease-in-out infinite;
}
.badge-3 {
    bottom: 12%;
    left: 5%;
    animation: floatBadge3 4.5s ease-in-out infinite;
}
.badge-4 {
    background: rgba(127, 61, 194, 0.90);
    top: -5%;
    left: 50%;
    animation: floatBadge1 4s ease-in-out infinite;
}
.badge-5 {
    background: rgba(5, 171, 165, 0.90);
    top: 35%;
    left: -7%;
    animation: floatBadge1 3s ease-in-out infinite;
}
.badge-6 {
    background: rgba(255, 113, 95, 0.90);
    top: 80%;
    left: -3%;
    animation: floatBadge1 7s ease-in-out infinite;
}
.badge-7 {
    background: rgba(253, 121, 168, 0.90);
    top: 60%;
    right: 0%;
    animation: floatBadge1 6s ease-in-out infinite;
}

@keyframes floatBadge1 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
}

@keyframes floatBadge2 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    50% {
        transform: translateY(-20px) translateX(-10px);
    }
}

@keyframes floatBadge3 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    50% {
        transform: translateY(-18px) translateX(8px);
    }
}

/* Decorative Circles */
.hero-deco-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulseCircle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}

/* Floating Particles */
.hero-particle {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    opacity: 0.6;
    z-index: 1;
}

.particle-1 {
    top: 15%;
    left: 10%;
    animation: particleFloat1 8s ease-in-out infinite;
}

.particle-2 {
    top: 25%;
    right: 15%;
    animation: particleFloat2 7s ease-in-out infinite;
    animation-delay: 1s;
}

.particle-3 {
    top: 60%;
    left: 8%;
    animation: particleFloat1 9s ease-in-out infinite;
    animation-delay: 2s;
}

.particle-4 {
    bottom: 20%;
    right: 12%;
    animation: particleFloat2 8.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.particle-5 {
    top: 40%;
    left: 5%;
    animation: particleFloat1 7.5s ease-in-out infinite;
    animation-delay: 1.5s;
}

.particle-6 {
    bottom: 35%;
    right: 8%;
    animation: particleFloat2 8s ease-in-out infinite;
    animation-delay: 2.5s;
}

@keyframes particleFloat1 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-100px) translateX(30px);
        opacity: 0;
    }
}

@keyframes particleFloat2 {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-120px) translateX(-30px);
        opacity: 0;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-image-container {
        height: 500px;
        margin-block-start: 40px;
    }
    
    .hero-floating-badge {
        padding: 12px 16px;
        min-width: 180px;
    }
    
    .badge-icon {
        width: 40px;
        height: 40px;
    }
    
    .badge-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .badge-title {
        font-size: 14px;
    }
    
    .badge-subtitle {
        font-size: 11px;
    }
    
    .badge-1 {
        top: 5%;
        left: 0%;
    }
    
    .badge-2 {
        top: 48%;
        right: 0%;
    }
    
    .badge-3 {
        bottom: 8%;
        left: 2%;
    }
}

@media (max-width: 767px) {
    .hero-image-container {
        height: 450px;
    }
    
    .hero-main-image {
        border-radius: 16px;
    }
    
    .hero-floating-badge {
        padding: 10px 14px;
        min-width: 160px;
        gap: 12px;
    }
    
    .badge-icon {
        width: 36px;
        height: 36px;
    }
    
    .badge-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .badge-title {
        font-size: 13px;
    }
    
    .badge-subtitle {
        font-size: 10px;
    }
    
    .hero-particle {
        width: 6px;
        height: 6px;
    }
}

/* Print Styles */
@media print {
    .hero-floating-badge,
    .hero-deco-circle,
    .hero-particle {
        display: none;
    }
}

/* Logo Scroll Section */
.logo-scroll-section {
    background-color: var(--color-morelightpurple);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.logo-scroll-section .section-subtitle {
    text-align: center;
}

.logo-scroll-section h2 {
    text-align: center;
    margin-block-end: 60px;
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-marquee::before,
.logo-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-marquee::before {
    left: 0;
    background: linear-gradient(to right, var(--color-white), transparent);
}

.logo-marquee::after {
    right: 0;
    background: linear-gradient(to left, var(--color-white), transparent);
}

.logo-track {
    display: flex;
    gap: 80px;
    animation: scrollLogos 40s linear infinite;
    width: max-content; /* <-- change from fit-content to max-content */
    will-change: transform;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 200px;
    flex-shrink: 0;
}

.logo-item-image {
    width: 160px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%) opacity(0.5);
    transition: var(--transition-base);
}

.logo-item:hover .logo-item-image {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.logo-item-image svg,
.logo-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo-item-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-black);
    text-align: center;
}

.logo-item:hover .logo-item-name {
    color: var(--color-black);
}

@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 40px)); /* <-- added fine offset for gap */
    }
}

.logo-track:hover {
    animation-play-state: paused;
}

.faq-section {
    padding: 80px 0;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .logo-scroll-section {
        padding: 60px 0;
    }
    
    .logo-marquee {
        padding: 30px 0;
    }
    
    .logo-track {
        gap: 60px;
    }
    
    .logo-item {
        min-width: 150px;
    }
    
    .logo-item-image {
        width: 120px;
        height: 60px;
    }
    
    .logo-item-name {
        font-size: 12px;
    }
}

/* Feature Graphic Container */
.feature-section {
    padding: 80px 0;
}
.feature-section p {
    font-size: 20px;
}

.feature-graphic-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-graphic-container img {
    width: 100%;
    height: auto;
}

.feature-graphic-container-inner {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-graphic-container-inner img{ max-width: 100%; }
.feature-graphic-container-pic-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.feature-graphic-container-about {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Central Graphic Line Art */
.central-graphic-lines {
    position: relative;
    z-index: 5;
    width: 300px;
    height: 300px;
    /*animation: rotateGraphic 30s linear infinite;*/
}

.central-graphic-lines svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 10px 30px rgba(5, 171, 165, 0.2));
}

/* Central Cross Animation */
.central-cross {
    animation: scaleBreath 3s ease-in-out infinite;
    transform-origin: center;
}

/* Pulse Line Animation */
.pulse-line {
    animation: drawPulse 2s ease-in-out infinite;
}

/* Connection Lines Animation */
.connection-lines line {
    stroke-dasharray: 5, 5;
    animation: dashMove 2s linear infinite;
}

/* Decorative Nodes Pulse */
.node-pulse {
    animation: nodePulse 12s ease-in-out infinite;
}

/* Corner Shapes Animation */
.corner-shapes polygon {
    animation: cornerGlow 3s ease-in-out infinite alternate;
}

/* Floating Health Icons */
.health-icon-float {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: floatIcon 4s ease-in-out infinite;
    transition: var(--transition-base);
    z-index: 10;
}

.health-icon-float img {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
    transition: var(--transition-base);
}

.health-icon-float.health-icon-6 svg {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
    transition: var(--transition-base);
}

.health-icon-float:hover svg {
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

.icon-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-black);
    text-align: center;
    background: var(--color-white);
    padding: 4px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}

/* Icon Positions */
.health-icon-1 {
    top: 17%;
    left: 5%;
    animation-delay: 0s;
}

.health-icon-2 {
    top: 18%;
    right: 7%;
    animation-delay: 0.5s;
}

.health-icon-3 {
    top: 46%;
    left: 2%;
    animation-delay: 1s;
}

.health-icon-4 {
    top: 45%;
    right: 0%;
    animation-delay: 1.5s;
}

.health-icon-5 {
    bottom: -5%;
    left: 18%;
    animation-delay: 2s;
}

.health-icon-6 {
    top: 0;
    left: 38%;
    animation-delay: 2.5s;
}

.health-icon-7 {
    top: 66%;
    left: 40%;
    animation-delay: 3s;
}

.health-icon-8 {
    top: 76%;
    right: 18%;
    animation-delay: 3.5s;
}

/* Decorative Circles */
.deco-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 1;
}

/* Animations */
@keyframes rotateGraphic {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes scaleBreath {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes drawPulse {
    0%, 100% { 
        stroke-dasharray: 0 100;
        opacity: 0;
    }
    50% { 
        stroke-dasharray: 100 0;
        opacity: 1;
    }
}

@keyframes dashMove {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: 20; }
}

@keyframes nodePulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.6;
    }
    50% { 
        transform: scale(1.5);
        opacity: 1;
    }
}

@keyframes cornerGlow {
    from { 
        stroke-width: 2;
        opacity: 0.5;
    }
    to { 
        stroke-width: 3;
        opacity: 1;
    }
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.1); opacity: 0.15; }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .feature-graphic-container {
        height: 500px;
        margin-block-start: 40px;
    }
    
    .central-graphic-lines {
        width: 250px;
        height: 250px;
    }
    
    .health-icon-float svg {
        width: 60px;
        height: 60px;
    }
    
    .icon-label {
        font-size: 10px;
        padding: 3px 8px;
    }
}

@media (max-width: 767px) {
    .feature-graphic-container {
        height: 400px;
    }
    
    .central-graphic-lines {
        width: 200px;
        height: 200px;
    }
    
    .health-icon-float svg {
        width: 50px;
        height: 50px;
    }
    
    .health-icon-7,
    .health-icon-8 {
        /*display: none;*/
    }
    
    .deco-circle {
        display: none;
    }
}

.call-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-block-start: 16px;
    color: var(--color-black);
    font-weight: 500;
}

.call-text strong {
    font-weight: 700;
}

.call-text svg {
    width: 20px;
    height: 20px;
    fill: var(--color-purple);
}

/* Stat Items */
.stat-item strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-block-end: 4px;
}

.stat-item small {
    display: block;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1.2;
}

/* Benefits Section (Zigzag) */
.benefits-section {
    background-color: var(--color-white);
    padding: 100px 0 300px 0;
    position: relative;
    overflow: hidden;
}
.benefit-row {
    padding: 60px 0;
}
.benefit-row:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}
.benefit-content {
    text-align: center;
    padding-bottom: 50px;
}
.benefit-circle {
    display: block;
    position: relative;
    margin-top: 630px;
}

/* Core Features Grid */
.core-features-section {
    padding: 80px 0;
}
.core-features-section h2 {
    margin-block-end: 60px;
    text-align: center;
}
.core-features-section .section-subtitle {
    text-align: center;
}

.feature-card {
    background-color: var(--color-white);
    border: solid 1px #e9d8cd;
    padding: 40px 20px;
    border-radius: 16px;
    transition: var(--transition-base);
    height: 100%;
}
.feature-card:hover {
    box-shadow: 0 10px 30px rgba(247, 201, 155, 0.5);
    transform: translateY(-5px);
}
.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: var(--transition-base);
}
/*.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}*/
.feature-icon img {
    width: 80px;
}
.feature-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
    line-height: 27px;
}
.feature-card p {
    margin-block-end: 0;
    color: var(--color-black);
}
/* Responsive Adjustments */
@media (max-width: 767px) {
    .feature-card {
        padding: 12px 24px;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    
    .feature-icon svg {
        width: 35px;
        height: 35px;
    }
    .feature-card h4 { font-size: 16px;}
    .feature-icon img{ width: 60px; height: 60px; }
}

.feature-card2 {
    text-align: center;
    padding: 40px 25px 25px 25px;
    border-radius: 16px;
    transition: var(--transition-base);
    min-height: 580px;
    background: var(--color-white);
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
}
.feature-card2:before {
    background-color: #fff;
    border: 5px solid rgba(162, 155, 254, 0.4);
    content: "";
    border-radius: 50%;
    height: 100px;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translate(-50%, -10px);
    width: 100px;
}
.feature-card2:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(112, 79, 230, 0.12);
    border-color: var(--color-purpleblue);
}
.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: var(--transition-base);
}
.feature-card2:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}
.feature-icon img {
    width: 80px;
}
.feature-card2 h4 {
    margin-block-end: 16px;
    font-size: 22px;
    font-weight: 800;
    color: var(--color-black);
    margin-block-start: 25px;
}
.feature-card2 p {
    margin-block-end: 0 !important;
    color: var(--color-black);
    padding-bottom: 0;
}


/* Facilities Showcase */
.facilities-section {
    padding: 80px 0;
}

.facilities-section .section-subtitle {
    text-align: center;
}

.facilities-section h2 {
    text-align: center;
    margin-block-end: 60px;
}

/*facility card purple*/
.facility-card {
    background: var(--color-white);
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    transition: var(--transition-base);
    border: 1px dotted transparent;
    position: relative;
    overflow: hidden;
}
.facility-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--color-purpleblue);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-base);
}
.facility-card:hover {
    border-color: var(--color-purpleblue);
    border-style: solid;
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 77, 77, 0.15);
}
.facility-card:hover::before {
    transform: scaleX(1);
}
.facility-card .facility-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(112, 79, 230, 0.1) 0%, rgba(112, 79, 230, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 2px solid rgba(112, 79, 230, 0.2);
    transition: var(--transition-base);
}
.facility-card:hover .facility-icon {
    transform: scale(1.05) rotate(2deg);
    background: linear-gradient(135deg, rgba(112, 79, 230, 0.1) 0%, rgba(112, 79, 230, 0.1) 100%);
    border-color: var(--color-purpleblue);
}
.facility-card .facility-icon img {
    width: 70px;
    transition: var(--transition-base);
}
.facility-card:hover .facility-icon svg {
    transform: scale(1.1);
}
.facility-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-block-end: 16px;
    color: var(--color-purpleblue);
    line-height: 1.3;
}
.facility-card p {
    color: var(--color-black);
    line-height: 1.7em;
    min-height: 280px;
    margin-block-end: 0px;
    padding-block-end: 0;
}
.facility-card p.requestdemo {
    color: var(--color-black);
    line-height: 1.7em;
    min-height: 150px;
    margin-block-end: 0px;
    padding-block-end: 0;
}


/*facility card green*/
.facility-card-green {
    background: var(--color-white);
    padding: 40px 32px;
    border-radius: 16px;
    height: 100%;
    transition: var(--transition-base);
    border: 1px dotted #cbd5e0;
    position: relative;
    overflow: hidden;
}
.facility-card-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-base);
}
.facility-card-green:hover {
    border-color: var(--color-accent);
    border-style: solid;
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 77, 77, 0.15);
}
.facility-card-green:hover::before {
    transform: scaleX(1);
}
.facility-card-green .facility-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f0fdfc 0%, #e6f7f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 2px solid #d1f5f3;
    transition: var(--transition-base);
}
.facility-card-green:hover .facility-icon {
    transform: scale(1.05) rotate(2deg);
    background: linear-gradient(135deg, #f0fdfc 0%, #e6f7f6 100%);
    border-color: var(--color-accent);
}
.facility-card-green .facility-icon img {
    width: 70px;
    transition: var(--transition-base);
}
.facility-card-green:hover .facility-icon svg {
    transform: scale(1.1);
}
.facility-card-green h5 {
    font-size: 22px;
    font-weight: 800;
    margin-block-end: 16px;
    color: var(--color-accent);
    line-height: 1.3;
}
.facility-card-green p {
    color: var(--color-black);
    line-height: 1.7em;
    min-height: 120px;
    margin-block-end: 0px;
    padding-block-end: 0;
}




.facility-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-purpleblue);
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    transition: var(--transition-base);
    background: var(--color-white);
}

.facility-link::after {
    content: '→';
    font-size: 16px;
    transition: var(--transition-base);
}

.facility-link:hover {
    background: var(--color-purpleblue);
    color: var(--color-white);
    border-color: var(--color-purpleblue);
    transform: translateX(4px);
}

.facility-link:hover::after {
    transform: translateX(4px);
}

/* Responsive Adjustments */
@media (max-width:1199px) {
    .facility-card p{ min-height: 200px; }
    .core-features-section h2{ margin-block-end: 30px; }
}
@media (max-width: 991px) {
    .facility-card {
        padding: 32px 24px;
    }
    
    .facility-icon {
        width: 90px;
        height: 90px;
    }
    
    .facility-icon svg {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .facilities-section {
        padding: 60px 0;
    }
    
    .facility-card {
        padding: 28px 20px;
    }
    
    .facility-icon {
        width: 80px;
        height: 80px;
    }
    
    .facility-icon svg {
        width: 60px;
        height: 60px;
    }
    
    .facility-card h5 {
        font-size: 20px;
    }
    
    .facility-card p {
        font-size: 16px;
        margin-block-end: 20px;
        min-height: auto;
    }
    
    .facility-link {
        padding: 8px 20px;
        font-size: 13px;
    }
}

/* Testimonials */
.testimonials-section {
    padding: 80px 0;
}
.testimonials-section .section-subtitle {
    text-align: center;
}
.testimonials-section h2 {
    text-align: center;
    /*margin-block-end: 60px;*/
}
.testimonials-section p {
    margin-block-end: 50px;
}
.testimonial-card {
    background: var(--color-white);
    border: 1px dotted #cbd5e0;
    padding: 32px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: var(--transition-base);
}
.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-block-end: 20px;
}
.testimonial-avatar {
    background-color: var(--color-light-grey);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-info h6 {
    font-size: 16px;
    font-weight: 700;
    margin-block-end: 4px;
}
.testimonial-info p {
    font-size: 14px;
    color: var(--color-black);
    margin-block-end: 0;
    font-weight: 500;
}
.testimonial-text {
    font-size: 15px;
    line-height: 1.7em;
    color: var(--color-black);
    font-style: italic;
    font-weight: 400;
    flex-grow: 1;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
}

.faq-section .section-subtitle {
    text-align: center;
}

.faq-section h2 {
    text-align: center;
    margin-block-end: 60px;
}

.accordion-item {
    border: none;
    margin-block-end: 16px;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.accordion-button {
    font-weight: 700;
    font-size: 17px;
    padding: 20px 24px;
    background: var(--color-white);
    color: var(--color-black);
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    box-shadow: none;    
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.accordion-button:not(.collapsed) {
    background: var(--color-white);
    color: var(--color-black);
    box-shadow: none;
    border: 1px solid #EAEAEA;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: #EAEAEA;
}
.accordion-button::after {
    background-image: none;
    content: '\002B';
    color: var(--color-black);
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    width: 25px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '\2212';
    transform: none;
}
.accordion-body {
    padding: 20px 24px;
    color: var(--color-black);
    line-height: 1.7em;
    font-size: 17px;
    font-weight: 500;
}

/* Quick Contact Bar */
.quick-contact-bar {
    padding: 50px 0;
    color: var(--color-white);
    position: relative;
}
.quick-contact-bar .row {
    position: relative;
}
.quick-contact-bar .col-md-4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
.contact-icon {
    width: 56px;
    height: 56px;
    background: rgba(112, 79, 230, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition-base);
    border: 2px solid rgba(112, 79, 230, 0.3);
}
.contact-item:hover .contact-icon {
    background: rgba(112, 79, 230, 0.3);
    border-color: var(--color-purpleblue);
    transform: scale(1.1);
}
.contact-icon svg {
    width: 28px;
    height: 28px;
    fill: var(--color-white);
}
.contact-text {
    text-align: left;
}
.contact-text small {
    display: block;
    opacity: 0.8;
    font-size: 13px;
    margin-block-end: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-text, .contact-text a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    transition: var(--transition-base);
    display: block;
}
.contact-text a:hover {
    color: var(--color-purpleblue);
}

/*Four Column Section*/
.column-bar-section {
    padding: 80px 0;
    position: relative;
}
.column-bar-section .row {
    position: relative;
}
.column-bar-section .col-md-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-bar-section .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
.column-bar-section .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex-shrink: 0;
    transition: var(--transition-base);
    width: 80px;
}
.column-bar-section .icon img {
    animation: iconFloat 4s ease-in-out infinite;
    height: auto;
    width: 100%;
}
@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.column-bar-section .text {
    color: var(--color-black);
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    transition: var(--transition-base);
    display: block;
    text-align: left;
}

/* Separator Lines */
.contact-separator {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(162, 155, 254, 0.3) 10%,
        rgba(162, 155, 254, 0.6) 50%,
        rgba(162, 155, 254, 0.3) 90%,
        transparent 100%
    );
    z-index: 1;
}

/* Hide separator on last column */
.col-md-4:last-child .contact-separator {
    display: none;
}

/* Alternative: Using pseudo-elements for separators */
/*.quick-contact-bar .col-md-4:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #7dd3d0 10%,
        #a0e3df 50%,
        #7dd3d0 90%,
        transparent 100%
    );
    opacity: 0.5;
}*/

/* Responsive Adjustments */
@media (max-width: 991px) {
    .quick-contact-bar {
        padding: 40px 0;
    }
    
    .contact-separator,
    .quick-contact-bar .col-md-4:not(:last-child)::after {
        display: none;
    }
    
    .quick-contact-bar .col-md-4 {
        padding: 20px 0;
        /* border-bottom: 1px solid rgba(125, 211, 208, 0.2); */
    }
    
    /* .quick-contact-bar .col-md-4:last-child {
        border-bottom: none;
    } */
     .contact-text, .contact-text{ font-size: 17px; }
    
    .contact-item {
        padding: 0 10px;
        justify-content: start;
    }
    
    .contact-text a {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .quick-contact-bar {
        padding: 30px 0;
    }
    
    .contact-icon {
        width: 48px;
        height: 48px;
    }
    
    .contact-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .contact-text a {
        font-size: 17px;
    }
    
    .contact-text small {
        font-size: 12px;
    }
    .contact-text, .contact-text{ font-size: 16px; }
    .footer-bottom .copyright{ text-align: center; }
}

/* Footer */
.main-footer {
    background-color: var(--color-white);
    padding: 80px 0 0;
    border-top: 1px solid #dee2e6;
}
.footer-column h5 {
    color: var(--color-purple);
    font-size: 16px;
    font-weight: 800;
    margin-block-end: 20px;
    text-transform: uppercase;
}
.footer-logo {
    display: inline-block;
    height: 40px;
    margin-block-end: 24px;
}
.footer-logo img {
    width: 200px;
}
.social-links {
    display: flex;
    gap: 12px;
    margin-block-start: 20px;
}
.social-link {
    width: 40px;
    height: 40px;
    background: var(--color-light-grey);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
}
.social-link:hover {
    background: var(--color-accent);
}
.social-link svg {
    width: 20px;
    height: 20px;
    fill: var(--color-black);
}
.social-link:hover svg {
    fill: var(--color-white);
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-block-end: 8px;
}
.footer-links li:last-child {
    margin-block-end: 0px;
}
.footer-links a {
    color: var(--color-black);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: var(--transition-base);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.footer-links a:hover {
    color: var(--color-purple);
    padding-inline-start: 8px;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-block-end: 16px;
}
.footer-contact-item svg {
    width: 20px;
    height: 20px;
    fill: var(--color-accent);
    flex-shrink: 0;
    margin-block-start: 2px;
}
.footer-contact-item a {
    color: var(--color-black);
    text-decoration: none;
}
.footer-contact-item a:hover {
    color: var(--color-accent);
}
.footer-short {
    font-size: 17px;
    font-weight: 500;
}

/* Footer Bottom */
.footer-bottom {
    background-color: var(--color-light-grey);
    padding: 24px 0;
    margin-block-start: 60px;
    border-top: 1px solid #dee2e6;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer-bottom-links ul {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer-bottom-links ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer-bottom-links a {
    color: var(--color-black);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.footer-bottom-links a:hover {
    color: var(--color-purple);
}
.footer-bottom .copyright {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 600;
}
.footer-bottom .copyright a {
    color: var(--color-black);
}
.footer-bottom .copyright a:hover {
    color: var(--color-purple);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .dropdown-mega .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
    }
    
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-image {
        margin-block-start: 40px;
        min-height: 400px;
    }
    
    .hero-badge {
        position: static;
        margin-block-end: 16px;
    }
    
    .benefit-image {
        margin-block-start: 32px;
    }
}

@media (max-width: 767px) {
    .top-bar-links {
        justify-content: center;
        gap: 10px;
    }
    
    .hero-form {
        padding: 24px;
    }
    
    .feature-section,
    .benefits-section,
    .core-features-section,
    .facilities-section,
    .testimonials-section,
    .faq-section {
        padding: 60px 0;
    }
    
    .benefit-row {
        padding: 40px 0;
    }
    
    .footer-column {
        margin-block-end: 40px;
    }

    .content-text {
        margin-block-end: 40px !important;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-block-start: 16px;
    }
}

/* Print Styles */
@media print {
    .top-bar,
    .main-header,
    .hero-image,
    .testimonials-section,
    .quick-contact-bar,
    .main-footer {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }
    
    h1 { font-size: 24pt; }
    h2 { font-size: 20pt; }
    h3 { font-size: 16pt; }
    
    a[href]::after {
        content: " (" attr(href) ")";
    }
}

/* RTL Support */
[dir="rtl"] .hero-badge-1 {
    left: auto;
    right: -5%;
}

[dir="rtl"] .hero-badge-2 {
    right: auto;
    left: -5%;
}

[dir="rtl"] .mega-menu-link:hover {
    padding-inline-start: 16px;
    padding-inline-end: 24px;
}

[dir="rtl"] .footer-links a:hover {
    padding-inline-start: 0;
    padding-inline-end: 8px;
}

/* Loading State */
.btn.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Utility Classes */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

    /* Semi-Circle Orbit Ring (Top Half) - Color Animation Only */
.orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 1100px;
    border: 4px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(135deg, #7715b7, #fe2b64, #704FE6) border-box;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    animation: colorPulse 8s ease-in-out infinite;
}
@keyframes colorPulse {
    0%, 100% {
        opacity: 0.4;
        filter: hue-rotate(0deg) brightness(1);
    }
    50% {
        opacity: 0.8;
        filter: hue-rotate(20deg) brightness(1.2);
    }
}

.circle-overlay {
    background-color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 220px;
    left: 0;
    z-index: 9;
}
.triangle-outward {
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -18px;
    margin-top: -24px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #a29bfe;
    /*animation: triangle-radial-orbit 50s linear infinite;*/
    z-index: 5;
}
.triangle-outward.animate {
    animation: triangle-radial-orbit 50s linear infinite;
    opacity: 1;
}
@keyframes triangle-radial-orbit {
    0% {
        transform: rotate(135deg) translateX(565px);
    }
    100% {
        transform: rotate(455deg) translateX(518px);
    }
}



/* Central Dashboard */
.central-dashboard {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 710px;
    height: 430px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 100;
}
.central-dashboard img {
    width: 100%;
    height: 80%;
}
.central-dashboard p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 12px;
    margin-bottom: 0px;
}

/* Modules Container */
.modules-container {
    width: 100%;
    height: 100%;
}

.module-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    z-index: 50;
    /* Removed cursor and transition for hover effect */
}

/* Removed hover effect */

/* Main Circle with Gradient Background */
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    animation: floatCircle 4s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Gradient Backgrounds for Each Circle */
.circle-ai {
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
}

.circle-hrms {
    background: linear-gradient(135deg, #00bcd4 0%, #3f51b5 100%);
}

.circle-pharmacy {
    background: linear-gradient(135deg, #2196f3 0%, #3f51b5 100%);
}

.circle-accounting {
    background: linear-gradient(135deg, #f15ea3 0%, #c73a7c 100%);
}

.circle-ot {
    background: linear-gradient(135deg, #03dec0 0%, #03c3c0 100%);
}

.circle-diagnostics {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.circle-inventory {
    background: linear-gradient(135deg, #9c27b0 0%, #673ab7 100%);
}

.circle-emr {
    background: linear-gradient(135deg, #e91e63 0%, #f44336 100%);
}

.circle-ipd {
    background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
}

/* White Inner Circle */
.circle-inner {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Subtle Gradient Overlay on Inner Circle */
.circle-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), transparent 70%);
    pointer-events: none;
}
.circle-icon {
    width: 75px;
    height: 75px;
    z-index: 1;
}
.module-label {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--color-black);
    text-transform: uppercase;
    line-height: 1.3;
    max-width: 210px;
    animation: floatCircle 4s ease-in-out infinite;
    box-shadow: none !important;
}

/* Properly Aligned Semi-Circle Positions - Based on Dashboard Image */
/* Top Center */
.pos-ai { 
    transform: translate(-50%, -50%) translate(0px, -510px);
}

/* Top Row - Left and Right */
.pos-hrms { 
    transform: translate(-50%, -50%) translate(-303px, -425px);
}

.pos-pharmacy { 
    transform: translate(-50%, -50%) translate(300px, -425px);
}

/* Middle Row - Far Left and Far Right */
.pos-accounting { 
    transform: translate(-50%, -50%) translate(-495px, -185px);
}

.pos-ot { 
    transform: translate(-50%, -50%) translate(493px, -185px);
}

/* Lower Row - Left and Right */
.pos-diagnostics { 
    transform: translate(-50%, -50%) translate(-548px, 85px);
}

.pos-ipd { 
    transform: translate(-50%, -50%) translate(548px, 85px);
}

/* Float Animation */
@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                    0 5px 15px rgba(0, 0, 0, 0.1);
    }
    50% {
        transform: translateY(-20px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18),
                    0 10px 20px rgba(0, 0, 0, 0.12);
    }
}

/* Staggered Animation Delays */
.module-circle:nth-child(1) .circle { animation-delay: 0s; }
.module-circle:nth-child(2) .circle { animation-delay: 0.5s; }
.module-circle:nth-child(3) .circle { animation-delay: 1s; }
.module-circle:nth-child(4) .circle { animation-delay: 1.5s; }
.module-circle:nth-child(5) .circle { animation-delay: 2s; }
.module-circle:nth-child(6) .circle { animation-delay: 2.5s; }
.module-circle:nth-child(7) .circle { animation-delay: 3s; }
.module-circle:nth-child(8) .circle { animation-delay: 3.5s; }
.module-circle:nth-child(9) .circle { animation-delay: 4s; }

.benefits-section {
    display: block;
}
.benefits-section-mob {
    display: none;
}
@media only screen
and (min-width:320px)
and (max-width:1180px) {
    .benefits-section {
        display: none !important;
    }
    .benefits-section-mob {
        display: block !important;
        padding: 60px 0;
    }
    .benefits-section-mob img {
        width: 100%;
    }
}
@media only screen
and (min-width:1181px)
and (max-width:3000px) {
    .benefits-section {
        display: block !important;
    }
    .benefits-section-mob {
        display: none !important;
        padding: 60px 0;
    }
    .benefits-section-mob img {
        display: none !important;
        width: 100%;
    }
}

/*Channel*/
.channel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-block-start: 50px;
}
.channel-card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.channel-card:hover::before {
    left: 100%;
}
.channel-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--color-accent);
    box-shadow: 0 20px 60px rgba(5, 171, 165, 0.2);
}
.channel-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.channel-card:hover .channel-icon-wrapper {
    transform: scale(1.1);
    fill: var(--color-accent);
}
.channel-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid var(--color-accent);
    opacity: 0;
    transition: all 0.4s ease;
}
.channel-card:hover .channel-icon-wrapper::after {
    opacity: 1;
    inset: -12px;
}
.channel-icon {
    width: 56px;
    height: 56px;
    transition: transform 0.4s ease;
    fill: 000000;
}
.channel-card:hover .channel-icon {
    transform: scale(1.15);
}
.channel-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-black);
    margin-block-end: 16px;
    transition: color 0.3s ease;
}
.channel-card:hover h3 {
    color: var(--color-accent);
}
.channel-card p {
    font-size: 15px;
    line-height: 1.7em;
    color: var(--color-black);
    margin-block-end: 0;
}
.channel-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(5, 171, 165, 0.1);
    color: var(--color-accent);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-block-start: 20px;
    transition: all 0.3s ease;
}
.channel-card:hover .channel-badge {
    background: var(--color-accent);
    color: var(--color-white);
    transform: scale(1.05);
}
.channel-badge2 {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(112, 79, 230, 0.1);
    color: var(--color-purpleblue);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-block-end: 20px;
    transition: all 0.3s ease;
}
.channel-card:hover .channel-badge2 {
    background: var(--color-purple);
    color: var(--color-white);
    transform: scale(1.05);
}
.channel-card .channel-icon-wrapper {
    background: #fff;
    border: 2px solid #e9ecef;
}

.channel-card2 {
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.channel-card2:hover::before {
    left: 100%;
}
.channel-card2:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--color-purpleblue);
    box-shadow: 0 20px 60px rgba(127, 61, 194, 0.2);
}
.channel-card2 h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-black);
    margin-block-end: 16px;
    transition: color 0.3s ease;
}
.channel-card2:hover h3 {
    color: var(--color-purpleblue);
}
.channel-card2 p {
    font-size: 16px;
    line-height: 1.7em;
    color: var(--color-black);
    margin-block-end: 0;
}
.channel-card2 .channel-icon-wrapper2 {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.channel-card2 .channel-icon-wrapper2 {
    background: #fff;
    border: 2px solid #e9ecef;
}
.channel-card2:hover .channel-icon-wrapper2 {
    transform: scale(1.1);
    fill: var(--color-purpleblue);
}
.channel-card2:hover .channel-icon-wrapper2::after {
    opacity: 1;
    inset: -12px;
}
.channel-icon-wrapper2::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid var(--color-purpleblue);
    opacity: 0;
    transition: all 0.4s ease;
}
.channel-card:hover .channel-icon-wrapper2::after {
    opacity: 1;
    inset: -12px;
}
.channel-card2 .channel-icon-wrapper2 img {
    width: 60px;
}

.channel-grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
    gap: 30px;
    margin-block-start: 50px;
}
.channel-card3 {
    background: var(--color-white);
    border-radius: 20px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
}
.channel-card3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.channel-card3 .channel-icon-wrapper3 {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.channel-icon-wrapper3::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid var(--color-purpleblue);
    opacity: 0;
    transition: all 0.4s ease;
}
.channel-card3 .channel-icon-wrapper3 img {
    width: 80px;
}
.channel-card3 h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-black);
    margin-block-end: 0px;
}

.channel-card4 {
    position: relative;
    overflow: hidden;
}

/*.channel-card4:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--color-purpleblue);
    box-shadow: 0 20px 60px rgba(127, 61, 194, 0.2);
}*/
.channel-card4 h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-purple);
    margin-block-end: 20px;
    transition: color 0.3s ease;
}
.channel-card4 p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7em;
    color: var(--color-navy);
    margin-block-end: 5px;
}
.channel-card4 ul {
    margin: 0px;
    padding: 0px;
}
.channel-card4 ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-black);
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}
.channel-card4 ul li:last-child {
    margin-bottom: 0px;
}
.channel-card4 ul li:before {
    content: '\2606';
    position: absolute;
    left: 0;
    top: 0;
}
.channel-card4 .channel-icon-wrapper2 {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.channel-card4 .channel-icon-wrapper2 img {
    height: 100%;
    width: 100%;
}


/*.channel-card4 .channel-icon-wrapper2 {
    background: #fff;
    border: 2px solid #e9ecef;
}*/
/*.channel-card4:hover .channel-icon-wrapper2 {
    transform: scale(1.1);
    fill: var(--color-purpleblue);
}*/
/*.channel-card4:hover .channel-icon-wrapper2::after {
    opacity: 1;
    inset: -12px;
}*/

/* Responsive */
@media (max-width: 1199px) {
    .channel-card4 .channel-icon-wrapper2{ height: auto; }
}
@media (max-width: 991px) {
    .channel-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
    }

    .channel-card {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .communication-section {
        padding: 60px 0;
    }

    .channel-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .communication-intro p {
        font-size: 16px;
    }
}

.technology-section {
    padding: 80px 0;
}
.technology-section .section-subtitle {
    text-align: center;
}
.technology-section h2 {
    font-size: 65px;
    text-align: left;
    margin-block-end: 0px;
}
.technology-section .Subtle {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-block-end: 25px;
}
.technology-section p {
    font-size: 22px;
    text-align: left;
    margin-block-end: 0px;
}

.convert-patient {
    padding: 80px 0;
}
.convert-patient .section-subtitle {
    text-align: center;
}
.convert-patient h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 50px;
    text-align: left;
    margin-block-end: 15px;
}
.convert-patient p {
    font-size: 20px;
    text-align: left;
    margin-block-end: 0px;
}

.short-content-section {
    padding: 80px 0;
}
.short-content-section .section-subtitle {
    text-align: center;
}
.short-content-section h2 {
    font-size: 28px;
    text-align: left;
    margin-block-end: 20px;
}
.short-content-section .Subtle {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-block-end: 20px;
}
.short-content-section img {
    max-width: 100%;
}

.behavioral-health {
    padding: 80px 0;
}
.behavioral-health .section-subtitle {
    margin-block-end: 0px;
    text-align: center;
}
.behavioral-health h2 {
    text-align: center;
    margin-block-end: 20px;
}
.behavioral-health p {
    text-align: center;
    margin-block-end: 50px;
}

.content-text-block-two {
    background-color: var(--color-white);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 30px;
}
.content-text-block-two h4 {
    font-size: 20px;
    margin-block-end: 20px;
    text-align: left;
}
.content-text-block-two p {
    margin-block-end: 20px;
    text-align: left;
}
.content-text-block-two ul {
    margin: 0px;
    padding: 0 0 0 20px;
    text-align: left;
}
.content-pic {
    /*background-color: var(--color-white);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
    border: solid 1px var(--color-white);
    border-radius: 24px;*/
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}
.content-pic img {
    width: 100%;
    height: auto;
}
.content-pic2 {
    background-color: var(--color-white);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
    border: solid 1px var(--color-white);
    position: relative;
    height: 636px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
}
.content-pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-pic3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    width: 130px;
    z-index: 2;
}
.content-pic3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .tab-button {
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}
@media (max-width: 968px) {
    .tab-navigation {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .tab-button {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .tab-button {
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}
@media (max-width: 768px) {
    .tab-navigation {
        gap: 8px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .tab-button {
        padding: 12px 16px;
        font-size: 0.9rem;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .tab-content-container {
        min-height: 400px;
    }
}
@media (max-width: 640px) {
    .tab-section {
        margin: 0 auto;
        padding: 0px;
    }
    .tab-nav-wrapper {
        margin-block-end: 30px;
    }
    .tab-navigation {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0px;
    }
    .tab-button {
        text-align: center;
        flex-shrink: 0;
        white-space: nowrap;
        padding: 12px 20px;
        font-size: 0.85rem;
    }
    .tab-button.active {
        background-color: var(--color-lightorange);;
        color: #ffffff;
    }
    .tab-content-container {
        min-height: 350px;
    }
}

/* Scroll to Top Button */
.scroll-top {
    background-color: var(--color-light-grey);
    position: fixed;
    bottom: -70px;
    right: 30px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s ease;
}
.scroll-top:hover {
    transform: translateY(-5px);
}
.scroll-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--color-accent);
    left: 0px;
    top: 0px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.scroll-top.show {
    bottom: 30px;
    opacity: 1;
}
@media (max-width: 768px) {
    .scroll-top {
        right: 20px;
    }
    .scroll-top.show {
        bottom: 20px;
    }
}

/*Hero Wave*/
.hero-wave-section {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 30px 0 80px 0;
}
.hero-wave-section .hero-content {
    padding: 80px 0;
}
.wave-container {
    position: absolute;
    width: 78%;
    height: 100%;
    right: 0%;
    top: 0;
    z-index: -1;
}
.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(222, 228, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 200% 200%;
    animation: waveFlow 8s ease-in-out infinite, gradientShift 6s ease infinite;
    clip-path: ellipse(60% 100% at 100% 50%);
}
.wave-2 {
    animation: waveFlow 10s ease-in-out infinite reverse, gradientShift 8s ease infinite;
    opacity: 0.7;
    background: linear-gradient(90deg, rgba(174, 180, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 200% 200%;
}
.wave-3 {
    animation: waveFlow 12s ease-in-out infinite, gradientShift 10s ease infinite;
    opacity: 0.5;
    background: linear-gradient(90deg, rgba(222, 228, 255, 1) 0%, rgba(255, 241, 207, 0) 100%);
    background-size: 200% 200%;
}
@keyframes waveFlow {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1);
    }
    25% {
        transform: translateX(5%) translateY(-3%) scale(1.05);
    }
    50% {
        transform: translateX(0) translateY(-5%) scale(1.1);
    }
    75% {
        transform: translateX(-5%) translateY(-3%) scale(1.05);
    }
}
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@media (max-width: 968px) {
    .wave-container {
        right: -50%;
        width: 200%;
    }
}
.wave-pic {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
    position: relative;
    z-index: 1;
}
.wave-pic img {
    width: 100%;
}

/*Vertical Steper*/
.vertical-stepper-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    width: 100%;
}
.stepper {
    position: relative;
}
.step {
    display: flex;
    gap: 25px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}
.vertical-stepper-container.animate .step {
    animation: slideUp 1s ease forwards;
}
.vertical-stepper-container.animate .step:nth-child(1) {
    animation-delay: 0.3s;
}
.vertical-stepper-container.animate .step:nth-child(2) {
    animation-delay: 1.5s;
}
.vertical-stepper-container.animate .step:nth-child(3) {
    animation-delay: 2.7s;
}
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.step-number-wrapper {
    position: relative;
    flex-shrink: 0;
}
.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-orange);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(255, 113, 95, 0.8);
}
.step-number svg {
    fill: var(--color-white);
    height: auto;
    width: 30px;
}
.step:not(:last-child) .step-number-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, rgb(225, 112, 85) 0%, rgb(255, 113, 95) 100%);
}
.vertical-stepper-container.animate .step:not(:last-child) .step-number-wrapper::after {
    animation: growLine 1s ease forwards;
}
.vertical-stepper-container.animate .step:nth-child(1) .step-number-wrapper::after {
    animation-delay: 1s;
}
.vertical-stepper-container.animate .step:nth-child(2) .step-number-wrapper::after {
    animation-delay: 2.2s;
}
@keyframes growLine {
    to {
        height: calc(100% + 30px);
    }
}
.step-content {
    flex: 1;
    padding-bottom: 30px;
}
.step:last-child .step-content {
    padding-bottom: 0;
}
.step-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-orange);
    margin-bottom: 12px;
    line-height: 1.3;
}
.step-description {
    font-size: 18px !important;
    color: var(--color-black);
    line-height: 1.7;
}
/* Pulse animation for step numbers */
.step-number {
    animation: pulseline 3s ease infinite;
}
.step:nth-child(1) .step-number {
    animation-delay: 0.5s;
}
.step:nth-child(2) .step-number {
    animation-delay: 1.7s;
}
.step:nth-child(3) .step-number {
    animation-delay: 2.9s;
}
@keyframes pulseline {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 113, 95, 0.8);
    }
    50% {
        box-shadow: 0 4px 15px rgba(255, 113, 95, 0.8);
    }
}
/* Mobile responsive */
@media (max-width: 968px) {
    .vertical-stepper-container {
        padding: 40px 25px;
    }
    .step {
        gap: 20px;
    }
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .step:not(:last-child) .step-number-wrapper::after {
        top: 45px;
    }
    .step-title {
        font-size: 18px;
    }
    .step-description {
        font-size: 14px;
    }
    .step-content {
        padding-bottom: 40px;
    }
}

/* Schedule a Demo */
.schedule-demo {
    padding: 80px 0;
}
.schedule-demo h1 {
    margin-block-end: 16px;
    line-height: 1.2;
}
.schedule-demo-stats {
    margin-block-start: 30px;
}
.schedule-demo h2 {
    background-color: var(--color-white);
    border-bottom: 1px solid #dee2e6;
    color: var(--color-purple);
    font-size: 28px;
    font-weight: 700;
    margin-block-end: 16px;
    line-height: 1.2;
    padding: 20px 32px;
}
.schedule-demo h2 span {
    color: var(--color-grey-medium);
    font-size: 18px;
    font-weight: 500;
    margin-block-start: 5px;
    line-height: 1.4;
}
.schedule-demo .subtitle {
    font-weight: 600;
}
.schedule-demo .schedule-demo-card-form {
    border-radius: 16px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}
.schedule-demo .schedule-demo-card-form-inner {
    padding: 20px 32px;
}
.schedule-demo-hero {
    margin-block-end: 30px;
    text-align: center;
}
.schedule-demo-hero img {
    width: 60%;
}
.getdemo-submit-policy {
    color: var(--color-grey-medium);
    font-size: 15px;
    font-weight: 400;
}

/* Contact Us */
.contactus-section {
    padding: 80px 0;
}
.contactus-section a {
    color: var(--color-purpleblue);
}
.contactus-section h2 {
    color: #040116;
    font-size: 23px;
    font-weight: 700;
    text-align: start;
    margin-block-end: 15px;
}
.contactus-section p {
    font-size: 18px;
}
.contactus-section .section-subtitle {
    text-align: center;
}
.contactus-section .contactus-icon {
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 80px;
    margin-block-end: 25px;
}
.hero-contact-pic {
    margin-block-end: 60px;
    text-align: center;
}
.hero-contact-pic img {
    width: 60%;
}
.contactus-icon img {
    width: 60%;
}
.contactus-section .contactus-icon.light-biege-bg {
    background-color: #ffecdb;
}
.contactus-section .contactus-icon.light-purple-bg {
    background-color: #f9e7ff;
}
.contactus-section .contactus-icon.light-blue-bg {
    background-color: #e7f5ff;
}
.contactus-section .contactus-icon.light-green-bg {
    background-color: #ebffdb;
}
.contactus-section .contactus-icon.white-bg {
    background-color: #fbeff1;
}


.hwh-img-res{
    max-height:350px; width:auto;
}


/* Error 404 page css */
.error-404{ max-width: 500px; width: 100%; height: auto; min-height: 400px; margin: 50px auto; display: block; }
.error-content-text p{ font-size: 20px; font-weight: 400; margin-bottom: 30px; display: block; }
/* End Error 404 page css */
.search-form{ max-width: 400px; }
.search-form label{ font-weight: 600; font-size: 20px; display: block; }
.search-form .search-field{ width: calc(400px - 100px); height: 44px; border: 1px solid #000; padding: 0px 15px; border-radius: 8px; }
.search-form .search-field:focus{ border: 1px solid #7715b7; }
.search-form .search-submit{ height: 44px; background: linear-gradient(90deg, #7715b7 0%, #fe2b64 100%); color: var(--color-white); padding: 0px 15px; border: 0; border-radius: 8px; }
.thankyouImg{ max-width: 200px; width: 100%; height: auto; margin: 40px auto; display: block; }

@media (max-width:767px) {
    .hwh-img-res{ margin-bottom: 25px;}
    .feature-icon{ margin: 0; }
    .content-pic{ height: auto; }
    .convert-patient h2{ font-size: 28px; }
    .hero-wave-section .hero-content{ padding: 50px 0; }
    .column-bar-section{ padding: 30px 0; }
}

.schedule-demo-card-thankyou, .schedule-demo-card-thankyou {
    display: none;
}


.order-6{ order: 6; }
.order-7{ order: 7; }
.order-8{ order: 8; }
@media (max-width:1199px) {
    .technology-section h2{ font-size: 50px; }
}
@media (min-width:992px) {
    .order-lg-6{ order: 6; }
    .order-lg-7{ order: 7; }
    .order-lg-8{ order: 8; }
}
@media (max-width:991px) {
    .wave-container{ display: none; }
    .technology-section h2{ font-size: 40px; }
    .technology-section .Subtle{ font-size: 25px; margin-top: 15px; }
    .header-inner-curve{ padding-top: 50px; }
    .short-content-section h2{ margin-top: 20px; }
    .channel-grid3{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:767px) {
    .technology-section h2 { font-size: 30px; }
    .technology-section .Subtle { font-size: 22px; }
    .tab-button{ font-size: 17px; }
}
@media (max-width:550px) {
    p{ font-size: 17px; }
    .feature-section p{ font-size: 17px; }
    .tab-section-column .content-text ul li{ font-size: 17px; }
    .convert-patient p{ font-size: 17px; }
    .tab-content-vertical .content-body-vertical ul li{ font-size: 17px; }
    .technology-section p{ font-size: 17px; }
    .tab-content-simple .content-text ul li{ font-size: 17px; }
    .channel-grid3{ grid-template-columns: repeat(1, 1fr); }
    .content-text p{ font-size: 17px; }

}

.blank-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.content-terms-privacy h2 {
    color: var(--color-purple);
    font-size: 24px;
    text-transform: capitalize;
}
.content-terms-privacy h3 {
    color: var(--color-purpleblue);
    font-size: 22px;
    text-transform: capitalize;
}
.content-terms-privacy h4 {
    color: var(--color-orange);
    font-size: 19px;
    text-transform: capitalize;
}
.content-terms-privacy a {
    color: var(--color-purple);
}
.content-terms-privacy li {
    font-size: 20px;
    line-height: 1.6em;
    margin-block-end: 10px;
    font-weight: 600;
}
.content-terms-privacy li ul {
    margin-top: 10px;
}
.content-terms-privacy ul.colorfull-text .highlight-color-text {
    font-size: 20px;
    font-weight: 700;
}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-one {color: #f79400;}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-two {color: #208dee;}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-three {color: #002b89;}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-four {color: #223544;}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-five {color: #bf211e;}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-six {color: #dc6f00;}
.content-terms-privacy ul.colorfull-text .highlight-color-text.color-seven {color: #ea2e44;}
.content-terms-privacy ul.colorfull-text .short-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.last-update {
    color: var(--color-text-grey);
    display: inline-block;
    font-size: 15px;
}

.showcase-visual {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    /*padding: 25px;*/
    box-shadow: var(--shadow-soft);
}


/*features-list*/
.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.features-list .feature-item {
    background: var(--color-white);
    border: 1px solid #dee2e6;
    border-left: 3px solid #dee2e6;
    border-radius: 25px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 77, 77, 0.08);
    transition: all 0.3s ease;
}
.features-list .feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(119, 21, 183, 0.05), transparent);
    transition: left 0.5s ease;
}
.features-list .feature-item:hover::before {
    left: 100%;
}
.features-list .feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 30px rgba(119, 21, 183, 0.15);
    border: 1px solid rgba(119, 21, 183, 0.15);
    border-left: 3px solid rgba(119, 21, 183, 0.15);
}
.features-list .feature-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    position: relative;
}
.features-list .feature-header .feature-number {
    font-size: 5rem;
    font-weight: 800;
    color: rgba(119, 21, 183, 0.05);
    line-height: 1;
    transition: all 0.3s ease;
}
.features-list .feature-item:hover .feature-number {
    transform: translateX(10px);
}
.features-list .feature-header .feature-icon {
    background-color: var(--color-white);
    border: solid 2px var(--color-purple); 
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin: 0;
}
.features-list .feature-header .feature-icon img {
    width: 50px;
}
.features-list .feature-item:hover .feature-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 10px 30px rgba(119, 21, 183, 0.2);
}
.features-list .feature-content h4 {
    font-size: 23px;
    font-weight: 800;
    color: var(--color-purple);
    margin-bottom: 18px;
    line-height: 1.3;
}
.features-list .feature-content p {
    color: var(--color-black);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-list {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .features-list .feature-item .feature-item {
        padding: 40px 30px;
    }
    .features-list .feature-header .feature-number {
        font-size: 3.5rem;
    }
    .features-list .feature-header .feature-icon {
        width: 60px;
        height: 60px;
    }
    .features-list .feature-header .feature-icon i {
        font-size: 28px;
    }
}