.elementor-kit-10{--e-global-color-primary:#10263A;--e-global-color-secondary:#E8571F;--e-global-color-text:#3D4A55;--e-global-color-accent:#CE4713;--e-global-color-1c2cd2a:#0A1926;--e-global-color-198da2e:#F2F4F6;--e-global-color-2de9ab2:#DCE1E6;--e-global-color-4115468:#FFFFFF;--e-global-color-7f79885:#6B7885;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2lh;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Source Sans 3", Sans-serif;font-weight:400;line-height:1.2lh;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Archivo", Sans-serif;font-size:15px;font-weight:500;color:var( --e-global-color-primary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Archivo", Sans-serif;font-size:52px;font-weight:700;}.elementor-kit-10 h2{color:var( --e-global-color-primary );font-size:38px;font-weight:600;}.elementor-kit-10 h3{color:var( --e-global-color-primary );font-family:"Archivo", Sans-serif;font-size:26px;font-weight:600;}.elementor-kit-10 h4{color:var( --e-global-color-primary );font-family:"Archivo", Sans-serif;font-size:20px;}.elementor-kit-10 h5{font-family:"Archivo", Sans-serif;}.elementor-kit-10 h6{font-family:"Archivo", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Tab navigation bar */
.case-studies .elementor-tab-title {
    padding: 16px 24px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #9197A8;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.case-studies .elementor-tab-title:hover {
    color: #0183D1;
}

.case-studies .elementor-tab-title.elementor-active {
    color: #0F1729;
    border-bottom-color: #0183D1;
}

/* Remove default Elementor tab borders and backgrounds */
.case-studies .elementor-tabs-wrapper {
    border-bottom: 2px solid #E8EAF2;
    display: flex;
    gap: 0;
    overflow-x: auto;
}

.case-studies .elementor-tab-content {
    border: none;
    padding: 48px 0 0;
    animation: slideUp 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */