.border-radius-134 > .tatsu-column-inner {
    border-radius: 20px 0 20px 20px;
}

.values-list { 
    width: 100%; 

}

.value-item { 
    display: flex; 
    align-items: flex-start; 
    gap: 1.7rem; 
    padding-top: 1.5rem; 
    padding-bottom: 1.5rem; 
}

.value-item:not(:last-child) { 
    border-bottom: 1px solid 000; 
}

.icon-container { 
    flex-shrink: 0; 
  
}
.icon-container img { 
    max-width: 100%;

}

.icon-placeholder { 
    width: 2.5rem; 
    height: 2.5rem; 
}

.value-title { 
    font-size: 1.5rem; 
    line-height: 2rem; 
    font-weight: 700; 
    color: #111827; 
    margin: 0; 
}

.value-description { 
    margin-top: 0.25rem !important; 
    font-size: 1.125rem; 
    line-height: 1.75rem; 
    color: #374151; 
    margin: 0; 
}
 



/* Why Companies Choose section */
.page-text-card { display:flex; flex-wrap:wrap; gap:24px; margin:24px 0; align-items: stretch; }
.page-text-card-item { display:flex; flex-direction:column; min-height:100%;background:#fff; border:1px solid #000; border-radius:12px 0 12px 12px; padding:24px 24px 28px; flex:1 1 220px; max-width:290px; box-sizing:border-box; }
.page-text-card-item .text-bottom { margin-top:auto; display:block; }
.page-text-card-top { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:12px; }
.page-text-card-item h3 { margin:0; font-size:22px; line-height:1.25; color:#00a0df; font-weight:600; max-width:70%; word-break:break-word; padding-bottom:.7rem }
.page-text-card-item p { margin:0; font-size:15px; line-height:1.6; color:#222; }
.page-text-card-icon { width:35px; height:28px; display:flex; justify-content:center; align-items:center; }
.page-text-card-icon span { width:16px; height:16px; border:2px solid #000; box-sizing:border-box; }
@media (max-width:768px) {
.page-text-card-item { max-width:100%; flex-basis:100%; }
}
/* End: Why Companies Choose section */



/* Questions Section */
.page-questions { max-width:700px; margin:0 auto; }
.page-questions-item { padding:16px 0; border-bottom:1px solid #000; padding-bottom:30px }
.page-questions-item:last-child { border-bottom:none; }
.page-questions-item h3 { margin:0; font-size:20px; font-weight:600; color:#000; }
.page-questions-item p { margin:0; font-size:15px; color:#222; line-height:1; }
/* End: Questions Section */

.img-center {display:block;margin:.5rem auto;}
.black {color:#000 !important}
.primary-blue {color:#00a1e4;}
.alpha-sm {opacity:.10;}
.italic {font-style:italic;}
.reset-list {list-style:none;padding:0;margin:0;}
.mt-10 {margin-top:10px !important; display:block}
.mt-30 {margin-top:30px !important; display:block}
.mt-50 {margin-top:50px !important; display:block}
.pt-30 {padding-top:30px !important; display:block}
.pt-50 {padding-top:50px !important; display:block}
.align-right {text-align:right;}
.secondary-text {font-size:85%;line-height: 1.3rem;}

/* Articles Cards */

        .card-articles-container { display: flex; gap: 2rem; flex-wrap: wrap; width: 100%; }
        .card-article { position: relative; border: 1px solid black; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; flex: 1; min-width: 280px; }
        .card-article-image { width: 100%; height: 150px; object-fit: cover; }
        .card-article-content { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
        .card-article-tag { display: inline-block; padding: 0.25rem 0.75rem; border: 1px solid #a0aec0; border-radius: 9999px; font-size: 0.875rem; margin-bottom: 1rem; align-self: flex-start; }
        .card-article-title { font-size: 1.3rem; font-weight: 600; line-height: 1.3; margin-bottom: 1rem; }
        .card-article-title a { color: inherit; text-decoration: none; transition: color 0.2s ease-in-out; }
        .card-article-title a::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
        .card-article-link { margin-top: auto; text-decoration: none; font-weight: 500; transition: color 0.2s ease-in-out; }
        .card-article:hover .card-article-title a, .card-article:hover .card-article-link { color: #000; }

.card-articles-container > p {
  display: none;
}

/* End: Articles Cards */

    .page-button-secondary { display: inline-block; padding: 15px 30px; border-radius: 30px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.2s ease; border: 1.5px solid; }
    .page-button-secondary.blue { margin-top: 1rem; color: #00a1e4; border-color: #00a1e4; }

    .page-button-primary { display: inline-block; padding: 15px 30px; border-radius: 30px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.2s ease; border: 1.5px solid; }
    .page-button-primary.blue { margin-top: 1rem; color: #fff; background-color: #00a1e4; }
  

    .slideshow-icon {display:block;float:left;margin-right:1rem;}



/* ---------------------------------- */ 
/* --- Accordion Section Styles --- */  
/* ---------------------------------- */

.accordion-section {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}
.accordion-content {
    flex: .8;
    min-width: 300px;
}
.accordion-media {
    flex: 1;
    min-width: 300px;
}
.accordion-media-caption {
    font-style:italic;    
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}
.accordion-mobile-caption {
    display: none; /* Hidden on desktop */
    font-style: italic;
    margin-top: 16px;
}
.accordion-image-wrapper {
    width: 100%;
    margin-bottom: 16px;
    position: sticky;
    top: 20px;
}
.accordion-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: opacity 0.3s ease-in-out;
}
.accordion-mobile-image {
    display: none; /* Hide on desktop by default */
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 16px;
    opacity: 0;
    clip-path: inset(0 0 100% 0); /* Start clipped from bottom */
    transition: opacity 0.5s ease-in-out, clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.value-item {
    display: flex;
    gap: 16px;
    cursor: pointer;
    align-items: flex-start; /* Ensures top alignment */
}
.value-item > div {
    flex-grow: 1;
    min-width: 0;
    width: 100%;
}
.value-item .icon-placeholder {
    flex-shrink: 0;
    width: 40px; /* Fixed width for consistency */
    height: 40px; /* Fixed height for consistency */
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
}
.value-item .icon-placeholder img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.value-item .value-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.value-item .accordion-arrow {
    flex-shrink: 0;
    margin-left: 16px;
}
.value-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* --- Arrow Swap Logic --- */
.value-item .arrow-up { display: none; }
.value-item .arrow-down { display: block; }
.value-item.active .arrow-up { display: block; }
.value-item.active .arrow-down { display: none; }
/* --- End Arrow Swap --- */

/* --- Content Animation --- */
.value-description {
    display: grid;
    grid-template-rows: 0fr; /* Collapsed by default */
    /* REMOVED padding-top from transition to prevent description movement */
    transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.value-description > * {
    overflow: hidden; /* Prevents content spill during animation */
}
.value-item.active .value-description {
    grid-template-rows: 1fr; /* Expanded when active */
}
/*
.value-item.active .value-description > * {
    padding-top: 10px; 
}*/


@media (max-width: 767px) {
    .accordion-section {
        /* Change layout from flex to block to stack children */
        display: block !important;
    }
    .accordion-content {
        /* Ensure the content list takes up the full width */
        width: 100%;
        min-width: auto;
        flex: none;
    }
    .accordion-media {
        /* Hide the desktop media container on mobile */
        display: none;
    }
    .accordion-image-wrapper {
        /* Hide only the desktop image wrapper on mobile */
        display: none;
    }
    
    /* Show mobile image ONLY when the parent item is active */
    .value-item .accordion-mobile-image {
        display: block; /* Make visible on mobile when active */
        opacity: 1;
        clip-path: inset(0 0 0 0); /* Reveal with smooth clip */
    }
    .value-item .accordion-mobile-caption {
        display: block; /* Show mobile caption */
    }
}

/* --- Static "About" Accordion --- */
.values-list.is-static .value-item {
    cursor: default;
}
.values-list.is-static .value-description {
    display: block;
    padding-top: 10px;
}

/* ---------------------------------- */
/* --- End Accordion Section Styles --- */
/* ---------------------------------- */


/* ---------------------------------- */
/* Solutions Carousel Styles */
/* ---------------------------------- */

        .solutions-carousel-container { max-width: 1200px; margin: auto; }
        .solutions-carousel-tabs { display: flex; flex-wrap: wrap; gap: 1rem; }
        .solutions-carousel-tab { display: flex; font-weight:600;align-items: center; padding: 1rem; border: 1px solid #ddd; cursor: pointer; background-color: #fff; border-radius: 8px; justify-content: flex-start; text-align: left; flex: 1; min-width: 200px; }
        .solutions-carousel-tab img { margin-right: 15px; width: 50px; height: 50px; }
        .solutions-carousel-tab.active { background-color: #00a1e4; color: white; border-color: #00a1e4; }
        .solutions-carousel-tab.active img { filter: brightness(0) invert(1); }
        .solutions-carousel-content-wrapper { max-width: 100%; margin: 2rem auto 0 auto; }
        .solutions-carousel-tab-content { display: none; padding: 2rem 0; }
        .solutions-carousel-tab-content.active { display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; }
        .solutions-carousel-content-left{ flex: 1; min-width: 300px; }
        .solutions-carousel-content-right{flex:1.5}
        .solutions-carousel-content-left h2 { font-size: 2.5rem; margin-top: 0; }
        .solutions-carousel-content-left p { font-size: 1.1rem; line-height: 1.6; }
        .solutions-carousel-quote { font-size: 1.1rem; font-weight: 700;font-style:italic; color: #333; margin-top: 3rem;  border-radius: 0 8px 8px 0; margin-bottom:0; max-width:80%;line-height:1.5rem !important }
        .solutions-carousel-content-right img { max-width: 100%; height: auto; border-radius: 8px; }

        @media (max-width: 992px) {
            .solutions-carousel-content-wrapper { max-width: 100%; }
        }
        @media (max-width: 768px) {
            .solutions-carousel-tabs { flex-direction: column; }
            .solutions-carousel-tab { margin-right: 0; }
            .solutions-carousel-content-left, .solutions-carousel-content-right { flex-basis: 100%; }
            .solutions-carousel-content-wrapper { display: none; } /* Hide on mobile */
            .solutions-carousel-tab-content {
                padding: 2rem 0;
                display: none; /* Content hidden by default */
            }
            .solutions-carousel-tab.active + .solutions-carousel-tab-content {
                display: flex; /* Show content for active tab */
            }
        }

/* ---------------------------------- */
/* end Solutions Carousel Styles */
/* ---------------------------------- */


.optymyze-card-item {
    background: #fff;
    border: 1px solid #000;
    border-radius: 12px 0 12px 12px;
    padding: 24px 24px 28px;
}

.optymyze-card-item .tatsu-icon_card-icon {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 0px !important
}

.optymyze-card-item .tatsu-icon_card-title {    
    margin-bottom:20px !important;
}


/* --- CUSTOM LIST STYLING --- */
        .blue-dash-list {
            /* 1. Remove the default bullet points */
            list-style: none;
            /* 2. Add some padding for the custom marker */
            padding-left: 1.5em; /* Creates the necessary space for the dash */
            font-size: 1.125rem; /* Larger text for readability */
        }

        .blue-dash-list li {
            /* 3. Set relative positioning for the ::before element */
            position: relative;
            margin-bottom: 0.75rem; /* Space between list items */
            line-height: 1.1em; /* Good line height for multi-line items */
            padding-left: 0.25rem; /* Small internal padding */
        }

        .blue-dash-list li::before {
            /* 4. Use the ::before pseudo-element to create the custom marker */
            content: "—";       /* The actual dash character (em dash) */
            color: #00a1e4;     /* Tailwind's default blue color (blue-500) */
            font-weight: 700;   /* Make the dash bold */

            /* Positioning to place the dash where the bullet usually is */
            position: absolute;
            left: -1.5em;       /* Move it outside the list item, into the padding space */
            top: 0;             /* Align it to the top of the text */
        }
        .value-description div:has(~ .blue-dash-list) {
            font-weight: bold;
            margin-bottom: 1.2rem;
        }




.blue-check-list {
    /* 1. List Reset and Sizing */
    list-style: none;
    padding-left: 1.7em;      /* Space for the checkmark icon */
    line-height: 1.5;
    margin: 0;
    color: #111;
}

.blue-check-list li {
    /* 2. Positioning Context */
    position: relative;
}

.blue-check-list li::before {
    /* 3. The Custom Icon (SVG) */
    content: '';
    width: 20px;
    height: 20px;
    
    /* Positioning */
    position: absolute;
    left: -1.8em; 
    top: 3px;     
        
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5L9.5 17L19 8' stroke='%2300A1E4' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* --- END CUSTOM LIST STYLING --- */


/* animate ⟶ on button hover */

        #primary-btn-id .tatsu-button::after {
        content: "⟶"; /* extra space before arrow */
        display: inline-block;
        margin-left: 0.4em; /* adds more space between text and arrow */
        transition: transform 0.3s ease;
        }

        #primary-btn-id .tatsu-button:hover::after {
        transform: translateX(6px);
        }

/* end animate ⟶ on button hover */

.no-border {
    border: none !important;
}

/* comparison table: Optymyze vs Traditional Tools */

    .comparison-table-container{max-width:1000px;margin:0 auto;padding:2rem 0;box-sizing:border-box;}
    .comparison-row{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(0,2.15fr) minmax(0,2.15fr);gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid #e5e7eb;}
    .comparison-row:last-child{border-bottom:none;}
    .comparison-row>div:first-child{font-size:1.1rem;font-weight:600;color:#111827;}
    .comparison-row>div:nth-child(2){font-weight:bold;color:#111827;}
    .comparison-row>div:nth-child(3){color:#4b5563;}
    .comparison-header{border-bottom:2px solid #d1d5db;padding-bottom:1rem;}
    .comparison-title-opt,.comparison-title-trad{font-size:1rem;margin:0;font-weight:bold;}
    .comparison-title-opt{color:#00a1e4;text-transform:uppercase;padding-left:32px;}
    .comparison-title-trad{color:#4b5563;font-style:italic;font-weight:normal;padding-left:26px;}
    .comparison-item{display:flex;gap:12px;align-items:flex-start;}
    .comparison-icon{width:20px;height:24px;background:no-repeat center/contain;flex-shrink:0;margin-top:.15em;}
    .comparison-icon.check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='22' viewBox='0 0 30 22' fill='none'%3E%3Cpath d='M3.5 12L10 18.5L26 3.5' stroke='%2300A1E4' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    .comparison-icon.x{width:14px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M1.5 1.5L11.5 11.5' stroke='%23B4B4B4' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M11.5 1.5L1.5 11.5' stroke='%23B4B4B4' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");}

    /* tablet: keep 3 columns but slightly tighter */
    @media(max-width:900px){
    .comparison-table-container{padding:1.5rem;}
    .comparison-row{gap:1rem;grid-template-columns:minmax(80px,.8fr) minmax(0,2fr) minmax(0,2fr);}
    .comparison-row>div:first-child{font-size:1rem;}
    }

    /* mobile: stack rows, keep icon/text aligned per column */
    @media(max-width:640px){
    .comparison-table-container{padding:1rem;}
    .comparison-header{display:none;}
    .comparison-row{grid-template-columns:1fr;gap:1rem;}
    .comparison-row>div:first-child{border-bottom:1px solid #eee;padding-bottom:.25rem;margin-bottom:.25rem;}
    .comparison-row>div:nth-child(2),.comparison-row>div:nth-child(3){display:grid;grid-template-columns:20px 1fr;gap:4px 12px;align-items:flex-start;}
    .comparison-item{display:contents;}
    .comparison-icon{width:20px;height:20px;margin-top:.2em;}
    .comparison-icon.x{width:14px;height:20px;}
    .comparison-row>div:nth-child(2)::before{content:"OPTYMYZE NO-CODE PLATFORM";grid-column:1/-1;font-size:.75rem;color:#00a1e4;font-weight:800;letter-spacing:.05em;margin-bottom:2px;}
    .comparison-row>div:nth-child(3)::before{content:"Traditional Tools";grid-column:1/-1;font-size:.85rem;color:#6b7280;font-style:italic;margin-bottom:2px;}
    }



/* end comparison table: Optymyze vs Traditional Tools */



/* Resources Items */
.opt-resource-tag {
    font-size: .9em;
    padding: .2rem 1rem;
    border: solid 1px black;
    width: auto;
    border-radius: 2rem;
    display: inline-block;
    margin: 0 1rem;
}

.opt-resource-item h4 {
    line-height: 130%;
    margin-top: .7rem;
    margin: 0 1rem;
    padding: 1rem 0 1.5rem;
    letter-spacing: 0;
    font-size: 1.3rem;
    min-height: 6em;
}

.opt-resource-item {
    border: solid 1px black;
    border-radius: 1rem;
    overflow: auto;
    padding-bottom: 1rem;
    cursor: pointer;
}

.opt-resource-item .tatsu-icon_card-icon {
    width: auto !important;
    min-height: 120px;
}

.opt-resource-cta {
    font-size:.9em;
    margin: 0 1rem;
}

.opt-resource-cta a:hover {
    color:black;
}


/* only columns that contain opt-resource-item */
.tatsu-column-inner:has(.opt-resource-item){
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.tatsu-column-inner:has(.opt-resource-item) .tatsu-column-pad-wrap{
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

.tatsu-column-inner:has(.opt-resource-item) .tatsu-column-pad{
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.tatsu-column-inner:has(.opt-resource-item) .opt-resource-item{
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}



/* End Resources Items */


.btn-demo {
    padding:0 20px !important;
    border-radius:30px !important;
    margin-left:7px !important;
}
.btn-demo:focus, .btn-demo:active {
    outline:none !important;
    box-shadow:none !important;
    background-color:#00a1e4 !important;
}



/* Mobile menu styles */
@media (max-width: 991px) {
    /* Hide arrows for menu items without submenus on top level */
    .tab:not(:has(.submenu)) > a::after {
        display: none !important;
    }
    
    /* Hide ALL arrows inside submenus (they shouldn't be clickable to expand further) */
    #main-menu .submenu a::after {
        display: none !important;
        content: none !important;
    }
    
    /* Show submenu when active */
    #main-menu.submenu-active .tab.active .submenu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
        left: 0 !important;
        right: auto !important;
        background-color: #fff !important;
        z-index: 9999 !important;
    }
    
    #main-menu.submenu-active .tab.active .submenu .inner {
        display: block !important;
        background-color: #fff !important;
        position: relative !important;
        z-index: 10000 !important;
    }
    
    /* Menu grid mobile layout */
    .menu-grid, 
    .menu-grid-solutions, 
    .resources-menu-grid {
        display: block !important;
        grid-template-columns: none !important;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        background-color: #fff !important;
        position: relative !important;
        z-index: 10001 !important;
    }
    
    .menu-grid li, 
    .menu-grid-solutions li, 
    .resources-menu-grid li {
        grid-row: auto !important;
        grid-column: auto !important;
        background-color: #fff !important;
        position: relative !important;
    }
    
    .menu-grid li a, 
    .menu-grid-solutions li a, 
    .resources-menu-grid li a {
        display: block !important;
        grid-template-columns: none !important;
        padding: 15px 20px !important;
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Hide icons and descriptions on mobile */
    .menu-grid .menu-icon, 
    .menu-grid-solutions .menu-icon, 
    .resources-menu-grid .menu-icon {
        display: none !important;
    }
    
    .menu-grid .menu-desc, 
    .menu-grid-solutions .menu-desc, 
    .resources-menu-grid .menu-desc {
        display: none !important;
    }
    
    .menu-grid .menu-title, 
    .menu-grid-solutions .menu-title, 
    .resources-menu-grid .menu-title {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #414042 !important;
    }
    
    /* Style for Overview items - keep same styling as other items */
    .mobile-overview-item {
        background-color: #fff !important;
    }
    
    .mobile-overview-item a {
        font-weight: 400 !important;
        background-color: #fff !important;
    }
    
    .mobile-overview-item .menu-title {
        color: #414042 !important;
    }
}


/* --- Custom header styles */
.custom-h1 {
  /* --- #1 State: Default (Mobile) --- */
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  display: block; /* Ensures span behaves like a block H1 */

  /* --- #2 State: Middle Breakpoint --- */
  @media (min-width: 768px) {
    font-size: 40px;
    line-height: 50px;
  }

  /* --- #3 State: Largest Breakpoint --- */
  @media (min-width: 1024px) {
    font-size: 50px;
    line-height: 50px;
  }
}

.custom-span {
  font-weight:400;
  font-size:18px;
  line-height:27px;
}

.custom-opacity {
  opacity:.5;
}

.optymyze-blue {
  color:#00a1e4;
}

.custom-height {
  min-height: 375px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-height-L1 {
  min-height: 550px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* --- End Custom header styles */