html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#features-section,
#solutions-section{
    scroll-margin-top: 120px;
}

.landing-page {
    width: 100%;
    position: relative;
    border-radius: 32px;
    background-color: #f9f9f9;
    height: fit-content;
    overflow: hidden;
    text-align: left;
    align-items: center;
    font-size: 12px;
    color: #100704;
    font-family: Satoshi;
}

.vector-icon {
    position: absolute;
    top: -45px;
    left: 1098px;
    width: 603.9px;
    height: 734.7px;
    object-fit: contain;
    opacity: 40%;
}

.vector-icon1 {
    position: absolute;
    top: -297.19px;
    left: -168.27px;
    width: 612.5px;
    height: 739.4px;
    object-fit: contain;
    opacity: 40%;
}

.vector-icon2 {
    position: absolute;
    top: -7.19px;
    left: -182.27px;
    width: 612.5px;
    height: 739.4px;
    object-fit: contain;
    opacity: 40%;
}


/*  navbar css */

.navbar {
    position: fixed;
    z-index: 50;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: auto;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.logo {
    width: 40px;
    position: relative;
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}

.brand-name {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-family: Satoshi;
    color: #100704;
    text-align: left;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-item {
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    font-family: Satoshi;
    cursor: pointer;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
}

.lang-btn {
    border: none;
    background: transparent;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    font-family: Satoshi;
    color: #696867;
    cursor: pointer;
}

.lang-btn.is-active {
    background: #000;
    color: #fff;
}

.demo-button {
    background: #FE4209;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.demo-button:hover {
    background: #ff4718;
}

/* middle section */
/* Container */
.container {
    max-width: 1172px;
    margin: 0 auto;
    padding: 6rem 1rem 4rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.header {
    margin-bottom: 2rem;
}

.title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    max-width: 776px;
}

.title span.highlight {
    color: #ff4500;
}

.subtitle {
    color: #666;
    max-width: 776px;
    font-size: 18px;
    margin: 0 auto 2rem;
}

.demo-button2 {
    background-color: #000;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 700;
}

.features-menu {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 32px;
    font-size: 12px;
    color: #696867;
    font-family: Satoshi;
    transition: all 0.3s ease;
}

.feature-item-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    font-size: 12px;
    color: #696867;
    font-family: Satoshi;
    transition: all 0.3s ease;
}

.feature-item.active {
    border-color: #FF7247;
    background-color: #fff;
    color: #FF7247;
}

.feature-item img {
    width: 20px;
    height: 20px;
}

.dashboard-container {
    position: relative;
    padding: 20px;
    perspective: 1000px;
}

.dashboard-preview {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
        0 20px 60px rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-preview.fade {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
}

.shopify-text {
    position: relative;
    line-height: 16px;
    font-weight: 500;
}

.shopify-icon {
    width: 54px;
    position: relative;
    height: 16px;
    object-fit: cover;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.tag {
    position: relative;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-size: 12px;
    font-family: Satoshi;
    text-align: center;
    border-radius: 60px;
    z-index: 1;
    overflow: hidden;
}

.image-2-icon {
    display: block;
    height: 16px;
    width: auto;
}

.tag::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 60px;
    padding: 3px;
    /* Adjust border thickness */
    background: conic-gradient(from var(--angle), #ff7247, #FF4500, #FFFFFF);
    animation: spin 3s linear infinite;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}

@keyframes spin {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

/* features-section */

#features-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 784px;

    font-size: 18px;
    color: #100704;
    font-family: Satoshi;

    width: 100%;


}

.section-title {
    width: 776px;
    position: relative;
    font-size: 32px;
    line-height: 42px;
    display: inline-block;
    font-family: Satoshi;
    color: #100704;
    text-align: center;

}

.section-description {
    width: 776px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: Satoshi;
    color: #696867;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.features-title {
    width: 63px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-family: Satoshi;
    color: #fe4209;
    text-align: left;
}

.features-cards {
    display: grid;
    column-gap: 10px;
    row-gap: 16px;
    max-width: 1172px;
    margin: 0 auto;
    padding: 20px 1rem;

}

.feature-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    width: 380px;
    justify-content: space-between;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    text-align: left;
    box-sizing: border-box;
}

.features-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 0;
}

/* First column cards */
.features-cards>div:nth-child(1),
.features-cards>div:nth-child(2) {
    grid-column: 1;
}

.features-cards>div:nth-child(1) {
    grid-row: 1;
}

.features-cards>div:nth-child(2) {
    grid-row: 2;
}

/* Middle column card - large invoice */
.features-cards>div:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 3;
    /* Spans both rows */
}

/* Third column cards */
.features-cards>div:nth-child(4),
.features-cards>div:nth-child(5) {
    grid-column: 3;
}

.features-cards>div:nth-child(4) {
    grid-row: 1;
}

.features-cards>div:nth-child(5) {
    grid-row: 2;
}

.feature-card:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.card-title {
    width: 100%;
    position: relative;
    font-size: 18px;
    font-family: Satoshi;
    color: #100704;
    text-align: left;
    margin: 0;
}

.card-description {
    width: 332px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: Satoshi;
    color: #696867;
    text-align: left;
    display: inline-block;
    margin: 0;
    margin-bottom: 18px;
}

.card-image img {
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(90.08deg, rgba(255, 255, 255, 0) 57.09%, #fff);
    height: fit-content;

}

/* solution section */
.solution {
    width: 90%;
    margin: 200px auto 100px;
    font-family: 'Satoshi', sans-serif;
    max-width: 1172px;
    padding: 0 1rem;
}

.solution__header {
    text-align: center;
    margin-bottom: 60px;
}

.solution__label {
    color: #fe4209;
    font-size: 16px;
    margin-bottom: 15px;
}

.solution__title {
    font-size: 32px;
    margin-bottom: 20px;
}

.solution__description {
    color: #696867;
    max-width: 776px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 18px;
}

.solution__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.solution__card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    background: white;
    position: relative;
    height: 380px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.solution__card:hover .solution__card-icon {
    transform: rotate(45deg);
    /* Rotate the card icon */
}

.solution__card:hover .solution__card-plus-hover {
    background: black;
    border-radius: 50%;
    display: block;
    /* Ensure the plus icon is visible on hover */
}

.solution__card-icon {
    width: 120px;
    height: 120px;
    margin: 40px auto;
    /* Adjusted for both PC and mobile view */
    position: relative;
    z-index: 2;
    display: block;
    transition: transform 0.3s ease;
    /* Smooth rotation */
}

.solution__card-plus-normal,
.solution__card-plus-hover,
.solution__card-minus {
    width: 36px;
    height: 36px;
    padding: 8px;
    transition: all 0.3s ease;
}

.solution__card-plus-normal {
    position: absolute;
    top: 14px;
    /* Adjust as needed */
    right: 14px;
    /* Adjust as needed */
    display: block;
    /* Ensure the plus icon is always visible */
}

.solution__card-plus-hover {
    position: absolute;
    top: 14px;
    /* Adjust to match normal plus icon */
    right: 14px;
    /* Adjust to match normal plus icon */
    display: none;
    /* Initially hidden, shown on hover */
}

.solution__card:hover .solution__card-plus-normal {
    display: none;
    /* Hide normal plus icon on hover */
}

.solution__card-minus {
    position: absolute;
    top: 14px;
    right: 14px;
    display: none;
    background: white;
    border-radius: 50%;
}

.solution__card-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.solution__icon-wrapper {
    position: relative;
    width: 100%;
    height: 245px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution__dot-pattern {
    position: absolute;
    top: 0;
    /* Adjust to cover the full card */
    left: 0;
    /* Adjust to cover the full card */
    width: 100%;
    /* Ensure the vector dot pattern covers the full card */
    height: 100%;
    /* Ensure the vector dot pattern covers the full card */
    opacity: 1;
    /* Ensure the vector dot pattern is visible in normal view */
    transition: opacity 0.3s ease;
    /* Added to ensure smooth transition */
    z-index: 1;
    /* Ensure it stays behind the icon */
}

.solution__card--active .solution__icon-wrapper {
    transition: margin-top 0.3s ease;
}

.solution__card--active .solution__dot-pattern {
    opacity: 1;
    /* Ensure the vector dot pattern remains visible in active state */
}

.solution__card-title {
    font-size: 18px;
    margin-bottom: 8px;
}

.solution__card--active .solution__card-title {
    position: absolute;
    top: 24px;
    /* Ensure the title is at the top when card is active */
    left: 24px;
    right: 24px;
}

.solution__card-description {
    color: #696867;
    font-size: 16px;
}

.solution__card-details {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    color: white;
    padding: 24px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution__card-details h3 {
    margin: 0;
    padding: 0;
    z-index: 2;
    /* Ensure it stays above the background */
}

.solution__card--active {
    background: black;
}

/* Hide main icon in active state */
.solution__card--active .solution__card-icon {
    display: none;
}

.solution__card--active .solution__card-details {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    max-height: 100%;
    /* Ensure the details cover the full height */
}

.solution__card--active .solution__card-content {
    opacity: 0;
}

.solution__card--active .solution__card-plus-normal,
.solution__card--active .solution__card-plus-hover {
    display: none;
}

.solution__card--active .solution__card-minus {
    display: block;
}

.solution__cta {
    text-align: center;
    margin-top: 40px;
}

.solution__button {
    display: inline-block;
    background: #fe4209;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: 700;
    font-size: 1rem;
}

.solution__button:hover {
    background: #ff7247;
}

/* testimonials-container */
.testimonials-container {
    max-width: 1172px;
    margin: 0 auto;
    padding: 40px 1rem 100px 1rem;
    font-family: Satoshi;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-subtitle {
    color: #fe4209;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.testimonials-title {
    font-size: 28px;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.testimonial-card.featured {
    background: #1a1a1a;
    color: white;
    grid-row: span 2;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 40px;
}

.testimonial-card.featured .inner-box {
    background: #333;
    border-radius: 18px;
    /* Slightly smaller than the parent card */
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 2px solid #fe4209;
    margin: -20px;
    /* Aligns the inner box with the edges */
}

.testimonial-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-author {
    margin-top: auto;
}

.author-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.author-title {
    color: #666;
    font-size: 14px;
}

.featured .author-title {
    color: #ccc;
}

/* Mobile Slider Styles */
.swiper-container {
    display: none;
    position: relative;
    padding-bottom: 50px;
    /* Space for pagination */
}

.swiper {
    display: none;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
}

.swiper-slide {
    width: 75%;
    /* Reduced main slide width to show preview */
    height: auto;
    transition: opacity 0.3s ease;
}

.swiper-pagination {
    position: static;
    /* Changed from absolute to static */
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ccc;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #ff4444;
    opacity: 1;
}

/* Make non-active slides slightly transparent */
.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
}



/* about-section */

.about-section {
    margin: 0 auto;
    padding: 100px 20px;
    position: relative;
    background: white;
    box-shadow: #ccc;
    font-family: Satoshi;
}

.about-container {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.content-left {
    max-width: 578px;
    flex: 1;
    min-width: 300px;
}

.vector-icon11 {
    position: absolute;
    top: -140px;
    left: -15px;
    width: 748.3px;
    height: 819.8px;
    object-fit: contain;
    opacity: 75%;
}

.vector-icon10 {
    position: absolute;
    top: -140px;
    left: -131px;
    width: 748.3px;
    height: 819.8px;
    object-fit: contain;
    opacity: 40%;
}

.about-label {
    color: #fe4209;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.about-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
}

.about-text {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom: 40px;
}

.quote-section {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.quote-section--right {
    flex-direction: row-reverse;
}

.quote-section--right .quote-text {
    text-align: right;
}

.quote-author--right {
    text-align: right;
    margin-top: 6px;
}

.quote-section + .quote-section--right {
    margin-top: 32px;
}


.avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.quote-content {
    flex: 1;
}

.quote-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.quote-author {
    font-size: 14px;
    font-weight: bold;
}

.mission-card {
    background-color: #fe4209;
    border: 4px solid #f43a01;
    border-radius: 12px;
    padding: 5px;
    color: white;
    position: relative;
    width: 480px;
    height: auto;
    box-sizing: border-box;
}

.mission-inner {
    border: 2px solid #ff7247;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    z-index: 1;
    height: 90%;
}

.mission-label {
    font-size: 18px;
    margin-bottom: 40px;
}

.mission-title {
    font-size: 32px;
    line-height: 42px;
    max-width: 384px;
}

.blur-effect {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 212px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(100px);
    border-radius: 50%;
}

/* contact-us and footer */


.contact-section {
    max-width: 1172px;
    margin: 0 auto;
    padding: 100px 1rem 60px 1rem;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.contact-card::before {
    content: '';
    position: absolute;
    bottom: -30px;
    /* Adjust the offset to control the shadow position */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    /* Adjust the width for the shadow */
    height: 50px;
    /* Adjust the height for the shadow */
    background: rgba(0, 0, 0, 0.1);
    /* Shadow color */
    filter: blur(15px);
    /* Blur effect to create a soft shadow */
    z-index: -1;
    /* Ensure the shadow stays behind the card */
}

.contact-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}

.contact-description {
    font-size: 18px;
    color: #696867;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* .demo-button {
    display: inline-block;
    background: #FF4500;
    color: #fff;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.demo-button:hover {
    background: #E63E00;
} */


/* Footer styles */
.footer {
    max-width: 1172px;
    margin: 0 auto;
    padding: 40px 1rem;
}

/* .footer-top {
    border-top: 1px solid #e5e5e5;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */

.footer-top {
    border-top: 1px solid #e5e5e5;
    padding: 40px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 40px;
}

.footer-link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.footer-copyright {
    color: #696867;
}

.footer-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    color: #696867;
    font-size: 16px;
    line-height: 1.5;
}

ul.company-info {
    list-style: none;
    padding-inline: 0;
    margin-block: 0;
    font-size: 14px;
    text-align: center;
}

/* Demo Booking Modal styles */
.modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
    font-family: Satoshi, sans-serif;
    color: #000;
    text-align: left;
    margin-top: -1px;
    margin-left: 16px;
    padding-left: 8px;
}


.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.modal-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap; /* Allows wrapping on small screens */
}

.modal-images a {
    display: inline-block; /* Prevent it from stretching */
    width: auto; /* Ensure it only wraps around the image */
    height: auto;
    padding: 0; /* Remove any extra padding */
    margin: 0; /* Remove any extra margin */
}

.modal-images img {
    display: block; /* Remove extra spacing around images */
    width: 100%; /* Ensure responsiveness */
    max-width: 150px; /* Adjust max size as needed */
    height: auto; 
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}

.modal-images img:hover {
    transform: scale(1.05);
}

.modal-person {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-person a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}

.modal-person img {
    display: block;
    width: 100%;
    max-width: 140px; /* Adjust max size */
    height: auto;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}

.modal-person img:hover {
    transform: scale(1.05);
}

.modal-caption {
    margin-top: 8px;
    text-align: center;
}

.modal-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #100704;
    font-family: Satoshi;
}

.modal-role {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #696867;
    font-family: Satoshi;
}

/* zIndex for demo button */
.demo-button,
.demo-button2,
.solution__button {
    position: relative;
    z-index: 1;
}


@media screen and (min-width: 769px)  {

    ul.company-info li {
        display: inline-block;
    }
    
    ul li:not(.separator)+li::before {
        content: " — ";
        display: inline-block;
        margin-inline: 4px;
    }
    ul.company-info li.separator {
        display: block;
        height: 0;
        visibility: hidden;
    }
}

.user-select-all {
    user-select: all;
}

span[prefix]::before {
    content: attr(prefix) " ";
}

span[prefix]::before {
    content: attr(prefix) " ";
}

ul.company-info a {
    color: rgb(105, 104, 103);
}
/* Background decorations */
.background-decoration {
    position: absolute;
    width: 600px;
    height: 600px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: -1;
}

.decoration-left {
    left: -300px;
    top: -200px;
}

.decoration-right {
    right: -300px;
    top: -200px;
}


/* Mobile Styles */
@media screen and (max-width: 768px) {
 
    .navbar {
        top: 20px;
        border-radius: 16px;
        width: calc(100% - 32px);
        background-color: #fff;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        font-size: 14px;
    }

    .nav-links {
        display: none;
    }

    .logo {
        width: 40px;
        position: relative;
        height: 40px;
        overflow: hidden;
        flex-shrink: 0;
        object-fit: cover;
    }

    .demo-button {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
    }

    .lang-switch {
        padding: 2px;
        gap: 2px;
    }

    .lang-btn {
        padding: 4px 6px;
        font-size: 11px;
    }

    .title {
        font-size: 2rem;
    }


    .features-menu {
        justify-content: space-between;
        /* Align items to the left */
    }

    .feature-item {
        width: 100%;
        padding: 1rem 1.25rem;
        justify-content: flex-start;
        flex: 1 1;
        background-color: #f8f9fa;

    }

    #features-section {
        padding: 20px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        height: auto;

    }

    .section-title {
        width: 343px;
        position: relative;
        font-size: 24px;
        line-height: 22px;
        font-weight: 500;
        font-family: Satoshi;
        color: black;
        text-align: center;
        display: inline-block;
    }

    .section-description {
        width: 343px;
        position: relative;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        font-family: Satoshi;
        color: #696867;
        text-align: center;
        display: inline-block;
    }

    .features-cards {
        display: flex;
        flex-direction: column;
        /* Stack cards vertically */
        align-items: center;
        justify-content: center;

        gap: 16px;
        /* Add spacing between cards */
        padding: 0;
        /* Remove extra padding */
    }

    .feature-card {
        width: 90%;
        /* Make cards occupy 90% of screen width */
        text-align: left;
        /* Center-align text */
        padding: 16px;
        /* Adjust padding for smaller screens */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .card-title {
        font-size: 16px;
        /* Smaller font size for titles */
        text-align: left;
        /* Center-align titles */
    }

    .card-description {
        width: 100%;
        /* Adjust to full width */
        font-size: 14px;
        /* Smaller font size for descriptions */
        line-height: 20px;
        /* Adjust line spacing */
        text-align: left;
        /* Center-align text */
        margin-bottom: 12px;
    }

    .card-image img {
        width: 100%;
        /* Make images full-width */
        height: auto;
        /* Maintain aspect ratio */
        margin: 0 auto;
        /* Center the image */
    }

    .solution {
        width: 90%;
        margin: 100px auto;
        font-family: 'Satoshi', sans-serif;
    }

    .solution__grid {
        grid-template-columns: 1fr;
        /* Single column layout for mobile view */
        gap: 16px;
        margin-top: 20px;
    }

    .solution__card {
        height: auto;
        /* Adjust card height for mobile view */
    }

    .solution__card-title,
    .solution__card--active .solution__card-title {
        position: static;
        /* Ensure titles are positioned normally in mobile view */
        margin-bottom: 8px;
    }

    .solution__card-plus-normal,
    .solution__card-plus-hover,
    .solution__card-minus {
        top: 8px;
        /* Adjust position for mobile view */
        right: 8px;
        width: 24px;
        /* Adjust size for mobile view */
        height: 24px;
    }

    .solution__card-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 120px;
        /* Adjusted for both PC and mobile view */
        position: relative;

        display: flexbox;
        transition: transform 0.3s ease;
    }

    .solution__dot-pattern {
        width: 100%;
        /* Ensure the vector dot pattern covers the full card */
        height: 100%;
        /* Ensure the vector dot pattern covers the full card */
    }

    .solution__card-details {
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
    }

    .solution__card-details h3 {
        top: 8px;
        /* Adjust position for mobile view */
        left: 8px;
        right: 8px;
        margin-top: 0;
        z-index: 2;
        /* Ensure it stays above the background */
    }

    .solution__card-details p {
        bottom: 8px;
        /* Adjust position for mobile view */
        left: 8px;
        right: 8px;
        margin-bottom: 0;
    }

    .testimonials-grid {
        display: none;
    }

    .swiper-container,
    .swiper {
        display: block;
    }

    .title {
        font-size: 36px;
    }
    .solution__title {
        font-size: 24px;
    }

    .testimonials-title {
        font-size: 24px;
    }

    .about-title {
        font-size: 24px;
    }

    .mission-title {
        font-size: 24px;
    }

    .mission-card {
        min-height: auto;
    }

    .testimonial-card {
        margin: 0;
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .testimonial-card.featured {
        grid-row: auto;
        background: #1a1a1a;
        color: white;
        border-radius: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        position: relative;
        padding: 40px;
    }

    .testimonial-card.featured .inner-box {
        background: #333;
        border-radius: 18px;
        /* Slightly smaller than the parent card */
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        position: relative;
        border: 2px solid #fe4209;
        margin: -20px;
        /* Aligns the inner box with the edges */
    }

    .testimonial-content {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .testimonial-author {
        margin-top: auto;
    }

    .author-name {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .author-title {
        color: #666;
        font-size: 14px;
    }

    .featured .author-title {
        color: #ccc;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }

    .vector-icon10 {
        display: none;
    }

    .mission-card {
        width: 100%;
        max-width: 480px;
    }   

    .contact-title {
        font-size: 28px;
    }

    .contact-description {
        font-size: 16px;
        padding: 0 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
    }

    .modal-images {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .modal-person img {
        max-width: 120px; /* Make images smaller on mobile */
    }
}

@media screen and (max-width: 768px) {
    .feature-card {
        width: 100%;
    }
}
