:root {
--yellow:   #f2bc32;
--yellow2:  #f2bc32;
--black:    #111111;
--dark:     #1a1a1a;
--dark2:    #222222;
--white:    #ffffff;
--offwhite: #f7f7f7;
--grey:     #eeeeee;
--text:     #222222;
--muted:    #666666;
--pad:      80px 0;
--primary: #212121;
--primary-light: #141413;
--accent: #e8a020;
--accent-light: #f2bc32;
--text-dark: #1a1a2e;
--text-muted: #5a6272;
--bg-light: #f4f7fb;
--bg-white: #ffffff;
--section-pad: 80px 0;
}
.btn-stock {
background: transparent;
border: 2px solid var(--white);
color: var(--white);
font-size: 0.82rem;
font-weight: 700;
padding: 7px 16px;
border-radius: 4px;
white-space: nowrap;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
}
.btn-stock:hover {
background: var(--yellow);
border-color: var(--yellow);
color: var(--black);
}
/* HERO */
/* ── HERO ── */
.hero-section {
background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 60%, #060606 100%);
color: #fff;
padding: 90px 0 70px;
position: relative;
overflow: hidden; width:100%!important}
.hero-section::before {
content: '';
position: absolute;
inset: 0;
background: url('../images/header-bg.jpg') center/cover no-repeat;
opacity: 0.18;
}
.hero-section .container {
position: relative;
}
.hero-badge {
display: inline-block;
background: var(--accent);
color: #fff;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 5px 14px;
border-radius: 20px;
margin-bottom: 18px;
}
.hero-title {
font-size: clamp(2rem, 4.5vw, 3.2rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 22px; color:#fff
}
.hero-title span {
color: var(--accent-light);
}
.hero-desc {
font-size: 1.05rem;
opacity: 0.92;
line-height: 1.75;
margin-bottom: 32px;
}
.btn-primary-custom {
background: var(--accent);
color: #fff;
border: none;
padding: 13px 30px;
border-radius: 6px;
font-weight: 600;
font-size: 0.95rem;
text-decoration: none;
display: inline-block;
transition: background 0.2s, transform 0.15s;
}
.btn-primary-custom:hover {
background: #c8850e;
color: #fff;
transform: translateY(-2px);
}
.btn-outline-custom {
background: transparent;
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.6);
padding: 11px 28px;
border-radius: 6px;
font-weight: 600;
font-size: 0.95rem;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
}
.btn-outline-custom:hover {
background: rgba(255, 255, 255, 0.12);
color: #fff;
}
.btn-yellow {
background: var(--yellow);
color: var(--black);
border: none;
padding: 13px 30px;
border-radius: 4px;
font-weight: 700;
font-size: 0.92rem;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
}
.btn-yellow:hover {
background: var(--yellow2);
color: var(--black);
transform: translateY(-2px);
}
.btn-outline-white {
background: transparent;
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.55);
padding: 11px 28px;
border-radius: 4px;
font-weight: 600;
font-size: 0.92rem;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
}
.btn-outline-white:hover {
border-color: var(--yellow);
color: var(--yellow);
}
/* HIGHLIGHT STRIP */
.strip {
background: var(--yellow);
}
.strip-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
}
.strip-item {
display: flex;
align-items: center;
gap: 9px;
padding: 16px 18px;
color: var(--black);
font-size: 0.78rem;
font-weight: 600;
border-right: 1px solid rgba(0, 0, 0, 0.12); line-height:18px
}
.strip-item:last-child {
border-right: none;
}
.strip-item i {
font-size: 1.1rem;
}
@media (max-width: 991px) {
.strip-grid {
grid-template-columns: repeat(2, 1fr);
}
.strip-item {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
}
@media (max-width: 575px) {
.strip-grid {
grid-template-columns: 1fr;
}
}
/* COMMON */
section {
padding: var(--pad);
}
.bg-off {
background: var(--offwhite);
}
.sec-tag {
display: inline-block;
background: var(--yellow);
color: var(--black);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 2px;
margin-bottom: 14px;
}
.sec-title {
font-size: clamp(1.4rem, 3vw, 2.3rem);
font-weight: 800;
color: var(--black);
line-height: 1.2;
margin-bottom: 14px;
}
.sec-title span {
color: var(--yellow2);
}
.divider {
width: 48px;
height: 4px;
background: var(--yellow);
border-radius: 2px;
margin: 14px 0 24px;
}
.divider.mx-auto {
margin-left: auto;
margin-right: auto;
}
.sec-lead {
font-size: 0.97rem;
color: var(--muted);
line-height: 1.8;
max-width: 660px;
}
/* INTRO */
.intro-img {
width: 100%;
height: 380px;
object-fit: cover;
border-radius: 4px;
}
.intro-text p {
font-size: 0.93rem;
color: var(--muted);
line-height: 1.85;
margin-bottom: 16px;
}
/* TRUST BAR */
.trust-bar {
background: var(--black);
padding:20px 0;
}
.trust-item {
text-align: center;
padding: 10px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-item:last-child {
border-right: none;
}
.trust-num {
font-size: 2.6rem;
font-weight: 800;
color: var(--yellow);
line-height: 1;
margin-bottom: 6px;
}
.trust-label {
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.65);
font-weight: 500;
}
/* WHY CARDS */
.why-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 40px;
}
@media (max-width: 991px) {
.why-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.why-grid {
grid-template-columns: 1fr;
}
}
.why-card {
background: var(--white);
border: 1px solid var(--grey);
border-radius: 4px;
padding: 28px 24px;
transition: all 0.22s;
border-top: 4px solid transparent;
}
.why-card:hover {
border-top-color: var(--yellow);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
transform: translateY(-4px);
}
.why-card.full-row {
grid-column: 1 / -1;
}
.why-num {
width: 40px;
height: 40px;
background: var(--yellow);
color: var(--black);
font-weight: 800;
font-size: 1rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 14px;
}
.why-card h5 {
font-size: 0.95rem;
font-weight: 700;
color: var(--black);
margin-bottom: 10px;
}
.why-card p {
font-size: 0.85rem;
color: var(--muted);
line-height: 1.72;
margin: 0;
}
/* CAPABILITIES */
.cap-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 40px;
}
@media (max-width: 991px) {
.cap-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.cap-grid {
grid-template-columns: 1fr;
}
}
.cap-card {
background: var(--offwhite);
border-radius: 4px;
padding: 28px 20px;
text-align: center;
transition: all 0.22s;
border: 2px solid transparent;
}
.cap-card:hover {
border-color: var(--yellow);
background: var(--white);
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
}
.cap-icon {
width: 60px;
height: 60px;
background: var(--black);
color: var(--yellow);
font-size: 1.45rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
}
.cap-card h5 {
font-size: 0.9rem;
font-weight: 700;
color: var(--black);
margin-bottom: 10px;
}
.cap-card p {
font-size: 0.82rem;
color: var(--muted);
line-height: 1.65;
margin: 0;
}
/* BETA-LACTAM */
.betalactam-section {
background: var(--dark);
color: #fff;
padding: var(--pad);
}
.betalactam-img {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 4px;
border: 3px solid var(--yellow);
}
.betalactam-section .sec-title {
color: #fff;
}
.betalactam-section p {
color: rgba(255, 255, 255, 0.80);
font-size: 0.93rem;
line-height: 1.82;
margin-bottom: 16px;
}
/* SERVICES */
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 40px;
}
@media (max-width: 991px) {
.services-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.services-grid {
grid-template-columns: 1fr;
}
}
.svc-card {
background: var(--white);
border: 1px solid var(--grey);
border-radius: 4px;
padding: 28px 22px;
transition: all 0.22s;
}
.svc-card:hover {
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
transform: translateY(-3px);
border-color: var(--yellow);
}
.svc-icon {
font-size: 1.9rem;
color: var(--yellow2);
margin-bottom: 14px;
display: block;
}
.svc-card h5 {
font-size: 0.93rem;
font-weight: 700;
color: var(--black);
margin-bottom: 10px;
}
.svc-card p {
font-size: 0.84rem;
color: var(--muted);
line-height: 1.72;
margin: 0;
}
/* QUALITY */
.quality-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-top: 6px;
}
@media (max-width: 575px) {
.quality-list {
grid-template-columns: 1fr;
}
}
.quality-list li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 0.88rem;
color: var(--text);
padding:5px 0; line-height:15px;  border-bottom: solid 1px #cfdbe7;
}
.quality-list li i {
color: var(--yellow2);
font-size: 0.95rem;
margin-top: 2px;
flex-shrink: 0;
}
.reg-callout {
background: var(--black);
color: #fff;
border-left: 5px solid var(--yellow);
border-radius: 0 6px 6px 0;
padding: 22px 26px;
margin-top: 30px;
}
.reg-callout h5 {
font-size: 0.97rem;
font-weight: 700;
color: var(--yellow);
margin-bottom: 10px;
}
.reg-callout p {
font-size: 0.87rem;
color: rgba(255, 255, 255, 0.82);
line-height: 1.75;
margin: 0;
}
/* PHASES */
.phase-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin-top: 36px;
}
@media (max-width: 767px) {
.phase-grid {
grid-template-columns: 1fr;
}
}
.phase-card {
background: var(--white);
border: 1px solid var(--grey);
border-radius: 4px;
padding: 30px 24px;
position: relative;
overflow: hidden;
}
.phase-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: var(--yellow);
}
.phase-num {
font-size: 3.2rem;
font-weight: 800;
color: rgba(0, 0, 0, 0.06);
line-height: 1;
margin-bottom: 6px;
}
.phase-card h5 {
font-size: 0.95rem;
font-weight: 700;
color: var(--black);
margin-bottom: 12px;
}
.phase-card p {
font-size: 0.86rem;
color: var(--muted);
line-height: 1.72;
margin: 0;
}
/* MOLECULES */
.mol-cat {
background: var(--offwhite);
border-radius: 4px;
padding: 22px 20px;
margin-bottom: 18px;
border-left: 4px solid var(--yellow);
}
.mol-cat h5 {
font-size: 0.93rem;
font-weight: 700;
color: var(--black);
margin-bottom: 14px;
display: flex;
align-items: center;
gap: 8px;
}
.mol-cat h5 i {
color: var(--yellow2);
}
.mol-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.mol-tag {
background: var(--white);
border: 1px solid #ddd;
border-radius: 20px;
padding: 5px 14px;
font-size: 0.77rem;
color: var(--text);
font-weight: 500;
}
/* PARTNER TYPES */
.partner-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
margin: 32px 0;
}
@media (max-width: 991px) {
.partner-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.partner-grid {
grid-template-columns: 1fr;
}
}
.partner-item {
background: var(--white);
border: 2px solid var(--grey);
border-radius: 4px;
padding: 20px 14px;
text-align: center;
font-size: 0.85rem;
font-weight: 600;
color: var(--black);
transition: all 0.2s; line-height:18px;
}
.partner-item:hover {
border-color: var(--yellow);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.partner-item i {
display: block;
font-size: 1.6rem;
color: var(--yellow2);
margin-bottom: 8px;
}
/* COMPANIES */
.company-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
margin-top: 32px;
}
@media (max-width: 767px) {
.company-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.company-chip {
background: var(--offwhite);
border: 1px solid #ddd;
border-radius: 4px;
padding: 18px 12px;
text-align: center;
font-size: 0.82rem;
font-weight: 600;
color: var(--black);
transition: all 0.2s;
}
.company-chip:hover {
border-color: var(--yellow);
background: var(--white);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
/* PROCESS */
.process-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 40px;
}
@media (max-width: 991px) {
.process-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575px) {
.process-grid {
grid-template-columns: 1fr;
}
.btn-black { padding:15px 15px!important}
.company-chip { padding:5px; line-height:16px}

}
.proc-card {
background: var(--white);
border: 1px solid var(--grey);
border-radius: 4px;
padding: 26px 22px;
transition: all 0.2s;
}
.proc-card:hover {
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
border-color: var(--yellow);
}
.proc-step {
width: 36px;
height: 36px;
background: var(--yellow);
color: var(--black);
font-weight: 800;
font-size: 0.9rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 14px;
}
.proc-card h5 {
font-size: 0.93rem;
font-weight: 700;
color: var(--black);
margin-bottom: 10px;
}
.proc-card p {
font-size: 0.84rem;
color: var(--muted);
line-height: 1.72;
margin: 0;
}
/* CTA */
.cta-section {
background: var(--yellow);
padding:40px 0 20px 0!important;
text-align: center;
}
.cta-section h2 {
font-size: clamp(1.8rem, 3.5vw, 2.8rem);
font-weight: 800;
color: var(--black);
margin-bottom: 18px;
}
.cta-section p {
font-size: 1rem;
color:#000;
line-height: 1.78;
}
.btn-black {
background: var(--black);
color: var(--white);
border: none;
padding: 15px 36px;
border-radius: 4px;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
}
.btn-black:hover {
background: var(--dark2);
color: var(--yellow);
transform: translateY(-2px);
}
.cta-tagline {
font-style: italic;
color: rgba(0, 0, 0, 0.6);
font-size: 0.92rem;
margin-top: 26px;
}

section {
padding-top:50px!important;
padding-bottom:50px!important;
} 