PATH:
home
/
u865795251
/
domains
/
whatisnewis.com
/
public_html
/
unibiotech
/
landingpages
/
unibiotech2
/
Editing: style.css
/* ========================================================================== UNIBIOTECH FORMULATIONS - STYLESHEET (Futuristic 2026 Biotech Aesthetic) ========================================================================== */ /* --- Design Tokens & Variables --- */ :root { --pharma-red: #9c0900; --pharma-red-hover: #bc0d02; --pharma-red-rgb: 156, 9, 0; --pharma-dark: #0f1319; --pharma-dark-rgb: 15, 19, 25; --pharma-light: #f8fafc; --pharma-white: #ffffff; --text-primary: #121824; --text-muted: #5e6b7e; --text-light: #94a3b8; /* Premium Glassmorphism & Shadow Systems */ --glass-bg: rgba(255, 255, 255, 0.75); --glass-border: rgba(255, 255, 255, 0.6); --glass-shadow: 0 8px 32px 0 rgba(156, 9, 0, 0.05); --card-shadow: 0 4px 20px 0 rgba(15, 19, 25, 0.04); --hover-shadow: 0 20px 40px 0 rgba(156, 9, 0, 0.08); --glow-shadow: 0 0 25px rgba(156, 9, 0, 0.35); --glow-shadow-weak: 0 0 15px rgba(156, 9, 0, 0.15); /* Layout & Animation constants */ --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); --transition-fast: all 0.2s ease-out; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --container-width: 1240px; } /* --- Document Reset & Base Rules --- */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; background-color: var(--pharma-light); } body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--text-primary); line-height: 1.6; overflow-x: hidden; background-color: var(--pharma-light); -webkit-font-smoothing: antialiased; } /* --- Scroll Progress Indicator --- */ #scroll-progress { position: fixed; top: 0; left: 0; height: 4px; background: linear-gradient(90deg, #ffffff, var(--pharma-red)); z-index: 10000; width: 0%; transition: width 0.1s ease-out; } /* --- Typography --- */ h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; } a { color: inherit; text-decoration: none; transition: var(--transition-fast); } img { max-width: 100%; display: block; } /* --- Helper Utilities --- */ .container { width: 100%; max-width: var(--container-width); margin: 0 auto; padding: 0 24px; } .text-center { text-align: center; } .mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .w-full { width: 100%; } .max-w-600 { max-width: 600px; margin-left: auto; margin-right: auto; } /* Section Badges */ .section-badge { display: inline-flex; align-items: center; padding: 6px 16px; font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pharma-red); background-color: rgba(var(--pharma-red-rgb), 0.08); border: 1px solid rgba(var(--pharma-red-rgb), 0.15); border-radius: 50px; margin-bottom: 16px; } .section-title { font-size: clamp(2rem, 4vw, 2.75rem); color: var(--pharma-dark); margin-bottom: 16px; } .section-desc { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 48px; line-height: 1.7; } /* Gradient Text Effect */ .gradient-text { background: linear-gradient(135deg, var(--pharma-red) 30%, #e03a30 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* --- Premium Buttons --- */ .btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; font-weight: 600; border-radius: var(--radius-sm); cursor: pointer; transition: var(--transition-smooth); border: none; outline: none; gap: 10px; } .btn-primary { background-color: var(--pharma-red); color: var(--pharma-white); box-shadow: 0 4px 15px rgba(var(--pharma-red-rgb), 0.2); } .btn-primary:hover { background-color: var(--pharma-red-hover); transform: translateY(-2px); box-shadow: var(--glow-shadow); } .btn-glow { position: relative; overflow: hidden; } .btn-glow::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); transform: rotate(30deg) translate(-70%, -70%); transition: 0.8s; } .btn-glow:hover::after { transform: rotate(30deg) translate(70%, 70%); } .btn-outline { background-color: transparent; color: var(--pharma-dark); border: 1px solid rgba(var(--pharma-dark-rgb), 0.15); } .btn-outline:hover { background-color: rgba(var(--pharma-red-rgb), 0.04); border-color: var(--pharma-red); color: var(--pharma-red); transform: translateY(-2px); } /* --- Floating Components --- */ .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background-color: #25d366; color: var(--pharma-white); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); z-index: 999; cursor: pointer; transition: var(--transition-smooth); } .whatsapp-float:hover { transform: scale(1.1) rotate(15deg); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6); } .whatsapp-float .tooltip { position: absolute; right: 75px; background-color: var(--pharma-dark); color: var(--pharma-white); padding: 6px 14px; border-radius: var(--radius-sm); font-size: 0.8rem; font-family: 'Space Grotesk', sans-serif; font-weight: 500; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateX(10px); transition: var(--transition-smooth); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .whatsapp-float:hover .tooltip { opacity: 1; visibility: visible; transform: translateX(0); } /* --- Header & Navigation --- */ .main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: rgba(255, 255, 255, 0.65); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); transition: var(--transition-smooth); } /* Header scrolled state styling */ .main-header.scrolled { background-color: rgba(255, 255, 255, 0.85); box-shadow: var(--glass-shadow); padding: 10px 0; } .nav-container { display: flex; align-items: center; justify-content: space-between; max-width: var(--container-width); margin: 0 auto; padding: 18px 24px; transition: var(--transition-smooth); } .main-header.scrolled .nav-container { padding: 10px 24px; } /* Logo Design */ .logo { display: flex; align-items: center; gap: 12px; } .biotech-logo-svg { width: 44px; height: 44px; filter: drop-shadow(0 2px 8px rgba(var(--pharma-red-rgb), 0.2)); } .logo-text { font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem; font-weight: 700; line-height: 1.1; letter-spacing: 0.05em; color: var(--pharma-dark); } .logo-sub { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.28em; color: var(--pharma-red); } /* Desktop Links */ .desktop-nav ul { display: flex; align-items: center; list-style: none; gap: 32px; } .nav-link { font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--text-primary); position: relative; padding: 8px 0; } .nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; background-color: var(--pharma-red); transition: var(--transition-fast); } .nav-link:hover { color: var(--pharma-red); } .nav-link:hover::after, .nav-link.active::after { width: 100%; } .nav-link.active { color: var(--pharma-red); } .nav-btn { background-color: rgba(var(--pharma-red-rgb), 0.08); border: 1px solid rgba(var(--pharma-red-rgb), 0.2); padding: 8px 20px; border-radius: var(--radius-sm); color: var(--pharma-red); } .nav-btn:hover { background-color: var(--pharma-red); color: var(--pharma-white); border-color: var(--pharma-red); box-shadow: var(--glow-shadow-weak); } .nav-btn::after { display: none; } /* Hamburger menu button */ .hamburger-menu { display: none; flex-direction: column; justify-content: space-between; width: 24px; height: 18px; background: transparent; border: none; cursor: pointer; z-index: 1001; } .hamburger-menu .bar { width: 100%; height: 2px; background-color: var(--pharma-dark); border-radius: 2px; transition: var(--transition-fast); } .hamburger-menu.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); } .hamburger-menu.active .bar:nth-child(2) { opacity: 0; } .hamburger-menu.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } /* Mobile Nav Drawer */ .mobile-nav-drawer { position: fixed; top: 0; right: -100%; width: 100%; max-width: 320px; height: 100vh; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-left: 1px solid var(--glass-border); z-index: 999; padding: 120px 40px 40px; transition: var(--transition-smooth); box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05); } .mobile-nav-drawer.active { right: 0; } .mobile-nav-list { display: flex; flex-direction: column; list-style: none; gap: 24px; } .mobile-link { font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; font-weight: 600; color: var(--pharma-dark); } .mobile-link:hover { color: var(--pharma-red); } .mobile-btn { display: inline-block; width: 100%; text-align: center; background-color: var(--pharma-red); color: var(--pharma-white); padding: 12px; border-radius: var(--radius-sm); margin-top: 10px; } /* --- 3D HERO SECTION --- */ .hero-section { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 100px; background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98) 0%, var(--pharma-light) 100%); overflow: hidden; } /* Three.js Canvas Container - Spans Full Width for Full Background Particles */ #canvas-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; } /* Premium Animated Dual Ambient Glow Blobs */ .hero-glow-glow { position: absolute; width: 900px; height: 900px; background: radial-gradient(circle at center, rgba(156, 9, 0, 0.08) 0%, rgba(255, 255, 255, 0) 70%); top: -15%; right: -10%; z-index: 0; pointer-events: none; filter: blur(65px); animation: floatGlow 18s infinite alternate ease-in-out; } .hero-glow-glow-secondary { position: absolute; width: 700px; height: 700px; background: radial-gradient(circle at center, rgba(156, 9, 0, 0.04) 0%, rgba(255, 255, 255, 0) 70%); bottom: -15%; left: -10%; z-index: 0; pointer-events: none; filter: blur(55px); animation: floatGlow 24s infinite alternate-reverse ease-in-out; } @keyframes floatGlow { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-4%, 6%) scale(1.08); } 100% { transform: translate(4%, -4%) scale(0.92); } } .hero-container { position: relative; z-index: 2; width: 100%; } .hero-content { max-width: 650px; } .tagline-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background-color: var(--pharma-white); border: 1px solid rgba(var(--pharma-red-rgb), 0.15); border-radius: 50px; color: var(--pharma-red); font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); margin-bottom: 24px; } .pulse-icon { animation: iconPulse 2s infinite alternate ease-in-out; } @keyframes iconPulse { 0% { transform: scale(1) rotate(0deg); opacity: 0.7; } 100% { transform: scale(1.2) rotate(180deg); opacity: 1; filter: drop-shadow(0 0 4px var(--pharma-red)); } } .hero-title { font-size: clamp(2.5rem, 5.5vw, 4.25rem); line-height: 1.1; color: var(--pharma-dark); margin-bottom: 24px; } .hero-subtitle { font-size: clamp(1rem, 1.8vw, 1.15rem); color: var(--text-muted); line-height: 1.7; margin-bottom: 40px; } .hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; } /* Hero Stats Container */ .hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid rgba(var(--pharma-dark-rgb), 0.08); padding-top: 32px; } .stat-item { display: flex; flex-direction: column; } .stat-number { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; font-weight: 700; color: var(--pharma-red); line-height: 1; margin-bottom: 6px; } .stat-number::after { content: '+'; } .stat-text { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; font-weight: 700; color: var(--pharma-red); line-height: 1; margin-bottom: 6px; } .stat-label { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.03em; } /* Mouse scroll down icon animation */ .scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: 'Space Grotesk', sans-serif; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); z-index: 2; pointer-events: none; } .scroll-indicator .mouse { width: 20px; height: 32px; border: 2px solid rgba(var(--pharma-red-rgb), 0.3); border-radius: 12px; position: relative; } .scroll-indicator .wheel { width: 4px; height: 8px; background-color: var(--pharma-red); border-radius: 2px; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); animation: scrollWheel 1.6s infinite ease-in-out; } @keyframes scrollWheel { 0% { top: 6px; opacity: 1; } 100% { top: 18px; opacity: 0; } } /* --- ABOUT SECTION --- */ .about-section { padding: 120px 0; background-color: var(--pharma-white); position: relative; z-index: 2; } .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } /* Frame and Photo styling */ .about-visual-wrapper { position: relative; } .glass-photo-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); border: 1px solid var(--glass-border); background: var(--glass-bg); padding: 12px; } .about-lab-img { border-radius: calc(var(--radius-lg) - 8px); width: 100%; height: 480px; object-fit: cover; filter: brightness(0.97); } .decorative-blob { position: absolute; width: 120%; height: 120%; top: -10%; left: -10%; background: radial-gradient(circle, rgba(var(--pharma-red-rgb), 0.03) 0%, transparent 60%); z-index: -1; pointer-events: none; } /* Floating widgets inside photo container */ .floating-tech-card { position: absolute; display: flex; align-items: center; gap: 16px; padding: 14px 20px; background-color: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: var(--radius-md); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); z-index: 10; } .card-top { top: 40px; right: -20px; animation: floatAnimY 5s infinite alternate ease-in-out; } .card-bottom { bottom: 40px; left: -20px; animation: floatAnimY 5s infinite alternate-reverse ease-in-out; } @keyframes floatAnimY { 0% { transform: translateY(0); } 100% { transform: translateY(-12px); } } .floating-tech-card .icon-circle { width: 44px; height: 44px; border-radius: 50%; background-color: var(--pharma-red); color: var(--pharma-white); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; } .floating-tech-card .icon-circle.shadow-glow { box-shadow: 0 0 15px rgba(var(--pharma-red-rgb), 0.4); } .floating-tech-card .icon-circle.shadow-glow-white { background-color: var(--pharma-white); color: var(--pharma-red); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } .tech-card-text h4 { font-family: 'Space Grotesk', sans-serif; font-size: 0.9rem; color: var(--pharma-dark); font-weight: 700; } .tech-card-text p { font-size: 0.72rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; } /* Intro tabs on the right side */ .about-tabs { margin-top: 32px; } .tab-headers { display: flex; gap: 12px; border-bottom: 1px solid rgba(var(--pharma-dark-rgb), 0.08); padding-bottom: 12px; margin-bottom: 24px; } .tab-btn { font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--text-muted); background: none; border: none; padding: 8px 16px; cursor: pointer; position: relative; transition: var(--transition-fast); } .tab-btn:hover { color: var(--pharma-red); } .tab-btn.active { color: var(--pharma-red); } .tab-btn.active::after { content: ''; position: absolute; bottom: -13px; left: 0; width: 100%; height: 2px; background-color: var(--pharma-red); } .tab-pane { display: none; } .tab-pane.active { display: block; animation: fadeIn 0.4s ease-out forwards; } @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } .check-list { list-style: none; margin-top: 20px; display: grid; grid-template-columns: 1fr; gap: 12px; } .check-list li { display: flex; align-items: center; gap: 12px; font-size: 0.92rem; font-weight: 600; color: var(--text-primary); } .check-list li i { color: var(--pharma-red); font-size: 1.1rem; } /* --- PRODUCT SECTION --- */ .products-section { padding: 120px 0; background-color: var(--pharma-light); position: relative; z-index: 2; } .category-tabs-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; } .category-btn { background-color: var(--pharma-white); border: 1px solid rgba(var(--pharma-dark-rgb), 0.06); color: var(--text-muted); padding: 10px 20px; font-family: 'Space Grotesk', sans-serif; font-size: 0.9rem; font-weight: 600; border-radius: 50px; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: var(--transition-fast); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); } .category-btn:hover { background-color: rgba(var(--pharma-red-rgb), 0.05); color: var(--pharma-red); border-color: rgba(var(--pharma-red-rgb), 0.2); } .category-btn.active { background-color: var(--pharma-red); color: var(--pharma-white); border-color: var(--pharma-red); box-shadow: 0 4px 15px rgba(var(--pharma-red-rgb), 0.25); } /* Products slider grid responsive layout */ .products-grid-wrapper { overflow: hidden; padding: 10px 0 40px; } .products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; transition: var(--transition-smooth); } .product-card { position: relative; background-color: var(--pharma-white); border-radius: var(--radius-md); padding: 28px; border: 1px solid rgba(var(--pharma-dark-rgb), 0.06); box-shadow: var(--card-shadow); display: flex; flex-direction: column; transition: var(--transition-smooth); overflow: hidden; height: 100%; } .product-card.hidden { display: none; } .product-glow { position: absolute; width: 150px; height: 150px; background: radial-gradient(circle, rgba(var(--pharma-red-rgb), 0.04) 0%, transparent 70%); top: -50px; right: -50px; z-index: 0; pointer-events: none; transition: var(--transition-smooth); } .product-badge { position: absolute; top: 24px; right: 24px; font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; color: var(--pharma-red); background-color: rgba(var(--pharma-red-rgb), 0.06); padding: 4px 10px; border-radius: 4px; letter-spacing: 0.02em; z-index: 1; } .product-icon { font-size: 2.2rem; color: var(--pharma-red); margin-bottom: 24px; width: 60px; height: 60px; background-color: rgba(var(--pharma-red-rgb), 0.06); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; transition: var(--transition-smooth); z-index: 1; } .product-name { font-size: 1.3rem; color: var(--pharma-dark); margin-bottom: 6px; z-index: 1; } .product-formula { font-size: 0.82rem; font-weight: 600; color: var(--pharma-red); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 14px; z-index: 1; } .product-desc { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 24px; flex-grow: 1; z-index: 1; } .product-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(var(--pharma-dark-rgb), 0.06); padding-top: 20px; z-index: 1; } .packaging { font-size: 0.78rem; font-weight: 600; color: var(--text-light); display: flex; align-items: center; gap: 6px; } .product-inquire-btn { background: none; border: 1px solid rgba(var(--pharma-red-rgb), 0.2); color: var(--pharma-red); padding: 6px 14px; border-radius: 4px; font-family: 'Space Grotesk', sans-serif; font-size: 0.78rem; font-weight: 700; cursor: pointer; transition: var(--transition-fast); } .product-inquire-btn:hover { background-color: var(--pharma-red); border-color: var(--pharma-red); color: var(--pharma-white); } /* Card hover animation */ .product-card:hover { transform: translateY(-8px); border-color: rgba(var(--pharma-red-rgb), 0.2); box-shadow: var(--hover-shadow); } .product-card:hover .product-glow { width: 250px; height: 250px; background: radial-gradient(circle, rgba(var(--pharma-red-rgb), 0.08) 0%, transparent 70%); } .product-card:hover .product-icon { background-color: var(--pharma-red); color: var(--pharma-white); box-shadow: var(--glow-shadow-weak); } /* --- FRANCHISE SECTION (PCD) --- */ .franchise-section { position: relative; padding: 120px 0; background-color: var(--pharma-dark); overflow: hidden; z-index: 2; } .franchise-bg-glow { position: absolute; width: 700px; height: 700px; background: radial-gradient(circle, rgba(var(--pharma-red-rgb), 0.08) 0%, transparent 70%); bottom: -20%; left: -10%; z-index: 0; pointer-events: none; } .franchise-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; position: relative; z-index: 1; } .text-white { color: var(--pharma-white); } .text-light-grey { color: #cbd5e1; font-size: 1.05rem; margin-bottom: 32px; } .partner-benefits { display: flex; flex-direction: column; gap: 24px; } .benefit-item { display: flex; gap: 20px; } .benefit-icon { width: 52px; height: 52px; background-color: rgba(var(--pharma-red-rgb), 0.25); border: 1px solid rgba(var(--pharma-red-rgb), 0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--pharma-white); flex-shrink: 0; box-shadow: var(--glow-shadow-weak); } .benefit-text h4 { color: var(--pharma-white); font-size: 1.1rem; margin-bottom: 4px; } .benefit-text p { color: #94a3b8; font-size: 0.92rem; } /* Glass form interface visual preview */ .glass-form-preview { background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg); padding: 36px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); } .form-preview-header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 16px; } .status-indicator { width: 10px; height: 10px; background-color: #25d366; border-radius: 50%; box-shadow: 0 0 10px #25d366; animation: blinkIndicator 1.8s infinite; } @keyframes blinkIndicator { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } } .form-preview-header h4 { font-size: 1.05rem; color: var(--pharma-white); } .form-instruction { font-size: 0.82rem; color: #94a3b8; margin-bottom: 20px; } .mini-glass-form { display: flex; flex-direction: column; gap: 16px; } .glass-input { width: 100%; padding: 14px 18px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius-sm); color: var(--pharma-white); outline: none; font-family: inherit; font-size: 0.9rem; transition: var(--transition-fast); } .glass-input::placeholder { color: #64748b; } .glass-input:focus { background: rgba(255, 255, 255, 0.07); border-color: rgba(var(--pharma-red-rgb), 0.6); box-shadow: 0 0 15px rgba(var(--pharma-red-rgb), 0.2); } /* --- BIOAGE STYLE MANUFACTURING SECTION --- */ .bio-manufacturing-section { position: relative; padding: 180px 0; background: #0d0f14; /* Dark canvas for the red to pop */ color: #ffffff; overflow: hidden; z-index: 2; } .bio-bg-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 80% 20%, rgba(156, 9, 0, 0.15) 0%, transparent 40%), radial-gradient(circle at 20% 80%, rgba(156, 9, 0, 0.1) 0%, transparent 40%); pointer-events: none; z-index: 1; } #biotech-network-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0.55; } .bio-feature-block { display: flex; align-items: center; justify-content: space-between; gap: 100px; margin-bottom: 200px; position: relative; z-index: 2; } .bio-feature-block:last-child { margin-bottom: 40px; } .bio-feature-block.reverse { flex-direction: row-reverse; } /* Visual Side - Circular Image */ .bio-feature-visual { flex: 1; position: relative; display: flex; justify-content: center; align-items: center; } .bio-circle-outline { width: 350px; height: 350px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); padding: 16px; position: relative; } .bio-circle-image { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; position: relative; background-color: #240200; } .bio-circle-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; opacity: 0.9; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); } .bio-feature-block:hover .bio-circle-image img { transform: scale(1.08); } .bio-visual-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(156, 9, 0, 0.25) 0%, rgba(13, 15, 20, 0.5) 100%); border-radius: 50%; pointer-events: none; } /* Overlapping Badge */ .bio-floating-badge { position: absolute; bottom: -15px; right: -15px; width: 100px; height: 100px; background: radial-gradient(circle at 30% 30%, #e51d12 0%, #9c0900 70%); /* 3D effect */ border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), inset 0 2px 5px rgba(255, 255, 255, 0.4); z-index: 3; } .reverse .bio-floating-badge { right: auto; left: 10px; } .bio-badge-icon { width: 44px; height: 44px; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); } .float-anim-1 { animation: bioFloat 6s ease-in-out infinite alternate; } .float-anim-2 { animation: bioFloat 7s ease-in-out infinite alternate -3s; } @keyframes bioFloat { 0% { transform: translateY(0px); } 100% { transform: translateY(-20px); } } /* Content Side */ .bio-feature-content { flex: 1; max-width: 550px; } .bio-feature-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2rem, 3.2vw, 2.75rem); font-weight: 700; line-height: 1.15; margin-bottom: 28px; letter-spacing: -0.02em; color: #ffffff; } .bio-feature-desc { font-size: 1.05rem; line-height: 1.6; color: #cbd5e1; margin-bottom: 24px; } .bio-feature-highlight { font-size: 1.05rem; line-height: 1.6; font-weight: 600; color: #ff3326; /* Bright red highlight */ margin-bottom: 44px; } .bio-btn { display: inline-block; padding: 14px 28px; background-color: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50px; color: #ffffff; font-family: 'Space Grotesk', sans-serif; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; transition: all 0.3s ease; cursor: pointer; } .bio-btn:hover { background-color: #9c0900; color: #ffffff; border-color: #9c0900; box-shadow: 0 10px 25px rgba(156, 9, 0, 0.4); } /* Responsive Bio Layout */ @media (max-width: 1024px) { .bio-feature-block, .bio-feature-block.reverse { flex-direction: column; gap: 60px; text-align: center; margin-bottom: 120px; } .bio-circle-outline { width: 320px; height: 320px; } .bio-floating-badge { width: 90px; height: 90px; bottom: -10px; right: -10px; } .bio-badge-icon { width: 38px; height: 38px; } .bio-feature-content { max-width: 100%; display: flex; flex-direction: column; align-items: center; } } @media (max-width: 768px) { .bio-manufacturing-section { padding: 100px 0; } .bio-circle-outline { width: 260px; height: 260px; } .bio-floating-badge { width: 76px; height: 76px; bottom: -5px; right: -5px; } .reverse .bio-floating-badge { left: 0px; } .bio-badge-icon { width: 32px; height: 32px; } .bio-feature-title { font-size: 2.2rem; } } /* --- WHY CHOOSE US --- */ .why-us-section { padding: 120px 0; background-color: var(--pharma-light); position: relative; z-index: 2; } .why-us-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 56px; } .why-card { position: relative; background-color: var(--pharma-white); border: 1px solid rgba(var(--pharma-dark-rgb), 0.05); border-radius: var(--radius-md); padding: 36px; overflow: hidden; box-shadow: var(--card-shadow); transition: var(--transition-smooth); z-index: 1; } .why-icon { font-size: 2.2rem; color: var(--pharma-red); margin-bottom: 24px; width: 60px; height: 60px; background-color: rgba(var(--pharma-red-rgb), 0.06); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition-smooth); } .why-card h3 { font-size: 1.25rem; color: var(--pharma-dark); margin-bottom: 12px; } .why-card p { font-size: 0.88rem; color: var(--text-muted); } .why-glow { position: absolute; width: 120px; height: 120px; background: radial-gradient(circle, rgba(var(--pharma-red-rgb), 0.05) 0%, transparent 70%); bottom: -60px; right: -60px; transition: var(--transition-smooth); z-index: 0; pointer-events: none; } /* Hover behaviors */ .why-card:hover { transform: translateY(-8px); border-color: rgba(var(--pharma-red-rgb), 0.2); box-shadow: var(--hover-shadow); } .why-card:hover .why-icon { background-color: var(--pharma-red); color: var(--pharma-white); box-shadow: var(--glow-shadow-weak); transform: rotateY(360deg); } .why-card:hover .why-glow { width: 200px; height: 200px; background: radial-gradient(circle, rgba(var(--pharma-red-rgb), 0.09) 0%, transparent 70%); } /* --- CERTIFICATIONS --- */ .certifications-section { padding: 120px 0; background-color: var(--pharma-white); position: relative; z-index: 2; } .certifications-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; } .cert-card { position: relative; background-color: var(--pharma-white); border-radius: var(--radius-md); padding: 40px 30px; text-align: center; border: 1px solid rgba(var(--pharma-dark-rgb), 0.06); box-shadow: var(--card-shadow); overflow: hidden; transition: var(--transition-smooth); } /* Shine overlay effect */ .cert-shine { position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); transition: 0.75s; pointer-events: none; } .cert-card:hover .cert-shine { left: 200%; } .cert-icon { font-size: 2.8rem; color: var(--pharma-red); margin-bottom: 20px; filter: drop-shadow(0 2px 8px rgba(var(--pharma-red-rgb), 0.15)); } .cert-card h3 { font-size: 1.6rem; color: var(--pharma-dark); margin-bottom: 6px; } .cert-card p { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; } .cert-badge { display: inline-block; padding: 4px 12px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; color: var(--pharma-red); background-color: rgba(var(--pharma-red-rgb), 0.06); border: 1px solid rgba(var(--pharma-red-rgb), 0.12); border-radius: 4px; } .cert-hover-details { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--pharma-dark-rgb), 0.95); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 30px; color: #cbd5e1; font-size: 0.88rem; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(100%); transition: var(--transition-smooth); } .cert-card:hover { transform: translateY(-10px) scale(1.02); border-color: rgba(var(--pharma-red-rgb), 0.3); box-shadow: var(--hover-shadow); } .cert-card:hover .cert-hover-details { opacity: 1; transform: translateY(0); } /* --- CONTACT SECTION --- */ .contact-section { padding: 120px 0; background-color: var(--pharma-light); position: relative; z-index: 2; } .contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: stretch; } /* Advanced animated fields form */ .contact-form-wrapper { background-color: var(--pharma-white); border-radius: var(--radius-lg); border: 1px solid rgba(var(--pharma-dark-rgb), 0.06); padding: 48px; box-shadow: var(--card-shadow); } .contact-form { display: flex; flex-direction: column; gap: 28px; margin-top: 36px; } .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .form-group { position: relative; display: flex; flex-direction: column; } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 4px; background: transparent; border: none; border-bottom: 2px solid #e2e8f0; color: var(--pharma-dark); font-family: inherit; font-size: 0.95rem; font-weight: 500; outline: none; transition: var(--transition-fast); } /* Select element resetting */ .form-group select { appearance: none; cursor: pointer; } .form-group select:focus { border-color: var(--pharma-red); } .form-group label { position: absolute; top: 14px; left: 4px; font-size: 0.95rem; color: var(--text-muted); font-weight: 500; pointer-events: none; transition: var(--transition-fast); } /* Floating labels magic */ .form-group input:focus~label, .form-group input:not(:placeholder-shown)~label, .form-group textarea:focus~label, .form-group textarea:not(:placeholder-shown)~label { top: -12px; left: 4px; font-size: 0.78rem; color: var(--pharma-red); font-weight: 600; } /* Label logic specific for SELECT elements */ .form-group select:focus~.select-label, .form-group select:valid~.select-label { top: -12px; left: 4px; font-size: 0.78rem; color: var(--pharma-red); font-weight: 600; } /* Sliding glow line under input */ .input-focus-line { position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; background-color: var(--pharma-red); transition: var(--transition-fast); } .form-group input:focus~.input-focus-line, .form-group select:focus~.input-focus-line, .form-group textarea:focus~.input-focus-line { width: 100%; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(var(--pharma-red-rgb), 0.15); } /* Info and Embedded Map */ .contact-info-wrapper { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; } .info-card-container { background-color: var(--pharma-white); border-radius: var(--radius-lg); border: 1px solid rgba(var(--pharma-dark-rgb), 0.06); padding: 40px; box-shadow: var(--card-shadow); display: flex; flex-direction: column; gap: 28px; } .info-item { display: flex; gap: 20px; align-items: flex-start; } .info-icon { width: 48px; height: 48px; border-radius: 50%; background-color: rgba(var(--pharma-red-rgb), 0.06); color: var(--pharma-red); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; box-shadow: 0 4px 10px rgba(var(--pharma-red-rgb), 0.05); } .info-text h4 { font-size: 1.05rem; color: var(--pharma-dark); margin-bottom: 4px; } .info-text p { font-size: 0.9rem; color: var(--text-muted); } .info-text p a:hover { color: var(--pharma-red); } .map-container { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); border: 1px solid var(--glass-border); background: var(--glass-bg); padding: 10px; flex-grow: 1; min-height: 250px; } .map-container iframe { border-radius: calc(var(--radius-lg) - 8px); height: 100%; } /* --- FOOTER --- */ .main-footer { position: relative; background: linear-gradient(180deg, var(--pharma-dark) 0%, #080a0d 100%); color: #cbd5e1; padding: 100px 0 30px; overflow: hidden; z-index: 2; } .footer-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; } .main-footer .container { position: relative; z-index: 1; } .footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr; gap: 48px; margin-bottom: 64px; } .brand-col .logo-text { color: var(--pharma-white); } .footer-desc { font-size: 0.9rem; color: #94a3b8; line-height: 1.7; margin-top: 24px; margin-bottom: 24px; } .social-links { display: flex; gap: 12px; } .social-links a { width: 38px; height: 38px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); color: var(--pharma-white); display: flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: var(--transition-fast); } .social-links a:hover { background-color: var(--pharma-red); border-color: var(--pharma-red); box-shadow: var(--glow-shadow-weak); transform: translateY(-3px); } .footer-col h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem; color: var(--pharma-white); margin-bottom: 28px; position: relative; } .footer-col h3::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 30px; height: 2px; background-color: var(--pharma-red); } .links-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; } .links-col ul li a { font-size: 0.9rem; color: #94a3b8; display: inline-flex; align-items: center; gap: 8px; } .links-col ul li a i { font-size: 0.72rem; transition: var(--transition-fast); } .links-col ul li a:hover { color: var(--pharma-red); } .links-col ul li a:hover i { transform: translateX(4px); color: var(--pharma-red); } .newsletter-col p { font-size: 0.9rem; color: #94a3b8; margin-bottom: 24px; line-height: 1.6; } .newsletter-form { width: 100%; } .newsletter-group { display: flex; background-color: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-sm); padding: 4px; transition: var(--transition-fast); } .newsletter-group:focus-within { border-color: rgba(var(--pharma-red-rgb), 0.5); box-shadow: 0 0 15px rgba(var(--pharma-red-rgb), 0.15); } .newsletter-group input { flex-grow: 1; background: none; border: none; outline: none; padding: 12px 16px; color: var(--pharma-white); font-family: inherit; font-size: 0.9rem; } .newsletter-group input::placeholder { color: #475569; } .newsletter-group button { background-color: var(--pharma-red); color: var(--pharma-white); border: none; width: 44px; height: 44px; border-radius: calc(var(--radius-sm) - 2px); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition-fast); } .newsletter-group button:hover { background-color: var(--pharma-red-hover); box-shadow: var(--glow-shadow-weak); } .footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 64px; padding-top: 28px; font-size: 0.8rem; color: #64748b; } .footer-legal { display: flex; gap: 24px; } .footer-legal a:hover { color: var(--pharma-white); } /* --- RESPONSIVE MEDIA QUERIES --- */ /* Desktop / Big Tablets breakpoint */ @media (max-width: 1024px) { :root { --container-width: 960px; } .hero-section { flex-direction: column; justify-content: center; padding-top: 140px; padding-bottom: 60px; } #canvas-container { position: relative; width: 100%; height: 400px; order: -1; /* DNA on top of text on tablets/mobile */ margin-bottom: 40px; } .hero-content { max-width: 100%; text-align: center; } .tagline-badge { justify-content: center; } .hero-ctas { justify-content: center; } .hero-stats { justify-content: center; } .about-grid { grid-template-columns: 1fr; gap: 48px; } .about-visual-wrapper { max-width: 600px; margin: 0 auto; } .products-grid { grid-template-columns: repeat(2, 1fr); } .franchise-grid { grid-template-columns: 1fr; gap: 48px; } .manufacturing-grid { grid-template-columns: repeat(2, 1fr); } .why-us-grid { grid-template-columns: repeat(2, 1fr); } .certifications-grid { grid-template-columns: repeat(2, 1fr); } .contact-grid { grid-template-columns: 1fr; gap: 48px; } .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } } /* Small Tablets / Mobiles breakpoint */ @media (max-width: 768px) { .desktop-nav { display: none; } .hamburger-menu { display: flex; } .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px; } .products-grid { grid-template-columns: 1fr; } .manufacturing-grid { grid-template-columns: 1fr; } .why-us-grid { grid-template-columns: 1fr; } .certifications-grid { grid-template-columns: 1fr; } .form-row-2 { grid-template-columns: 1fr; gap: 28px; } .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; gap: 16px; text-align: center; } } /* Extra small devices */ @media (max-width: 480px) { .hero-ctas { flex-direction: column; width: 100%; } .btn { width: 100%; } .hero-stats { grid-template-columns: 1fr; gap: 12px; text-align: center; } .floating-tech-card { padding: 8px 12px; gap: 10px; } .floating-tech-card .icon-circle { width: 32px; height: 32px; font-size: 0.85rem; } .tech-card-text h4 { font-size: 0.8rem; } .tech-card-text p { font-size: 0.62rem; } .card-top { right: -10px; } .card-bottom { left: -10px; } .about-lab-img { height: 340px; } }
SAVE
CANCEL