/* Base Reset & Variables */
:root {
    --bg-gradient: linear-gradient(135deg, #026873 0%, #014154 50%, #0c2b36 100%);
    --font-primary: 'Inter', sans-serif;

    /* Persona Colors (Extracted directly from design blueprint tags/icons) */
    --clr-blue: #00697D;
    --clr-blue-bg: #e0f2fe;
    /* Light cyan/blue for Clinical/Provider */

    --clr-red: #b91c1c;
    --clr-red-bg: #fee2e2;
    /* Light red/rose for Supervised/Trainee */

    --clr-green: #15803d;
    --clr-green-bg: #f0fdf4;
    /* Light green for Operations/Scheduler */

    --clr-pink: #be185d;
    --clr-pink-bg: #fce7f3;
    /* Light pink/rose for Finance/Biller */

    --clr-cyan: #0369a1;
    --clr-cyan-bg: #e0f2fe;
    /* Light blue/cyan for Admin/OPD Manager */

    --clr-darkgreen: #166534;
    --clr-darkgreen-bg: #f0fdf4;
    /* Light mint/green for Portal/Patient */

    --text-dark: #212529;
    --text-muted: #64748b;
    /* Improved readability for description text */
    --card-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}


/* Base Style Overrides */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #2D3748;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}



/* 100% Exact Matching Background Gradient Mesh */
.main-hero-section {
    background-image: url(../images/hero-bgnew.webp);
    padding-bottom: 15px;
    overflow-x: hidden;

    background-position: center;
}

/* Navbar Tuning */
.brand-logo-img {
    height: 60px;
    /* Adjust according to original aspect ratio */
    width: auto;
}

.nav-pills-wrapper {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 4px;
}

.nav-pill-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 22px;
    border-radius: 100px;
    transition: all 0.25s ease-in-out;
}

.nav-pill-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-pill-link.active {
    color: #00697D;
    background: #ffffff;
    font-weight: 600;
}

.btn-portal-login {
    background: #ffffff;
    color: #00697D !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.btn-portal-login:hover {
    background: #f8F9FA;
    transform: translateY(-1px);
}

.login-icon {
    font-size: 12px;
    margin-right: 4px;
}

/* Typography Precise Weights */
.hero-text-block {
    margin-top: 50px;
    margin-bottom: 60px;
}

.practice-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 100px;
    letter-spacing: 0.2px;
}

.sparkle-icon {
    margin-right: 6px;
}

.main-heading {
    font-size: 54px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sub-heading {
    max-width: 720px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 400;
}

.cta-wrapper {
    margin-top: 32px;
}

.btn-get-started {
    background: #ffffff;
    color: #00697D !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 44px;
    border-radius: 100px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 105, 125, 0.15);
    transition: all 0.25s ease;
}

.btn-get-started:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 105, 125, 0.25);
}

/* The Glassmorphic Outer Wrapper Container */
.glass-showcase-card {
    background: linear-gradient(109.25deg, rgba(0, 105, 125, 0.2) 3.24%, rgba(255, 255, 255, 0.2) 113.6%);

    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 32px;
    padding: 50px 40px 100px 40px;
    box-shadow: 0px -12px 10.1px 0px #00697D66;
    margin-bottom: -100px;
}

/* UI Mockup Aspect Ratios & Overlaps */
.z-index-top {
    z-index: 10;
}

.mobile-mockup-frame {
    transform: translateY(30px) scale(1.05);
    /* Simulates layout depth popping out */
}

.desktop-mockup-frame {
    transform: translateX(10px);
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.dark-shadow {
    box-shadow: 0 20px 50px rgba(0, 105, 125, 0.15);
}

/* Feature Grid Cards */
.features-grid-row {
    margin-top: 50px;
}
.features-bg{
background-image: url(../images/features-bg.png);
background-position: center;
background-size: cover;
}
.feature-metric-card {
    background: #ffffff;
    border: 1px solid #EBF1F2;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 105, 125, 0.02);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-metric-card:hover {
    transform: translateY(-6px);
}

.card-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.metric-number {
    font-size: 32px;
    font-weight: 700;
    color: #00697D;
    line-height: 1;
}

.icon-indicator {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Color codes matching original UI metrics */
.icon-bg-blue {
    background-color: #E6F6F8;
    color: #00697D;
}

.icon-bg-green {
    background-color: #EAF8F1;
    color: #2D9D78;
}

.icon-bg-orange {
    background-color: #FFF3EB;
    color: #D97736;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #00697D;
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #718096;
    margin: 0;
}

/* Mobile & Tablet Fine-tuning */
@media (max-width: 991px) {
    .main-heading {
        font-size: 38px;
    }

    .glass-showcase-card {
        padding: 30px 20px;
    }

    .mobile-mockup-frame {
        transform: none;
        margin-bottom: 30px;
    }

    .desktop-mockup-frame {
        transform: none;
    }
}

/* ==========================================================
   ENHANCED HOVER EFFECTS
   ========================================================== */

/* Card lift with glow */
.feature-metric-card,
.ecosystem-gradient-card,
.testimonial-card,
.role-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.feature-metric-card:hover,
.role-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0, 105, 125, 0.12), 0 5px 15px rgba(0, 105, 125, 0.08) !important;
}

.ecosystem-gradient-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 20px 45px rgba(0, 105, 125, 0.25) !important;
}

.testimonial-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 18px 40px rgba(0, 105, 125, 0.1) !important;
    border-color: #00697D !important;
}

/* Button hover enhancements */
.btn-get-started:hover,
.btn-ecosystem-get-started:hover,
.btn-explore-platform:hover,
.btn-explore-roles:hover,
.btn-see-integrations:hover,
.btn-portal-login:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 28px rgba(0, 105, 125, 0.25) !important;
}

/* Persona card icon hover */
.persona-icon-container {
    transition: all 0.4s ease;
}

.role-card:hover .persona-icon-container {
    transform: scale(1.15) rotate(-5deg);
    background-color: #00697D !important;
    color: #ffffff !important;
}

/* Video pill hover */
.video-feature-pill {
    transition: all 0.3s ease !important;
}

.video-feature-pill:hover {
    transform: translateX(8px) scale(1.02);
    background: rgba(255, 255, 255, 0.22) !important;
}

.video-feature-pill:hover .pill-icon-circle {
    transform: scale(1.12);
    transition: transform 0.3s ease;
}

/* Floating image hover */
.floating-img-wrapper {
    transition: all 0.4s ease !important;
}

.floating-img-wrapper:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25) !important;
}

/* Social icons hover */
.social-circle-link {
    transition: all 0.3s ease !important;
}

.social-circle-link:hover {
    transform: translateY(-3px) rotate(8deg);
    box-shadow: 0 8px 20px rgba(0, 105, 125, 0.3);
}

/* Marquee item hover */
.marquee-item {
    transition: opacity 0.3s ease;
}

.marquee-track:hover .marquee-item {
    opacity: 0.7;
}

.marquee-track:hover .marquee-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Ecosystem icon animation */
.ecosystem-icon-wrapper {
    transition: transform 0.4s ease;
}

.ecosystem-gradient-card:hover .ecosystem-icon-wrapper {
    transform: scale(1.2) rotate(-8deg);
}

/* Quote icon pulse */
.quote-icon-wrapper {
    transition: transform 0.3s ease;
}

.testimonial-card:hover .quote-icon-wrapper {
    transform: scale(1.1);
}

/* Nav pills hover */
.nav-pill-link {
    transition: all 0.3s ease !important;
}

.nav-pill-link:not(.active):hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.12) !important;
}

/* Footer links hover */
.footer-links-list a {
    transition: all 0.3s ease !important;
}

.footer-links-list a:hover {
    transform: translateX(5px);
}

/* Profile avatar hover */
.profile-avatar-placeholder {
    transition: all 0.3s ease;
}

.testimonial-card:hover .profile-avatar-placeholder {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 105, 125, 0.2);
}

/* Key features badge animation */
.key-features-badge {
    transition: all 0.3s ease;
}

.key-features-badge:hover {
    transform: scale(1.05);
    background-color: #00697D !important;
    color: #ffffff !important;
}

/* ==========================================================
   SECTION TITLE: Unified heading style for all sections
   ========================================================== */
.section-title {
    color: #00697D;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

/* Tablet responsive override */
@media (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }
}

/* ==========================================================
   SECTION PADDING: Unified vertical spacing for all sections
   ========================================================== */
.section-padding {
    padding: 70px 0;
}

/* Tablet: reduce padding */
@media (max-width: 991px) {
    .section-padding {
        padding: 50px 0;
    }
}

/* Mobile: further reduce */
@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }
}

/* ==========================================================
   SECTION 1: INFINITE PIXEL-PERFECT MARQUEE
   ========================================================== */
.integrations-marquee-zone {
    background-color: #00697D;
    padding: 22px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 100px;
    /* Precise distance between marquee texts */
    animation: smoothMarqueeLoop 28s linear infinite;
}

.marquee-item {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;
    opacity: 0.95;
}

/* Optional hover control */
.integrations-marquee-zone:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes smoothMarqueeLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ==========================================================
   SECTION 2: ECOSYSTEM GRID & CARDS
   ========================================================== */
.ecosystem-section {
    background-color: #F8FAFA;
    /* Light body tint matching design canvas */
}

.ecosystem-header-row {
    margin-bottom: 55px;
}


.ecosystem-subtitle {
    color: #5A6A6D;
    font-size: 15px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0;
}

/* Outline Button Precise Fit */
.btn-ecosystem-get-started {
    background: transparent;
    color: #00697D !important;
    border: 1.5px solid #00697D;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.btn-ecosystem-get-started:hover {
    background-color: #00697D;
    color: #ffffff !important;
}

/* Gradient Cards Style with Pattern Simulation */
.ecosystem-gradient-card {
   background: linear-gradient(113.89deg, #00697D 48.23%, #00BFE3 118.95%);

    border-radius: 18px;
    padding: 50px 30px;
    color: #ffffff;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 105, 125, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

/* Mesh wave overlay pattern for background visuals */
.ecosystem-gradient-card::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    right: -20%;
    bottom: -20%;
    background: radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.ecosystem-gradient-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 105, 125, 0.16);
}

.ecosystem-icon-wrapper {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ecosystem-card-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

.ecosystem-card-desc {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-weight: 400;
}

/* Tablet / Mobile Layout Adjustments */
@media (max-width: 991px) {
    .marquee-track {
        gap: 60px;
    }

    .ecosystem-gradient-card {
        padding: 40px 24px;
    }
}

/* ==========================================================
   SECTION 3: SPLIT FEATURE SHOWCASE STYLES
   ========================================================== */
.split-feature-section {
    background-color: #ffffff;
    overflow: hidden;
}


/* Laptop alignment to overflow precisely over the curve right edge */
.laptop-mockup-wrapper {
    position: relative;
    z-index: 5;
}

/* .laptop-img {
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.18));
} */

/* Right Content Area Spacing */
.feature-content-wrapper {
    padding: 40px 60px 40px 120px;
    /* Large left padding to accommodate overflow laptop */
}


.section-lead-text {
    font-size: 15.5px;
    line-height: 1.6;
    color: #2D3748;
    margin-bottom: 14px;
}

.section-body-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4A5568;
}

/* Key Features Block Divider Label */
.key-features-badge {
    display: inline-block;
    background-color: #E2EBF0;
    color: #00697D;
    font-size: 22px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 24px;
}

/* Custom Styled List with Multi-ring Bullet Points */
.features-bullet-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.features-bullet-list li {
    font-size: 15px;
    font-weight: 500;
    color: #1A202C;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

/* Exact concentric circle indicator vector lookalike */
.custom-bullet-ring {
    width: 16px;
    height: 16px;
    border: 2px solid #00697D;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
    position: relative;
    flex-shrink: 0;
}

.custom-bullet-ring::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00697D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Solid Deep Pill CTA Button */
.btn-explore-platform {
    background-color: #00697D;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 100px;
    border: none;
    transition: all 0.2s ease-in-out;
}

.btn-explore-platform:hover {
    background-color: #00697D;
    box-shadow: 0 8px 20px rgba(0, 105, 125, 0.2);
}

/* Responsive Overrides for Clean Breakpoints */
@media (max-width: 991px) {
    .curved-teal-backdrop {
        border-radius: 0;
        padding: 60px 20px;
        justify-content: center;
        min-height: auto;
    }

    .laptop-mockup-wrapper {
        right: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .feature-content-wrapper {
        padding: 40px 24px;
    }
}

/* ==========================================================
   SECTION 4: PRECISION ACCESS CONTROL STYLES
   ========================================================== */
.access-control-section {
    background-color: #F8FAFA;
    /* Off-white tint matches layout background exactly */
    border-top: 1px solid #EBF1F2;
}

.control-header-block {
    margin-bottom: 45px;
}


.control-sub-title {
    color: #5A6A6D;
    font-size: 15.5px;
    font-weight: 400;
    margin: 0;
}

.persona-cards-row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/* Rounded Profile Interactive Card Styles */
.role-card {
    background: #ffffff;
    border: 1px solid #D6E4E6;
    border-radius: 16px;
    padding: 24px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 105, 125, 0.015);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease, box-shadow 0.25s ease;
}

.role-card:hover {
    transform: translateY(-4px);
    border-color: #00697D;
    box-shadow: 0 10px 25px rgba(0, 105, 125, 0.06);
}

/* Light sky blue tint wrapper for icons */
.persona-icon-container {
    width: 42px;
    height: 42px;
    background-color: #EBF5F7;
    color: #00697D;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.persona-title {
    color: #00697D;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

/* Lower lighter subtitle tag */
.persona-badge-text {
    color: #718096;
    font-size: 13px;
    font-weight: 400;
}

/* Pill Shape Action Control Anchor */
.explore-action-wrapper {
    margin-top: 45px;
}

.btn-explore-roles {
    background-color: transparent;
    color: #00697D !important;
    border: 1.5px solid #A3C5CB;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.btn-explore-roles:hover {
    background-color: rgba(0, 105, 125, 0.04);
    border-color: #00697D;
}

.arrow-icon {
    margin-left: 6px;
    font-size: 15px;
    transition: transform 0.2s ease;
}

.btn-explore-roles:hover .arrow-icon {
    transform: translateX(3px);
}

/* Responsive adjustment settings for tablet sizes */
@media (max-width: 991px) {
    .role-card {
        padding: 20px 10px;
    }
}

/* ==========================================================
   SECTION 5: VIDEO VISITS INTEGRATION STYLES
   ========================================================== */
.video-visits-section {
    background-color: #ffffff;
}


.video-sub-title {
    color: #5A6A6D;
    font-size: 15.5px;
    line-height: 1.55;
    max-width: 680px;
    margin: 0;
}

/* Master Asymmetric Teal Box Card Shape */
.video-teal-card-container {
    background-color: #00697D;
    border-radius: 32px;
    padding: 0px 40px;
    min-height: 440px;
    margin-top: 40px;
    margin-bottom: 30px;

}

.z-index-top {
    z-index: 10;
}

/* Horizontal Feature Glassmorphic Pills Layout */
.pills-stack-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 480px;
}

.video-feature-pill {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: background 0.2s ease;
}

.video-feature-pill:hover {
    background: rgba(255, 255, 255, 0.18);
}

.pill-icon-circle {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    color: #00697D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
}

.pill-text {
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

/* Right Side Angled View Layout Matrix */
.angled-laptop-wrapper {
    position: relative;
    right: -50px;
    width: 115%;
    transform: rotate(-1deg) translateY(10px);
}

.video-laptop-img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));


}

/* Footer Bottom Strip Matrix */
.integrations-quick-bar {
    background-color: #00697D;
    border-radius: 18px;
    padding: 16px 0;
    color: #ffffff;
}

.quick-bar-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.quick-title {
    font-size: 14px;
    font-weight: 600;
}

.quick-subtitle {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.7);
}

/* Pill White Bottom Redirect Trigger Button */
.btn-see-integrations {
    background-color: #ffffff;
    color: #00697D !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 100px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

.btn-see-integrations:hover {
    background-color: #f3f4f5;
    transform: translateY(-1px);
}

.nav-arrow {
    margin-left: 6px;
    font-size: 11px;
}

/* Responsive Structural Breakdown Settings */
@media (max-width: 991px) {
    .video-teal-card-container {
        padding: 40px 20px;
    }

    .angled-laptop-wrapper {
        right: 0;
        width: 100%;
        max-width: 440px;
        margin: 40px auto 0 auto;
        transform: none;
    }

    .pills-stack-wrapper {
        max-width: 100%;
    }
}

/* ==========================================================
   SECTION 6: TESTIMONIALS CARD GRID STYLES
   ========================================================== */
.testimonials-section {
    background-color: #F8FAFA;
    /* Light off-white container canvas */
}

.testimonial-header-block {
    margin-bottom: 50px;
}


.testimonial-sub-title {
    color: #5A6A6D;
    font-size: 15px;
    line-height: 1.6;
    max-width: 640px;
}

.testimonial-cards-row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/* Rounded Border Review Card Layout */
.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #C9DFE2;
    /* Subtle structural teal outline stroke */
    border-radius: 24px;
    /* Exact high curvature corners */
    padding: 36px 32px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 105, 125, 0.015);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 105, 125, 0.05);
}

.quote-icon-wrapper {
    margin-bottom: 20px;
    opacity: 0.4;
}

.testimonial-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #00697D;
    margin-bottom: 24px;
}

.testimonial-divider {
    border: 0;
    border-top: 1px solid #E2EBF0;
    margin-top: 0;
    margin-bottom: 20px;
    opacity: 1;
}

/* User Meta Profiling Details */
.profile-avatar-placeholder {
    width: 44px;
    height: 44px;
    background-color: #E2EBF0;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.profile-avatar-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-name {
    font-size: 15.5px;
    font-weight: 700;
    color: #00697D;
    margin: 0 0 2px 0;
}

.profile-meta {
    font-size: 13px;
    color: #718096;
    font-weight: 400;
}

/* Tablet Responsive Adjustment Settings */
@media (max-width: 991px) {
    .testimonial-card {
        padding: 30px 24px;
    }
}

/* ==========================================================
   SECTION 7: FLOATING SHOWCASE BANNER STYLES
   ========================================================== */
.floating-banner-section {
    background-color: #ffffff;
    position: relative;
}

/* Central Rounded Teal Card with Exact Gradient Look */
.banner-teal-card {
    background-image: url(../images/bg-home.webp);
    border-radius: 24px;
    /* Exact design card curves */
    padding: 90px 60px;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0 15px 45px rgba(0, 105, 125, 0.12);
    position: relative;
    z-index: 2;
    background-position: center;
    background-size: cover;
}

/* Typography Weight & Centering */
.banner-content {
    max-width: 780px;
}

.banner-main-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Floating Glass Tag inside Text */
.highlight-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2px 14px;
    border-radius: 8px;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
}

/* Master Floating Positional Elements Wrapper */
.floating-img-wrapper {
    position: absolute;
    z-index: 5;
    width: 170px;
    height: 170px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #E2EBF0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.floating-img-wrapper:hover {
    transform: scale(1.04);
}

.custom-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Left Lower Absolute Overlap Anchor Position */
.img-left-bottom {
    left: 20px;
    bottom: -30px;
    /* Overlaps precisely past the bottom border edge */
}

/* Right Upper Absolute Overlap Anchor Position */
.img-right-top {
    right: 20px;
    top: -30px;
    /* Overlaps precisely past the top border edge */
}

/* Responsive Fluid Adjustments for Mobile Viewports */
@media (max-width: 991px) {
    .banner-teal-card {
        padding: 70px 30px;
    }

    .banner-main-text {
        font-size: 22px;
    }

    .floating-img-wrapper {
        width: 120px;
        height: 120px;
        position: relative;
        margin: 20px auto 0 auto;
        display: inline-block;
    }

    .img-left-bottom,
    .img-right-top {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .floating-banner-section {
        text-align: center;
    }
}

/* ==========================================================
   SECTION 8: PIXEL-PERFECT FOOTER STYLES
   ========================================================== */
.site-footer {
    background-color: #F8FAFA;
    /* Identical canvas match color tint */
    border-top: 1px solid #EBF1F2;
}

/* Brand Identity Layout Elements */
.footer-logo-box {
    width: 48px;
    height: 48px;
    background-color: #00697D;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.footer-welcome-tag {
    font-size: 14.5px;
    color: #00697D;
    font-weight: 400;
    display: block;
    line-height: 1.2;
    margin-bottom: 2px;
}

.footer-brand-name {
    color: #00697D;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.4px;
}

.footer-intro-desc {
    color: #2D3748;
    font-size: 15px;
    line-height: 1.5;
    max-width: 420px;
    margin-top: 16px;
}

/* Navigation List Stack Columns */
.footer-list-title {
    color: #00697D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}

.footer-links-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
    color: #00697D;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: #00697D;
}

.link-arrow {
    font-size: 12px;
    margin-right: 8px;
    font-weight: 600;
    color: #00697D;
}

/* Circular Clean Network Badge Links */
.social-circle-link {
    width: 32px;
    height: 32px;
    border: 1px solid #A3C5CB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00697D;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.social-circle-link:hover {
    background-color: #00697D;
    border-color: #00697D;
    color: #ffffff;
}

/* Divider & Legal Copyright Blocks */
.footer-horizontal-line {
    border: 0;
    border-top: 1px solid #D6E4E6;
    margin: 30px 0 20px 0;
    opacity: 1;
}

.footer-copyright-text {
    font-size: 14.5px;
    color: #718096;
    font-weight: 400;
    margin: 0;
}

/* Fluid Breaks Layout Overrides */
@media (max-width: 767px) {
    .site-footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-list-title {
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .footer-intro-desc {
        max-width: 100%;
    }
}

/* roles-page-start */
/* --- Main Roles Page Wrapper --- */
.roles {
    padding: 20px 0;
}

/* --- Grid Section --- */
.roles .persona-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.custom-container-color {
    background-color: #00697D;
    border-radius: 50px;

}

/* --- Hero Banner Section --- */
.roles .hero-banner {
    background-image: url("../images/Role-banner.png");
    background-size: cover;
    border-radius: 32px;
    padding: 60px;
    color: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    align-items: center;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(1, 65, 84, 0.15);
}

.hero-content {
    flex: 1;
    max-width: 50%;
    z-index: 2;
}

.badge-pill {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.hero-content p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.6;
    font-weight: 300;
}

/* --- Card Styles --- */
.persona-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--card-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.persona-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.status-tag {
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
}

.persona-card h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.description {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.5;
    min-height: 45px;
    margin-bottom: 20px;
}

.divider {
    height: 1px;
    background-color: #f1f5f9;
    margin-bottom: 20px;
}

.persona-card h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 14px;
    font-weight: 600;
}

/* Custom Checkbox */
.custom-check {
    width: 18px;
    height: 18px;
    color: #38bdf8;
    flex-shrink: 0;
}

.custom-check.status-disabled {
    color: #cbd5e1;
}

.permission-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.permission-list li {
    font-size: 0.88rem;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- Color Themes --- */
.border-blue:hover {
    border-color: var(--clr-blue);
}

.icon-blue {
    background-color: var(--clr-blue-bg);
    color: var(--clr-blue);
}

.tag-blue {
    background-color: var(--clr-blue-bg);
    color: var(--clr-blue);
}

.border-red:hover {
    border-color: var(--clr-red);
}

.icon-red {
    background-color: var(--clr-red-bg);
    color: var(--clr-red);
}

.tag-red {
    background-color: var(--clr-red-bg);
    color: var(--clr-red);
}

.border-green:hover {
    border-color: var(--clr-green);
}

.icon-green {
    background-color: var(--clr-green-bg);
    color: var(--clr-green);
}

.tag-green {
    background-color: var(--clr-green-bg);
    color: var(--clr-green);
}

.border-pink:hover {
    border-color: var(--clr-pink);
}

.icon-pink {
    background-color: var(--clr-pink-bg);
    color: var(--clr-pink);
}

.tag-pink {
    background-color: var(--clr-pink-bg);
    color: var(--clr-pink);
}

.border-cyan:hover {
    border-color: var(--clr-cyan);
}

.icon-cyan {
    background-color: var(--clr-cyan-bg);
    color: var(--clr-cyan);
}

.tag-cyan {
    background-color: var(--clr-cyan-bg);
    color: var(--clr-cyan);
}

.border-darkgreen:hover {
    border-color: var(--clr-darkgreen);
}

.icon-darkgreen {
    background-color: var(--clr-darkgreen-bg);
    color: var(--clr-darkgreen);
}

.tag-darkgreen {
    background-color: var(--clr-darkgreen-bg);
    color: var(--clr-darkgreen);
}

/* Responsive */
@media (max-width: 1024px) {
    .roles .persona-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .roles .persona-grid {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .hero-banner {
        padding: 30px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}

/* newpage_features-start */
/* ==========================================================
   SECTION CONTROLLERS (MAPPED FROM THE BLUEPRINTS)
   ========================================================== */
.pillars-matrix-section {
    background-color: #ffffff;
    padding: 80px 0;
}

/* --- Hero Feature Layout (image_3b1244.png Blueprint) --- */
.pillar-badge-pill {
    background: #00697D;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.pillar-main-title {
    color: #00697D;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.pillar-lead-desc {
    color: #00697D;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

/* --- Mockup Frames Matrix Area --- */
.mockups-display-row {
    margin-top: 50px;
}

.mockup-gradient-wrapper {
    background: linear-gradient(55.73deg, #00697D 5.05%, rgba(136, 197, 220, 0.8) 57.68%, #C8DF91 99.54%);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 105, 125, 0.08);
}

.mockup-frame-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}


/* ==========================================================
   GRID MATRIX LOGIC (image_3b1242.jpg Blueprint)
   ========================================================== */
.matrix-container-grid {
    margin-top: 80px;
}

.matrix-node-box {
    text-align: center;
    padding: 20px 15px;
    position: relative;
    z-index: 2;
}

/* 50% Circular Icon Frame with Sky/Teal scheme tint */
.matrix-icon-circle {
    width: 56px;
    height: 56px;
    background-color: #EBF6F8;
    color: #00697D;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
    transition: transform 0.25s ease;
}

.matrix-node-box:hover .matrix-icon-circle {
    transform: scale(1.08);
}

.matrix-node-title {
    font-size: 20px;
    font-weight: 700;
    color: #00697D;
    margin-bottom: 12px;
}

.matrix-node-desc {
    font-size: 14px;
    color: #4A5568;
    line-height: 1.6;
    max-width: 290px;
    margin: 0 auto 16px auto;
}

/* Target Tags Mini Pills Inside Grid */
.matrix-tags-flex {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.matrix-mini-pill {
    background-color: #EBF6F8;
    color: #00697D;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 100px;
    white-space: nowrap;
}

/* --- Horizontal Dot Trackers Matrix (Pixel Perfect Match) --- */
.matrix-step-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 56px;
    /* Vertical center alignment relative to icons */
}

.dotted-connector-line {
    width: 100%;
    height: 2px;
    border-top: 3px dotted #CBD5E1;
    position: relative;
}

/* Center structural tracking dots */
.dotted-connector-line::before,
.dotted-connector-line::after {
    content: "";
    position: absolute;
    top: -5px;
    width: 8px;
    height: 8px;
    background-color: #94A3B8;
    border-radius: 50%;
}

.dotted-connector-line::before {
    left: 0;
}

.dotted-connector-line::after {
    right: 0;
}

/* Responsive adjustments for mid & low level viewport layers */
@media (max-width: 991px) {
    .pillar-main-title {
        font-size: 32px;
    }

    .matrix-step-connector {
        display: none;
        /* Auto-clean connectors on wrapped rows */
    }

    .mockup-gradient-wrapper {
        padding: 20px;
    }
}

/* new_page_features */
/* ==========================================================================
       PARENT CLASS SCOPE: .integration-section-wrapper
       ========================================================================== */
.integration-section-wrapper {
    position: relative;
    width: 100%;
}

/* Top deep teal block inside the parent */
.integration-section-wrapper .hero-block {
    background-color: #00697D;
    padding-top: 2rem;
    padding-bottom: 12rem;
}

/* Navigation pill layout */
.integration-section-wrapper .nav-pill-container {
    background-color: rgba(0, 71, 74, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 4px;
}

.integration-section-wrapper .nav-pill-link {
    color: #b2dfdb;
    text-decoration: none;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.integration-section-wrapper .nav-pill-link:hover {
    color: #ffffff;
}

.integration-section-wrapper .nav-pill-link.active {
    background-color: #ffffff;
    color: #004d40;
    font-weight: 600;
}

/* Badge Style */
.integration-section-wrapper .integration-badge {
    background-color: rgba(0, 77, 80, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e0f2f1;
    font-size: 0.8rem;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 1.5rem;
}

/* Portal CTA Button */
.integration-section-wrapper .btn-portal {
    background-color: #ffffff;
    color: #004d40;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 0.9rem;
    border: none;
    transition: background 0.2s ease;
}

.integration-section-wrapper .btn-portal:hover {
    background-color: #f5f5f5;
    color: #004d40;
}

/* Overlapping Card Container */
.integration-section-wrapper .card-overlap {
    margin-top: -9rem;
    position: relative;
    z-index: 10;
}

.integration-section-wrapper .main-card-box {
    background-color: #e1f5fe;
    /* Soft light blue box background */
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Outer Glass Frame Border Effect */
.integration-section-wrapper .glass-image-frame {
    background: linear-gradient(55.73deg, #00697D 5.05%, rgba(136, 197, 220, 0.8) 57.68%, #C8DF91 99.54%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}

.integration-section-wrapper .inner-hero-img {
    border-radius: 14px;
    width: 100%;
}

/* Bottom Text */
.integration-section-wrapper .description-text {
    color: #37474f;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 850px;
    margin: 2rem auto 0.5rem auto;
}

/* Responsive adjustments within the parent structure */
@media (max-width: 768px) {
    .integration-section-wrapper .inner-hero-img {
        height: 260px;
    }

    .integration-section-wrapper .hero-block {
        padding-bottom: 10rem;
    }

    .integration-section-wrapper .card-overlap {
        margin-top: -7rem;
    }
}

/* ==========================================================================
   PARENT CLASS SCOPE: .integration-section-wrapper
   ========================================================================== */
.integration-section-wrapper {
    position: relative;
    width: 100%;
}

/* Custom Modern Card Layout */
.integration-section-wrapper .custom-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.integration-section-wrapper .custom-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

/* Icon / Image Wrapper with Soft Tint Background */
.integration-section-wrapper .brand-icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.integration-section-wrapper .brand-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

/* Specific Wrapper Backgrounds */
.integration-section-wrapper .icon-bg-oa {
    background-color: #e8f0fe;
}

.integration-section-wrapper .icon-bg-an {
    background-color: #e8f4fd;
}

.integration-section-wrapper .icon-bg-google {
    background-color: #ffffff;
    border: 1px solid #e1e4e8;
}

.integration-section-wrapper .icon-bg-auth {
    background-color: #fce8e6;
}

.integration-section-wrapper .icon-bg-spruce {
    background-color: #e3f2fd;
}

/* Category/Sub-heading Text */
.integration-section-wrapper .card-category {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 400;
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
}

/* Brand Name Headings */
.integration-section-wrapper .brand-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
    margin-bottom: 0.8rem;
}

/* Custom Brand Typography Colors */
.integration-section-wrapper .color-office-ally {
    color: #0a194f;
}

.integration-section-wrapper .color-authorizenet {
    color: #2d3748;
}

.integration-section-wrapper .color-google-cal {
    color: #1f2937;
}

.integration-section-wrapper .color-google-auth {
    color: #2563eb;
}

.integration-section-wrapper .color-spruce {
    color: #111827;
    font-weight: 800;
    font-style: italic;
}

/* Google Logo Brand Colors */
.integration-section-wrapper .g-blue {
    color: #4285F4;
}

.integration-section-wrapper .g-red {
    color: #EA4335;
}

.integration-section-wrapper .g-yellow {
    color: #FBBC05;
}

.integration-section-wrapper .g-green {
    color: #34A853;
}

.integration-section-wrapper .g-cal-text {
    color: #4285F4;
    font-weight: 500;
}

.integration-section-wrapper .g-auth-text {
    color: #4285F4;
    font-weight: 600;
}

/* Card Main Description Paragraph */
.integration-section-wrapper .card-description {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.55;
    margin-bottom: 1.8rem;
}

/* Top Right 'Live' Status Badge */
.integration-section-wrapper .status-live-badge {
    font-size: 0.78rem;
    font-weight: 600;
    color: #5c3838;
    background-color: #fde8e8;
    padding: 4px 12px 4px 20px;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.integration-section-wrapper .status-live-badge::before {
    content: '';
    position: absolute;
    left: 8px;
    width: 6px;
    height: 6px;
    background-color: #48bb78;
    border-radius: 50%;
}

/* Bottom Feature Meta Tags */
.integration-section-wrapper .feature-tag {
    font-size: 0.75rem;
    font-weight: 500;
    color: #38a169;
    background-color: #fde8e8;
    padding: 5px 12px;
    border-radius: 50px;
    white-space: nowrap;
}

/* Tags flex container spacing */
.integration-section-wrapper .tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}