/* TELEVERCE CUSTOM STYLES */
body { font-family: 'Roboto', sans-serif; color: #333333; }
h1, h2, h3, h4, h5 { font-weight: 700; }
.top-bar-link:hover { color: #fff; text-decoration: underline; }
.mega-menu-wrap > .mega-menu { display: none; }
.mega-menu-wrap:hover > .mega-menu { display: block; }
.service-box, .article-card, .job-card, .feature-box, .timeline-card { transition: all 0.3s ease; border: 1px solid #e5e5e5; }
.service-box:hover, .article-card:hover, .job-card:hover, .feature-box:hover, .timeline-card:hover { border-color: #714B67; box-shadow: 0 10px 20px rgba(113, 75, 103, 0.1); }
.read-more-btn { background: #714B67; color: #fff; padding: 8px 16px; border-radius: 4px; font-size: 0.85rem; font-weight: 500; text-transform: uppercase; display: inline-block; }
.read-more-btn:hover { background: #5D3A54; }
.industry-box { background: #fff; border: 1px solid #e5e5e5; transition: all 0.3s; cursor: pointer; }
.industry-box:hover { background: #714B67; color: #fff; }
.industry-box:hover h4, .industry-box:hover p { color: #fff; }
.odoo-mockup { box-shadow: 0 10px 25px rgba(0,0,0,0.08); border: 1px solid #d4d4d4; border-radius: 6px; overflow: hidden; background: #fff; }
.odoo-sidebar { background: #2B2B2B; color: #e0e0e0; }
.odoo-app-icon { color: white; font-weight: bold; font-size: 10px; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.tab-btn { border-bottom: 3px solid transparent; transition: all 0.3s; }
.tab-btn.active { border-color: #714B67; color: #714B67; background: #fff; }
.tab-content, .content-tab { display: none; }
.tab-content.active, .content-tab.active { display: block; }
.feature-pill { background: #f4f4f4; border: 1px solid #e5e5e5; color: #555; padding: 6px 12px; border-radius: 4px; font-size: 0.85rem; display: inline-flex; align-items: center; }
.feature-pill::before { content: ''; display: block; width: 6px; height: 6px; background: #714B67; border-radius: 50%; margin-right: 8px; }
.ui-btn { cursor: pointer; transition: all 0.2s; }
.ui-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.alert-box { display: none; animation: fadeIn 0.3s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.step-card, .solution-card, .journey-card { background: #fff; border: 1px solid #e5e5e5; transition: all 0.3s; }
.step-card:hover, .solution-card:hover, .journey-card:hover { border-color: #714B67; box-shadow: 0 10px 20px rgba(113, 75, 103, 0.1); transform: translateY(-5px); }
.faq-item { border-bottom: 1px solid #e5e5e5; }
.faq-question { cursor: pointer; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { display: none; padding-bottom: 16px; color: #666; }
.faq-item.active .faq-answer { display: block; }
.faq-icon { transition: transform 0.3s; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.mobile-menu { display: none; }
.mobile-menu.active { display: block; }
.comparison-table th, .comparison-table td { padding: 16px; text-align: center; border-bottom: 1px solid #e5e5e5; }
.comparison-table th { background: #f9f9f9; font-weight: 700; }
.qb-feature-card { border: 1px solid #e5e5e5; background: #fff; transition: all 0.2s; cursor: pointer; }
.qb-feature-card:hover { border-color: #714B67; }
.qb-feature-card.selected { border-color: #714B67; background: #faf5f8; box-shadow: 0 4px 6px rgba(113, 75, 103, 0.1); }
.qb-feature-card.locked { opacity: 0.7; cursor: not-allowed; background: #f9f9f9; border-color: #d1d5db; }
.qb-checkbox { width: 20px; height: 20px; border: 2px solid #cbd5e1; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.qb-feature-card.selected .qb-checkbox { background: #714B67; border-color: #714B67; }
.qb-checkbox svg { display: none; color: white; width: 12px; height: 12px; }
.qb-feature-card.selected .qb-checkbox svg { display: block; }
.qb-industry-btn.active { background: #714B67; color: white; border-color: #714B67; }
.qb-dependency-alert { animation: fadeIn 0.3s ease-in-out; }
.ai-chat-widget { position: fixed; bottom: 20px; right: 20px; z-index: 9998; }
.ai-chat-window { position: fixed; bottom: 80px; right: 20px; width: 350px; max-height: 500px; background: white; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.2); display: none; flex-direction: column; overflow: hidden; z-index: 9998; }
.ai-chat-window.active { display: flex; }




        body { font-family: 'Roboto', sans-serif; color: #333333; }
        h1, h2, h3, h4, h5 { font-weight: 700; }
        .top-bar-link:hover { color: #fff; text-decoration: underline; }

        /* Mega Menu Styles */
.mega-menu-wrap > .mega-menu { display: none; }
.mega-menu-wrap:hover > .mega-menu { display: block; }

        .service-box, .article-card, .job-card, .feature-box, .timeline-card {
            transition: all 0.3s ease;
            border: 1px solid #e5e5e5;
            border-radius: 14px;
        }
        .service-box:hover, .article-card:hover, .job-card:hover, .feature-box:hover, .timeline-card:hover {
            border-color: #a78b9f;
            box-shadow: 0 10px 20px rgba(113, 75, 103, 0.16);
            transform: translateY(-4px) scale(1.01);
        }

        .read-more-btn {
            background: #714B67; color: #fff; padding: 8px 16px;
            border-radius: 10px; font-size: 0.85rem; font-weight: 500;
            text-transform: uppercase; display: inline-block;
            transition: all 0.25s ease;
        }
        .read-more-btn:hover { background: #5D3A54; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(113, 75, 103, 0.25); }

        .industry-box {
            background: #fff; border: 1px solid #e5e5e5; transition: all 0.3s; cursor: pointer;
            border-radius: 14px;
        }
        .industry-box:hover { background: #714B67; color: #fff; transform: translateY(-4px) scale(1.01); box-shadow: 0 10px 20px rgba(113, 75, 103, 0.25); }
        .industry-box:hover h4, .industry-box:hover p { color: #fff; }

        .tab-btn { border-bottom: 3px solid transparent; transition: all 0.3s; }
        .tab-btn.active { border-color: #714B67; color: #714B67; background: #fff; }
        .tab-content { display: none; }
        .tab-content.active { display: block; }

        .feature-pill {
            background: #f4f4f4; border: 1px solid #e5e5e5; color: #555;
            padding: 6px 12px; border-radius: 4px; font-size: 0.85rem;
            display: inline-flex; align-items: center;
        }
        .feature-pill::before {
            content: ''; display: block; width: 6px; height: 6px;
            background: #714B67; border-radius: 50%; margin-right: 8px;
        }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

        .page-section { display: none;  }
        .page-section.active { display: block; }


        .step-card, .journey-card {
            background: #fff; border: 1px solid #e5e5e5; transition: all 0.3s;
            border-radius: 14px;
        }
        .step-card:hover, .journey-card:hover {
            border-color: #a78b9f; box-shadow: 0 10px 20px rgba(113, 75, 103, 0.16); transform: translateY(-4px) scale(1.01);
        }

        /* FAQ Accordion */
        .faq-item { border-bottom: 1px solid #e5e5e5; }
        .faq-question { cursor: pointer; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { display: none; padding-bottom: 16px; color: #666; }
        .faq-item.active .faq-answer { display: block; }
        .faq-icon { transition: transform 0.3s; }
        .faq-item.active .faq-icon { transform: rotate(45deg); }

        /* Mobile Menu */
        .mobile-menu { display: none; }
        .mobile-menu.active { display: block; }

        /* Testimonials Slider */
        .testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
}
        .testimonial-card {
            border-radius: 24px;
            border: 1px solid transparent;
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 30px rgba(113, 75, 103, 0.18);
            border-color: #e3d3dd;
        }
        .testimonial-arrow {
            width: 44px; height: 44px; border-radius: 9999px;
            background: #fff; border: 1px solid #e5e5e5;
            display: flex; align-items: center; justify-content: center;
            transition: all 0.25s ease; cursor: pointer;
            box-shadow: 0 4px 10px rgba(0,0,0,0.06);
        }
        .testimonial-arrow:hover {
            background: #714B67; border-color: #714B67; color: #fff;
            transform: translateY(-2px); box-shadow: 0 8px 18px rgba(113,75,103,0.3);
        }
        .testimonial-dot {
            width: 10px; height: 10px; border-radius: 9999px;
            background: #d9d0d6; border: none; padding: 0; cursor: pointer;
            transition: all 0.25s ease;
        }
        .testimonial-dot:hover { background: #A24689; }
        .testimonial-dot.active {
            width: 26px; background: #714B67;
        }
        /* Comparison Table */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 12px 8px;
}

.comparison-table th {
    padding: 8px 12px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    background: transparent;
    color: #ffffff;
}

.comparison-table th:not(:first-child) {
    background: #666666;
    border: 1px solid #777777;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
}

.comparison-table th:first-child {
    text-align: left;
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.comparison-table th:first-child {
    text-align: left;
    background: #f4f4f4;
    color: #333333;
}

.comparison-table th:last-child {
    background: #666666;
    color: #ffffff;
}

.comparison-table td {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}

.comparison-table .feature-name {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #666666;
    white-space: nowrap;
}
.comparison-box {
    min-height: 58px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #555555;
    cursor: pointer;
    transition: all 0.25s ease;
}

.comparison-box:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    border-color: #a78b9f;
}

/* Odoo / Televerce green boxes */
.comparison-box.odoo-box {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #3f7251;
    font-weight: 700;
}

.comparison-box.odoo-box:hover {
    transform: translateY(-4px) scale(1.02);
    background: #bbf7d0;
    border-color: #4ade80;
    box-shadow: 0 10px 20px rgba(74, 222, 128, 0.25);
}

/* Cross icon */
.comparison-icon.cross {
    width: 20px;
    height: 20px;
    color: #8a8a8a;
    flex-shrink: 0;
}

/* Check icon */
.comparison-icon.check {
    width: 20px;
    height: 20px;
    color: #4f8b63;
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .comparison-table {
        min-width: 900px;
    }

    .comparison-table th {
        padding: 18px 12px;
    }

    .comparison-table td {
        padding: 12px 8px;
    }

    .comparison-box {
        min-height: 76px;
        padding: 14px;
        border-radius: 14px;
        font-size: 0.95rem;
    }

    .comparison-table .feature-name {
        font-size: 0.95rem;
    }
}

        /* === Unified border-curve + hover-lift for every button/box that already has a hover state ===
           Elements with no hover state are intentionally left untouched. */
        a[class*="hover:bg-odoo-dark"], button[class*="hover:bg-odoo-dark"],
        a[class*="hover:bg-odoo-primary"], button[class*="hover:bg-odoo-primary"],
        a[class*="hover:border-odoo-primary"], button[class*="hover:border-odoo-primary"],
        a[class*="hover:bg-amber-600"], button[class*="hover:bg-amber-600"] {
            border-radius: 10px !important;
            transition: all 0.25s ease !important;
        }
        a[class*="hover:bg-odoo-dark"]:hover, button[class*="hover:bg-odoo-dark"]:hover,
        a[class*="hover:bg-odoo-primary"]:hover, button[class*="hover:bg-odoo-primary"]:hover,
        a[class*="hover:border-odoo-primary"]:hover, button[class*="hover:border-odoo-primary"]:hover,
        a[class*="hover:bg-amber-600"]:hover, button[class*="hover:bg-amber-600"]:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(113, 75, 103, 0.25);
        }
        /* Pill / circular buttons keep their circular shape but still lift on hover */
        a[class*="rounded-full"][class*="hover:bg-odoo-dark"], button[class*="rounded-full"][class*="hover:bg-odoo-dark"],
        a[class*="rounded-full"][class*="hover:bg-odoo-primary"], button[class*="rounded-full"][class*="hover:bg-odoo-primary"] {
            border-radius: 9999px !important;
        }

        /* Hero Section (Official Odoo Gold Partner) — dark purple background, tilted mockup,
           floating badge cards. Also reused on #hire (Hire Odoo Developers) per request. */
        .hero-dark {
            background: radial-gradient(circle at 12% 15%, rgba(162, 70, 137, 0.35), transparent 45%),
                        linear-gradient(135deg, #2a1e27 0%, #201720 55%, #170f16 100%);
            position: relative;
            overflow: hidden;
        }
        .hero-dark::before {
            content: '';
            position: absolute; inset: 0;
            background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
            background-size: 26px 26px;
            opacity: 0.5;
            pointer-events: none;
        }
        .hero-badge {
            display: inline-flex; align-items: center; gap: 6px;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.16);
            color: #f1e9ee;
            padding: 8px 16px;
            border-radius: 999px;
            font-size: 0.8rem;
            font-weight: 500;
            transition: all 0.25s ease;
        }
        .hero-badge:hover { border-color: #A24689; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(113,75,103,0.35); }
        .hero-badge svg { width: 15px; height: 15px; color: #c98bb8; flex-shrink: 0; }



        .hero-badge-hire-developer {
            display: inline-flex; align-items: center; gap: 6px;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.16);
            color: #f1e9ee;
            padding: 8px 16px;
            border-radius: 999px;
            font-size: 0.8rem;
            font-weight: 500;
            transition: all 0.25s ease;
        }
        .hero-badge-hire-developer:hover { border-color: #A24689; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(113,75,103,0.35); }
        .hero-badge-hire-developer svg { width: 15px; height: 15px; color: #c98bb8; flex-shrink: 0; }

        /* Quote Builder Styles */
        .qb-feature-card {
            border: 1px solid #e5e5e5; background: #fff; transition: all 0.25s ease; cursor: pointer;
            border-radius: 12px;
        }
        .qb-feature-card:hover { border-color: #a78b9f; box-shadow: 0 10px 20px rgba(113, 75, 103, 0.16); transform: translateY(-3px); }
        .qb-feature-card.selected {
            border-color: #714B67; background: #faf5f8; box-shadow: 0 4px 6px rgba(113, 75, 103, 0.1);
        }
        .qb-feature-card.locked {
            opacity: 0.7; cursor: not-allowed; background: #f9f9f9; border-color: #d1d5db;
        }
        .qb-feature-card.locked:hover { transform: none; box-shadow: none; border-color: #d1d5db; }
        .qb-checkbox {
            width: 20px; height: 20px; border: 2px solid #cbd5e1; border-radius: 4px;
            display: flex; align-items: center; justify-content: center; transition: all 0.2s;
        }
        .qb-feature-card.selected .qb-checkbox {
            background: #714B67; border-color: #714B67;
        }
        .qb-checkbox svg { display: none; color: white; width: 12px; height: 12px; }
        .qb-feature-card.selected .qb-checkbox svg { display: block; }
        .qb-industry-btn.active {
            background: #714B67; color: white; border-color: #714B67;
        }
        .qb-dependency-alert {
            animation: fadeIn 0.3s ease-in-out;
        }

        /* AI Assistant Styles */
        .ai-chat-widget {
            position: fixed; bottom: 160px; right: 28px; z-index: 9998;
        }
        .ai-chat-window {
            position: fixed; bottom: 80px; right: 20px; width: 350px; max-height: 500px;
            background: white; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            display: none; flex-direction: column; overflow: hidden; z-index: 9998;
        }
        .ai-chat-window.active { display: flex; }


.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.mega-menu-wrap:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu {
  left: 0 !important;
  /*right: auto !important;*/
  top: 100% !important;
}
.service-menu {
  width: 250px !important;
}


.industry-menu {
  width: 250px !important;
}

 .box,
.card,
button,
.btn {
  border-radius: 12px;
  overflow: hidden; /* keeps inner content aligned with curve */
}



/* =========================================================
   Logo
   ========================================================= */

.televerce-logo {
    display: block;
    width: 145px;
    height: auto;
    max-width: 145px;
    object-fit: contain;
    flex-shrink: 0;
}


 /* =========================================================
   HERO SECTION
   ========================================================= */

.hero-dark {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background:
        radial-gradient(circle at 18% 45%, rgba(150, 55, 125, 0.25), transparent 38%),
        radial-gradient(circle at 85% 50%, rgba(70, 25, 65, 0.18), transparent 40%),
        linear-gradient(115deg, #321b32 0%, #1e1420 48%, #110f17 100%);
}

/* Subtle background dots */
.hero-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    pointer-events: none;
    background-image: radial-gradient(
        rgba(255,255,255,0.35) 0.7px,
        transparent 0.7px
    );
    background-size: 16px 16px;
}


/* =========================================================
   HERO CONTAINER
   ========================================================= */

.hero-dark > .max-w-7xl {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1500px;

    margin: 0 auto;

    padding-left: 45px;
    padding-right: 20px;

    display: grid;

    /*
       LEFT CONTENT stays stable.
       RIGHT DASHBOARD gets its own space.
    */
    grid-template-columns: minmax(500px, 570px) minmax(760px, 1fr);

    column-gap: 70px;

    align-items: center;
}


/* =========================================================
   LEFT HERO CONTENT
   ========================================================= */

.hero-dark > .max-w-7xl > div:first-child {
    width: 100%;
    max-width: 570px;

    position: relative;
    z-index: 5;
}


/* Badge */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    height: 38px;

    padding: 0 17px;

    border-radius: 20px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 500;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.20);

    white-space: nowrap;
}

.hero-badge svg {
    width: 15px;
    height: 15px;
}

.hero-badge-hire-developer {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 17px;
    border-radius: 20px;

    color: #000000;
    background: rgba(255,255,255,0.08);
    border: 1px solid #000000;

    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.hero-badge-hire-developer svg {
    width: 15px;
    height: 15px;
    color: #000000;
}

/* Hover */
.hero-badge-hire-developer:hover {
    border-color: #A24689;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(113,75,103,0.35);
}
/* =========================================================
   HERO HEADING
   ========================================================= */

.hero-dark h1 {
    margin-top: 24px;
    margin-bottom: 22px;

    width: 100%;
    max-width: 570px;

    font-size: 42px;
    line-height: 1.08;

    letter-spacing: -0.8px;

    white-space: normal;
}

.hero-dark h1 .text-odoo-light {
    color: #b64d9e;
}


/* =========================================================
   HERO DESCRIPTION
   ========================================================= */

.hero-dark p {
    width: 100%;
    max-width: 570px;

    margin-bottom: 18px;

    font-size: 17px;
    line-height: 1.65;

    color: rgba(255,255,255,0.82);
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.hero-dark > .max-w-7xl > div:first-child
.flex.flex-col.sm\:flex-row {
    display: flex;

    flex-direction: row;

    gap: 14px;

    width: max-content;

    margin-top: 6px;
}


/* Both buttons */

.hero-dark > .max-w-7xl > div:first-child a {
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 28px;

    font-size: 15px;
    font-weight: 600;

    white-space: nowrap;

    box-sizing: border-box;
}


/* Build quote */

.hero-dark > .max-w-7xl > div:first-child a:first-child {
    min-width: 190px;

    border-radius: 8px;
}


/* Explore modules */

.hero-dark > .max-w-7xl > div:first-child a:last-child {
    min-width: 195px;

    border-radius: 8px;
}


/* =========================================================
   HERO DASHBOARD — FULL RESPONSIVE VERSION
   ========================================================= */

/* Dashboard wrapper */
.dashboard-wrapper {
    position: relative;
    width: 100%;
    min-width: 0;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    overflow: visible;

    perspective: 1500px;
    perspective-origin: center center;

    z-index: 3;
}


/* =========================================================
   DASHBOARD IMAGE
   ========================================================= */

#dashboard-mock.dashboard {
    position: relative;

    display: block;

    /*
     * IMPORTANT:
     * The image always uses the available space.
     * It will never be wider than its container.
     */
    width: 100%;
    max-width: 900px;

    /*
     * Never force a fixed height.
     * This keeps the complete original image visible.
     */
    height: auto;
    min-height: 0;

    /*
     * Preserve the complete image.
     */
    object-fit: contain;

    /*
     * Original visual appearance.
     */
    border-radius: 7px;

    border: 1px solid rgba(0, 0, 0, 0.08);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.30),
        0 5px 18px rgba(0, 0, 0, 0.15);

    /*
     * Original 3D effect.
     */
    transform-origin: center center;

    transform:
        translate3d(0, 0, 0)
        rotateY(-8deg)
        rotateX(4deg);

    /*
     * KEEP THE SAME SMOOTH TRANSITION.
     */
    transition:
        transform 0.18s cubic-bezier(.22, .61, .36, 1),
        box-shadow 0.25s ease,
        filter 0.25s ease;

    transform-style: preserve-3d;

    will-change: transform;

    backface-visibility: hidden;

    z-index: 5;

    cursor: pointer;
}


/* =========================================================
   FLOATING ANIMATION
   ========================================================= */

#dashboard-mock.dashboard.is-floating {
    animation: dashboardFloat 5s ease-in-out infinite;
}

@keyframes dashboardFloat {

    0% {
        translate: 0 0;
    }

    50% {
        translate: 0 -15px;
    }

    100% {
        translate: 0 0;
    }
}


/* =========================================================
   HOVER / CURSOR STATE
   ========================================================= */

#dashboard-mock.dashboard.is-hovering {
    animation-play-state: paused;

    box-shadow:
        0 38px 75px rgba(0, 0, 0, 0.32),
        0 15px 30px rgba(0, 0, 0, 0.20);
}


/* =========================================================
   LARGE DESKTOP
   1600px+
   ========================================================= */

@media (min-width: 1601px) {

    .hero-dark > .max-w-7xl {
        width: 100%;
        max-width: 1500px;

        grid-template-columns:
            minmax(500px, 570px)
            minmax(0, 1fr);

        column-gap: 60px;

        padding-left: 30px;
        padding-right: 0;
    }

    .hero-dark > .max-w-7xl > .relative {
        width: 100%;
        min-width: 0;

        transform: none;

        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #dashboard-mock.dashboard {
        width: 100%;
        max-width: 900px;
    }
}


/* =========================================================
   NORMAL LAPTOP / DESKTOP
   1251px — 1600px

   This is the important range for 125% browser zoom.
   ========================================================= */

@media (min-width: 1251px) and (max-width: 1600px) {

    .hero-dark > .max-w-7xl {
        width: 100%;
        max-width: 1600px;

        /*
         * Do NOT use fixed 900px dashboard column.
         */
        grid-template-columns:
            minmax(460px, 0.85fr)
            minmax(0, 1.15fr);

        column-gap: 35px;

        padding-left: 30px;
        padding-right: 25px;

        box-sizing: border-box;
    }

    .hero-dark > .max-w-7xl > div:first-child {
        width: 100%;
        min-width: 0;
    }

    .hero-dark > .max-w-7xl > .relative {
        width: 100%;
        min-width: 0;

        /*
         * Remove the old 35px/55px movement.
         * This prevents cropping at 125% zoom.
         */
        transform: none;

        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #dashboard-mock.dashboard {
        /*
         * Dashboard can shrink with the available column.
         */
        width: 100%;
        max-width: 900px;

        height: auto;
        min-height: 0;

        object-fit: contain;
    }
}


/* =========================================================
   SMALL LAPTOP
   901px — 1250px
   ========================================================= */

@media (min-width: 901px) and (max-width: 1250px) {

    .hero-dark {
        min-height: auto;
    }

    .hero-dark > .max-w-7xl {

        width: 100%;
        max-width: 100%;

        grid-template-columns:
            minmax(0, 0.92fr)
            minmax(0, 1.08fr);

        column-gap: 25px;

        padding-left: 25px;
        padding-right: 20px;

        box-sizing: border-box;
    }

    .hero-dark > .max-w-7xl > div:first-child {
        width: 100%;
        min-width: 0;
    }

    .hero-dark > .max-w-7xl > .relative {

        width: 100%;
        min-width: 0;

        transform: none;

        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #dashboard-mock.dashboard {

        width: 100%;
        max-width: 100%;

        height: auto;
        min-height: 0;

        object-fit: contain;

        transform:
            translate3d(0, 0, 0)
            rotateY(-6deg)
            rotateX(3deg);
    }
}


/* =========================================================
   TABLET
   601px — 900px
   ========================================================= */

@media (min-width: 601px) and (max-width: 900px) {

    .hero-dark {
        min-height: auto;

        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero-dark > .max-w-7xl {

        width: 100%;
        max-width: 100%;

        display: flex !important;
        flex-direction: column !important;

        align-items: stretch;

        gap: 35px;

        padding-left: 25px;
        padding-right: 25px;

        box-sizing: border-box;
    }

    .hero-dark > .max-w-7xl > div:first-child {

        width: 100%;
        max-width: 700px;

        margin-left: auto;
        margin-right: auto;
    }

    .hero-dark > .max-w-7xl > .relative,
    .dashboard-wrapper {

        width: 100% !important;

        min-width: 0;

        margin-top: 10px;

        transform: none !important;

        display: flex;

        justify-content: center !important;
        align-items: center;
    }

    #dashboard-mock.dashboard {

        width: 100% !important;
        max-width: 850px !important;

        height: auto !important;
        min-height: 0 !important;

        object-fit: contain;

        /*
         * Keep a small amount of perspective.
         */
        transform:
            translate3d(0, 0, 0)
            rotateY(-4deg)
            rotateX(2deg);
    }
}


/* =========================================================
   LARGE PHONE
   481px — 600px
   ========================================================= */

@media (min-width: 481px) and (max-width: 600px) {

    .hero-dark {

        min-height: auto;

        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hero-dark > .max-w-7xl {

        width: 100%;
        max-width: 100%;

        display: flex !important;
        flex-direction: column !important;

        gap: 28px;

        padding-left: 18px;
        padding-right: 18px;

        box-sizing: border-box;
    }

    .hero-dark > .max-w-7xl > div:first-child {

        width: 100%;
        max-width: 100%;
    }

    .hero-dark > .max-w-7xl > .relative,
    .dashboard-wrapper {

        width: 100% !important;

        min-width: 0;

        margin-top: 5px;

        transform: none !important;

        justify-content: center !important;

        overflow: visible;
    }

    #dashboard-mock.dashboard {

        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        object-fit: contain;

        /*
         * No horizontal translation on phones.
         */
        transform:
            translate3d(0, 0, 0)
            rotateY(-2deg)
            rotateX(1deg);
    }
}


/* =========================================================
   SMALL PHONE
   480px AND BELOW
   ========================================================= */

@media (max-width: 480px) {

    .hero-dark {

        min-height: auto !important;

        padding-top: 38px !important;
        padding-bottom: 38px !important;

        overflow: hidden;
    }

    .hero-dark > .max-w-7xl {

        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: stretch !important;

        gap: 25px !important;

        padding-left: 14px !important;
        padding-right: 14px !important;

        box-sizing: border-box;
    }

    .hero-dark > .max-w-7xl > div:first-child {

        width: 100% !important;
        max-width: 100% !important;

        min-width: 0;
    }

    .hero-dark > .max-w-7xl > .relative,
    .dashboard-wrapper {

        width: 100% !important;

        max-width: 100% !important;

        min-width: 0;

        margin-top: 0 !important;

        transform: none !important;

        display: flex !important;

        justify-content: center !important;
        align-items: center !important;

        overflow: visible !important;
    }

    #dashboard-mock.dashboard {

        /*
         * Full image width.
         */
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        /*
         * THIS IS IMPORTANT:
         * no fixed height and no min-height.
         */
        height: auto !important;
        min-height: 0 !important;

        object-fit: contain !important;

        /*
         * Disable large desktop movement.
         */
        transform:
            translate3d(0, 0, 0)
            rotateY(0deg)
            rotateX(0deg) !important;

        /*
         * Keep the transition.
         */
        transition:
            transform 0.18s cubic-bezier(.22, .61, .36, 1),
            box-shadow 0.25s ease,
            filter 0.25s ease !important;

        margin: 0 auto !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 360px) {

    .hero-dark > .max-w-7xl {

        padding-left: 12px !important;
        padding-right: 12px !important;

        gap: 22px !important;
    }

    #dashboard-mock.dashboard {

        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        transform: none !important;
    }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #dashboard-mock.dashboard,
    #dashboard-mock.dashboard.is-floating {

        animation: none !important;

        transition: none !important;

        transform: none !important;
    }
}


/* =========================================================
   MOBILE POLISH — CSS ONLY
   No HTML or JavaScript changes.
   ========================================================= */
@media (max-width: 768px) {
    /* ---------------- Header ---------------- */
    #site-header .bg-odoo-dark .max-w-7xl {
        padding-left: 12px !important;
        padding-right: 12px !important;

    }

    #site-header .bg-odoo-dark .flex.items-center.space-x-4.ml-auto {
        gap: 8px !important;
        justify-content: center;
    }

    #site-header .bg-odoo-dark a {
        font-size: 10px !important;
        letter-spacing: .01em;
    }

    #site-header nav .max-w-7xl {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

#site-header nav .h-20 {
    height: 68px !important;
    min-height: 68px !important;
}


    #site-header #mobile-menu {
        background: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.08);
        padding-bottom: 12px !important;
    }

    #site-header #mobile-menu .flex.flex-col {
        padding-top: 8px !important;
    }

    #site-header #mobile-menu a {
        min-height: 44px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* ---------------- Hire Developers ---------------- */
    #hire.hero-dark {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    #hire.hero-dark > .max-w-7xl {
        gap: 24px !important;
    }

    #hire.hero-dark > .max-w-7xl > div:first-child {
        text-align: left;
    }

    #hire.hero-dark h2 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }

    #hire.hero-dark p {
        font-size: 14px !important;
        line-height: 1.65 !important;
        margin-bottom: 20px !important;
    }

    #hire.hero-dark > .max-w-7xl > div:first-child > a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 38px !important;
        padding: 0 18px !important;
        border-radius: 10px !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white {
        width: 100% !important;
        padding: 22px 18px !important;
        border-radius: 10px !important;
        box-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white h3 {
        font-size: 20px !important;
        line-height: 1.25 !important;
        margin-bottom: 18px !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white .space-y-6 > div {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
        min-height: 70px;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white h4 {
        font-size: 16px !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white p {
        margin: 4px 0 0 !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white button {
        flex: 0 0 auto;
        min-width: 96px;
        min-height: 44px !important;
        padding: 8px 14px !important;
        border-radius: 9px !important;
        white-space: nowrap;
    }

    /* ---------------- Odoo comparison ---------------- */
    /* On phones, turn each table row into a readable comparison card.
       This avoids forcing the user to horizontally scroll a 4-column table. */
    .comparison-table {
        width: 100% !important;
        min-width: 0 !important;
        border-spacing: 0 !important;
        display: block !important;
    }

    .comparison-table thead {
        display: none !important;
    }

    .comparison-table tbody,
    .comparison-table tr {
        display: block !important;
        width: 100% !important;
    }

    .comparison-table tr {
        margin: 0 0 18px !important;
        padding: 0 !important;
    }

    .comparison-table td {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 0 10px !important;
        text-align: left !important;
    }

    .comparison-table td.feature-name {
        display: block !important;
        padding: 14px 14px 10px !important;
        margin-bottom: 8px !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        color: #3f3f3f !important;
        font-weight: 700 !important;
        border-bottom: 2px solid #e5e7eb;
    }

    .comparison-table td:not(.feature-name)::before {
        flex: 0 0 94px;
        width: 94px;
        margin-right: 8px;
        font-size: 10px;
        line-height: 1.2;
        font-weight: 700;
        color: #777;
        text-transform: uppercase;
        letter-spacing: .02em;
    }

    .comparison-table td:nth-child(2)::before { content: "SAP Business One"; }
    .comparison-table td:nth-child(3)::before { content: "NetSuite"; }
    .comparison-table td:nth-child(4)::before { content: "Odoo / Televerce"; }

    .comparison-box {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0 !important;
        min-height: 56px !important;
        padding: 10px 12px !important;
        border-radius: 10px !important;
        justify-content: flex-start !important;
        font-size: 13px !important;
        box-shadow: 0 4px 10px rgba(0,0,0,.08) !important;
    }

    .comparison-icon.cross,
    .comparison-icon.check {
        width: 18px !important;
        height: 18px !important;
    }

    /* Give the comparison section comfortable mobile spacing. */
    .comparison-table ~ * { max-width: 100%; }
    .comparison-table {
        margin-top: 2px;
    }

    /* ---------------- Testimonial controls ---------------- */
    .flex.items-center.justify-center.gap-4.mt-8:has(.testimonial-arrow) {
        gap: 14px !important;
        margin-top: 24px !important;
    }

    .testimonial-arrow {
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px;
    }


}

@media (max-width: 480px) {
    /* Header remains compact on narrow phones. */
    #site-header .bg-odoo-dark .flex.items-center.space-x-4.ml-auto {
        gap: 6px !important;
    }

    #site-header .bg-odoo-dark a {
        font-size: 9px !important;
    }


    /* Hire card: stack only when the phone is too narrow for a clean row. */
    #hire.hero-dark > .max-w-7xl > .bg-white {
        padding: 20px 16px !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white .space-y-6 > div {
        gap: 10px !important;
    }

    #hire.hero-dark > .max-w-7xl > .bg-white button {
        min-width: 92px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Comparison labels get slightly more room on very narrow screens. */
    .comparison-table td:not(.feature-name)::before {
        flex-basis: 82px;
        width: 82px;
        font-size: 9px;
    }

    .comparison-box {
        min-height: 54px !important;
        padding: 9px 10px !important;
        font-size: 12px !important;
    }


}

       /* =========================================================
   FINAL TELEVERCE HEADER LOGO
   Fully responsive across desktop, laptop, tablet & mobile
   ========================================================= */

#site-header .televerce-logo {
    display: block !important;

    /* Flexible size based on viewport */
    width: clamp(145px, 17vw, 280px) !important;

    height: auto !important;

    max-width: 280px !important;
    min-width: 145px !important;

    object-fit: contain !important;
    object-position: center !important;

    flex: 0 1 auto !important;
    flex-shrink: 1 !important;

    margin: 0 !important;
}


/* =========================================================
   LARGE DESKTOP
   1441px+
   ========================================================= */

@media (min-width: 1441px) {

    #site-header .televerce-logo {
        width: 280px !important;
        max-width: 280px !important;
        min-width: 145px !important;
    }
}


/* =========================================================
   LAPTOP
   1025px — 1440px
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1440px) {

    #site-header .televerce-logo {
        width: clamp(220px, 20vw, 270px) !important;
        max-width: 270px !important;
        min-width: 180px !important;
    }
}


/* =========================================================
   TABLET / SMALL LAPTOP
   769px — 1024px
   ========================================================= */

@media (min-width: 769px) and (max-width: 1024px) {

    #site-header .televerce-logo {
        width: clamp(180px, 25vw, 230px) !important;
        max-width: 230px !important;
        min-width: 165px !important;
    }
}


/* =========================================================
   LARGE MOBILE / TABLET
   481px — 768px
   ========================================================= */

@media (min-width: 481px) and (max-width: 768px) {

    #site-header .televerce-logo {
        width: clamp(165px, 34vw, 210px) !important;
        max-width: 210px !important;
        min-width: 155px !important;
    }
}


/* =========================================================
   MOBILE
   361px — 480px
   ========================================================= */

@media (min-width: 361px) and (max-width: 480px) {

    #site-header .televerce-logo {
        width: clamp(150px, 48vw, 190px) !important;
        max-width: 190px !important;
        min-width: 140px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   360px and below
   ========================================================= */

@media (max-width: 360px) {

    #site-header .televerce-logo {
        width: 150px !important;
        max-width: 150px !important;
        min-width: 130px !important;
    }
}


/* =========================================================
   EXTRA SMALL SCREENS
   Prevent logo from forcing header overflow
   ========================================================= */

@media (max-width: 320px) {

    #site-header .televerce-logo {
        width: 135px !important;
        max-width: 135px !important;
        min-width: 120px !important;
    }
}
/* =========================================================
   SMALL SCREEN LOGO FIX
   Desktop / laptop remains completely unchanged
   ========================================================= */

@media (max-width: 768px) {

    #site-header .televerce-logo {
        width: 220px !important;
        max-width: 220px !important;
        min-width: 0 !important;

        /*
         * Keep the complete T visible.
         */
        object-fit: contain !important;
        object-position: left center !important;

        /*
         * Do not add any left margin.
         */
        margin-left: 0 !important;
        margin-right: 0 !important;

        transform: none !important;
    }
}


@media (max-width: 480px) {

    #site-header .televerce-logo {
        width: 190px !important;
        max-width: 190px !important;
        min-width: 0 !important;

        object-fit: contain !important;
        object-position: left center !important;

        margin-left: 0 !important;
        margin-right: 20px !important;

        transform: none !important;
    }
}


@media (max-width: 360px) {

    #site-header .televerce-logo {
        width: 165px !important;
        max-width: 165px !important;
        min-width: 0 !important;

        object-fit: contain !important;
        object-position: left center !important;

        margin-left: 0 !important;
        margin-right: 20px !important;

        transform: none !important;
    }
}


@media (max-width: 320px) {

    #site-header .televerce-logo {
        width: 150px !important;
        max-width: 150px !important;

        object-position: left center !important;

        margin-left: 0 !important;
        margin-right: 20px !important;
    }
}


/* =========================================================
   TELEVERCE HEADER LOGO — MOBILE ONLY
   Desktop/tablet layout remains unchanged
   ========================================================= */

@media (max-width: 768px) {

    #site-header .televerce-logo {
        display: block !important;

        /* Keep logo responsive */
        width: 200px !important;
        max-width: 200px !important;
        min-width: 0 !important;
        height: auto !important;

        /* Prevent the T from being clipped */
        margin-left: 4px !important;
        margin-right: 0 !important;

        /* Make sure no old positioning affects it */
        transform: none !important;
        position: relative !important;
        left: 0 !important;

        object-fit: contain !important;
        object-position: left center !important;

        flex-shrink: 1 !important;
    }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    #site-header .televerce-logo {
        width: 170px !important;
        max-width: 170px !important;
        min-width: 0 !important;

        /* Tiny safety space so the T is completely visible */
        margin-left: 4px !important;
        margin-right: 0 !important;

        transform: none !important;
        left: 0 !important;

        object-fit: contain !important;
        object-position: left center !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 360px) {

    #site-header .televerce-logo {
        width: 150px !important;
        max-width: 150px !important;

        margin-left: 4px !important;
    }
}        /* =========================================
   HERO DASHBOARD
   ========================================= */

.dashboard-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
    z-index: 2;
}

/* Dashboard image */
#dashboard-mock {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;

    /* Keep the complete image visible */
    object-fit: contain;

    /* Position dashboard further to the right */
    transform: translateX(35px) perspective(1200px) rotateY(-2deg);

    /* SAME smooth hover transition */
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        filter 0.45s ease;

    transform-origin: center center;

    border-radius: 8px;

    /* subtle depth */
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.15);

    cursor: pointer;
}

/* =========================================
   ORIGINAL HOVER EFFECT
   ========================================= */

#dashboard-mock:hover {
    transform:
        translateX(35px)
        perspective(1200px)
        rotateY(-2deg)
        translateY(-8px)
        scale(1.025);

    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.32),
        0 12px 28px rgba(0, 0, 0, 0.20);

    filter: brightness(1.02);
}


/* =========================================
   HERO LAYOUT
   ========================================= */

#home .max-w-7xl {
    position: relative;
    align-items: center;
}

/* Keep LEFT side stable */
#home .max-w-7xl > div:first-child {
    position: relative;
    z-index: 5;
}

/* Dashboard stays on right */
#home .dashboard-wrapper {
    position: relative;
    z-index: 2;
}


/* =========================================
   DESKTOP
   ========================================= */

@media (min-width: 768px) {

    #home .max-w-7xl {
        grid-template-columns: 0.85fr 1.15fr;
        column-gap: 35px;
    }

    .dashboard-wrapper {
        justify-content: flex-end;
        margin-right: -15px;
    }

    #dashboard-mock {
        width: 112%;
        max-width: none;
    }

}

@media (min-width: 668px) {

    #home .max-w-7xl {
        grid-template-columns: 0.85fr 1.15fr;
        column-gap: 35px;
    }

    .dashboard-wrapper {
        justify-content: flex-end;
        margin-right: -15px;
    }

    #dashboard-mock {
        width: 112%;
        max-width: none;
    }

}
/* =========================================
   LARGE DESKTOP
   ========================================= */

@media (min-width: 1200px) {

    #home .max-w-7xl {
        grid-template-columns: 0.82fr 1.18fr;
        column-gap: 40px;
    }

    .dashboard-wrapper {
        margin-right: -35px;
    }

    #dashboard-mock {
        width: 115%;
        transform:
            translateX(35px)
            perspective(1200px)
            rotateY(-2deg);
    }

    #dashboard-mock:hover {
        transform:
            translateX(35px)
            perspective(1200px)
            rotateY(-2deg)
            translateY(-8px)
            scale(1.025);
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    #home .max-w-7xl {
        grid-template-columns: 1fr;
    }

    .dashboard-wrapper {
        width: 100%;
        margin: 20px 0 0;
        justify-content: center;
    }

    #dashboard-mock {
        width: 100%;
        max-width: 100%;
        transform: none;
    }

    #dashboard-mock:hover {
        transform: translateY(-5px) scale(1.015);
    }
}

/* =========================================================
   FOOTER LOGO POSITION FIX
   ========================================================= */

#site-footer > .max-w-7xl > .grid > div:first-child {
    padding: 0 !important;
    margin-top: 10px !important;
    text-align: left !important;

}

#site-footer > .max-w-7xl > .grid > div:first-child > div {
    margin: 0 !important;
    padding: 0 !important;
}

#site-footer > .max-w-7xl > .grid > div:first-child a {
    display: block !important;
    width: 250px !important;
    height: 75px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#site-footer > .max-w-7xl > .grid > div:first-child img.footer-logo {
    display: block !important;
    width: 250px !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    transform: translate(-56px, -35px) !important;
}
/* =========================================================
   CASE STUDIES — STAT GRID
   The three-stat row inside each case-study card is the one
   place on the site using a bare 3-column grid with no
   responsive breakpoint. Give it a little more breathing
   room on narrow phones only; unchanged everywhere else.
   ========================================================= */
@media (max-width: 480px) {
    .article-card .grid-cols-3 {
        gap: 8px !important;
    }

    .article-card .grid-cols-3 .text-2xl {
        font-size: 1.15rem !important;
    }

    .article-card .grid-cols-3 .text-xs {
        font-size: 0.65rem !important;
        line-height: 1.25;
    }
}

        .admin-link {
    color: #ffffff; /* change to a visible color */
    display: inline;
    opacity: 1;
    visibility: visible;
    font-size: 16px;
}

/* ============ SHARED FLOATING BUTTONS (WhatsApp + Back to Top) ============ */
/* Injected via layout.js renderFooter() so every page gets the identical
   markup, styling and behavior as hire-odoo-developers.html. */
.float-btns { position: fixed; bottom: 28px; right: 28px; z-index: 900; display: flex; flex-direction: column; gap: 12px; }
.whatsapp-btn, .back-top {
  width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px -8px rgba(0,0,0,0.3); transition: all 0.3s ease; border: none; cursor: pointer;
}
.whatsapp-btn { background: #25D366; color: #FFFFFF; }
.whatsapp-btn:hover { transform: scale(1.08); box-shadow: 0 14px 36px -8px rgba(37,211,102,0.5); }
.back-top { background: #201720; color: #FFFFFF; opacity: 0; visibility: hidden; transform: translateY(10px); }
.back-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-top:hover { background: #714B67; color: #FFFFFF; }

/* ============ FOOTER: WHITE HEADINGS + BIGGER LOGO ============ */
footer.bg-odoo-dark h5 { color: #FFFFFF !important; }
#site-footer .footer-logo { width: 210px; max-width: 100%; height: auto; }

/* ============ BRAND GRADIENT ALIGNMENT ============ */
/* Matches every primary CTA button, the header top info bar, and the shared
   footer to the same purple gradient used by "Hire an Odoo Developer" /
   "Request a Consultation" (.btn-primary) on hire-odoo-developers.html. */
a.bg-odoo-primary,
button.bg-odoo-primary {
  background: linear-gradient(135deg, #A24689 0%, #5D3A54 100%) !important;
}
a.bg-odoo-primary:hover,
button.bg-odoo-primary:hover {
  background: linear-gradient(135deg, #A24689 0%, #5D3A54 100%) !important;
}
#site-header .bg-odoo-dark,
footer.bg-odoo-dark {
  background: radial-gradient(circle at 12% 15%, rgba(162, 70, 137, 0.35), transparent 45%),
                        linear-gradient(135deg, #2a1e27 0%, #201720 55%, #170f16 100%);
}

/* =========================================================
   MAIN NAVIGATION - FIXED ON SCROLL
   Top information bar remains NON-STICKY
   ========================================================= */

#site-header > nav#main-navigation {
    position: relative;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}

/* When scrolling */
#site-header > nav#main-navigation.is-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}
/* Mobile */
@media (max-width: 768px) {
    body.nav-is-fixed {
        padding-top: 62px;
    }
}
/* ============================================================
   About Us Page
   ============================================================ */
.about-hero::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 9999px;
    background: rgba(113, 75, 103, 0.08);
    top: -130px;
    right: -90px;
    pointer-events: none;
}

.about-image-frame {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(51, 51, 51, 0.12);
}

.about-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(113, 75, 103, 0.14);
    border-radius: inherit;
    pointer-events: none;
}

.about-image-frame-secondary {
    min-height: 390px;
}

.about-card {
    min-height: 310px;
    box-shadow: 0 10px 30px rgba(51, 51, 51, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(51, 51, 51, 0.10);
}

.about-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.about-philosophy {
    box-shadow: 0 12px 34px rgba(51, 51, 51, 0.06);
}

@media (max-width: 1023px) {
    .about-image-frame,
    .about-image-frame-secondary {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .about-image-frame,
    .about-image-frame-secondary {
        min-height: 280px;
        border-radius: 14px;
    }
}

/* About Us - brand statement */
.about-brand-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) auto minmax(0, 1.7fr);
    align-items: center;
    gap: 42px;
    padding: 36px 44px;
    background: linear-gradient(135deg, #ffffff 0%, #faf7f9 100%);
    border: 1px solid #e7dfe5;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(113, 75, 103, 0.08);
}

.about-brand-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-brand-logo {
    width: min(100%, 290px);
    height: auto;
    display: block;
}

.about-brand-divider {
    width: 1px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #714B67 22%, #714B67 78%, transparent);
    opacity: 0.45;
}

@media (max-width: 767px) {
    .about-brand-panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 24px;
        text-align: center;
    }

    .about-brand-divider {
        width: 90px;
        height: 1px;
        margin: 0 auto;
        background: linear-gradient(to right, transparent, #714B67 22%, #714B67 78%, transparent);
    }

    .about-brand-logo {
        width: min(100%, 250px);
        margin: 0 auto;
    }

    .about-brand-copy p {
        margin-left: auto;
        margin-right: auto;
    }
}
