/**
Theme Name: Sertis
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sertis
Template: astra
*/

/* 🚨 CACHE BUSTER - UPDATED: HTML STRUCTURE MOBILE FIX - TIMESTAMP: 2025-08-21-V7 */

/* FORCE PRODUCTS SECTION BACKGROUND */
section.sertis-products {
    background: #EFFFDD !important;
    background-color: #EFFFDD !important;
}

.sertis-products,
.sertis-products * {
    background-color: inherit;
}

/* UNIFIED RESPONSIVE LAYOUT CONTROLS */
/* Unified container for responsive process flow */
.sertis-process-unified-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 32px;
    border: 1px solid #EFFFDD;
    border-radius: 16px;
    background-color: transparent;
}

/* Process steps container - responsive grid */
.sertis-process-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 16px;
    align-items: stretch;
    width: 100%;
}

/* Individual process step */
.sertis-process-step {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}

/* Responsive arrows - show horizontal on desktop, vertical on mobile */
.sertis-process-arrow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 41px;

}

.sertis-arrow-horizontal {
    display: block;
    width: 29px;
    height: 1px;
}

.sertis-arrow-vertical {
    display: none;
    width: 1px;
    height: 29px;
}

/* Font Face Declarations */
@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/AeonikTRIAL-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/AeonikTRIAL-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/AeonikTRIAL-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/AeonikTRIAL-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/AeonikTRIAL-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('./fonts/AeonikTRIAL-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* PP Neue Montreal Font Face Declarations */
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-book.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('./fonts/ppneuemontreal-semibolditalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Sertis Header Styles */
.ast-plain-container.ast-no-sidebar #primary{
    margin: 0 !important;
}
body{
    background-color: #0D1C44 !important;
}
.sertis-header {
    background-color: #0D1C44;
    width: 100%;
    position: relative;
}

.sertis-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 32px;
    /* padding: 64px 80px 32px; */
    padding-top: 64px;
    padding-bottom: 32px;
    max-width: 1440px;
    margin: 0 auto;
}

.sertis-header-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    position: relative;
    min-height: 62px;
}

/* Logo Styles */
.sertis-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.sertis-logo-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13.56px;
    /* width: 178.05px;
    height: 61.05px; */
    text-decoration: none;
    flex-shrink: 0;
}
.sertis-logo img {
    width: 240px !important;
    height: auto !important;
    flex-shrink: 0;
    display: block;
    max-width: 240px !important;
    object-fit: contain;
}
.sertis-logomark {
    width: 30.52px;
    height: 61.05px;
    flex-shrink: 0;
}

.sertis-logomark svg {
    width: 100%;
    height: 100%;
}

.sertis-wordmark {
    flex: 1;
    height: 30.52px;
    display: flex;
    align-items: center;
}

.sertis-wordmark svg {
    width: 133.96px;
    height: 39.93px;
}

/* Navigation Styles */
.sertis-navigation {
    display: flex;
    align-items: center;
}

.sertis-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

.sertis-nav-menu li {
    margin: 0;
}

.sertis-nav-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sertis-nav-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #C8FF8D;
}

.sertis-nav-menu .current-menu-item a,
.sertis-nav-menu .current_page_item a {
    color: #C8FF8D;
    font-weight: 600;
}

/* Hero Banner Styles */
.sertis-hero {
    width: 100%;
    padding: 0px 80px;
}

.sertis-hero-container {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 10px;
    max-width: 1440px;
    margin: 0 auto;
}

.sertis-hero-content-module {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 147px;
    padding: 0px 0px 0px 64px;
    width: 100%;
    background-color: #EFFFDD;
    border-radius: 28px;
    min-height: 640px;
}

.sertis-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
    /* padding-right: 130px; */
    flex-shrink: 0;
}

.sertis-hero-copy {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 16px;
}

.sertis-hero-title {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0D1C44;
    margin: 0;
}

.sertis-hero-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #0D1C44;
    margin: 0;
}

.sertis-hero-ctas {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* Button Styles */
.sertis-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.sertis-btn-primary {
    background-color: #009F76;
    color: #FFFFFF;
    border-color: #009F76;
}
.sertis-btn-tertiary{
    background-color: #0D1C44;
    color: #FFFFFF;
    border-color: #0D1C44;
}
.sertis-btn-tertiary:hover, .sertis-btn-tertiary:focus{
    background-color: #0D1C44;
    color: #FFFFFF;
    border-color: #0D1C44;
}

.sertis-btn-primary:hover {
    background-color: #008066;
    border-color: #008066;
    color: #FFFFFF;
}
.sertis-btn-primary:focus{
    color: #ffffff;
}

.sertis-btn-primary svg {
    color: #FFFFFF;
}

.sertis-btn-secondary {
    background-color: transparent;
    color: #0D1C44;
    border-color: transparent;
    box-shadow: none;
}

.sertis-btn-secondary:hover,.sertis-btn-secondary:focus {
    background-color: rgba(13, 28, 68, 0.05);
    color: #009F76;
}

.sertis-btn-secondary svg {
    color: #0D1C44;
}

.sertis-btn-secondary:hover svg {
    color: #009F76;
}

.sertis-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Hero Image Styles */
.sertis-hero-image {
    width: 50%;
    height: 640px;
    flex-shrink: 0;
    border-radius: 0px 28px 28px 0px;
    overflow: hidden;
}

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

/* How It Works New Section Styles - Pixel Perfect from Figma */
.sertis-how-it-works-new {
    width: 100%;
    background-color: #0D1C44;
    padding: 64px 80px;
}

.sertis-how-it-works-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.sertis-how-it-works-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 24px;
}

.sertis-how-it-works-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sertis-how-it-works-badge .sertis-badge {
    background-color: #C8FF8D;
    color: #0D1C44;
    padding: 2px 16px;
    border-radius: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4285714285714286;
    text-align: center;
}

/* Process Flow Container */
.sertis-process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

/* Legacy styles removed - now using unified responsive layout */

.sertis-process-title-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background-color: #091128;
    border-radius: 16px;
    width: 100%;
    min-height: 80px;
}

.sertis-process-title {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 0 !important;
}

/* Legacy arrow styles removed - now using unified responsive arrows */

.sertis-process-description-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    min-height: 120px;
}

.sertis-process-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.9;
    margin: 0;
}

/* Legacy spacer and brand row styles removed - now using unified responsive layout */

.sertis-process-brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    min-height: 60px;
}

.sertis-brand-logo {
    max-width: 100% !important;
    height: 24px !important;
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Brand Highlights */
.sertis-brand-highlight {
    color: #C8FF8D;
    font-weight: 500;
    font-size: 16px;
}

.sertis-brand-highlight-dark {
    color: #009F76;
    font-weight: 500;
    font-size: 16px;
}

/* Vertical Arrow */
.sertis-process-arrow-vertical {
    margin: 16px 0;
}

/* Deploy Card - Light Background */
.sertis-deploy-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    background-color: #EFFFDD;
    border-radius: 16px;
    width: auto;
    max-width: 429px;
}

.sertis-deploy-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.sertis-deploy-title {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #0D1C44;
    margin: 0;
}

.sertis-deploy-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #0D1C44;
    opacity: 0.8;
    margin: 0;
    padding: 0px 32px;
}

.sertis-pulse-button {
    background-color: #C8FF8D;
    border-radius: 100px;
    padding: 16px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sertis-pulse-logo {
    max-width: 100px !important;
    height: 18px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* Values Section Styles - Pixel Perfect from Figma */
.sertis-values {
    width: 100%;
    background-color: #0D1C44;
    padding: 64px 80px;
}

.sertis-values-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
}

.sertis-values-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sertis-values-badge .sertis-badge {
    background-color: #009F76;
    color: #FFFFFF;
    padding: 2px 16px;
    border-radius: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4285714285714286;
    text-align: center;
}

.sertis-values-content {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    align-self: stretch;
    gap: 32px;
    width: 100%;
}

/* Card Styles */
.sertis-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 48px 24px;
    background-color: #C8FF8D;
    border-radius: 16px;
    flex: 1;
    min-height: 320px;
    text-align: center;
}

.sertis-card-image {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sertis-card-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.sertis-card-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    width: 100%;
}

.sertis-card-title {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3333333333333333;
    text-align: center;
    color: #091128;
    margin: 0;
}

.sertis-card-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #091128;
    opacity: 0.8;
    margin: 0;
}

/* Process Section Styles */
.sertis-process {
    width: 100%;
    padding: 64px 80px;
}

.sertis-process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto;
}

.sertis-process-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 24px;
    margin-bottom: 32px;
}

.sertis-process-badge {
    display: flex;
    flex-direction: row;
}

.sertis-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 16px;
    background-color: #009F76;
    color: #FFFFFF;
    border-radius: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight:500;
    font-size: 14px;
    line-height: 1.428;
    text-align: center;
}

.sertis-process-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 8px;
}

.sertis-process-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.222;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
    margin: 0;
}

.sertis-process-cards {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    align-self: stretch;
    gap: 16px;
    width: 100%;
}

.sertis-process-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    flex: 1;
    min-height: 320px;
    text-align: center;
}

.sertis-process-card-image {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sertis-process-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sertis-process-card-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    width: 100%;
}

.sertis-process-card-title {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.333;
    text-align: center;
    color: #0D1C44;
    margin: 0;
}

.sertis-process-card-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #0D1C44;
    opacity: 0.8;
    margin: 0;
}

.sertis-process-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.sertis-process-footer-text {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428;
    text-align: center;
    color: #858DA1;
    margin: 0;
}



/* ===== OUR PRODUCTS SECTION ===== */
.sertis-products {
    background: #EFFFDD !important;
    background-color: #EFFFDD !important;
    padding: 64px 80px;
    width: 100%;
    box-sizing: border-box;
    /* 🚨 DIAGNOSTIC: If you see this comment in browser dev tools, CSS is loading */
}

.sertis-products-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sertis-products-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.sertis-products-badge .sertis-badge {
    background-color: #C8FF8D;
    color: #0D1C44;
    padding: 2px 16px;
    border-radius: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714285714286em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sertis-products-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 512px;
    margin-bottom: 32px;
}

.sertis-products-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -0.72px;
    text-align: center;
    color: #0D1C44;
    margin: 0;
}

.sertis-products-comparison {
    width: 100%;
    max-width: 1280px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sertis-products-header {
    display: grid;
    grid-template-columns: 280px 1fr 1fr 1fr;
    gap: 0;
    background: #EFFFDD;
}

.sertis-products-header-item {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sertis-products-header-empty {
    background: #EFFEDD;
}

.sertis-products-header-title {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4285714285714286em;
    color: #0D1C44;
    margin: 0;
}

.sertis-products-row {
    display: grid;
    grid-template-columns: 280px 1fr 1fr 1fr;
    gap: 0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.sertis-products-pulse {
    background-color: transparent !important;
}

.sertis-products-pulse .sertis-products-row-item {
    padding: 10px;
}

.sertis-products-iq {
    background-color: transparent !important;
    border: 1px solid #EFFFDD;
    margin-top: 40px;
}

.sertis-products-iq .sertis-products-row-item {
    padding: 10px;
}

.sertis-products-row-badge {
    padding: 8px 24px;
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
}

.sertis-products-badge-container {
    padding: 16px 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
}

.sertis-products-badge-dark {
    background-color: #C8FF8D;
}

.sertis-products-badge-light {
    background-color: #E3FFC6;
}

.sertis-products-badge-light .sertis-products-badge-text {
    color: #0D1C44;
}

.sertis-products-badge-text {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555555555556em;
    text-align: center;
    color: #0D1C44;
}

/* Ensure strong tags within badge text are bold */
.sertis-products-badge-text strong {
    font-weight: 700;
}

.sertis-products-row-item {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    border-right: 1px solid rgba(229, 231, 235, 0.3);
}

.sertis-products-item-title {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}

.sertis-products-pulse .sertis-products-item-title {
    color: #0D1C44;
}

.sertis-products-iq .sertis-products-item-title {
    color: #0D1C44;
}

.sertis-products-item-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}

.sertis-products-pulse .sertis-products-item-description {
    color: #0D1C44;
}

.sertis-products-iq .sertis-products-item-description {
    color: #0D1C44;
}

/* Hide mobile headers on desktop - they're only needed on mobile */
.sertis-products-mobile-header {
    display: none;
}

/* Testimonials Section Styles */
.sertis-testimonials {
    width: 100%;
    padding: 64px 80px;
    background-color: #091128;
}

.sertis-testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.sertis-testimonials-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 800px;
    max-width: 100%;
    margin-bottom: 32px;
}

.sertis-testimonials-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sertis-testimonials-badge .sertis-badge{
    background-color: #C8FF8D;
    color: #0D1C44;
}

.sertis-testimonials-content {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 48px;
    width: 100%;
    max-width: 1280px;
}

/* Hide the old testimonials content when carousel is active */
.sertis-testimonials-carousel + .sertis-testimonials-content {
    display: none;
}

.sertis-testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    text-align: center;
}

.sertis-testimonial-quote {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.333;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.sertis-testimonial-author {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 16px;
}

/* Owl Carousel Custom Styles for Testimonials */
.sertis-testimonials-carousel {
    width: 100%;
    max-width: 1280px;
}

.sertis-testimonials-carousel .sertis-testimonial-item {
    padding: 0 15px;
}

.sertis-testimonials-carousel .sertis-testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    height: 100%;
}

/* Custom Navigation Styling */
.sertis-carousel-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -60px;
    right: -60px;
    transform: translateY(-50%);
    z-index: 10;
}

.sertis-carousel-nav .owl-prev,
.sertis-carousel-nav .owl-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sertis-carousel-nav .owl-prev:hover,
.sertis-carousel-nav .owl-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.sertis-carousel-nav .owl-prev:active,
.sertis-carousel-nav .owl-next:active {
    transform: scale(0.95);
}

/* Custom Dots Styling */
.sertis-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.sertis-carousel-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sertis-carousel-dots .owl-dot.active {
    background: #C8FF8D;
    transform: scale(1.2);
}

.sertis-carousel-dots .owl-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments for carousel */
@media (max-width: 1024px) {
    .sertis-carousel-nav {
        left: -40px;
        right: -40px;
    }
    
    .sertis-carousel-nav .owl-prev,
    .sertis-carousel-nav .owl-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .sertis-carousel-nav {
        left: -20px;
        right: -20px;
    }
    
    .sertis-carousel-nav .owl-prev,
    .sertis-carousel-nav .owl-next {
        width: 36px;
        height: 36px;
    }
    
    .sertis-testimonials-carousel .sertis-testimonial-item {
        padding: 0 10px;
    }
}

/* Mobile Responsive Styles for Testimonials */

/* Use Cases Section Styles */
.sertis-customers {
    width: 100%;
    position: relative;
    background-color: #EFFFDD;
}

.sertis-customers-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.sertis-customers-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 64px 80px 16px;
    width: 100%;
}

.sertis-customers-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sertis-customers-badge .sertis-badge{
    background-color: #C8FF8D;
    color: #0D1C44;
}

.sertis-customers-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 800px;
    max-width: 100%;
}

.sertis-customers-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.222;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
    margin: 0;
}

.sertis-customers-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    opacity: 0.8;
    margin: 0;
}

/* Navigation Arrows */
.sertis-customers-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    height: 24px;
    z-index: 10;
    margin-right: 16px;
}

.sertis-customers-arrow {
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #0D1C44;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.sertis-customers-arrow:hover {
    color: #009F76;
    transform: scale(1.1);
    background-color: transparent !important;
    border: none !important;
}

.sertis-customers-arrow:focus,
.sertis-customers-arrow:active {
    color: #009F76;
    outline: none;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.sertis-customers-arrow:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    transform: none;
}

.sertis-customers-prev {
    position: relative;
}

.sertis-customers-next {
    position: relative;
}

.sertis-customers-arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
}

/* Customer Cards Carousel */
.sertis-customers-carousel {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    padding: 24px 0px 64px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sertis-customers-carousel::-webkit-scrollbar {
    display: none;
}

/* Customer Card */
.sertis-customer-card {
    position: relative;
    width: 461px;
    height: 461px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sertis-customer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.sertis-customer-card.expanded {
    width: 922px;
}

.sertis-customer-image {
    width: 461px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
}

.sertis-customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.sertis-customer-image-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
}

.sertis-customer-image-fallback strong {
    color: #0D1C44;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.sertis-customer-image-fallback small {
    color: #888;
    font-size: 12px;
}

.sertis-customer-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 461px;
    padding: 16px;
    background: transparent;
    box-sizing: border-box;
    z-index: 9;
}

.sertis-customer-badge-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    padding: 8px 8px 8px 16px;
    background-color: #EFFFDD;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}

.sertis-customer-card.expanded .sertis-customer-badge-inner {
    opacity: 0;
    visibility: hidden;
}

.sertis-customer-badge-text {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #0D1C44;
}

.sertis-customer-badge-arrow {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.sertis-customer-badge-arrow svg {
    width: 7px;
    height: 7px;
    stroke-width: 1.5px;
    color: #0D1C44;
}

.sertis-customer-card.expanded .sertis-customer-badge-arrow {
    transform: rotate(180deg);
}

/* Expanded Content */
.sertis-customer-expanded {
    position: absolute;
    top: 0;
    right: 0;
    width: 461px;
    height: 100%;
    background-color: rgba(239, 255, 221, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    border-radius: 0 16px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.sertis-customer-card.expanded .sertis-customer-expanded {
    transform: translateX(0);
}

.sertis-customer-expanded-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.sertis-customer-expanded-close:hover {
    transform: scale(1.1);
}

.sertis-customer-expanded-close svg {
    width: 22px;
    height: 22px;
    color: #0D1C44;
}

.sertis-customer-expanded-title {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #0D1C44;
    margin: 0;
}

.sertis-customer-expanded-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #0D1C44;
    margin: 0;
}

.sertis-customer-expanded-features {
    /* list-style: none; */
    padding: 0;
    margin: 0;
}

.sertis-customer-expanded-features li {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #0D1C44;
    margin-bottom: 8px;
    padding-left: 0px;
    position: relative;
}

/* .sertis-customer-expanded-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #009F76;
    font-weight: 600;
} */

/* Customer Image Overlay */
.sertis-customer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 461px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    border-radius: 16px 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 5;
}

.sertis-customer-card.expanded .sertis-customer-overlay {
    opacity: 1;
    visibility: visible;
}

.sertis-customer-overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.sertis-customer-overlay-text {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #FFFFFF;
    word-wrap: break-word;
    max-width: 100%;
}

/* Calculator Section Styles */
.sertis-calculator {
    width: 100%;
    padding: 64px 80px;
    background-color: #091128;
}

.sertis-calculator-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 136px;
    max-width: 1440px;
    margin: 0 auto;
}

.sertis-calculator-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #0D1C44;
    align-items: stretch;
    gap: 180px;
    padding: 80px;
    border-radius: 24px;
    width: 100%;
}

/* Left Column: Content */
.sertis-calculator-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 416px;
    flex-shrink: 0;
    padding-right: 30px;
}

.sertis-calculator-badge {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sertis-calculator-badge .sertis-badge {
    background-color: #C8FF8D;
    color: #0D1C44;
}

.sertis-calculator-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sertis-calculator-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.222;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.sertis-calculator-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

/* Right Column: Form */
.sertis-calculator-form-wrapper {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    flex: 1;
}

.sertis-calculator-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

/* Form Messages */
.sertis-form-message {
    padding: 16px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    margin-top: 16px;
    display: none;
}

.sertis-form-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.sertis-form-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.sertis-form-message-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.sertis-form-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sertis-form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sertis-form-label {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.sertis-form-input,
.sertis-form-select,
.sertis-form-textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF !important;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: transparent !important;
}

.sertis-form-input:focus,
.sertis-form-select:focus,
.sertis-form-textarea:focus {
    outline: none;
    border-color: #009F76 !important;
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.sertis-form-textarea {
    height: auto;
    min-height: 80px;
    align-items: flex-start;
    resize: vertical;
}

.sertis-form-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

.sertis-form-select-wrapper {
    position: relative;
    /* Ensure dark theme context */
    color-scheme: dark;
    background-color: transparent;
}

.sertis-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    cursor: pointer;
    padding-right: 40px;
    /* Force dark styling for dropdown options on all platforms */
    color-scheme: dark;
}

/* Enhanced cross-platform dropdown styling */
.sertis-form-select option {
    background-color: #1a1a1a !important;
    color: #FFFFFF !important;
    padding: 10px 14px;
    border: none;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.sertis-form-select option:hover,
.sertis-form-select option:focus,
.sertis-form-select option:checked {
    background-color: #009F76 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Windows-specific fixes */
.sertis-form-select option:disabled {
    background-color: #333333 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Additional cross-browser compatibility */
@supports (-webkit-appearance: none) {
    .sertis-form-select option {
        background: #1a1a1a;
        color: #FFFFFF;
    }
}

@supports (-moz-appearance: none) {
    .sertis-form-select option {
        background: #1a1a1a;
        color: #FFFFFF;
    }
}

.sertis-form-select-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    pointer-events: none;
    z-index: 1;
}

/* Browser-specific dropdown fixes */
/* Chrome, Safari, Edge */
.sertis-form-select::-webkit-calendar-picker-indicator {
    display: none;
}

/* Firefox */
.sertis-form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #FFFFFF;
}

/* Internet Explorer/Edge legacy */
.sertis-form-select::-ms-expand {
    display: none;
}

/* Additional Windows Chrome/Edge specific fixes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sertis-form-select {
        background-image: none;
    }
    
    .sertis-form-select option {
        background-color: #1a1a1a;
        color: #FFFFFF;
    }
}

.sertis-form-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #009F76;
    border: 1px solid #009F76;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    height: 44px;
    box-sizing: border-box;
    text-decoration: none;
}

.sertis-form-submit:hover, .sertis-form-submit:focus {
    background-color: #007A5E;
    border-color: #007A5E;
    transform: translateY(-1px);
    color: #ffffff;
}

.sertis-form-submit:active {
    transform: translateY(0);
}

/* Form Messages */
.form-message {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid;
}

.form-message-success {
    background-color: #D4F5E9;
    color: #0D5F3C;
    border-color: #009F76;
}

.form-message-error {
    background-color: #FEE2E2;
    color: #B91C1C;
    border-color: #EF4444;
}

/* About Sertis Section Styles */
.sertis-about {
    width: 100%;
    background-color: #091128;
    padding: 0px 80px 64px 80px;
}

.sertis-about-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* Left Column: Image */
.sertis-about-image {
    flex: 1;
    width: 50%;
    height: 680px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sertis-about-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 16px;
}

/* Right Column: Content */
.sertis-about-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    flex-shrink: 0;
}

.sertis-about-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sertis-about-badge {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sertis-badge-about {
    background-color: #C8FF8D;
    color: #013E2E;
}

.sertis-about-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sertis-about-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.222;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.sertis-about-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

/* Features List */
.sertis-about-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sertis-about-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    align-items: flex-start;
}


.sertis-about-feature-text {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0;
}

.sertis-about-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    align-self: stretch;
}

/* Partners Section Styles */
.sertis-partners {
    width: 100%;
    background-color: #FFFFFF;
    padding: 64px 80px;
}

.sertis-partners-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    /* gap: 136px; */
    max-width: 1440px;
    margin: 0 auto;
    background-color: #DDF1EC;
    border-radius: 24px;
    padding: 80px;
    box-sizing: border-box;
}

/* Left Column: Content */
.sertis-partners-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    /* width: 571px; */
    flex-shrink: 0;
    width: 50%;
}

.sertis-partners-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sertis-partners-badge {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sertis-badge-partners {
    background-color: #C8FF8D;
    color: #0D1C44;
}

.sertis-partners-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sertis-partners-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.222;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0D1C44;
    margin: 0;
}

.sertis-partners-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #0D1C44;
    opacity: 0.8;
    margin: 0;
}

/* Benefits List */
.sertis-partners-benefits {
    display: flex;
    flex-direction: column;
}

.sertis-partners-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sertis-partners-list-item {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #0D1C44;
    opacity: 0.8;
    position: relative;
    padding-left: 24px;
}

.sertis-partners-list-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #009F76;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
}

/* CTA Button */
.sertis-partners-cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sertis-partners-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #009F76;
    border: 1px solid #009F76;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    height: 44px;
    box-sizing: border-box;
    text-decoration: none;
}

.sertis-partners-button:hover, .sertis-partners-button:focus {
    background-color: #007A5E;
    border-color: #007A5E;
    transform: translateY(-1px);
    color: #FFFFFF;
}

.sertis-partners-button:active {
    transform: translateY(0);
}

/* Right Column: Image */
.sertis-partners-image {
    /* width: 376px; */
    height: 376px;
    width: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sertis-partners-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

/* Carbon Purchase Agreement Section */
.sertis-cpa {
    background-color: #FFFFFF;
    padding: 64px 80px;
}

.sertis-cpa-container {
    max-width: 1440px;
    margin: 0 auto;
}

.sertis-cpa-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    background-color: #F5F5F5;
    padding: 80px;
    border-radius: 24px;
    width: 100%;
}

.sertis-cpa-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
}

.sertis-cpa-badge {
    display: flex;
    align-items: flex-start;
}

.sertis-badge-cpa {
    background-color: #C8FF8D;
    color: #0D1C44;
    padding: 2px 16px;
    border-radius: 16px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4285714285714286em;
    text-align: center;
    display: inline-block;
}

.sertis-cpa-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sertis-cpa-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: #0D1C44;
    margin: 0;
}

.sertis-cpa-description {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #0D1C44;
    margin: 0 0 12px 0;
}

.sertis-cpa-description:last-child {
    margin-bottom: 0;
}

.sertis-cpa-cta {
    display: flex;
    align-items: flex-start;
}

.sertis-cpa-button {
    background-color: #009F76;
    border: 1px solid #009F76;
    color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    text-decoration: none;
    display: inline-block;
}

.sertis-cpa-button:hover,
.sertis-cpa-button:focus {
    background-color: #007A5E;
    border-color: #007A5E;
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px 0px rgba(10, 13, 18, 0.1);
    color: #ffffff;
}

.sertis-cpa-image {
    width: 50%;
}

.sertis-cpa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Responsive Design for CPA Section */
@media (max-width: 1200px) {
    .sertis-cpa {
        padding: 48px 40px;
    }
    
    .sertis-cpa-content {
        gap: 60px;
        padding: 60px;
    }
    
    .sertis-cpa-left {
        width: 500px;
    }
    .sertis-packages-content{
        flex-direction: column;
    }
    
    .sertis-packages-left,.sertis-packages-content-text{
        width: 100% !important;
        align-items: center;
    }
    .sertis-packages-badge{
        justify-content: center !important;
    }

    .sertis-packages-right{
        width: 100% !important;
    }
    .sertis-calculator-heading, .sertis-calculator-description{
        text-align: left ;
    }
    .sertis-calculator-container {
        gap:8px;
    }
    .sertis-package-card {
        width: 32%;
    }
    
    .sertis-cpa-image {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .sertis-cpa-content {
        /* flex-direction: column; */
        gap: 40px;
        padding: 40px;
        /* text-align: center; */
    }
    

    
    /* .sertis-cpa-description {
        text-align: center;
        max-width: 600px;
    } */
    

}

@media (max-width: 768px) {
    .process-arrow-svg{
        transform: rotate(90deg);
    }
    .sertis-cpa {
        padding: 32px 16px;
    }
    
    .sertis-cpa-content {
        padding: 32px 16px;
        gap: 32px;
        flex-direction: column;
    }
    .sertis-cpa-left{
        align-items: flex-start;
    }
    
    .sertis-cpa-heading {
        font-size: 28px;
    }
    
    .sertis-cpa-description {
        font-size: 16px;
        max-width: 100%;
    }
    
    .sertis-cpa-image {
        width: 280px;
        height: 280px;
    }
    
    .sertis-cpa-button {
        width: 100%;
        justify-content: center;
    }
}

/* FAQ Section Styles */
.sertis-faq {
    width: 100%;
    background-color: #FFFFFF;
    padding: 64px 80px;
}

.sertis-faq-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1440px;
    margin: 0 auto;
}

/* Title Section */
.sertis-faq-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.sertis-faq-badge {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sertis-badge-faq {
    background-color: #C8FF8D;
    color: #0D1C44;
}

.sertis-faq-heading {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.222;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0D1C44;
    margin: 0;
}

/* FAQ Items */
.sertis-faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.sertis-faq-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sertis-faq-question {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    padding: 0;
    box-shadow: none;
}

.sertis-faq-question:hover {
    background-color: transparent;
}

.sertis-faq-question:focus {
    background-color: transparent;
}

.sertis-faq-question-text {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.556;
    text-align: left;
    color: #0D1C44;
    flex: 1;
}

.sertis-faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #0D1C44;
}

.sertis-faq-icon-plus,
.sertis-faq-icon-minus {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease;
}

.sertis-faq-icon-plus {
    opacity: 1;
}

.sertis-faq-icon-minus {
    opacity: 0;
}

.sertis-faq-item.active .sertis-faq-icon-plus {
    opacity: 0;
}

.sertis-faq-item.active .sertis-faq-icon-minus {
    opacity: 1;
}

.sertis-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #FAFAFA;
    border-radius: 8px;
    margin-top: 0;
}

.sertis-faq-item.active .sertis-faq-answer {
    max-height: 200px;
    margin-top: 8px;
}

.sertis-faq-answer p {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.556;
    text-align: left;
    color: #0D1C44;
    margin: 0;
    padding: 16px;
}

.sertis-faq-divider {
    width: 100%;
    height: 1px;
    background-color: #CAC4D0;
    margin: 0 16px;
}

/* Footer Styles */
.sertis-footer {
    width: 100%;
    background-color: #0D1C44;
}

.sertis-footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 448px;
    padding: 64px 0px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

/* Left Column: Brand Content */
.sertis-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 312px;
    flex-shrink: 0;
}

.sertis-footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 170px;
}

.sertis-footer-logo-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.sertis-footer-logo-link:hover {
    opacity: 0.8;
}

.sertis-footer-logomark {
    width: 16px;
    height: 32px;
    flex-shrink: 0;
}

.sertis-footer-logomark svg {
    width: 100%;
    height: 100%;
}

.sertis-footer-wordmark {
    width: 68px;
    height: 16px;
    flex-shrink: 0;
}

.sertis-footer-wordmark svg {
    width: 100%;
    height: 100%;
}

/* Right Column: Footer Info */
.sertis-footer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.sertis-footer-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 0px 0px 8px 8px;
}

.sertis-footer-link {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    text-align: left;
    color: #FFFFFF;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.sertis-footer-link:hover {
    color: #009F76;
    text-decoration: underline;
}

.sertis-footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 0px 0px 8px 8px;
}

.sertis-footer-text {
    font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    text-align: left;
    color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .sertis-footer-container{
        padding-left: 80px;
        padding-right: 80px;
    }
    .sertis-customers-carousel {
        padding-left: 80px;
    }

    .sertis-header-container{
        padding: 64px 80px 32px;
    }
}
@media screen and (max-width: 1297px) {
    .sertis-hero-ctas{
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;

    }
}
@media (max-width: 1240px) {
    .sertis-header-container {
        padding: 32px 40px 24px;
    }
    
    .sertis-logo {
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }
    .sertis-logo-link {
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }
    .sertis-logo img {
        width: 200px !important;
        height: auto !important;
        max-width: 200px !important;
        flex-shrink: 0;
        object-fit: contain;
    }
    
    .sertis-hero {
        padding: 0 40px;
    }
    
    .sertis-hero-content-module {
        gap: 60px;
        padding: 0 0 0 40px;
        min-height: 500px;
    }
    

    
    .sertis-hero-title {
        font-size: 40px;
    }
    
    .sertis-hero-image {
        height: 500px;
    }
    
    .sertis-how-it-works-new {
        padding: 48px 40px;
    }
    
    .sertis-process-unified-container {
        padding: 24px;
        gap: 12px;
    }
    
    .sertis-process-title-card {
        padding: 20px 12px;
    }
    
    .sertis-process-description-card {
        padding: 0px 24px;
    }
    
    .sertis-deploy-card {
        padding: 24px;
        max-width: 400px;
    }
    
    .sertis-brand-logo {
        max-width: 100% !important;
        height: 14px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    
    .sertis-values {
        padding: 48px 40px;
    }
    
    .sertis-values-content {
        gap: 24px;
    }
    
    .sertis-card {
        padding: 40px 20px;
        min-height: 350px;
    }
    
    .sertis-card-image {
        width: 160px;
        height: 160px;
    }
    
    .sertis-card-title {
        font-size: 22px;
    }
    
    .sertis-process {
        padding: 48px 40px;
    }
    
    .sertis-process-heading {
        font-size: 32px;
    }
    
    .sertis-process-cards {
        gap: 12px;
    }
    
    .sertis-process-card {
        padding: 0px;
        min-height: 310px;
    }
    
    .sertis-process-card-image {
        width: 160px;
        height: 160px;
    }
    
    .sertis-process-card-title {
        font-size: 22px;
    }
    
    .sertis-packages {
        padding: 48px 40px;
    }
    
    .sertis-packages-left {
        width: 350px;
        padding: 30px 0;
    }
    
    .sertis-packages-heading {
        font-size: 32px;
    }
    
    .sertis-packages-comparison {
        gap: 12px;
    }
    
    .sertis-packages-header {
        padding: 20px;
        gap:8px;
    }
    
    .sertis-package-details {
        padding: 20px;
    }
    
    .sertis-testimonials {
        padding: 48px 40px;
    }
    
    .sertis-testimonials-title {
        width: 100%;
        margin-bottom: 24px;
    }
    
    .sertis-testimonial-quote {
        font-size: 22px;
    }
    .sertis-calculator, .sertis-about, .sertis-partners, .sertis-faq{
        padding: 64px 40px;
    }
    .sertis-customers-carousel{
        padding-left: 40px;
    }

}

@media (max-width: 768px) {
    .sertis-header-container {
        padding: 24px 20px 16px;
    }
    
    .sertis-header-navigation {
        gap: 24px;
        align-items: center;
        justify-content: space-between;
    }
    .sertis-header-cta  .sertis-btn{
           padding: 8px 12px;
    }
    .sertis-logo {
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }
    .sertis-logo-link {
        width: 150px;
        height: 51px;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }
    .sertis-logo img {
        width: 150px !important;
        height: auto !important;
        max-width: 150px !important;
        flex-shrink: 0;
        object-fit: contain;
    }
    
    .sertis-logomark {
        width: 25px;
        height: 51px;
    }
    
    .sertis-wordmark svg {
        width: 110px;
        height: 33px;
    }
    
    .sertis-nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    .sertis-hero {
        padding: 0 20px;
    }
    
    .sertis-hero-content-module {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
        text-align: center;
        min-height: auto;
    }
    
    .sertis-hero-content {
        width: 100%;
        max-width: 500px;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .sertis-hero-title {
        font-size: 32px;
    }
    
    .sertis-hero-ctas {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .sertis-hero-image {
        width: 100%;
        max-width: 400px;
        height: 300px;
        border-radius: 16px;
    }
    
    .sertis-how-it-works-new {
        padding: 40px 20px;
    }
    
    /* Mobile responsive layout for unified process flow */
    .sertis-process-unified-container {
        padding: 20px;
        gap: 12px;
    }
    
    .sertis-process-steps {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
        gap: 16px;
    }
    
    .sertis-process-step {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
        background-color: #091128;
        border-radius: 16px;
        margin-bottom: 0;
    }
    
    /* Switch arrow orientation on mobile */
    .sertis-arrow-horizontal {
        display: none;
    }
    
    .sertis-arrow-vertical {
        display: block;
        margin: 8px 0;
    }
    
    .sertis-process-arrow {
        width: 100%;
        margin-top: 10px;
        margin-bottom:10px;
        justify-content: center;
    }
    
    .sertis-process-title-card {
        padding: 16px;
    }
    
    .sertis-process-description-card {
        padding: 0px 16px;
        text-align: center;
    }
    
    .sertis-deploy-card {
        padding: 20px;
        max-width: 400px;
    }
    
    .sertis-brand-logo {
        max-width: 100% !important;
        height: 24px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    
    .sertis-pulse-logo {
        max-width: 80px !important;
        height: 16px !important;
    }
    
    .sertis-values {
        padding: 40px 20px;
    }
    
    .sertis-values-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .sertis-card {
        padding: 32px 16px;
        min-height: 300px;
        width: 56%;
        margin: 0 auto;
    }
    
    .sertis-card-image {
        width: 140px;
        height: 140px;
    }
    .sertis-packages-header{
        width: 100%;
    }
    
    .sertis-card-title {
        font-size: 20px;
    }
    
    .sertis-card-description {
        font-size: 14px;
    }
    
    .sertis-process {
        padding: 40px 20px;
    }
    
    .sertis-process-title {
        gap: 16px;
        margin-bottom: 24px;
    }
    
    .sertis-process-heading {
        font-size: 28px;
    }
    
    .sertis-process-cards {
        flex-direction: column;
        gap: 16px;
    }
    
    .sertis-process-card {
        padding: 24px 16px;
        min-height: 300px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .sertis-process-card-image {
        width: 140px;
        height: 140px;
    }
    
    .sertis-process-card-title {
        font-size: 20px;
    }
    
    .sertis-process-card-description {
        font-size: 14px;
    }
    
    .sertis-process-footer {
        margin-top: 24px;
    }
    
    .sertis-packages {
        padding: 40px 20px;
    }
    
    .sertis-packages-content {
        flex-direction: column;
        gap: 32px;
    }
    
    .sertis-packages-left {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .sertis-packages-badge {
        justify-content: center;
    }
    
    .sertis-packages-content-text {
        align-items: center;
        text-align: center;
    }
    
    .sertis-packages-heading {
        font-size: 28px;
        text-align: center;
    }
    
    .sertis-packages-description {
        text-align: center;
    }
    
    .sertis-packages-cta {
        justify-content: center;
    }
    
    .sertis-packages-right {
        width: 100%;
        flex-direction: column;
    }
    
    .sertis-packages-comparison {
        flex-direction: column;
        gap: 20px;
    }
    
    .sertis-package-card {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .sertis-package-details {
        padding: 24px;
    }
    
    .sertis-package-detail {
        position: relative;
        padding-top: 8px;
        font-size: 16px;
    }
    
    .sertis-package-detail:before {
        content: attr(data-label);
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 12px;
        opacity: 0.6;
        font-weight: 600;
    }
    
    .sertis-testimonials {
        padding: 40px 20px;
    }
    
    .sertis-testimonials-title {
        margin-bottom: 20px;
    }
    
    .sertis-testimonials-content {
        flex-direction: column;
        gap: 32px;
    }
    
    .sertis-testimonial-quote {
        font-size: 20px;
    }
    
    .sertis-testimonial-author {
        font-size: 14px;
    }
    
    .sertis-customers-title {
        padding: 40px 20px 16px;
    }
    
    .sertis-customers-heading {
        font-size: 28px;
    }
    
    .sertis-customers-nav {
        right: 20px;
    }
    
    .sertis-customers-carousel {
        padding: 24px 20px 40px;
        gap: 12px;
    }
    
    .sertis-customer-card {
        width: 300px;
        height: 300px;
    }
    
    .sertis-customer-card.expanded {
        width: 100%;
        max-width: 600px;
        flex-direction: column;
        height: auto;
    }
    
    .sertis-customer-card.expanded .sertis-customer-image {
        width: 100%;
        height: 300px;
        position: relative;
    }
    
    .sertis-customer-card .sertis-customer-badge {
        width: 100%;
    }
    
    .sertis-customer-overlay {
        width: 100%;
        border-radius: 16px 16px 0 0;
        height: 300px;
    }
    
    .sertis-customer-overlay-text {
        font-size: 24px;
        padding: 20px;
    }
    
    .sertis-customer-expanded-close {
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
    }
    
    .sertis-customer-expanded-close svg {
        width: 14px;
        height: 14px;
    }
    
    .sertis-customer-expanded {
        width: 100%;
        padding: 20px;
        position: relative;
        transform: translateY(100%);
        background-color: #EFFFDD;
        border-radius: 0 0 16px 16px;
        top: auto;
        right: auto;
        height: auto;
        min-height: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .sertis-customer-card.expanded .sertis-customer-expanded {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .sertis-calculator {
        padding: 40px 20px;
    }
    
    .sertis-calculator-inner {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }
    
    .sertis-calculator-content {
        width: 100%;
    }
    
    .sertis-calculator-heading {
        font-size: 28px;
        text-align: center;
    }
    
    .sertis-calculator-form-wrapper {
        padding: 0;
        gap: 40px;
    }
    
    .sertis-about {
        padding: 40px 20px;
    }
    
    .sertis-about-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .sertis-about-image {
        height: 400px;
        width: 100%;
    }
    
    .sertis-about-content {
        width: 100%;
    }
    
    .sertis-about-heading {
        font-size: 28px;
    }

    
    .sertis-partners {
        padding: 40px 20px;
    }
    
    .sertis-partners-container {
        flex-direction: column-reverse;
        gap: 40px;
        padding: 40px 20px;
    }
    
    .sertis-partners-content {
        width: 100%;
    }
    
    .sertis-partners-heading {
        font-size: 28px;
    }
    
    .sertis-partners-image {
        width: 100%;
        height: 300px;
        align-self: center;
        max-width: 300px;
    }
    
    .sertis-faq {
        padding: 40px 20px;
    }
    
    .sertis-faq-container {
        gap: 24px;
    }
    
    .sertis-faq-heading {
        font-size: 28px;
        text-align: center;
    }
    
    .sertis-footer-container {
        /* flex-direction: column;  */
        gap: 10px;
        padding: 40px 20px;
        align-items: flex-start;
    }
    

    
    .sertis-footer-info {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .sertis-header-container {
        padding: 16px 16px 12px;
    }
    
    .sertis-logo {
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }
    .sertis-logo-link {
        width: 120px;
        height: 41px;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
    }
    .sertis-logo img {
        width: 120px !important;
        height: auto !important;
        max-width: 120px !important;
        flex-shrink: 0;
        object-fit: contain;
    }
    
    .sertis-logomark {
        width: 20px;
        height: 41px;
    }
    
    .sertis-wordmark svg {
        width: 88px;
        height: 26px;
    }
    
    .sertis-nav-menu {
        gap: 12px;
    }
    
    .sertis-nav-menu a {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .sertis-hero {
        padding: 0 16px;
    }
    
    .sertis-hero-content-module {
        padding: 32px 32px;
        gap: 32px;
    }
    
    .sertis-hero-title {
        font-size: 28px;
    }
    
    .sertis-hero-description {
        font-size: 16px;
    }
    
    .sertis-hero-ctas {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    
    .sertis-btn {
        width: 100%;
        justify-content: center;
    }
    
    .sertis-hero-image {
        height: 250px;
    }
    
    .sertis-how-it-works-new {
        padding: 32px 16px;
    }
    
    .sertis-process-unified-container {
        padding: 16px;
        gap: 8px;
    }
    
    /* Enhanced mobile styling for products section */
    .sertis-products-badge-container {
        padding: 18px 30px;
        min-height: 60px;
    }
    
    .sertis-products-row-item {
        padding: 20px;
    }
    
    .sertis-process-title-card {
        padding: 12px;
    }
    
    .sertis-process-description-card {
        padding: 0px 12px;
    }
    
    .sertis-deploy-card {
        padding: 16px;
        max-width: 350px;
    }
    
    .sertis-deploy-description {
        padding: 0px 16px;
    }
    
    .sertis-brand-logo {
        max-width: 100% !important;
        height: 24px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    
    .sertis-pulse-logo {
        max-width: 70px !important;
        height: 14px !important;
    }
    
    .sertis-values {
        padding: 32px 16px;
    }
    
    .sertis-card {
        padding: 24px 12px;
        min-height: 250px;
        gap: 20px;
        width:100%
    }
    .sertis-cpa-left{
        width: 100%;
    }
    .sertis-card-image {
        width: 120px;
        height: 120px;
    }
    
    .sertis-card-title {
        font-size: 18px;
    }
    
    .sertis-card-description {
        font-size: 13px;
    }
    
    .sertis-process {
        padding: 32px 16px;
    }
    
    .sertis-process-title {
        gap: 20px;
        margin-bottom: 20px;
    }
    .sertis-customers-title,.sertis-about-title,.sertis-partners-title, .sertis-cpa-left,.sertis-faq-title{
        gap:20px;
    }
    .sertis-calculator-content {
        gap:20px;
    }
    .sertis-calculator-text,.sertis-about-text,.sertis-partners-text,.sertis-customers-content {
        gap:16px;
    }
    .sertis-partners-text{
        justify-content: flex-start;
    }
    .sertis-cpa-heading{
        margin-bottom: 16px;
    }
    
    .sertis-badge {
        font-size: 13px;
        padding: 2px 14px;
    }
    
    .sertis-process-heading {
        font-size: 24px;
    }
    
    .sertis-process-card {
        padding: 20px 12px;
        min-height: 250px;
        gap: 20px;
    }
    
    .sertis-process-card-image {
        width: 120px;
        height: 120px;
    }
    
    .sertis-process-card-title {
        font-size: 18px;
    }
    
    .sertis-process-card-description {
        font-size: 13px;
    }
    
    .sertis-process-footer {
        margin-top: 20px;
    }
    
    .sertis-process-footer-text {
        font-size: 13px;
    }
    
    .sertis-packages {
        padding: 32px 16px;
    }
    
    .sertis-packages-content {
        gap: 24px;
    }
    
    .sertis-packages-title {
        gap: 20px;
        padding: 0 12px;
    }
    .sertis-packages-content-text {
        gap:16px;
    }
    
    .sertis-packages-heading {
        font-size: 24px;
    }
    
    .sertis-packages-description {
        font-size: 14px;
    }
    
    .sertis-package-details {
        padding: 20px;
        gap: 12px;
    }
    
    .sertis-package-detail {
        font-size: 14px;
        height: auto;
        min-height: 24px;
        flex-direction: column;
    }
    
    .sertis-package-title h3 {
        font-size: 16px;
    }
    
    .sertis-testimonials {
        padding: 32px 16px;
    }
    
    .sertis-testimonials-title {
        margin-bottom: 16px;
    }
    
    .sertis-testimonials-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .sertis-testimonial-quote {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .sertis-testimonial-author {
        font-size: 13px;
        margin-top: 12px;
    }
    
    .sertis-customers-title {
        padding: 48px 40px 16px;
    }
    
    .sertis-customers-content {
        width: 100%;
    }
    
    .sertis-customers-heading {
        font-size: 32px;
    }
    
    .sertis-customers-nav {
        right: 40px;
    }
    
    .sertis-customers-carousel {
        padding: 24px 40px 48px;
    }
    
    .sertis-customer-card {
        width: calc(100vw - 120px); /* Full width minus padding and margins */
        max-width: 380px;
        height: 380px;
        margin: 0 auto;
    }
    
    .sertis-customer-card.expanded {
        width: calc(100vw - 120px); /* Full width minus padding and margins */
        max-width: 380px;
    }
    
    .sertis-customer-card.expanded .sertis-customer-image {
        width: 100%;
    }
    
    .sertis-customer-card .sertis-customer-badge {
        width: 100%;
    }
    
    .sertis-customer-overlay {
        width: 100%;
    }
    
    .sertis-customer-overlay-text {
        font-size: 28px;
    }
    
    .sertis-customer-expanded {
        width: 330px;
        padding: 30px;
    }
    
    .sertis-calculator {
        padding: 48px 40px;
    }
    
    .sertis-calculator-inner {
        gap: 60px;
        padding: 60px 40px;
    }
    
    .sertis-calculator-content {
        width: 100%;
        max-width: 380px;
    }
    
    .sertis-calculator-heading {
        font-size: 32px;
    }
    
    .sertis-calculator-form-wrapper {
        padding: 0;
        gap: 60px;
    }
    
    .sertis-about {
        padding: 48px 40px;
    }
    
    .sertis-about-container {
        gap: 80px;
    }
    
    .sertis-about-image {
        height: 500px;
    }
    
    .sertis-about-content {
        width: 100%;
        max-width: 380px;
    }
    
    .sertis-about-heading {
        font-size: 32px;
    }
    
    .sertis-partners {
        padding: 48px 40px;
    }
    
    .sertis-partners-container {
        gap: 80px;
        padding: 60px 40px;
    }
    
    .sertis-partners-content {
        width: 100%;
        max-width: 450px;
    }
    
    .sertis-partners-heading {
        font-size: 32px;
    }
    
    .sertis-partners-image {
        width: 300px;
        height: 300px;
    }
    
    .sertis-faq {
        padding: 48px 40px;
    }
    
    .sertis-faq-container {
        gap: 28px;
    }
    
    .sertis-faq-heading {
        font-size: 32px;
    }
    
    .sertis-footer-container {
        gap: 200px;
        padding: 48px 40px;
    }
    
    .sertis-footer-brand {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .sertis-testimonials {
        padding: 32px 16px;
    }
    
    .sertis-testimonials-title {
        margin-bottom: 16px;
    }
    
    .sertis-testimonial-quote {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .sertis-testimonial-author {
        font-size: 13px;
        margin-top: 12px;
    }
    
    .sertis-customers-title {
        padding: 32px 16px 16px;
    }
    
    .sertis-customers-heading {
        font-size: 24px;
    }
    
    .sertis-customers-description {
        font-size: 14px;
    }
    
    .sertis-customers-nav {
        right: 16px;
    }
    
    .sertis-customers-carousel {
        padding: 24px 16px 32px;
        justify-content: center; /* Center the carousel content */
    }
    
    .sertis-customer-card {
        width: calc(100vw - 32px); /* Full width minus padding */
        max-width: 360px; /* Reasonable max width for very large phones */
        min-width: 280px; /* Minimum width for very small phones */
        height: auto;
        margin: 0 auto;
        aspect-ratio: 1; /* Maintain square aspect ratio */
    }
    
    .sertis-customer-card.expanded {
        width: calc(100vw - 32px);
        max-width: 360px;
        min-width: 280px;
    }
    
    .sertis-customer-card.expanded .sertis-customer-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        position: relative;
    }
    
    .sertis-customer-card .sertis-customer-badge {
        width: 100%;
    }
    
    .sertis-customer-overlay {
        width: 100%;
        border-radius: 16px 16px 0 0;
        height: auto;
        aspect-ratio: 1;
    }
    
    .sertis-customer-overlay-text {
        font-size: 20px;
        padding: 16px;
    }
    
    .sertis-customer-expanded-title {
        font-size: 20px;
    }
    
    .sertis-customer-expanded-description {
        font-size: 14px;
    }
    
    .sertis-customer-expanded-features li {
        font-size: 13px;
    }
    
    .sertis-calculator {
        padding: 32px 16px;
    }
    
    .sertis-calculator-inner {
        flex-direction: column;
        gap: 32px;
        padding: 32px 16px;
    }
    
    .sertis-calculator-heading {
        font-size: 24px;
    }
    
    .sertis-calculator-description {
        font-size: 14px;
    }
    
    .sertis-calculator-form-wrapper {
        padding: 0;
        gap: 32px;
    }
    
    .sertis-form-label {
        font-size: 13px;
    }
    
    .sertis-form-input,
    .sertis-form-select {
        font-size: 14px;
        height: 40px;
        padding: 8px 12px;
    }
    
    .sertis-form-select {
        padding-right: 36px;
    }
    
    .sertis-form-select-icon {
        right: 12px;
        width: 18px;
        height: 18px;
    }
    
    .sertis-form-submit {
        font-size: 14px;
        height: 40px;
        padding: 8px 14px;
    }
    
    .sertis-about {
        padding: 32px 16px;
    }
    
    .sertis-about-container {
        flex-direction: column;
        gap: 32px;
    }
    
    .sertis-about-image {
        height: 300px;
        width: 100%;
    }
    
    .sertis-about-heading {
        font-size: 24px;
    }
    
    .sertis-about-description,
    .sertis-about-feature-text {
        font-size: 14px;
    }
    
    .sertis-about-features {
        gap: 20px;
    }
    
    .sertis-partners {
        padding: 32px 16px;
    }
    
    .sertis-partners-container {
        flex-direction: column-reverse;
        gap: 32px;
        padding: 32px 16px;
    }
    
    .sertis-partners-heading {
        font-size: 24px;
    }
    
    .sertis-partners-description {
        font-size: 14px;
    }
    
    .sertis-partners-list-item {
        font-size: 14px;
        padding-left: 20px;
    }
    
    .sertis-partners-list-item:before {
        font-size: 18px;
    }
    
    .sertis-partners-button {
        font-size: 14px;
        height: 40px;
        padding: 8px 14px;
    }
    
    .sertis-partners-image {
        width: 100%;
        height: 250px;
        max-width: 250px;
    }
    
    .sertis-faq {
        padding: 32px 16px;
    }
    
    .sertis-faq-container {
        gap: 20px;
    }
    
    .sertis-faq-heading {
        font-size: 24px;
    }
    
    .sertis-faq-question-text {
        font-size: 16px;
    }
    
    .sertis-faq-answer p {
        font-size: 14px;
        padding: 12px;
    }
    
    .sertis-faq-items {
        gap: 16px;
    }
    
    .sertis-faq-divider {
        margin: 0 12px;
    }
    
    .sertis-footer-container {
        /* flex-direction: column; */
        gap: 10px;
        padding: 32px 16px;
        align-items: flex-start;
    }
    
    .sertis-footer-brand {
        width: 50%;
    }
    
    .sertis-footer-logo {
        width: 80px;
        height: 28px;
    }
    
    .sertis-footer-logomark {
        width: 14px;
        height: 28px;
    }
    
    .sertis-footer-wordmark {
        width: 60px;
        height: 14px;
    }
    
    .sertis-footer-info {
        width: 47%;
    }
    .sertis-footer-contact {
        padding: 0px 8px 8px 0px;
    }
    .sertis-footer-copyright {
        padding: 0px 8px 8px 0px;
    }
    
    .sertis-footer-link,
    .sertis-footer-text {
        font-size: 13px;
    }
}

/* ========================================
   PACKAGES LAYOUT IMPROVEMENTS
   ======================================== */

/* Desktop: Hide labels and show only values */
@media (min-width: 769px) {
    .sertis-package-detail-label {
        display: none;
    }
    
    .sertis-package-detail-value {
        display: block;
    }
}

/* ========================================
   MOBILE PACKAGES LAYOUT IMPROVEMENTS
   ======================================== */

/* Hide packages header row on mobile */
@media (max-width: 768px) {
    .sertis-packages-header {
        display: none;
    }
    
    /* Hide the original CTA button before the table on mobile */
    .sertis-packages-cta {
        display: none;
    }
    
    /* Mobile-specific package card styling */
    .sertis-package-card {
        margin-bottom: 24px;
    }
    
    /* Mobile package detail with label styling */
    .sertis-package-detail-with-label {
        margin-bottom: 0px;
        padding: 10px 0 21px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        flex-direction: column;
    }
    
    .sertis-package-detail-with-label:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    /* Label styling - light weight font */
    .sertis-package-detail-label {
        display: block;
        font-size: 14px;
        font-weight: 300; /* Light weight */
        margin-bottom: 4px;
        font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }
    
    /* Value styling */
    .sertis-package-detail-value {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #1a1a1a;
        line-height: 1.4;
    }
    
    /* Special styling for the "Ideal for" section */
    .sertis-package-detail-with-label.sertis-package-ideal .sertis-package-detail-value {
        font-size: 15px;
        line-height: 1.5;
    }
    
    /* Mobile CTA Button (shown after table) */
    .sertis-packages-mobile-cta {
        display: block;
        margin-top: 0px;
        text-align: center;
    }
}

/* Desktop: Hide the mobile CTA button */
@media (min-width: 769px) {
    .sertis-packages-mobile-cta {
        display: none;
    }
}

/* ========================================
   CUSTOMER CAROUSEL MOBILE IMPROVEMENTS
   ======================================== */

/* Enhanced mobile responsiveness for customer carousel */
@media (max-width: 768px) {
    .sertis-customers-carousel {
        display: flex;
        flex-direction: row; /* Ensure horizontal layout */
        justify-content: flex-start; /* Start from left to show all cards */
        align-items: flex-start; /* Changed to flex-start to accommodate expanded content */
        overflow-x: auto; /* Allow horizontal scrolling to see all cards */
        overflow-y: hidden; /* Allow expanded content to show */
        scroll-snap-type: x mandatory;
        padding: 24px 20px 32px;
        width: 100%; /* Ensure full width */
    }
    
    .sertis-customer-card {
        scroll-snap-align: center;
        width: calc(100vw - 60px); /* Slightly smaller to ensure all cards fit */
        max-width: 320px; /* Reduced max-width to fit more cards */
        min-width: 280px;
        height: auto;
        margin: 0 8px; /* Small margin for spacing between cards */
        flex-shrink: 0; /* Prevent cards from shrinking */
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        overflow: visible; /* Important: allow expanded content to show */
        background: transparent;
    }
    
    /* When not expanded, container should only be as tall as the image */
    .sertis-customer-card:not(.expanded) {
        height: auto;
    }
    
    .sertis-customer-card.expanded {
        width: calc(100vw - 60px);
        max-width: 320px;
        min-width: 280px;
        height: auto; /* Allow height to expand */
    }
    
    /* Mobile card image container */
    .sertis-customer-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%; /* 1:1 aspect ratio */
        position: relative;
        overflow: hidden;
        border-radius: 16px 16px 0 0;
    }
    
    .sertis-customer-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .sertis-customer-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 16px 16px 0 0;
    }
    
    .sertis-customer-badge {
        width: 100%;
    }
    
    /* Mobile expanded content - appears below image */
    .sertis-customer-expanded {
        position: absolute;
        top: 100%; /* Position below the image */
        left: 0;
        width: 100%;
        background-color: #EFFFDD;
        border-radius: 0 0 16px 16px; /* Bottom rounded corners */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
        box-sizing: border-box;
        
        /* Hide by default - completely collapsed */
        height: 0;
        padding: 0 24px; /* ✅ Increased padding for better mobile spacing */
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        z-index: 10;
    }
    
    /* ✅ Hide close button on mobile */
    .sertis-customer-expanded-close {
        display: none !important;
    }
    
    .sertis-customer-card.expanded .sertis-customer-expanded {
        /* Show when expanded */
        height: auto;
        min-height: 120px; /* Minimum height to show content */
        max-height: 400px; /* Maximum height to prevent overflow */
        padding: 20px 24px; /* ✅ Increased left/right padding for mobile */
        opacity: 1;
        visibility: visible;
    }
    
    /* Set carousel container height when any card is expanded on mobile */
    .sertis-customers-carousel:has(.sertis-customer-card.expanded) {
        height: 550px !important;
        transition: height 0.3s ease;
    }
    
    /* Adjust close button for mobile */
    .sertis-customer-expanded-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 10;
    }
    
    .sertis-customer-expanded-close svg {
        width: 18px;
        height: 18px;
    }
    
    /* Debug: Ensure mobile expanded content is visible when expanded */
    .sertis-customer-card.expanded {
        z-index: 10;
        position: relative;
    }
    
    .sertis-customer-card.expanded .sertis-customer-expanded {
        z-index: 5;
        /* position: relative; */
        display: flex !important;
        min-height: 100px; /* Ensure minimum height */
    }
}

/* Extra small devices (phones, 375px and down) */
@media (max-width: 375px) {
    .sertis-customers-carousel {
        padding: 24px 16px 32px;
    }
    
    .sertis-customer-card {
        width: calc(100vw - 32px);
        margin: 0 4px;
    }
    
    .sertis-customer-card.expanded {
        width: calc(100vw - 32px);
    }
    
    .sertis-customer-expanded {
        padding: 0 20px; /* ✅ Increased padding for extra small devices */
        height: 0; /* Ensure collapsed state */
    }
    
    .sertis-customer-card.expanded .sertis-customer-expanded {
        padding: 16px 20px; /* ✅ Increased left/right padding for extra small devices */
        height: auto;
        min-height: 100px;
    }
}

/* ✅ CENTER ALIGN TEXT FOR MOBILE AND TABLET */
@media (max-width: 1024px) {

    .sertis-footer-container {
        gap: 20px;
    }
    
    
    /* FAQ Section Heading */
    
    /* Calculator Section */
    /* .sertis-calculator-heading,
    .sertis-calculator-description {
        text-align: center;
    } */
    
    .sertis-form-submit {
        margin: 0 auto;
        display: block;
    }
}

/* ✅ MOBILE SPECIFIC ADJUSTMENTS */
@media (max-width: 768px) {
    .sertis-products-row-divider-line{
        background-color: #CAC4D0;
        width: 80%;
        margin: 16px auto;
    }
    /* Carbon Purchase Agreement - Mobile specific */
    /* .sertis-cpa-text {
        text-align: center;
    } */
    /* FAQ - Mobile specific */
    .sertis-faq-title {
        justify-content: center;
        text-align: center;
    }
    .sertis-calculator-badge, .sertis-faq-badge, .sertis-about-feature-text, .sertis-partners-list{
        justify-content: center;
    }

    .sertis-cpa-cta,.sertis-about-feature-last{
        margin-top: 12px;
    }
    .sertis-about-feature-last .sertis-btn-link{
        justify-content: flex-start;
    }
    .sertis-calculator-form .sertis-form-submit{
        margin-top: 8px;
    }
    /* Calculator - Mobile specific */
    .sertis-calculator-text, .sertis-calculator-description {
        text-align: center;
        align-items: center;
    }
    .sertis-cpa-left{
        width: 100%;
    }
    .sertis-footer-container{
        gap: 9px;
    }
    
    /* Our Products - Mobile Responsive */
    .sertis-products {
        padding: 40px 20px;
    }
    
    .sertis-products-title {
        width: 100%;
        margin-bottom: 0px;
    }
    .sertis-products-header-empty{
        display: none;
    }
    .sertis-products-cta{
        margin-top: 0px !important;
        width: unset !important;
    }
    
    .sertis-products-heading {
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -0.56px;
    }
    
    .sertis-products-comparison {
        border-radius: 16px;
    }
    
    .sertis-products-header {
        grid-template-columns: 1fr;
        background: #F8F9FA;
        border-bottom: none;
    }
    
    .sertis-products-header-item:not(.sertis-products-header-empty) {
        display: none;
    }
    
    .sertis-products-row {
        grid-template-columns: 1fr;
        border-radius: 16px;
        margin-bottom: 16px;
    }
    
    .sertis-products-row-badge {
        padding: 16px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .sertis-products-pulse .sertis-products-row-badge {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
    
    
    /* This will be overridden below with more padding */
    
    .sertis-products-badge-text {
        font-size: 18px;
    }
    
    /* Ensure strong tags are bold on mobile too */
    .sertis-products-badge-text strong {
        font-weight: 700;
    }
    
    .sertis-products-row-item {
        padding: 24px;
        gap: 0px;
    }
    
    /* Make products table background transparent on mobile */
    .sertis-products-row {
        background-color: transparent !important;
        border: none !important;
    }
    
    .sertis-products-pulse,
    .sertis-products-iq {
        background-color: transparent !important;
        border: none !important;
    }
    
    /* Add more padding to badge containers on mobile */
    .sertis-products-badge-container {
        padding: 20px 32px;
        min-height: 64px;
        margin-bottom: 8px;
    }
    
    /* Ensure proper spacing between sections on mobile */
    .sertis-products-row {
        margin-bottom: 24px;
        border-radius: 16px;
        overflow: hidden;
        margin-top: 0px ;
    }
    
    .sertis-products-row-badge {
        padding: 20px 24px;
    }
    
    .sertis-products-item-title {
        font-size: 16px;
    }
    
    .sertis-products-item-description {
        font-size: 14px;
    }
    
    /* Mobile Headers - Show above each content item - match desktop styling exactly */
    .sertis-products-mobile-header {
        display: block;
        font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 14px;
        font-weight: 500; /* Match desktop header weight */
        line-height: 1.4285714285714286em;
        color: #0D1C44;
        margin-bottom: 8px;
        margin: 0;
    }
}

/* Products CTA Button */
.sertis-products-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    width: 100%;
}

.sertis-products-cta .sertis-btn {
    min-width: 160px;
}

#ast-scroll-top{
    display: none !important;
}