.elementor-447 .elementor-element.elementor-element-a224d30{--display:flex;--min-height:38vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-447 .elementor-element.elementor-element-a224d30:not(.elementor-motion-effects-element-type-background), .elementor-447 .elementor-element.elementor-element-a224d30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-447 .elementor-element.elementor-element-5a3f2ad .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:46px;font-weight:800;color:var( --e-global-color-410a0f9 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-447 .elementor-element.elementor-element-69379cd{--divider-border-style:solid;--divider-color:var( --e-global-color-410a0f9 );--divider-border-width:3px;--divider-icon-size:10px;}.elementor-447 .elementor-element.elementor-element-69379cd .elementor-divider-separator{width:10%;margin:0 auto;margin-center:0;}.elementor-447 .elementor-element.elementor-element-69379cd .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.elementor-447 .elementor-element.elementor-element-6071774{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-447 .elementor-element.elementor-element-a663356{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}@media(min-width:768px){.elementor-447 .elementor-element.elementor-element-a224d30{--content-width:1350px;}.elementor-447 .elementor-element.elementor-element-a663356{--content-width:1350px;}}/* Start custom CSS for html, class: .elementor-element-5866b65 *//* Import Manrope Font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap');

/* ==========================================================================
   Compact Chemical Portfolio Section (Custom Color Adjusted)
   ========================================================================== */

.chemical-portfolio-section {
    padding: 40px 20px 0px;
    font-family: 'Manrope', sans-serif;
    background-color: transparent;
}

.chemical-portfolio-container {
    max-width: 650px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 35px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-top: 4px solid #00a0dc; /* Cyan-blue accent bar */
}

.chemical-title {
    color: #0B192C; /* Updated to your exact dark navy hex code */
    font-size: 26px;
    font-weight: 800; /* Extra bold Manrope */
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3;
}

.chemical-desc {
    color: #0B192C; /* Applied hex code here at a softer opacity via font-weight or fallback */
    opacity: 0.85; /* Softens the deep color slightly for body text readability */
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.chemical-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #00a0dc; /* High contrast cyan-blue button */
    color: #ffffff;
    text-decoration: none;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.chemical-pdf-link:hover,
.chemical-pdf-link:focus {
    background-color: #0B192C; /* Swaps button color to your dark navy on hover for dynamic interaction */
    color: #ffffff;
}

.chemical-pdf-link svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.chemical-pdf-link:hover svg {
    transform: translate(2px, -2px);
}

/* ==========================================================================
   Mobile Adjustments
   ========================================================================== */
@media (max-width: 768px) {
    .chemical-portfolio-section {
        padding: 30px 15px;
    }
    
    .chemical-portfolio-container {
        padding: 30px 20px;
    }
    
    .chemical-title {
        font-size: 22px;
    }
    
    .chemical-pdf-link {
        width: 100%; 
        box-sizing: border-box;
    }
}/* End custom CSS */