*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,p,span,a,li{font-family:'Manrope',sans-serif!important;font-weight:500}h1,h2,h3,h4,h5,h6{font-family:'Manrope',sans-serif!important;font-weight:800!important;letter-spacing:0.3px!important}.ddd img{border:solid red 1px;border-radius:10px}.med-ab{background:linear-gradient(135deg,#a70000 0%,#7a0000 100%);color:#ffffff;padding:50px 20px;overflow:hidden;position:relative;width:100%}.med-ab-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:60px}.med-ab-content{flex:1 1 500px}.med-ab-subtitle{text-transform:uppercase;font-size:0.85rem;letter-spacing:2px;font-weight:600;opacity:0.85;display:flex;align-items:center;gap:8px;margin-bottom:16px}.med-ab-subtitle::before{content:'◆';font-size:0.75rem}.med-ab-title{color:#fff;font-size:40px;line-height:1.2;font-weight:700;margin-bottom:20px;letter-spacing:-0.5px}.med-ab-text{font-size:1rem;line-height:1.75;margin-bottom:0px;color:rgba(255,255,255,0.9)}.med-ab-text strong{color:#ffffff;font-weight:600}.med-ab-graphics{flex:1 1 450px;position:relative;display:flex;flex-direction:column;align-items:center}.med-ab-main-circle{width:380px;height:380px;border-radius:50%;position:relative;border:6px solid rgba(255,255,255,0.25);box-shadow:0 15px 35px rgba(0,0,0,0.35)}.med-ab-img-main{width:100%;height:100%;object-fit:cover;border-radius:50%}.med-ab-sub-circle{position:absolute;border-radius:50%;overflow:hidden;border:4px solid #ffffff;box-shadow:0 8px 20px rgba(0,0,0,0.3);transition:transform 0.3s ease}.med-ab-sub-circle:hover{transform:scale(1.05)}.med-ab-sub-circle img{width:100%;height:100%;object-fit:cover}.badge-top{width:110px;height:110px;top:-15px;right:-10px}.badge-mid{width:125px;height:125px;top:35%;right:-35px}.badge-bottom{width:105px;height:105px;bottom:-15px;left:10px}.med-ab-quote{margin-top:45px;text-align:left;max-width:440px;position:relative;padding-left:20px;border-left:3px solid rgba(255,255,255,0.4)}.med-ab-quote p{font-size:0.95rem;font-style:italic;line-height:1.6;color:rgba(255,255,255,0.95)}@media (max-width:992px){.med-ab{padding:60px 20px}.med-ab-title{font-size:2.4rem}.med-ab-main-circle{width:300px;height:300px}.badge-top{width:90px;height:90px}.badge-mid{width:95px;height:95px;right:-20px}.badge-bottom{width:85px;height:85px}}.med-footer{width:100%;background:linear-gradient(135deg,#990000 0%,#990000 50%,#990000 100%);color:#ffffff;position:relative;overflow:hidden}.med-footer-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,0.08) 1px,transparent 0);background-size:24px 24px;pointer-events:none;opacity:0.6}.med-footer::before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,85,85,0.25) 0%,rgba(255,255,255,0) 70%);top:-180px;right:-120px;pointer-events:none;border-radius:50%}.med-footer::after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 70%);bottom:-100px;left:-100px;pointer-events:none;border-radius:50%}.med-footer-cta-wrapper{position:relative;background:#ffffff;z-index:5}.med-footer-cta-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-size:300% 100%;animation:borderGradient 6s ease infinite}@keyframes borderGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.med-footer-cta{padding:32px 0 28px;position:relative}.med-cta-container{width:min(1160px,90%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.med-cta-left-content{display:flex;align-items:center;gap:16px}.med-cta-icon-badge{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,rgba(184,13,13,0.1),rgba(184,13,13,0.03));border:1px solid rgba(184,13,13,0.2);color:#990000;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 8px 20px rgba(184,13,13,0.08);position:relative}.med-cta-icon-badge::after{content:"";position:absolute;width:100%;height:100%;border-radius:14px;border:1px solid #b80d0d;animation:pulseGlow 2s infinite;opacity:0}@keyframes pulseGlow{0%{transform:scale(1);opacity:0.6}100%{transform:scale(1.3);opacity:0}}.med-cta-text h4{font-size:20px;font-weight:700;color:#1a1a1a;letter-spacing:0.2px}.med-cta-text p{font-size:13.5px;color:#000;margin-top:2px}.med-cta-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.med-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:50px;background:#990000;color:#ffffff;font-weight:600;font-size:13.5px;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 6px 18px rgba(184,13,13,0.28)}.med-btn-primary:hover{background:#111111;color:#ffffff;transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,0.25)}.med-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:50px;background:#f4f4f7;border:1px solid #e0e0e0;color:#222222;font-weight:500;font-size:13px;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.med-btn-secondary:hover{background:#e8e8ed;border-color:#cccccc}.med-bottom-wave-divider{position:relative;width:100%;overflow:hidden;line-height:0;background:#ffffff}.med-bottom-wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:38px}.med-footer-main{position:relative;z-index:2;padding:40px 0 45px}.med-footer-container{width:min(1160px,90%);margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1.1fr 1.2fr;gap:40px;align-items:start}.med-footer-logo{display:inline-block;margin-bottom:16px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.med-footer-logo:hover{opacity:0.92;transform:translateY(-1px)}.med-footer-logo img{width:185px;height:auto;display:block}.med-footer-description{max-width:300px;margin-bottom:22px;color:rgba(255,255,255,0.82);font-size:13px;line-height:1.7}.med-footer-social{display:flex;gap:10px}.med-footer-social a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);text-decoration:none;font-size:14px;backdrop-filter:blur(5px);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.med-footer-social a:hover{background:#ffffff;color:#800707;transform:translateY(-4px);box-shadow:0 6px 18px rgba(0,0,0,0.25)}.med-footer-column h3{margin-bottom:20px;padding-bottom:10px;position:relative;color:#ffffff;font-size:16px;font-weight:700;letter-spacing:0.3px}.med-footer-column h3::after{content:"";position:absolute;left:0;bottom:0;width:32px;height:3px;background:#ffffff;border-radius:10px}.med-footer-column ul{list-style:none}.med-footer-column li{margin-bottom:10px}.med-footer-column li a{color:rgba(255,255,255,0.82);text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);font-weight:500}.med-footer-column li a i{font-size:10px;opacity:0.6;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.med-footer-column li a:hover{color:#ffffff;transform:translateX(5px)}.med-footer-column li a:hover i{opacity:1;transform:translateX(2px)}.med-footer-contact{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;padding:8px 10px;border-radius:10px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.med-footer-contact:hover{background:rgba(255,255,255,0.06)}.med-footer-contact i{flex-shrink:0;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.15);color:#ffffff;font-size:13px;backdrop-filter:blur(4px)}.med-footer-contact p,.med-footer-contact a{color:rgba(255,255,255,0.82);font-size:13px;line-height:1.5;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.med-footer-contact a:hover{color:#ffffff}.med-footer-bottom{background:#0b0b0d;border-top:1px solid rgba(255,255,255,0.08);position:relative;z-index:2}.med-footer-bottom-inner{width:min(1160px,90%);min-height:60px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0}.med-footer-copyright{color:#8e8e93;font-size:12px}.med-footer-copyright strong{color:#eeeeee;font-weight:900}.med-footer-designed{display:flex;align-items:center;gap:8px;color:#8e8e93;font-size:12px}.med-footer-designed-link img{width:33px;height:auto;display:block;opacity:0.85;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);filter:brightness(1.1)}.med-footer-designed-link:hover img{opacity:1;transform:scale(1.05)}@media (max-width:992px){.med-footer-container{grid-template-columns:1fr 1fr;gap:35px 25px}.med-footer-brand{grid-column:span 2}.med-footer-description{max-width:100%}}@media (max-width:650px){.med-cta-container{flex-direction:column;align-items:flex-start}.med-cta-left-content{gap:12px}.med-cta-icon-badge{width:44px;height:44px;font-size:18px}.med-cta-actions{width:100%}.med-btn-primary,.med-btn-secondary{flex:1;justify-content:center}.med-footer-container{grid-template-columns:1fr;gap:30px}.med-footer-brand{grid-column:auto}.med-footer-bottom-inner{flex-direction:column;text-align:center;gap:12px}}.op-hm{background-attachment:fixed!important;position:relative;background:linear-gradient(rgb(0 0 0 / 91%),rgb(23 22 23 / 95%)),url(https://medsuvac.omsoftsolution.net.in/wp-content/uploads/2026/08/Capsul.webp) center / cover no-repeat;padding:60px 20px 80px;overflow:hidden}.op-hm::before{content:'';position:absolute;bottom:10%;left:-5%;width:20%;height:250px;background:linear-gradient(135deg,#e50914,#800000);transform:rotate(-15deg);border-radius:50% 50% 0 0;z-index:1;opacity:0.8}.op-hm::after{content:'';position:absolute;bottom:10%;right:-5%;width:20%;height:250px;background:linear-gradient(-135deg,#e50914,#800000);transform:rotate(15deg);border-radius:50% 50% 0 0;z-index:1;opacity:0.8}.op-hm-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.op-hm-header{text-align:center;margin-bottom:50px}.op-hm-subtitle{color:#990000;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.op-hm-title{color:#fff;font-size:38px;font-weight:700;margin-bottom:20px}.op-hm-title span{color:#990000}.op-hm-description{max-width:850px;margin:0 auto;color:#fff;font-size:14px;line-height:1.7}.op-hm-features{display:flex;justify-content:space-between;gap:20px;margin-bottom:50px;flex-wrap:wrap}.op-hm-feature-item{border-radius:10px;padding:10px;border:1px solid #fff;flex:1;min-width:220px;display:flex;align-items:center;gap:15px}.op-hm-feature-icon{width:50px;height:50px;background-color:transparent;border:2px solid #990000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:20px;flex-shrink:0;position:relative}.op-hm-feature-icon::before{content:'';position:absolute;inset:3px;background-color:#990000;border-radius:50%;z-index:-1}.op-hm-feature-text h4{font-size:15px;font-weight:600;color:#ffffff;margin-bottom:4px}.op-hm-feature-text p{font-size:12px;color:#fff;line-height:1.4}.op-hm-carousel-wrapper{position:relative;display:flex;align-items:center}.op-hm-cards-track{width:100%;overflow:hidden;padding:10px 0}.op-hm-cards-container{display:flex;gap:20px;transition:transform 0.5s ease-in-out}.op-hm-card{flex:0 0 calc((100% - 60px) / 4);background-color:#ffffff;color:#333333;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 20px rgba(0,0,0,0.5);position:relative}.op-hm-card-img{width:100%;height:200px;object-fit:cover;background-color:#f4f4f4}.op-hm-card-badge{width:50px;height:50px;background-color:#990000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:20px;margin:-25px auto 15px;position:relative;z-index:2;border:3px solid #ffffff}.op-hm-card-body{padding:0 20px 25px;text-align:center;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.op-hm-card-title{font-size:18px;font-weight:700;color:#111111;margin-bottom:12px}.op-hm-card-desc{font-size:13px;color:#666666;line-height:1.5;margin-bottom:20px}.op-hm-card-btn{align-self:center;padding:8px 24px;border:1.5px solid #990000;background:transparent;color:#990000;font-weight:600;font-size:13px;border-radius:6px;cursor:pointer;transition:all 0.3s ease}.op-hm-card-btn:hover{background-color:#990000;color:#ffffff}.op-hm-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.3);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color 0.3s}.op-hm-nav-btn:hover{background-color:#990000;border-color:#990000}.op-hm-nav-btn.prev{left:-20px}.op-hm-nav-btn.next{right:-20px}.op-hm-dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.op-hm-dot{width:10px;height:10px;background-color:#ffffff;border-radius:50%;cursor:pointer;opacity:0.5;transition:all 0.3s ease}.op-hm-dot.active{background-color:#990000;opacity:1;width:12px;height:12px}@media (max-width:992px){.op-hm-card{flex:0 0 calc((100% - 20px) / 2)}.op-hm-features{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.op-hm-card{flex:0 0 100%}.op-hm-features{grid-template-columns:1fr}.op-hm-title{font-size:28px}}.wcu-hm-section{max-width:100%;padding:80px 20px}.wcu-hm-container{max-width:1240px;margin:0 auto}.wcu-hm-header{text-align:center;margin-bottom:50px}.wcu-hm-subheading{font-size:20px;font-weight:600;color:#000;margin-bottom:10px;letter-spacing:-0.2px}.wcu-hm-brand{color:#990000;font-weight:700}.wcu-hm-main-heading{font-size:32px;font-weight:800;color:#000;letter-spacing:-0.5px}.wcu-hm-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:24px}@media (max-width:992px){.wcu-hm-grid{grid-template-columns:1fr}}.wcu-hm-card{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px rgba(15,23,42,0.08);transition:transform 0.5s cubic-bezier(0.16,1,0.3,1),box-shadow 0.5s cubic-bezier(0.16,1,0.3,1);border:1px solid rgba(226,232,240,0.8)}.wcu-hm-card-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;transition:transform 0.7s cubic-bezier(0.16,1,0.3,1);z-index:0}.wcu-hm-card:hover .wcu-hm-card-bg{transform:scale(1.08)}.wcu-hm-card:hover{transform:translateY(-8px);box-shadow:0 20px 35px rgba(225,29,72,0.18),0 8px 20px rgba(0,0,0,0.06);border-color:rgba(225,29,72,0.4)}.wcu-hm-card::after{content:'';position:absolute;top:-50%;left:-60%;width:50%;height:200%;background:linear-gradient(60deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);transform:rotate(25deg);transition:all 0.7s ease;z-index:3;pointer-events:none}.wcu-hm-card:hover::after{left:130%}.wcu-hm-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(15,23,42,0.35) 0%,rgba(15,23,42,0.85) 100%);z-index:1;pointer-events:none}.wcu-hm-card-large{min-height:560px;padding:28px;display:flex;align-items:center}.wcu-hm-panel{position:relative;z-index:2;width:100%;max-width:500px;background:#990000;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.15);border-radius:18px;padding:24px;box-shadow:0 8px 32px 0 rgba(0,0,0,0.25)}.wcu-hm-list{display:flex;flex-direction:column;gap:14px}.wcu-hm-item{display:flex;align-items:flex-start;gap:14px;padding:12px 14px;border-radius:12px;border:1px solid transparent;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);cursor:pointer}.wcu-hm-item:hover{background:#a60000;border-color:rgba(225,29,72,0.35);transform:translateX(8px)}.wcu-hm-num{font-size:13px;color:#cbd5e1;font-weight:700;line-height:1.4;background:rgba(255,255,255,0.1);padding:4px 8px;border-radius:6px;border:1px solid rgba(255,255,255,0.08);transition:all 0.3s ease}.wcu-hm-item:hover .wcu-hm-num{background:#d81313;color:#ffffff;border-color:#e11d48;box-shadow:0 0 12px rgba(225,29,72,0.5)}.wcu-hm-item-content h4{font-size:15px;font-weight:700;color:#fda4af;margin-bottom:4px;transition:color 0.3s ease}.wcu-hm-item:hover .wcu-hm-item-content h4{color:#ffffff}.wcu-hm-item-content p{font-size:12.5px;line-height:1.5;color:#e2e8f0;transition:color 0.3s ease}.wcu-hm-item:hover .wcu-hm-item-content p{color:#ffffff}.wcu-hm-right-col{display:flex;flex-direction:column;gap:24px}.wcu-hm-card-sm{height:268px;display:flex;align-items:flex-end;padding:20px}.wcu-hm-glass-box{position:relative;z-index:2;width:100%;background:#990000;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.15);border-radius:14px;padding:20px 22px;transition:all 0.4s cubic-bezier(0.16,1,0.3,1)}.wcu-hm-card-sm:hover .wcu-hm-glass-box{background:#000;border-color:rgba(225,29,72,0.4);transform:translateY(-4px)}.wcu-hm-glass-box h4{font-size:18px;font-weight:700;color:#ffffff;margin-bottom:6px;transition:color 0.3s ease}.wcu-hm-card-sm:hover .wcu-hm-glass-box h4{color:#fda4af}.wcu-hm-glass-box p{font-size:12.5px;line-height:1.5;color:#e2e8f0;padding-right:30px}.wcu-hm-arrow{position:absolute;right:18px;bottom:18px;width:36px;height:36px;background:#d71b1b;border:1px solid rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:16px;font-weight:bold;transition:all 0.4s cubic-bezier(0.16,1,0.3,1)}.wcu-hm-card-sm:hover .wcu-hm-arrow{background:#990000;border-color:#db010170;color:#ffffff;transform:translate(3px,-3px) scale(1.1);box-shadow:0 0 15px rgba(225,29,72,0.6)}.med-prd-hm-section{position:relative;padding:50px 20px}.med-prd-hm-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(255,255,255,0.05) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.med-prd-hm-container{max-width:1240px;margin:0 auto;position:relative;z-index:2}.med-prd-hm-header{text-align:center;max-width:750px;margin:0 auto 50px auto}.med-prd-hm-subtitle{color:#ff2a4b;font-size:13px;font-weight:700;letter-spacing:4px;text-transform:uppercase;position:relative;display:inline-block;margin-bottom:12px}.med-prd-hm-subtitle::before,.med-prd-hm-subtitle::after{content:'';position:absolute;top:50%;width:25px;height:2px;background:#ff2a4b}.med-prd-hm-subtitle::before{left:-38px}.med-prd-hm-subtitle::after{right:-38px}.med-prd-hm-maintitle{color:#fff;font-size:42px;font-weight:800;text-transform:uppercase;line-height:1.2;margin-bottom:15px}.med-prd-hm-maintitle span{background:linear-gradient(135deg,#ff2a4b 0%,#ff7b00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.med-prd-hm-desc{color:#fff;font-size:15px;line-height:1.6}.med-prd-hm-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:50px}.med-prd-hm-card{position:relative;background:rgba(20,20,26,0.6);border:1px solid rgba(255,255,255,0.08);border-radius:20px;padding:18px;transition:all 0.4s ease;backdrop-filter:blur(15px);display:flex;flex-direction:column}.med-prd-hm-card:hover{transform:translateY(-8px);border-color:#990000ab;box-shadow:0 20px 40px rgba(0,0,0,0.6),0 0 20px rgba(255,42,75,0.2)}.med-prd-hm-badge{position:absolute;top:28px;left:28px;width:46px;height:50px;background:linear-gradient(135deg,#ff2a4b,#990000);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 5px 15px rgba(0,0,0,0.5);transition:transform 0.4s ease}.med-prd-hm-badge i{color:#ffffff;font-size:18px}.med-prd-hm-card:hover .med-prd-hm-badge{transform:scale(1.15) rotate(10deg)}.med-prd-hm-img-wrapper{position:relative;width:100%;height:210px;border-radius:14px;overflow:hidden;margin-bottom:20px}.med-prd-hm-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.25,1,0.5,1)}.med-prd-hm-img-wrapper::after{content:'';position:absolute;top:-50%;left:-60%;width:20%;height:200%;background:rgba(255,255,255,0.25);transform:rotate(30deg);transition:all 0.7s ease}.med-prd-hm-card:hover .med-prd-hm-img-wrapper::after{left:130%}.med-prd-hm-card:hover .med-prd-hm-img-wrapper img{transform:scale(1.08)}.med-prd-hm-card-content{display:flex;flex-direction:column;flex-grow:1}.med-prd-hm-card-content h3{font-size:18px;font-weight:700;letter-spacing:0.5px;margin-bottom:8px;color:#ffffff}.med-prd-hm-card-content p{font-size:13px;color:#fff;line-height:1.5;margin-bottom:20px;flex-grow:1}.med-prd-hm-learn-more{color:#ffffff;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;transition:color 0.3s ease;align-self:flex-start}.med-prd-hm-learn-more i{color:#990000;transition:transform 0.3s ease}.med-prd-hm-card:hover .med-prd-hm-learn-more{color:#990000}.med-prd-hm-card:hover .med-prd-hm-learn-more i{transform:translateX(6px)}.med-prd-hm-cta-wrapper{text-align:center}.med-prd-hm-btn-all{display:inline-flex;align-items:center;background:#0d0d12;border:1px solid #990000c4;border-radius:50px;padding:8px 8px 8px 28px;color:#ffffff;text-decoration:none;font-weight:600;font-size:14px;letter-spacing:1px;transition:all 0.3s ease;position:relative}.med-prd-hm-btn-all i.med-prd-hm-btn-icon{margin-right:12px;color:#990000}.med-prd-hm-btn-arrow{background:#990000;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:20px;transition:all 0.3s ease}.med-prd-hm-btn-all:hover{border-color:#990000;box-shadow:0 0 25px #990000bd;background:#14141c}.med-prd-hm-btn-all:hover .med-prd-hm-btn-arrow{background:#e60021;transform:rotate(-45deg)}.med-prd-hm-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);backdrop-filter:blur(8px);z-index:100;align-items:center;justify-content:center;padding:20px}.med-prd-hm-modal-content{background:#121218;border:1px solid #ff2a4b;border-radius:20px;max-width:500px;width:100%;padding:30px;position:relative;text-align:center;box-shadow:0 0 30px rgba(255,42,75,0.3)}.med-prd-hm-close-btn{position:absolute;top:15px;right:20px;font-size:24px;color:#aaa;cursor:pointer}.med-prd-hm-close-btn:hover{color:#ff2a4b}@media (max-width:1024px){.med-prd-hm-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.med-prd-hm-grid{grid-template-columns:1fr}.med-prd-hm-maintitle{font-size:30px}}.med-hm-ab-container{max-width:100%;margin:0 auto;display:flex;gap:50px;align-items:center}.med-hm-ab-left{flex:1;position:relative;width:100%}.med-hm-ab-img-wrapper{position:relative;padding:20px 0 0 20px}.med-hm-ab-img-card{position:relative;z-index:2;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.12);cursor:pointer}.med-hm-ab-img-card img{width:100%;height:auto;display:block;object-fit:cover;transition:transform 0.5s cubic-bezier(0.25,1,0.5,1)}.med-hm-ab-img-card:hover img{transform:scale(1.06)}.med-hm-ab-accent-top{position:absolute;top:0;left:0;width:200px;height:200px;background-color:#990000;border-top-left-radius:30px;z-index:1}.med-hm-ab-accent-bottom{position:absolute;bottom:-20px;left:-10px;width:80px;height:60px;background-color:#990000;border-radius:12px;z-index:1}.med-hm-ab-dots{position:absolute;top:-15px;right:40px;width:60px;height:40px;background-image:radial-gradient(#990000 2px,transparent 2px);background-size:10px 10px;z-index:3}.med-hm-ab-stats-bar{position:relative;z-index:3;margin-top:-35px;margin-left:20px;background:#ffffff;border-radius:16px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,0.08);border:1px solid #f0f0f0}.med-hm-ab-stat-item{display:flex;align-items:center;gap:12px;padding:6px 10px;border-radius:12px;transition:all 0.3s ease;cursor:pointer}.med-hm-ab-stat-item:hover{background-color:#fef2f2;transform:translateY(-4px)}.med-hm-ab-icon{width:44px;height:44px;background-color:#990000;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;transition:all 0.3s ease}.med-hm-ab-stat-item:hover .med-hm-ab-icon{transform:scale(1.1) rotate(8deg);box-shadow:0 4px 12px rgba(227,27,35,0.4)}.med-hm-ab-stat-info h4{margin:0;font-size:15px;font-weight:700;color:#111827;line-height:1.2}.med-hm-ab-stat-info p{margin:0;font-size:11px;color:#6b7280;line-height:1.2}.med-hm-ab-right{flex:1}.med-hm-ab-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #990000;color:#990000;padding:6px 18px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:20px;transition:all 0.3s ease;cursor:default}.med-hm-ab-badge:hover{background-color:#990000;color:#ffffff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(227,27,35,0.2)}.med-hm-ab-title{font-size:38px;font-weight:700;color:#111827;line-height:1.2;margin:0 0 0 0}.med-hm-ab-red-text{color:#990000}.med-hm-ab-line{width:50px;height:3px;background-color:#990000;margin-bottom:25px;border-radius:2px;transition:width 0.3s ease}.med-hm-ab-right:hover .med-hm-ab-line{width:80px}.med-hm-ab-desc{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:16px}.med-hm-ab-btns{display:flex;gap:15px;margin-top:30px}.med-hm-ab-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all 0.3s ease}.med-hm-ab-btn-red{background-color:#990000;color:#ffffff;box-shadow:0 4px 15px rgba(227,27,35,0.3)}.med-hm-ab-btn-red:hover{background-color:#990000;transform:translateY(-3px);box-shadow:0 6px 20px #99000061}.med-hm-ab-btn-outline{background-color:#ffffff;color:#990000;border:1px solid #990000}.med-hm-ab-btn-outline:hover{background-color:#990000;color:#ffffff;transform:translateY(-3px);box-shadow:0 6px 20px rgba(227,27,35,0.25)}.med-hm-ab-btn i.fa-arrow-right{transition:transform 0.3s ease}.med-hm-ab-btn:hover i.fa-arrow-right{transform:translateX(4px)}@media (max-width:992px){.med-hm-ab-container{flex-direction:column;gap:40px}.med-hm-ab-stats-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.med-hm-ab-title{font-size:30px}}@media (max-width:576px){.med-hm-ab-stats-bar{grid-template-columns:1fr}.med-hm-ab-btns{flex-direction:column}.med-hm-ab-btn{justify-content:center}}.med-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 34px;background:#e62f32;color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;box-shadow:0 8px 20px rgba(230,47,50,0.25);transition:all 0.3s ease}.med-btn span{font-size:22px;line-height:1;transition:transform 0.3s ease}.med-btn:hover{border:2px solid #c91f22;background:#fff;color:#c91f22;transform:translateY(-2px);box-shadow:0 10px 24px rgba(230,47,50,0.35)}.med-btn:hover span{transform:translateX(5px)}.med-btn2{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 34px;background:#ffffff;color:#d92529;border:2px solid #d92529;font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;transition:all 0.3s ease}.med-btn2 span{font-size:21px;transition:transform 0.3s ease}.med-btn2:hover{background:#d92529;color:#ffffff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(217,37,41,0.25)}.med-btn2:hover span{transform:translateX(5px)}.med-banner{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:0 8%;background:#ffffff}.med-banner .bnnr-video{position:absolute;top:0;right:0;width:100%;height:100%;object-fit:cover;z-index:1}.med-banner .bnnr-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,rgba(255,255,255,0.96) 0%,rgba(255,240,243,0.88) 45%,rgb(255 245 246 / 0%) 100%);z-index:2}.med-banner .glow-orb-1{position:absolute;width:450px;height:450px;background:rgba(255,128,139,0.2);filter:blur(120px);border-radius:50%;top:-80px;left:-80px;z-index:2}.med-banner .glow-orb-2{position:absolute;width:500px;height:500px;background:rgba(255,180,186,0.18);filter:blur(140px);border-radius:50%;bottom:-120px;left:25%;z-index:2}.med-banner .medical-pattern{position:absolute;inset:0;z-index:3;pointer-events:none;background-image:radial-gradient(circle,rgba(229,57,53,0.12) 1.5px,transparent 1.5px),radial-gradient(circle,rgba(229,57,53,0.05) 1px,transparent 1px);background-size:40px 40px,20px 20px;background-position:0 0,10px 10px;opacity:0.7}.med-banner .top-nav{position:absolute;top:30px;right:8%;z-index:5;display:flex;align-items:center;gap:32px;background:rgba(255,255,255,0.7);backdrop-filter:blur(12px);padding:12px 28px;border-radius:40px;border:1px solid rgba(255,230,233,0.9);box-shadow:0 8px 32px rgba(229,57,53,0.04)}.med-banner .top-nav a{text-decoration:none;color:#4a3a3c;font-size:0.9rem;font-weight:600;transition:all 0.3s ease}.med-banner .top-nav a:hover{color:#d32f2f}.med-banner .bnnr-content{margin-top:30px;position:relative;z-index:4;max-width:660px}.med-banner .badge{display:inline-flex;align-items:center;gap:10px;background:rgba(255,240,242,0.9);color:#990000;border:1px solid #99000045;padding:8px 18px;border-radius:30px;font-size:14px;font-weight:400;letter-spacing:0.8px;text-transform:uppercase;margin-bottom:28px;box-shadow:0 4px 15px rgba(211,47,47,0.06);backdrop-filter:blur(6px)}.med-banner .badge i{font-size:0.85rem;color:#e53935;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:0.7}100%{transform:scale(1);opacity:1}}.med-banner .bnnr-content h1{font-size:53px;font-weight:300;color:#1a1213;line-height:1.1;letter-spacing:-1.8px;margin-bottom:24px}.med-banner .bnnr-content h1 strong{font-weight:800;color:#1a1213}.med-banner .bnnr-content h1 span.gradient-text{font-weight:800;background:linear-gradient(135deg,#990000 0%,#990000 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.med-banner .bnnr-content p{font-size:15px;color:#000;line-height:1.75;margin-bottom:40px;font-weight:400}.med-banner .bnnr-content p .highlight{color:#1a1213;font-weight:600;background:rgba(229,57,53,0.06);padding:2px 6px;border-radius:4px}.med-banner .cta-group{display:flex;align-items:center;gap:18px}.med-banner .bnnr-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#990000ba 0%,#990000 100%);color:#ffffff;padding:18px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;border:none;box-shadow:0 10px 28px rgba(229,57,53,0.3);transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}.med-banner .bnnr-btn:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(229,57,53,0.45);background:linear-gradient(135deg,#990000ba 0%,#990000 100%)}.med-banner .bnnr-btn i{font-size:0.95rem;transition:transform 0.3s ease}.med-banner .bnnr-btn:hover i{transform:translateX(4px)}.med-banner .btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:18px 32px;color:#382a2c;background:rgba(255,255,255,0.8);backdrop-filter:blur(8px);text-decoration:none;font-weight:700;font-size:0.98rem;border-radius:50px;border:1px solid rgba(229,57,53,0.2);box-shadow:0 4px 15px rgba(0,0,0,0.03);transition:all 0.3s ease}.med-banner .btn-secondary:hover{color:#990000;background:#ffffff;border-color:#99000078;transform:translateY(-3px);box-shadow:0 8px 20px rgba(229,57,53,0.1)}.med-banner .btn-secondary i{font-size:0.9rem;color:#990000}@media (max-width:992px){.med-banner{padding:130px 6% 70px 6%;justify-content:center;text-align:center}.med-banner .top-nav{top:20px;right:50%;transform:translateX(50%);width:max-content}.med-banner .bnnr-content h1{font-size:2.8rem}.med-banner .cta-group{justify-content:center;flex-wrap:wrap}}.msv-header,.msv-header *,.msv-mega-menu,.msv-mega-menu *{box-sizing:border-box}.msv-header{position:fixed!important;top:0;left:0;width:100%;padding:15px 30px;z-index:999999!important;transition:all 0.35s ease}.msv-header-bar{width:90%;max-width:100%;margin:0 auto;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1000000;transition:all 0.35s ease}.msv-header.msv-scrolled{padding-top:8px;padding-bottom:8px}.msv-header.msv-scrolled .msv-header-bar{background:#ffffff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,0.08)}.msv-brand-logo{display:flex!important;align-items:center;gap:12px;text-decoration:none!important;border:0!important}.msv-logo-img{width:auto!important;height:62px!important;max-width:180px;object-fit:contain;display:block}.msv-logo-text{display:flex;flex-direction:column}.msv-brand-title{color:#990000;font-size:26px;font-weight:800;letter-spacing:1.5px;line-height:1;text-transform:uppercase}.msv-brand-sub{margin-top:4px;color:#000000;font-size:10px;font-weight:700;letter-spacing:2px;line-height:1.2;text-transform:uppercase}.msv-brand-tagline{margin-top:4px;color:#000000;font-size:10px;font-style:italic;font-weight:800;line-height:1.2}.msv-header-controls{display:flex;align-items:center;gap:20px}.msv-menu-btn{appearance:none!important;display:flex!important;align-items:center;justify-content:center;gap:12px;padding:11px 22px!important;background:#111111!important;color:#ffffff!important;border:1px solid #111111!important;border-radius:10px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1!important;cursor:pointer;transition:background 0.3s ease,border-color 0.3s ease,color 0.3s ease,transform 0.3s ease}.msv-menu-btn:hover{background:#990000!important;border-color:#990000!important}.msv-menu-btn i{font-size:15px}.msv-header.msv-menu-open .msv-menu-btn{background:#ffffff!important;color:#111111!important;border-color:#111111!important}.msv-header.msv-menu-open .msv-menu-btn:hover{background:#f5f5f5!important;color:#990000!important;border-color:#990000!important}.msv-mega-menu{position:absolute;top:calc(100% + 2px);left:50%;transform:translateX(-50%) translateY(-15px);width:calc(100vw - 60px);max-width:1350px;display:grid;grid-template-columns:260px minmax(0,1fr);background:#ffffff;border-radius:20px;border:1px solid rgba(0,0,0,0.08);overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.15);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.35s ease;z-index:1000001;max-height:calc(85vh - 80px)}.msv-header.msv-menu-open .msv-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.msv-sidebar{padding:25px 16px;background:#fafafa;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;gap:6px}.msv-sidebar-link{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;color:#111111!important;text-decoration:none!important;font-size:16px;font-weight:600;line-height:1.3;border-radius:10px;cursor:pointer;transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease}.msv-sidebar-link:hover{background:#f0f0f0;color:#d32f2f!important}.msv-sidebar-link.active{background:#111111;color:#ffffff!important}.msv-sidebar-link i{font-size:12px;opacity:0.8;transition:transform 0.2s ease}.msv-sidebar-link:hover i{transform:translateX(3px)}.msv-contact-btn{margin-top:auto;display:block;padding:14px 20px;text-align:center;text-decoration:none!important;color:#ffffff!important;background:#990000;border-radius:12px;font-size:15px;font-weight:700;box-shadow:0 5px 15px rgba(211,47,47,0.22);transition:background 0.3s ease,transform 0.3s ease}.msv-contact-btn:hover{color:#ffffff!important;background:#9a0007;transform:translateY(-2px)}.msv-panel-container{min-width:0;display:flex;flex-direction:column}.msv-content-panel{display:none;grid-template-columns:minmax(0,1fr) 260px;gap:30px;align-items:start;padding:30px 35px;height:100%}.msv-content-panel.active{display:grid;animation:msvFadeIn 0.3s ease}@keyframes msvFadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.msv-products-wrapper{position:relative;display:flex;flex-direction:column;gap:15px;min-width:0}.msv-panel-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:12px;border-bottom:1px solid #eee}.msv-count-badge{font-size:12px;font-weight:700;color:#990000;background:#99000012;padding:6px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.msv-search-box{position:relative;flex:1;max-width:260px}.msv-search-box i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#888;font-size:13px}.msv-search-input{width:100%;padding:8px 12px 8px 34px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease}.msv-search-input:focus{border-color:#df2117;box-shadow:0 0 0 3px rgba(223,33,23,0.1)}.msv-scroll-area{max-height:300px;overflow-y:auto;padding-right:12px;position:relative}.msv-scroll-area::-webkit-scrollbar{width:8px}.msv-scroll-area::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.msv-scroll-area::-webkit-scrollbar-thumb{background:#df2117;border-radius:8px}.msv-scroll-area::-webkit-scrollbar-thumb:hover{background:#b51810}.msv-scroll-hint{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);background:#111111;color:#ffffff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,0.2);pointer-events:none;display:flex;align-items:center;gap:6px;transition:opacity 0.3s ease,transform 0.3s ease;z-index:10;animation:msvPulse 1.8s infinite}.msv-scroll-hint.hidden{opacity:0;transform:translateX(-50%) translateY(10px)}@keyframes msvPulse{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-4px)}}.msv-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;align-content:start}.msv-link-grid.single{grid-template-columns:1fr}.msv-sub-link{display:flex;align-items:center;gap:8px;color:#333333!important;text-decoration:none!important;font-size:14px;font-weight:600;line-height:1.4;padding:4px 6px;border-radius:6px;transition:background 0.2s ease,color 0.2s ease,transform 0.2s ease}.msv-sub-link::before{content:"•";color:#df2117;font-size:16px;line-height:0}.msv-sub-link:hover{color:#990000!important;background:#fdf2f2;transform:translateX(4px)}.msv-sub-link.msv-hidden{display:none!important}.msv-no-results{display:none;color:#888;font-size:13px;font-style:italic;padding:15px 0;grid-column:span 2}.msv-feature-card{background:#ffffff;overflow:hidden;border-radius:14px;position:sticky;top:0}.msv-feature-card img{display:block;width:100%!important;height:140px!important;object-fit:cover;border-radius:12px;margin-bottom:12px}.msv-feature-card h4{margin:0 0 7px 0!important;padding:0!important;color:#111111!important;font-size:17px!important;font-weight:700!important;line-height:1.3}.msv-feature-card p{margin:0!important;padding:0!important;color:#666666!important;font-size:13px!important;line-height:1.6}.msv-backdrop{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(0,0,0,0.40);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.3s ease,visibility 0.3s ease;z-index:999998}.msv-backdrop.msv-backdrop-active{opacity:1;visibility:visible;pointer-events:auto}.msv-header a::before,.msv-header a::after,.msv-header button::after{display:none!important}.msv-header img{opacity:1!important}@media (max-width:1100px){.msv-header{padding-left:20px;padding-right:20px}.msv-mega-menu{width:calc(100vw - 40px);grid-template-columns:230px minmax(0,1fr)}.msv-content-panel{grid-template-columns:minmax(0,1fr) 220px;gap:20px;padding:24px}}@media (max-width:850px){.msv-header{padding:10px 15px}.msv-header-bar{padding:8px 12px}.msv-logo-img{height:50px!important;max-width:145px}.msv-logo-text{display:none}.msv-menu-btn{padding:10px 16px!important;font-size:14px!important}.msv-mega-menu{width:calc(100vw - 30px);grid-template-columns:1fr;max-height:calc(100vh - 100px);overflow-y:auto;border-radius:16px}.msv-sidebar{min-height:auto;padding:15px;border-right:0;border-bottom:1px solid #e5e5e5}.msv-contact-btn{margin-top:10px}.msv-content-panel{grid-template-columns:1fr;padding:20px 15px}.msv-feature-card{display:none}.msv-link-grid{grid-template-columns:1fr}.msv-panel-header{flex-direction:column;align-items:stretch}.msv-search-box{max-width:100%}}@media (max-width:480px){.msv-header{padding:8px 10px}.msv-header-bar{padding:7px 8px}.msv-logo-img{height:45px!important;max-width:130px}.msv-menu-btn{padding:9px 13px!important;gap:8px}.msv-mega-menu{width:calc(100vw - 20px);top:calc(100% + 5px)}.msv-sidebar-link,.msv-sub-link{padding:10px 12px;font-size:14px}}.pharmaceutical-section::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(rgba(153,0,0,0.08) 1px,transparent 1px),linear-gradient(90deg,rgba(153,0,0,0.08) 1px,transparent 1px)!important;background-size:40px 40px;z-index:1;pointer-events:none}.tablet1{background-color:#fff1f282;padding:40px 20px;color:#1e293b}.product-container{max-width:1199px;margin:0 auto;background:#ffffff;border-radius:16px;padding:40px;box-shadow:0 10px 25px -5px rgba(0,0,0,0.05),0 8px 10px -6px rgba(0,0,0,0.01);border:1px solid #e2e8f0}.product-title-main{font-size:26px;color:#990000;font-weight:700;margin-bottom:30px;letter-spacing:-0.5px}.product-grid{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:start}.left-column{display:flex;flex-direction:column;gap:16px;position:sticky;top:20px;z-index:10}.card-container{width:100%;border:1.5px solid #fecdd3;border-radius:16px;background:#ffffff;padding:24px 20px;display:flex;flex-direction:column;align-items:center;transition:border-color 0.3s ease}.card-container:hover{border-color:#990000}.card-header-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;width:100%}.category-chip{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;padding:4px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:4px}.category-chip.cat-tablets{background-color:#fff1f2;color:#990000;border:1px solid #ffe4e6}.category-chip.cat-syrup{background-color:#f0fdf4;color:#166534;border:1px solid #dcfce7}.category-chip.cat-injection{background-color:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe}.card-title-modern{font-size:20px;font-weight:800;color:#0f172a;text-align:center;line-height:1.3}.card-title-modern .strength-tag{display:inline-block;font-size:14px;font-weight:600;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:6px;margin-left:6px;vertical-align:middle}.gallery-wrapper{display:flex;justify-content:center;width:100%}.main-image-box{position:relative;width:100%;height:280px;border:1px solid #f1f5f9;border-radius:12px;background:#fafafa;overflow:hidden;cursor:pointer;padding:12px}.main-image-box img{width:100%;height:100%;object-fit:contain;transition:transform 0.4s ease}.main-image-box:hover img{transform:scale(1.08)}.zoom-icon{position:absolute;bottom:12px;right:12px;background:#ffffff;color:#990000;border:1px solid #fecdd3;padding:6px 12px;font-size:12px;font-weight:600;border-radius:6px;display:flex;align-items:center;gap:6px;pointer-events:none;transition:all 0.25s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.main-image-box:hover .zoom-icon{background:#990000;color:#ffffff;border-color:#990000}.btn-quote{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border:1.5px solid #990000;border-radius:12px;background:#fff;color:#990000;font-size:15px;font-weight:700;cursor:pointer;transition:all 0.2s ease;width:100%}.btn-quote:hover{background:#990000;color:#ffffff}.right-column{display:flex;flex-direction:column;gap:20px}.price-card{display:flex;align-items:center;justify-content:space-between;background-color:#fff1f2;padding:16px 20px;border-radius:12px;border:1px solid #ffe4e6}.price-left{display:flex;align-items:baseline;gap:6px}.price-label{color:#64748b;font-size:14px}.price-amount{font-size:24px;font-weight:800;color:#990000}.price-unit{color:#64748b;font-size:14px}.btn-latest-price{background:#990000;border:none;color:#ffffff;padding:8px 16px;font-size:13px;border-radius:6px;cursor:pointer;font-weight:600;transition:background 0.2s ease}.btn-latest-price:hover{background:#770000}.brochure-link{display:inline-flex;align-items:center;gap:8px;color:#990000;font-size:14px;text-decoration:none;font-weight:600;width:fit-content}.brochure-link:hover{text-decoration:underline}.brochure-icon{background:#990000;color:#fff;font-size:10px;font-weight:700;padding:3px 6px;border-radius:4px}.section-heading{font-size:16px;font-weight:700;color:#0f172a;border-left:4px solid #990000;padding-left:10px}.table-wrapper{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.details-table{width:100%;border-collapse:collapse}.details-table td{padding:12px 16px;font-size:14px;border-bottom:1px solid #e2e8f0}.details-table tr:last-child td{border-bottom:none}.details-table tr td:first-child{width:45%;color:#64748b;background-color:#f8fafc;font-weight:600;border-right:1px solid #e2e8f0}.details-table tr td:last-child{color:#1e293b;font-weight:500}.details-table tr:hover td{background-color:#fff1f2}.description-box{display:flex;flex-direction:column;gap:12px;padding-top:10px}.description-title{font-size:16px;color:#990000;font-weight:700}.description-text{font-size:14px;color:#475569;line-height:1.6}.btn-interested{background-color:#990000;color:#ffffff;border:none;padding:14px 28px;font-size:15px;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color 0.2s ease,transform 0.1s ease;width:fit-content}.btn-interested:hover{background-color:#770000}.btn-interested:active{transform:scale(0.98)}@media (max-width:850px){.product-container{padding:24px}.product-grid{grid-template-columns:1fr;gap:30px}.btn-interested{width:100%}}