/* ============================================================
   OPER8 SECURE — SITE CSS
   Modern, clean design using brand color palette only.
   ============================================================ */

/* === RESET & BASE === */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #333;
    background-color: var(--white-color);
}

:root {
    --primary-color: #92278F;
    --primary-dark: #2B3990;
    --secondary-color: #FBB040;
    --grey-background: #ebebeb;
    --light-purple-background: #f9f9fb;
    --white-color: #ffffff;
    --black-color: #000000;
    --footer-background: #ebebeb;
    --border-primary: 4px;
    --button-padding: 0.5em 1.8em;
    --hero-title-font-size: 60px;
    --hero-title-secondary: 50px;
    --heading-font-size: 40px;
    --medium-font: 18px;
    --medium-large-font: 22px;
    --large-font: 30px;
    --small-font: 16px;
}

main {
    flex: 1;
}

p {
    font-size: 16px;
    font-family: "Titillium Web", sans-serif !important;
    color: #444;
    line-height: 1.7;
}

/* === NAVBAR === */
.navbar {
    padding: 0.75rem 1.5rem;
    background-color: var(--white-color);
    box-shadow: 0 2px 20px rgba(43, 57, 144, 0.08);
}

.navbar .li {
    padding-inline: 15px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary-dark);
}

.navbar-nav .nav-link {
    color: var(--primary-dark);
    font-weight: 600;
    margin-right: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0.45rem 1rem !important;
    border-radius: 6px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
    background-color: rgba(146, 39, 143, 0.07);
}

.navbar-nav .nav-link.active {
    color: var(--primary-color);
    background-color: rgba(146, 39, 143, 0.08);
}

.nav-buttons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.nav-button {
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1.35rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--primary-color);
    transition: all 0.25s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
}

.nav-button:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    text-decoration: none;
}

.nav-button-border {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.5rem 1.35rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s ease;
    background-color: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
}

.nav-button-border:hover {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

/* === BUTTONS === */
.secondary-button {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--primary-dark);
    padding: 0.9rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    transition: all 0.25s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.secondary-button:hover {
    background-color: #e6a034;
    color: var(--primary-dark);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 176, 64, 0.4);
}

/* === LAYOUT === */
/* === TYPOGRAPHY === */
.main-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1.15;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.main-title-white {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.secondary-title-wrap {
    max-width: 80%;
    padding-bottom: 30px;
    padding-top: 50px;
    justify-self: center;
}

.secondary-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.small-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.medium-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.forty-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary-dark);
    padding-bottom: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.2;
}

/* === HOME SECTIONS === */
#home-section1 {
    min-height:540px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-section1-video {
    background: var(--primary-dark);
    padding: 60px 0;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
    z-index: 100;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

/* === CHECKLIST === */
.home-section1-logo-wrapper {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    list-style: none;
}

.home-section1-logo-wrapper li:not(:first-child) {
    margin-top: 0;
}

.home-section1-logo-wrapper-checklist {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 39px !important;
    flex-wrap: wrap;
}

.home-section1-logo-wrapper-checklist:has(li:nth-child(4)) {
    gap: 20px !important;
}

.home-contact_image {
    background-image: url('/img/globe_vector.jpg');
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.contact_details {
    padding-top: 50px;
    text-align: center;
}

.home-section1-logo-wrapper-checklist li {
    --check-icon-size: 18px;
    position: relative;
    padding-left: calc(var(--check-icon-size) + 6px);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    color: var(--primary-dark);
    display: inline-block;
}

.home-section1-logo-wrapper-checklist img {
    width: 90px;
    height: 30px;
}

.home-section1-logo-wrapper-checklist li b,
.home-section1-logo-wrapper-checklist li strong {
    font-weight: 700;
}

.home-section1-logo-wrapper-checklist li:before {
    content: "";
    width: var(--check-icon-size);
    height: var(--check-icon-size);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.20465' cy='8.20465' r='8.20465' fill='%2392278F'/%3E%3Cpath d='M4.10229 8.20461L6.83718 10.9395L12.3069 5.46973' stroke='white' stroke-width='2.05116' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    clip-path: none !important;
    border-radius: 50%;
}

/* === ACCORDION TABS === */
#home-section1-accordion {
    padding-top: 20px;
}

.tablinks {
    padding: 10px 22px;
    border: 2px solid transparent;
    color: var(--primary-dark);
    font-size: 15px;
    background-color: var(--grey-background);
    border-radius: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.tablinks:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.tablinks.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 4px 14px rgba(146, 39, 143, 0.3);
}

.tablink-list-item {
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
    font-family: "Titillium Web", sans-serif;
}

.accordion-tab {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 24px;
    flex-wrap: wrap;
}

.tabcontent {
    padding-top: 80px;
}

.tabcontent-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 16px;
}

.tabcontent-text p {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #555;
}

.tabcontent-image img {
    max-width: 100%;
    height: auto;
}

/* === STATISTICS SECTION === */
#home_statistics_section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-numbers__inner {
    background: var(--primary-dark);
    padding: 64px;
    gap: 72px;
    inset: 0;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-numbers__inner::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -5%;
    width: 450px;
    height: 450px;
    background: rgba(146, 39, 143, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.section-numbers__inner::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(251, 176, 64, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.section-numbers__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    align-items: center;
}

.section-numbers__listItem-number {
    font-size: 52px;
    font-weight: 800;
    color: var(--secondary-color);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.section-numbers__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 800px;
}

.section-numbers__listItem-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.5em;
    color: rgba(255, 255, 255, 0.85);
}

.section-numbers__buttons {
    padding-top: 50px;
}

/* === GUIDANCE SECTION === */
.home_guidance_text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.home_guidance_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.icon-box-steps {
    padding: 18px 0;
    margin-bottom: 8px;
}

#home_guidance_section {
    padding: 70px 0;
    background-color: var(--light-purple-background);
}

.headings .home_span {
    color: var(--primary-color);
    font-style: italic;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* === CONTACT FORM (HOME/GENERIC) === */
.form-wrapper {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(43, 57, 144, 0.1);
    animation: fadeIn 1s ease-out;
    margin-top: 50px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-column {
    flex: 1;
    min-width: 250px;
}

.contact-form-label {
    display: block;
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 2px solid var(--grey-background);
    transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
    background-color: var(--light-purple-background);
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    color: #333;
}

.link-wrapper {
    margin-top: 30px;
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(146, 39, 143, 0.12);
    background-color: white;
}

.form-textarea {
    resize: none;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 14px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

.submit-button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(146, 39, 143, 0.35);
}

/* === FOOTER === */
footer {
    color: var(--white-color);
    padding-top: 4rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-dark);
}

.footer-list {
    color: rgba(255, 255, 255, 0.85);
}

.footer__social-icons a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 8px;
    transition: all 0.25s ease;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.footer__social-icons a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.footer__content {
    justify-content: space-between;
    padding: 0 5rem 1.5rem;
    gap: 2rem;
    width: 100%;
    max-width: 1400px;
}

.footer__content,
footer {
    display: flex;
    position: relative;
}

.footer__social-logo {
    max-width: 200px;
}

.footer__social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.footer__locations-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__locations {
    max-width: 400px;
    width: 100%;
    position: relative;
}

.footer__quick_links {
    flex: 0.75;
    position: relative;
}

.footer-bottom {
    margin: 0;
    padding: 2rem 5rem;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.power-by {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer_quick-link a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.footer_quick-link a:hover {
    color: var(--secondary-color);
}

.footer-list {
    list-style-type: none;
    font-size: 15px;
    padding: 0;
}

.power-links {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.power-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.power-links a:hover {
    color: var(--secondary-color);
}

.footer__locations-title,
.quick_links-title {
    padding: 10px 0;
    font-weight: 700;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-list li {
    margin-bottom: 10px;
}

/* === EMAIL INPUT CONTAINER === */
.input-container {
    position: relative;
    display: flex;
    height: 2.8rem;
    width: 100%;
    min-width: 200px;
    max-width: 280px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.input-container input {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: transparent;
    padding: 0.625rem 70px 0.625rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: white;
    outline: none;
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-container input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.input-container input:focus {
    border: 1px solid var(--secondary-color);
}

.invite-btn {
    position: absolute;
    width: 65px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    z-index: 10;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #fff;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: .3s ease;
    cursor: pointer;
}

.invite-btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-dark);
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 6px;
}

.input-container input:placeholder-shown ~ .invite-btn {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0.6;
}

/* === SOLUTION PAGE === */
#solution_header {
    background-image: url('../img/services-header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 540px;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    position: relative;
    color: white;

    overflow: hidden;
}

/* === PRICING PAGE === */
#pricing_header {
    min-height: 540px;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    background-color: #F6F4FA;
}

#pricing_header h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--primary-dark);
    margin: 0 0 20px;
}

/* === PRICING PAGE === */
.pricing-hero-description {
    font-size: 17px;
    color: #666;
    max-width: 440px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.pricing-hero-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 20px 60px rgba(43, 57, 144, 0.12);
    position: relative;
    overflow: hidden;
}

.pricing-hero-decor-top {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: var(--secondary-color);
    border-radius: 50%;
    opacity: 0.18;
}

.pricing-hero-decor-bottom {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.12;
}

.pricing-hero-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-dark);
    margin-bottom: 24px;
}

.pricing-hero-features {
    gap: 18px;
}

.pricing-hero-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pricing-hero-feature-icon--purple { background: rgba(146, 39, 143, 0.1); }
.pricing-hero-feature-icon--blue   { background: rgba(43, 57, 144, 0.1); }
.pricing-hero-feature-icon--yellow { background: rgba(251, 176, 64, 0.15); }

.pricing-icon-dark      { color: var(--primary-dark); }
.pricing-icon-secondary { color: var(--secondary-color); }

.pricing-hero-feature-name {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pricing-hero-feature-desc {
    font-size: 13px;
    color: #888;
    font-family: 'Titillium Web', sans-serif;
}

.pricing-hero-footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
}

.pricing-hero-footer-text {
    font-size: 13px;
    color: #888;
    font-family: 'Titillium Web', sans-serif;
}

.pricing-cards-section {
    padding: 80px 0;
    background-color: var(--light-purple-background);
}

.pricing-intro-desc {
    color: #666;
    max-width: 520px;
    margin: 0 auto;
}

.pricing-plan-card {
    padding: 36px 30px;
}

.pricing-plan-card--popular {
    border: 2px solid var(--primary-color);
    position: relative;
}

.pricing-popular-badge-wrap {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-popular-badge {
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 18px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.pricing-price-wrap {
    margin-bottom: 8px;
}

.pricing-price-amount {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-dark);
}

.pricing-price-amount--highlight {
    color: var(--primary-color);
}

.pricing-price-period {
    color: #666;
    font-size: 14px;
}

.pricing-plan-desc {
    color: #666;
    margin-bottom: 24px;
}

.pricing-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-feature-list li {
    padding: 6px 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #f5f5f5;
}

.pricing-feature-list li:last-child {
    border-bottom: none;
}

.pricing-feature-info {
    color: var(--secondary-color);
    font-size: 14px;
    cursor: help;
    transition: color 0.2s ease;
    vertical-align: middle;
}

.pricing-feature-info:hover {
    color: var(--primary-color);
}

.pricing-tooltip-wrap {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}

.pricing-tooltip-wrap::before {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-dark);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding: 7px 12px;
    border-radius: 7px;
    width: 210px;
    white-space: normal;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 200;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.pricing-tooltip-wrap::after {
    content: '';
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: var(--primary-dark);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 200;
}

.pricing-tooltip-wrap:hover::before,
.pricing-tooltip-wrap:hover::after {
    opacity: 1;
}

.pricing-feature-check {
    color: var(--secondary-color);
    margin-right: 10px;
}

.pricing-feature-xmark {
    color: #ddd;
    margin-right: 10px;
}

.pricing-feature-disabled {
    color: #bbb;
}

.pricing-plan-cta {
    display: block;
    text-align: center;
}

.pricing-comparison-section {
    padding: 80px 0;
    background-color: var(--white-color);
}

.pricing-table {
    font-family: 'Titillium Web', sans-serif;
}

.pricing-table thead tr {
    border-bottom: 2px solid #eee;
}

.pricing-table th {
    font-size: 15px;
    color: var(--primary-dark);
}

.pricing-table .pricing-th-feature {
    width: 35%;
    color: #333;
}

.pricing-table .pricing-th-pro {
    color: var(--primary-color);
}

.pricing-table tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

.pricing-table tbody tr:last-child {
    border-bottom: none;
}

.pricing-table .pricing-td-label {
    color: #444;
}

.pricing-check {
    color: var(--secondary-color);
}

.pricing-xmark {
    color: #ddd;
}

.pricing-faq-section {
    padding: 80px 0;
    background-color: #F6F4FA;
}

.pricing-accordion-item {
    border-radius: 10px;
    overflow: hidden;
}

.pricing-accordion-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.pricing-accordion-body {
    font-family: 'Titillium Web', sans-serif;
    color: #555;
}

.pricing-cta-box {
    padding: 48px 36px;
    gap: 16px;
}

.pricing-cta-icon {
    width: 72px;
    height: 72px;
    background: rgba(146, 39, 143, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-cta-icon i {
    font-size: 32px;
    color: var(--primary-color);
}

.pricing-cta-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0;
}

.pricing-cta-desc {
    color: #666;
    margin: 0;
    max-width: 360px;
}

.pricing-cta-buttons {
    margin-top: 8px;
}

.pricing-tab-bar {
    display: inline-flex;
    gap: 0;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    overflow: hidden;
}

.pricing-tab-btn {
    padding: 10px 36px;
    border: none;
    background: transparent;
    color: var(--primary-color);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pricing-tab-btn.active {
    background: var(--primary-color);
    color: #fff;
}

.pricing-tab-btn:not(.active):hover {
    background: rgba(146, 39, 143, 0.07);
}

.pricing-matrix-quote-row td {
    background-color: var(--light-purple-background);
    font-style: italic;
    color: #888;
    font-size: 13px;
}

.solution_wrapper {
    z-index: 100;
    max-width: 700px;
}

.solution_header_container {
    max-width: 1000px;
    margin-right: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(43, 57, 144, 0.52);
    border-radius: 12px;
}

/* === SOLUTION BOXES === */
.solution_box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: var(--primary-color);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.solution_box_icon:hover {
    background: var(--primary-dark);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(146, 39, 143, 0.3);
}

.solution_box_image {
    width: 30px;
    filter: brightness(0) invert(1);
}

#solution_boxes {
    margin-top: 80px;
}

.solution_box_text p {
    margin: 0;
    line-height: 1.6;
    color: #666;
    font-size: 14px;
}

.solution_box_text h4 {
    font-weight: 700;
    padding-bottom: 8px;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
}

.solution_box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.25s ease;
    background: white;
}

.solution_box:hover {
    box-shadow: 0 8px 28px rgba(43, 57, 144, 0.1);
    transform: translateY(-2px);
}

.secondary_wrapper {
    margin-top: 80px;
    background-color: var(--light-purple-background);
    border-radius: 16px;
    overflow: hidden;
}

.left_container {
    background-image: url('../img/shutterstock_2436779993.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 500px;
    border-radius: 0;
    z-index: 8;
    position: relative;
}

.right_container {
    background-color: var(--light-purple-background);
}

.right_container_header {
    background: var(--primary-dark);
    padding: 28px 32px;
    color: white;
}

.right_container_header .secondary-title {
    color: white;
    margin: 0;
}

.medium_title {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 12px;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.right_container_grid > :first-child {
    padding-left: 24px;
}

.right_container_grid_item {
    border-right: 1px solid var(--grey-background);
    padding: 28px;
}

.right_container_grid_item p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.right_container_grid_item span {
    color: var(--primary-color);
    font-weight: 600;
}

/* === LOGIN === */
.login_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_card {
    width: 100%;
    max-width: 520px;
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(43, 57, 144, 0.2);
    padding: 40px;
}

.login_wrapper {
    background-image: url('../img/blog1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.welcome-message h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--primary-dark);
    font-weight: 800;
}

.welcome-message p {
    font-size: 1.05rem;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #555;
}

.features {
    margin: 24px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 12px;
}

.feature-icon {
    font-size: 1.3rem;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(146, 39, 143, 0.1);
    border-radius: 10px;
    flex-shrink: 0;
}

.feature-text h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.feature-text p {
    margin: 3px 0 0;
    opacity: 0.75;
    font-size: 0.85rem;
    color: #555;
}

.cta {
    margin-top: 24px;
}

.cta a {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 700;
}

/* === ABOUT PAGE === */
#about_header {
    background: var(--primary-dark);
    color: white;
min-height: 540px;
display: flex;
justify-content: center;
align-items: center;
}

#about_header .main-title {
    color: white;
}

#about_header p {
    color: rgba(255, 255, 255, 0.88);
}

.about_image {
    background-image: url('../img/shutterstock_1695247384.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 12px;
}

.five-column-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-top: 60px;
}

.five-column-list li {
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-dark);
    background: white;
    box-shadow: 0 2px 12px rgba(43, 57, 144, 0.08);
    transition: all 0.25s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 2px solid transparent;
}

.five-column-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(146, 39, 143, 0.2);
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.about-facilities {
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-product-image {
    background-image: url('../img/ft_reference.jpg');
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.about-product-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(43, 57, 144, 0.15);
    border-radius: 12px;
}

.about-mission {
    padding-left: 40px;
}

/* === TESTIMONIALS === */
.testimonials {
    padding: 70px 0;
    background-color: var(--light-purple-background);
}

.testimonial.card {
    border: none;
    border-radius: 16px;
    background: white;
    box-shadow: 0 4px 24px rgba(43, 57, 144, 0.07) !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(146, 39, 143, 0.12) !important;
}

/* Clean testimonial card */
.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 36px 32px 28px;
    box-shadow: 0 4px 24px rgba(43, 57, 144, 0.07);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: -12px;
    left: 18px;
    font-size: 110px;
    color: rgba(146, 39, 143, 0.06);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(146, 39, 143, 0.12);
}

.testimonial-text {
    font-size: 15px;
    color: #444;
    line-height: 1.75;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    font-family: "Titillium Web", sans-serif !important;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-author strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    color: var(--primary-dark);
}

/* === SECTION LABEL === */
.section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* === STEP ITEMS (guidance section) === */
.steps-list {
    display: flex;
    flex-direction: column;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid var(--grey-background);
}

.step-item:last-child {
    border-bottom: none;
}

.step-badge {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 0 4px 12px rgba(146, 39, 143, 0.25);
}

.step-content {
    flex: 1;
    padding-top: 2px;
}

/* === FEATURE CARDS (About page) === */
.feature-card {
    background: white;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(43, 57, 144, 0.07);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(146, 39, 143, 0.12);
}

.feature-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(146, 39, 143, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    color: var(--primary-color);
}

.feature-card h5 {
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    margin-bottom: 12px;
}

.feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    font-family: "Titillium Web", sans-serif !important;
}

/* === ABOUT PAGE - MISSION SECTION === */
.mission-section {
    padding: 80px 0;
    background-color: var(--white-color);
}

.mission-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(43, 57, 144, 0.12);
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === SALES/DEMO PAGE === */
#sales-page {
    padding-top: 50px;
    padding-bottom: 100px;
}

.demo_header {
    background-image: url('/img/shutterstock_2441137057.jpg');
    height: 320px;
    display: flex;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.demo_header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(43, 57, 144, 0.65);
}

.left_content {
    margin-top: 50px;
    width: 90%;
}

.left_content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.demo-request {
    border-radius: 16px;
    margin-top: -100px;
    background-color: white;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(43, 57, 144, 0.12);
}

/* === FORM INPUTS (GLOBAL) === */
input[type=text],
input[type=email],
input[type=number] {
    width: 100%;
    padding: 12px 16px;
    margin: 5px 0 18px 0;
    display: inline-block;
    border: 2px solid var(--grey-background);
    border-radius: 8px;
    background: var(--light-purple-background);
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    color: #333;
    transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
    outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    border-color: var(--primary-color);
    background-color: white;
    box-shadow: 0 0 0 3px rgba(146, 39, 143, 0.1);
}

hr {
    border: 1px solid var(--grey-background);
    margin-bottom: 25px;
}

button:hover {
    opacity: 1;
}

.cancelbtn,
.signupbtn {
    float: left;
    background-color: var(--primary-color);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

input[type="number"] {
    width: 100%;
    padding: 12px 16px;
    margin: 5px 0 18px 0;
    display: inline-block;
    border: 2px solid var(--grey-background);
    border-radius: 8px;
    background: var(--light-purple-background);
}

input[type="number"]:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(146, 39, 143, 0.1);
}

/* === ANIMATED TITLE === */
.fade-in-title {
    padding: 40px;
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
}

.fade-in-title span {
    animation: fadeInOutLeft 4s infinite;
    opacity: 0;
    transform: translateX(-20px);
    margin-right: 16px;
}

.fade-in-title span:nth-child(1) { animation-delay: 0s; }
.fade-in-title span:nth-child(2) { animation-delay: 0.2s; }
.fade-in-title span:nth-child(3) { animation-delay: 0.4s; }
.fade-in-title span:nth-child(4) { animation-delay: 0.6s; }
.fade-in-title span:nth-child(5) { animation-delay: 0.8s; }
.fade-in-title span:nth-child(6) { animation-delay: 1s; }
.fade-in-title span:nth-child(7) { animation-delay: 1.2s; }
.fade-in-title span:nth-child(8) { animation-delay: 1.4s; }

@keyframes fadeInOutLeft {
    0%   { opacity: 0; transform: translateX(-20px); }
    25%  { opacity: 1; transform: translateX(0); }
    75%  { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(-20px); }
}

/* === CONTACT DESIGN 2 === */
.contact-card form {
    background: var(--white-color);
    color: var(--primary-dark);
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    padding: 50px 0 50px 50px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(43, 57, 144, 0.1);
}

.contact-card form .contactInfo {
    background: var(--primary-dark);
    width: 320px;
    position: absolute;
    left: -60px;
    padding: 2em;
    color: #fafafa;
    height: 90%;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(43, 57, 144, 0.35);
}

.contact-card form .contactInfo .title {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: white;
}

.contact-card form .contactInfo ul {
    list-style: none;
    padding: 0;
}

.contact-card form .contactInfo .contactDetails li {
    margin-bottom: 1.5em;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.contact-card form .contactInfo .contactDetails i {
    margin-right: 0;
    color: var(--secondary-color);
    font-size: 16px;
    margin-top: 2px;
}

.contact-card form .contactInfo .socialMedia {
    margin-top: 2.5em;
    display: flex;
    gap: 10px;
    padding: 0;
}

.contact-card form .contactInfo .socialMedia li {
    display: inline;
    padding: 0;
}

.contact-card form .contactInfo .socialMedia li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: white;
    transition: all 0.25s ease;
    text-decoration: none;
}

.contact-card form .contactInfo .socialMedia li a:hover {
    background: var(--secondary-color);
    color: var(--primary-dark);
}

.contact-card form .contactInput {
    margin-left: 280px;
    width: 100%;
    padding-right: 3em;
}

.contact-card form .contactInput p {
    margin-bottom: 1.25em;
    color: #666;
}

.contact-card form .contactInput .title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 8px;
}

.contact-card form .contactInput textarea {
    margin-bottom: 1.25em;
    display: block;
    padding: 14px 16px;
    resize: none;
    background: var(--light-purple-background);
    border: 2px solid var(--grey-background);
    border-radius: 8px;
    height: 130px;
    width: 100%;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
    outline: none;
}

.contact-card form .contactInput textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(146, 39, 143, 0.1);
    background: white;
}

/* input inside contactInput */
.contact-card .contactInput .form-control {
    border: 2px solid var(--grey-background);
    border-radius: 8px;
    padding: 12px 16px;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    background-color: var(--light-purple-background);
    color: #333;
    transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
    margin-bottom: 12px;
}

.contact-card .contactInput .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(146, 39, 143, 0.1);
    background-color: white;
    outline: none;
}

.main-image img {
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
}

.demo-video {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

/* === PRIVACY / TERMS PAGES === */
.footer_policy_title {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer_policy_title h1 {
    color: var(--primary-dark);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    border-bottom: 4px solid var(--primary-color);
    display: inline-block;
    padding-bottom: 8px;
}

.footer_section_title {
    color: var(--primary-dark);
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.inline-link {
    color: var(--primary-color);
    font-weight: 600;
}

.inline-link:hover {
    color: var(--primary-dark);
}

/* === ACCESS DENIED PAGE === */
.login_height {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

/* === MODERN DEMO FORM === */
.demo-form-modern {
    background: var(--white-color);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(43, 57, 144, 0.1);
}

.demo-form-header {
    margin-bottom: 32px;
    text-align: center;
}

.demo-form-header .secondary-title {
    margin-bottom: 8px;
    color: var(--primary-dark);
}

.demo-form-subtitle {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 0;
}

.demo-form-group {
    margin-bottom: 24px;
}

.demo-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.demo-input-icon {
    position: absolute;
    left: 18px;
    color: var(--primary-color);
    font-size: 16px;
    z-index: 2;
    transition: color 0.3s ease;
    pointer-events: none;
}

.demo-textarea-icon {
    top: 20px;
}

.demo-form-input,
.demo-form-textarea {
    width: 100%;
    padding: 14px 18px 14px 50px;
    border: 2px solid var(--grey-background);
    border-radius: 10px;
    font-size: 15px;
    font-family: "Titillium Web", sans-serif;
    color: var(--primary-dark);
    background-color: var(--light-purple-background);
    transition: all 0.25s ease;
    outline: none;
    box-sizing: border-box;
}

.demo-form-input[type="text"],
.demo-form-input[type="email"],
.demo-form-input[type="number"] {
    padding-left: 50px !important;
}

.demo-form-input:focus,
.demo-form-textarea:focus {
    border-color: var(--primary-color);
    background-color: white;
    box-shadow: 0 0 0 3px rgba(146, 39, 143, 0.1);
}

.demo-form-textarea {
    resize: vertical;
    min-height: 110px;
    padding-top: 14px;
    line-height: 1.6;
}

/* Floating Label Styles */
.demo-floating-label {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.25s ease;
    background-color: transparent;
    padding: 0 6px;
}

.demo-textarea-wrapper .demo-floating-label {
    top: 20px;
    transform: translateY(0);
}

.demo-form-input:focus ~ .demo-floating-label,
.demo-form-input:not(:placeholder-shown) ~ .demo-floating-label,
.demo-form-textarea:focus ~ .demo-floating-label,
.demo-form-textarea:not(:placeholder-shown) ~ .demo-floating-label {
    top: -10px;
    left: 44px;
    font-size: 11px;
    color: var(--primary-color);
    background-color: white;
    padding: 0 8px;
    font-weight: 700;
}

.demo-textarea-wrapper .demo-form-textarea:focus ~ .demo-floating-label,
.demo-textarea-wrapper .demo-form-textarea:not(:placeholder-shown) ~ .demo-floating-label {
    top: -10px;
}

/* Submit Button */
.demo-form-submit {
    margin-top: 28px;
}

.demo-submit-btn {
    width: 100%;
    padding: 15px 32px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(146, 39, 143, 0.3);
}

.demo-submit-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(146, 39, 143, 0.4);
}

.demo-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(146, 39, 143, 0.3);
}

.demo-submit-btn i {
    font-size: 16px;
    transition: transform 0.25s ease;
}

.demo-submit-btn:hover i {
    transform: translateX(4px);
}

/* === RESPONSIVE === */
@media (max-width: 1074px) {
    .left_container {
        display: none;
    }

    .secondary_wrapper .row .col-md-8 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .left_container {
        display: none;
    }

    .secondary_wrapper .row .col-md-8 {
        width: 100%;
    }

    .contact-card form {
        display: block;
        padding: 0;
        box-shadow: none;
    }

    .contact-card form .contactInfo {
        width: 100%;
        position: relative;
        left: 0;
        margin-top: 0;
        border-radius: 12px 12px 0 0;
        height: auto;
    }

    .contact-card form .contactInput {
        margin-left: 0;
        margin-top: 0;
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .home-section1-logo-wrapper {
        margin: 10px 0;
        align-items: center;
        gap: 11px;
    }

    #main-page {
        padding-top: 20px;
    }

    .main-image img {
        width: 100%;
        margin-top: 20px;
    }

    .nav-buttons {
        flex-direction: column;
        width: 100%;
        margin-top: 1rem;
        gap: 0.5rem;
    }

    .demo-video {
        width: 100%;
    }

    .testimonials {
        padding: 40px 0;
    }

    .accordion-tab {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        gap: 8px;
    }

    .main-title {
        font-size: 30px;
    }

    .main-title-white {
        font-size: 28px;
    }

    .forty-title {
        font-size: 26px;
    }

    .nav-button {
        width: 100%;
        text-align: center;
    }

    .nav-button-border {
        width: 100%;
        text-align: center;
    }

    .home-section1-logo-wrapper-checklist {
        gap: 16px;
        justify-content: center;
    }

    .home-section1-logo-wrapper-checklist:has(li:nth-child(4)) {
        gap: 10px 16px !important;
        margin-top: 10px !important;
    }

    .home-section1-logo-wrapper-checklist li {
        --check-icon-size: 10px;
        padding-left: calc(var(--check-icon-size) + 4px);
        font-size: 12px;
        color: var(--primary-dark);
    }

    .secondary-title-wrap {
        max-width: 100%;
    }

    .tablinks {
        padding: 8px 16px;
        font-size: 14px;
    }

    .tabcontent-title {
        font-size: 26px;
    }

    .section-numbers__inner {
        padding: 28px 20px;
    }

    .section-numbers__listItem-number {
        font-size: 36px;
    }

    .section-numbers__buttons {
        padding-top: 32px;
    }

    #home_statistics_section {
        margin: 30px 0;
    }

    #home_guidance_section {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .footer__content,
    footer {
        display: block;
    }

    #solution_header,
    #pricing_header {
        min-height: unset;
        padding: 40px 20px;
        margin: 10px;
    }

    .about-facilities {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #about_header {
        padding: 40px 20px;
    }

    .about-mission {
        padding-top: 24px;
    }

    .footer__content {
        padding: 20px;
    }

    .footer-row {
        display: block;
        text-align: center;
    }

    .power-by {
        justify-content: center;
    }

    .power-links {
        justify-content: center;
        margin-top: 12px;
    }

    .footer-bottom {
        padding: 20px;
    }

    #solution_boxes {
        margin-top: 40px;
    }

    .secondary_wrapper {
        margin-top: 40px;
    }

    .left_container {
        display: none;
    }

    .left_content {
        margin-top: 0;
        width: 100%;
    }

    #sales-page {
        padding-bottom: 40px;
    }

    .demo-request {
        margin-top: 0;
        padding: 24px 20px;
    }

    .icon-box-steps {
        padding: 12px 0 12px 16px;
    }

    .section-numbers__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
    }

    .tabcontent-image {
        margin-top: 0 !important;
    }

    .tabcontent {
        padding-top: 40px;
    }

    .right_container_grid_item {
        border-right: none;
        border-bottom: 1px solid var(--grey-background);
    }

    .right_container_grid_item:last-child {
        border-bottom: none;
    }

    .solution_box {
        padding: 16px;
    }

    .about-product-image {
        min-height: 250px;
    }

    #pricing_header h1 {
        font-size: 32px;
        letter-spacing: -0.01em;
    }

    .secondary-button {
        width: 100%;
        text-align: center;
        display: block;
    }

    #pricing_header .d-flex.flex-wrap {
        flex-direction: column;
    }

    .pricing-feature-list li {
        font-size: 14px;
    }

    .demo-form-modern {
        padding: 28px 20px;
    }

    .demo-form-group {
        margin-bottom: 20px;
    }

    .demo-form-input,
    .demo-form-textarea {
        padding: 12px 14px 12px 44px;
        font-size: 14px;
    }

    .demo-form-input[type="text"],
    .demo-form-input[type="email"],
    .demo-form-input[type="number"] {
        padding-left: 44px !important;
    }

    .demo-input-icon {
        left: 14px;
        font-size: 14px;
    }

    .demo-floating-label {
        left: 44px;
        font-size: 14px;
    }

    .demo-form-input:focus ~ .demo-floating-label,
    .demo-form-input:not(:placeholder-shown) ~ .demo-floating-label,
    .demo-form-textarea:focus ~ .demo-floating-label,
    .demo-form-textarea:not(:placeholder-shown) ~ .demo-floating-label {
        left: 38px;
        font-size: 10px;
    }

    .demo-submit-btn {
        padding: 13px 24px;
        font-size: 15px;
    }
}


@media screen and (max-width: 300px) {
    .cancelbtn,
    .signupbtn {
        width: 100%;
    }
}

/* === EXTRA SMALL DEVICES (< 576px) === */
@media (max-width: 576px) {
    .main-title {
        font-size: 26px;
    }

    .main-title-white {
        font-size: 22px;
    }

    .forty-title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .secondary-title {
        font-size: 20px;
    }

    .tabcontent-title {
        font-size: 20px;
    }

    .section-numbers__list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-numbers__inner {
        padding: 28px 16px;
    }

    .section-numbers__title {
        font-size: 20px;
    }

    .section-numbers__listItem-number {
        font-size: 40px;
    }

    .five-column-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .secondary-title-wrap {
        max-width: 100%;
        padding-top: 24px;
        padding-bottom: 16px;
    }

    #solution_header,
    #pricing_header {
        min-height: unset;
        padding: 30px 16px;
        margin: 8px;
    }

    .login_card {
        padding: 24px 20px;
    }

    .fade-in-title {
        font-size: 32px;
        letter-spacing: 2px;
        padding: 20px;
    }

    #home_guidance_section {
        padding: 30px 0;
    }

    .footer__content {
        padding: 0 1rem 1.5rem;
    }

    .footer-bottom {
        padding: 16px 1rem;
    }

    #about_header {
        padding: 30px 16px;
    }

    .about-facilities {
        padding-top: 30px;
    }

    .demo-request {
        padding: 20px 16px;
    }

    .right_container_header {
        padding: 20px 16px;
    }

    .right_container_grid_item {
        padding: 16px;
    }

    .solution_box {
        gap: 14px;
        padding: 14px;
    }

    .step-item {
        gap: 14px;
        padding: 16px 0;
    }

    .step-badge {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .home_guidance_title {
        font-size: 17px;
    }

    .testimonials {
        padding: 30px 0;
    }

    .testimonial-card {
        padding: 24px 20px 20px;
    }

    .section-numbers__buttons .secondary-button {
        width: 100%;
        text-align: center;
        padding: 0.9rem 1rem;
    }

    #sales-page {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .left_content {
        margin-top: 0;
    }

    #pricing_header h1 {
        font-size: 26px;
    }

    .secondary-button {
        width: 100%;
        text-align: center;
        display: block;
    }

    #pricing_header .d-flex.flex-wrap {
        flex-direction: column;
    }

    .pricing-feature-list li {
        font-size: 13px;
    }
}
