.elementor-10558 .elementor-element.elementor-element-bmhfiz4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:180px;--padding-bottom:180px;--padding-left:40px;--padding-right:40px;}.elementor-10558 .elementor-element.elementor-element-bmhfiz4:not(.elementor-motion-effects-element-type-background), .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.portonpharma.com/static/temp/flowchemistryimg.jpg");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-10558 .elementor-element.elementor-element-bmhfiz4::before, .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .elementor-background-video-container::before, .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .e-con-inner > .elementor-background-video-container::before, .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .elementor-background-slideshow::before, .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-astglobalcolor7 );--background-overlay:'';}.elementor-widget-image-box .elementor-image-box-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-image-box:has(:hover) .elementor-image-box-title,
					 .elementor-widget-image-box:has(:focus) .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-10558 .elementor-element.elementor-element-786f55a{padding:0% 0% 0% 0%;}.elementor-10558 .elementor-element.elementor-element-786f55a .elementor-image-box-wrapper{text-align:center;}.elementor-10558 .elementor-element.elementor-element-786f55a .elementor-image-box-title{margin-bottom:0px;font-family:"Rubik";font-weight:600;color:var( --e-global-color-astglobalcolor5 );}.elementor-10558 .elementor-element.elementor-element-786f55a .elementor-image-box-description{font-family:"Karla";font-weight:400;color:var( --e-global-color-astglobalcolor5 );}.elementor-10558 .elementor-element.elementor-element-8dd696b{--display:flex;}.elementor-10558 .elementor-element.elementor-element-2391509{margin:0px 40px calc(var(--kit-widget-spacing, 0px) + 0px) 40px;padding:0px 0px 0px 0px;}.elementor-10558 .elementor-element.elementor-element-11ac337{--display:flex;}.elementor-10558 .elementor-element.elementor-element-a6f19ef{margin:0px 40px calc(var(--kit-widget-spacing, 0px) + 0px) 40px;padding:100px 0px 0px 0px;}@media(min-width:1025px){.elementor-10558 .elementor-element.elementor-element-bmhfiz4:not(.elementor-motion-effects-element-type-background), .elementor-10558 .elementor-element.elementor-element-bmhfiz4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-10558 .elementor-element.elementor-element-bmhfiz4{--padding-top:140px;--padding-bottom:80px;--padding-left:32px;--padding-right:32px;}.elementor-10558 .elementor-element.elementor-element-786f55a{padding:0% 30% 0% 0%;}}@media(max-width:767px){.elementor-10558 .elementor-element.elementor-element-bmhfiz4{--padding-top:120px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-10558 .elementor-element.elementor-element-786f55a{padding:0% 0% 0% 0%;}}/* Start custom CSS for html, class: .elementor-element-2391509 *//* 全局字体 */
body {
    font-family: 'Karla', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9fafb;
    color: #374151;
    line-height: 1.8;
}

/* Hero Section */
.hero {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.hero-overlay {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.hero-title {
    font-family: 'Rubik', sans-serif;
    font-size: 56px;
    font-weight: bold;
    color:#2563EB ;
    margin: 0;
    animation: fadeIn 2s ease-in-out;
}

.hero-subtitle {
    font-size: 20px;
    margin-top: 10px;
    font-style: italic;
    animation: fadeIn 2.5s ease-in-out;
}

.scroll-down {
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    animation: bounce 1.5s infinite;
}

/* Content Section */
.content-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-block {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-block:nth-child(even) {
    flex-direction: row-reverse;
}

.content-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.content-image {
    width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content-text {
    flex: 1;
}

.content-text h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    color: #6781B2;
    margin-bottom: 10px;
    border-bottom: 2px solid #6781B2;
    padding-bottom: 5px;
}

.content-text p {
    font-size: 16px;
    color: #4B5563;
    margin-bottom: 10px;
}

.content-text ul {
    list-style: disc;
    margin-left: 20px;
    color: #374151;
}

/* Capabilities Section */
.capabilities {
    text-align: center;
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.capabilities h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    color: #6781B2;
    margin-bottom: 20px;
}

.capabilities p {
    font-size: 16px;
    margin-bottom: 30px;
}

.key-points {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.point {
    flex: 1;
    padding: 20px;
    background-color: #f9fafb;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.point:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.point strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

/* 动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60bd677 *//* Technical Solutions Section */
.technical-solutions {
    background-color: #f3f4f6;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: #374151;
}

.solutions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.technical-solutions h2 {
    font-size: 38px;
    color: #6781B2;
    margin-bottom: 20px;
    border-bottom: 2px solid #6781B2;
    display: inline-block;
    padding-bottom: 5px;
}

.technical-solutions .intro {
    font-size: 17px;
    line-height: 1.8;
    color: #4B5563;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.solution-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.solution-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.solution-card h3 {
    font-size: 28px;
    color: #6781B2;
    margin-bottom: 10px;
}

.solution-card p {
    font-size: 17px;
    color: #374151;
    line-height: 1.6;
}

.cta {
    margin-top: 40px;
}

.cta p {
    font-size: 18px;
    color: #4B5563;
    margin-bottom: 20px;
}



.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #0073e6, #005bb5);
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.cta-button:hover {
    background: linear-gradient(90deg, #005bb5, #0073e6);
    box-shadow: 0px 8px 15px rgba(0, 115, 230, 0.3);
    color: #fff;
    transform: scale(1.1);
    letter-spacing: 1px;
}/* End custom CSS */