/* html, body {
    overflow-x: hidden;
    background-color: #FAFAFA;
} */

/* Hero Section Styles */
/* .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0 4rem 4rem 2rem;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.hero-content {
    flex: 1;
    z-index: 1;
    max-width: 50%;
    margin-top: 15rem;
    padding-left : 16.188rem;
}

.hero-content h1 {
    font-family: 'Wanted Sans', sans-serif;
    font-size: 4.75rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-content p {
    font-family: 'Wanted Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 2rem;
}

.hero-image {
    flex: 0;
    z-index: 0;
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0; 
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

@media (max-width: 1280px) {
    .hero-content {
        padding-left: 0;
    }

    .hero-content h1 {
        font-size: 4.25rem;
    }
}

.see-more {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.see-more a {
    font-family: 'Wanted Sans', sans-serif;
    color: #007bff;
    text-decoration: none;
    border-bottom: 2px solid #007bff;
    padding: 0.25rem 0;
    transition: color 0.3s, border-color 0.3s;
}

.see-more a:hover {
    color: #0056b3;
    border-color: #0056b3;
}

.hero-top-left-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.hero-top-left-image img {
    object-fit: contain;
}

@media (max-width: 1280px) {
    .hero-top-left-image img {
        width: 15rem;
        top: 0.75rem;
        left: 0.75rem;

    }
} */

/* Typing Animation Styles
.typing-animation-section {
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 3.125rem 1.25rem;
    margin-top: 3.125rem;
    font-weight: 500;
    font-size: 24px;

}

.text-line {
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    color: #707070;
    display: inline-block;
    white-space: pre-wrap;
    overflow: hidden;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    margin: 0.625rem 0;
}

.text-line.cursor::after {
    content: '|';
    display: inline-block;
    animation: blink .75s step-end infinite;
    margin-left: 5px;
}

@keyframes blink {
    from, to { opacity: 1; }
    50% { opacity: 0; }
}

@media (max-width: 1280px) {
    .text-line {
        font-size: 2rem;
       
    }
}

.horizontal-twirl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.horizontal-twirl img {
    max-width: 100%;
    height: auto;
} */

/* Description Section Styles  */
/* .description {
    font-family: 'Wanted Sans', sans-serif;
    padding: 3.125rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 75rem;
    margin: 0 auto;
}

.description-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 75rem;
    margin-bottom: 2.5;
}

.description-text {
    max-width: 37.5rem;
}

.description h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.description-text p{
    font-size: 1.25rem;
}

.description .highlight {
    color: #007bff;
}

.description p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.description-image img {
    max-width: 37.5rem;
    height: auto;
}

.info-blocks {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.info-block {
    max-width: 18.75rem;
    text-align: left;
}

.info-block img {
    width: 3.75rem;
    margin-bottom: 1.25rem;
}

.info-block p {
    font-size: 0.938rem;
    line-height: 1.125em;
} */

/* patient-management */
/* .patient-management {
    font-family: 'Wanted Sans', sans-serif;
    padding: 3.125rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 75rem;
    margin: 0 auto;
}

.patient-management-content {
    align-items: center;
    width: 100%;
    max-width: 75rem;
    margin-bottom: 2.5;
}

.patient-management h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.patient-images {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 65rem;
    height: 28.125rem;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.patient-image {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
}

.patient-images img:nth-child(1) {
    top: 5%;
    left: 5%;
}

.patient-images img:nth-child(2) {
    top: 35%;
    left: 25%;
}

.patient-images img:nth-child(3) {
    top: 10%;
    left: 75%;
}

.patient-images img:nth-child(4) {
    top: 70%;
    left: 15%;
}

.patient-images img:nth-child(5) {
    top: 55%;
    left: 50%;
}

.patient-images img:nth-child(6) {
    top: 65%;
    left: 80%;
} */

/* Scheduling */
/* .scheduling {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.25rem;
    font-family: 'Wanted Sans', sans-serif;
}

.scheduling-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
    width: 100%;
}

.scheduling-text {
    max-width: 30rem;
}

.scheduling-text h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.scheduling-text p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.scheduling-text .highlight {
    background: linear-gradient(to right, #007bff, #66ccff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.action-text {
    font-size: 0.875rem;
    color: #007bff !important;
    text-decoration: none;
    font-weight: 600;
} */

/* Support Section */
/* .support-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.25rem;
    font-family: 'Wanted Sans', sans-serif;
}

.support-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
    width: 100%;
}

.support-icon, .support-call-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
}

.support-text {
    max-width: 30rem;
    text-align: left;
}

.support-text h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.support-text p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.support-text .highlight {
    background: linear-gradient(to right, #007bff, #66ccff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.call-button, .end-call-button {
    background-color: #007bff;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    padding: 0.75rem;
    cursor: pointer;
}

.end-call-button {
    background-color: red;
} */

/* testimonials */
/* .testimonials {
    font-family: 'Wanted Sans', sans-serif;
    padding: 3.125rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 75rem;
    margin: 0 auto;
} */

/* financial-records */
/* .financial-records {
    font-family: 'Wanted Sans', sans-serif;
    padding: 3.125rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 75rem;
    margin: 0 auto;
}

.financial-records-content h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.financial-records-content p {
    font-size: 1.25rem;
} */

/* feature-grid */
/* .decorative-feature-grid {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
}

.left-vector, .right-vector {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    z-index: 1;
}

.left-vector {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 1;
}

.right-vector {
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 1;
}

.feature-grid {
    font-family: 'Wanted Sans', sans-serif;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin: 0 auto;
    max-width: 75rem;
    padding: 2.5rem;
}

.feature-card {
    background-color: #ffffff;
    padding: 3rem;
    text-align: left;
    border-radius: 1.5rem;
    height: 75%;
    width: 85%;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.feature-icon {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}

.feature-card h3 {
    font-size: 3rem;
    font-weight: 700;
}

.feature-card p {
    font-size: 0.875rem;
    color: #666;
    padding-top: 0.5rem;
} */

/* more-features-section */
/* .more-features-section {
    font-family: 'Wanted Sans', sans-serif;
    display: flex;
    gap: 38px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
    position: relative;
    align-items: center;
    justify-content: center;
}

.rounded-card {
    background-color: #fff;
    border-radius: 8.5rem;
    padding: 1.25rem;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 21.875rem;
    height: 37.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.rounded-card:hover {
    background-color: #007bff;
    transform: scale(1.05); 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.rounded-card:hover h3,
.rounded-card:hover p {
    color: #fff;
}

.rounded-card h3 {
    font-size: 2.25rem;
    margin-bottom: 0.938rem;
    color: #333;
}

.more-features-icon-top {
    width: 15rem;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 5rem; 
    transition: background-color 0.3s ease;
}

.more-features-icon-bottom {
    width: 15rem;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 0rem; 
    transition: background-color 0.3s ease;
}

.rounded-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.rounded-card img {
    width: 9rem;
    height: auto;
    transition: transform 0.3s ease;
}

.rounded-card:hover .more-features-icon-top,
.rounded-card:hover .more-features-icon-bottom {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.rounded-card:hover .rounded-card img {
    transform: scale(1.1);
}

.rounded-card:nth-child(1) {
    justify-content: flex-end;
}

.rounded-card:nth-child(3) {
    justify-content: flex-end;
}

.hover-hide-icon img {
    width: 15rem;
}

.hover-hide-icon {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.rounded-card:hover .hover-hide-icon {
    opacity: 1;
}

@media (max-width: 768px) {
    .rounded-cards-section {
        flex-direction: column;
        align-items: center;
    }

    .rounded-card {
        width: 100%;
        max-width: 18.75rem;
    }
} */

/* Contact Section */
/* .contact-section {
    font-family: 'Wanted Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75rem;
    margin: 0 auto;
    padding: 3.125rem 1.25rem;
}

.contact-text {
    flex: 1;
}

.contact-text h2 {
    font-size: 5rem;
    line-height: 1.2;
    color: #333;
}

.contact-text .highlight {
    color: #4A90E2;
}

.contact-form {
    flex: 1;
    background-color: #f9f9f9;
    border-radius: 0.625rem;
    padding: 2.5rem;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    gap: 0.625rem;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 0.938rem;
    border-radius: 0.625rem;
    border: 0.063rem solid #ffffff;
    font-size: 1rem;
    outline: none;
} */

/* button {
    background-color: #4A90E2;
    color: white;
    border: none;
    padding: 0.938rem 1.25rem;
    font-size: 1.125rem;
    border-radius: 0.625rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #357ABD;
} */


@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        padding: 1.25rem;
    }

    .contact-form {
        margin-top: 1.875rem;
    }

    .contact-text h2 {
        font-size: 2.25rem;
    }
}

/* partners-section */
/* .partners-section {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    width: 85%;
    margin: 0 auto;
    position: relative;
    align-items: center;
    justify-content: center;
}

.partner-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 7rem;
    max-width: 75rem;
    width: 95%;
    padding: 1rem;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.partner-logo img {
    width: 70%;
    height: auto;
    object-fit: contain;
    padding: 0.5rem;
}

body, .partners-section {
    margin: 0;
    padding: 0;
}

.double-vector {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: auto;
}

body {
    font-family: Arial, sans-serif;
} */

/* Solutions section page */
/* .solutions-section {
    font-family: 'Wanted Sans', sans-serif;
    max-width: 75rem;
    margin: auto;
    padding: 2rem;
}

.tabs {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    margin-bottom: 2rem;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #2B5FED;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
    width: 32%;
}

.tab:hover {
    background-color: #7096ff;
    color: #FFFFFF;
}

.tab.active {
    background-color: #2B5FED;
    color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(51, 103, 214, 0.3);
}

.solutions-grid {
    display: none;
}

.solutions-grid.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.solutions-card {
    background-color: #FFFFFF;
    height: 31rem;
    padding: 1.5rem;
    border-radius: 3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: center;
}

.solutions-card:hover {
    background-color: #2B5FED;
    color: #FFFFFF;
}

.solutions-card h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 35%;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    color: inherit;
}

.solutions-card p {
    font-size: 1rem;
    padding-bottom: 1.5rem;
    color: inherit;
    margin: 0;
    display: inline;
    text-align: center;
}

.solutions-card:hover .solutions-icon img {
    transform: scale(2); 
    filter: brightness(0) invert(1);
    transition: transform 0.3s, filter 0.3s;
}

.solutions-icon {
    margin-top: 25%;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.page-number {
    padding: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.page-number.active {
    color: #007bff;
} */

/* Pricing  */
/* .pricing-section {
    font-family: 'Wanted Sans', sans-serif;
    max-width: 75rem;
    margin: auto;
    padding: 2rem;
}

.pricing-header {
    text-align: left;
    margin-bottom: 2rem;
}

.pricing-header h1 {
    font-size: 5rem;
    font-weight: bold;
}

.pricing-header p {
    font-size: 1.25rem;
}

.card-button-header {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    padding: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.6s ease, color 0.6s ease;
}

.card-button-header h3 {
    font-size: 2.5rem;
}

.pricing-section .feature-grid {
    padding: 0;
}

.pricing-section .auth-buttons {
    display: flex;      
    align-items: center;
}

.pricing-section .feature-card {
    padding-left: 2rem;
    padding-top: 12rem;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.pricing-section .feature-card .card-button-header:hover {
    background-color: #007bff;
    color: #ffffff;
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
    padding: 4rem;
}

.pricing-section .feature-card .card-button-header:hover h3 {
    color: #ffffff;
    transition: color 0.6s ease;
}

.pricing-section .feature-card .card-button-header:hover .auth-buttons .get-started {
    background-color: #ffffff;
    color: #007bff;
    border: 2px solid #ffffff;
    transition: background-color 0.6s ease, color 0.6s ease;
}

.pricing-section .feature-card:hover {
    box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.2);
}

.pricing-section .feature-card ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
    list-style: none;
    padding: 0; 
    padding-bottom: 1rem;
    margin: 0; 
}

.pricing-section .feature-card li {
    text-align: left;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    margin-top: 1.75rem;
    gap: 0.75rem;
} */

/* About Us  */
/* .about-us-section {
    font-family: 'Wanted Sans', sans-serif;
    max-width: 75rem;
    margin: auto;
    padding: 2rem;
}

.about-us-section img{
    max-width: 100%;
}

.about-us-section .partner-logos {
    gap: 5.25rem;
    width: 100%;
}

.about-us-section .partner-logo img {
    width: 70%;
}

/* Contact Us  */
/* .contact-us-section {
    font-family: 'Wanted Sans', sans-serif;
    max-width: 75rem;
    margin: auto;
    padding: 2rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: grid;
    gap: 1.5rem;
}

.contact-us-section .tab {
    display: inline-block ;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    width: 25%;
    padding: 1.25rem;
    font-size: 2.25rem;
} */ */

/* Some General Styles */
/* .highlight {
    background: linear-gradient(to right, #007bff, #66ccff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
} */

.left-image {
    float: left;
    margin-right: 20px;
}

.left-image img {
    max-width: 100%;
    height: auto;
}

.right-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0;
    position: relative;
}

.right-image img {
    max-width: 100%;
    height: auto;
}

.list-of-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 8rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.large-card {
    width: 12rem;
    height: 15rem;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.card p {
    font-size: 0.725rem;
    color: #666;
    margin-bottom: 1rem;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    height: 100%;
}

.card-header img {
    width: 2rem;
    height: 2rem; 
    border-radius: 50%;
    object-fit: cover;
}

.card-header h3 {
    font-size: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1
}

.profile-image img {
    border-radius: 50%;
}

/* .emphasize {
    font-weight: bold;
} */

/* Spacers for general use */
/* .spacer {
    height: 3.125rem;
}

.spacer-sm {
    height: 1.25rem;
}

.spacer-md {
    height: 3.125rem;
}

.spacer-lg {
    height: 9.375rem;
} */

/* .page-header {
    text-align: left;
    margin-bottom: 2rem;
}

.page-header h1 {
    font-size: 5rem;
    font-weight: bold;
}

.page-header p {
    font-size: 1.25rem;
} */

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it shows on top */
    display: none; /* hidden by default */
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animation for the spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

